aboutsummaryrefslogtreecommitdiff
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Don't throw away the buffer contents on a fatal write error; just markDavid Greenman1999-01-221-2/+5
* Allow VM_KMEM_SIZE to be tuned from the kernel environment. This tuningMike Smith1999-01-211-1/+6
* The main operational changes are in getblk()'s handling of theMatthew Dillon1999-01-211-1/+1
* The code that reclaims descriptors from in-transit unix domainMatthew Dillon1999-01-211-1/+1
* Fixed a potential bug ( but maybe not ), where sendfile() clears PG_BUSYMatthew Dillon1999-01-211-1/+1
* This module was used only by the old swapper and has been #if'd out,Matthew Dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,Matthew Dillon1999-01-2111-86/+241
* Add new blist module - radix tree based bitmap allocator withMatthew Dillon1999-01-211-0/+928
* Minor rearranging of code to allow simple protocol domains to beJulian Elischer1999-01-211-26/+69
* Also consider the space left in the socket buffer when deciding whetherBill Fenner1999-01-201-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. ThisBill Fenner1999-01-201-2/+4
* Add 'options DEBUG_LOCKS', which stores extra information in structEivind Eklund1999-01-203-4/+51
* Make more messages conditional on bootverboseJordan K. Hubbard1999-01-201-3/+5
* Relax linkage symbol scope restrictions to be more compatable with thatPeter Wemm1999-01-191-2/+22
* Don't decrement userrefs unless the file was actually was unloaded.Peter Wemm1999-01-191-2/+4
* Obtained from: LuoqiMatthew Dillon1999-01-191-2/+3
* - Move lkmnosys() to kern_syscall.cPeter Wemm1999-01-171-145/+43
* Move lkmnosys() from kern_lkm.c to here.Peter Wemm1999-01-171-1/+13
* Try and clean up the multiple formal loading support a bit, based onPeter Wemm1999-01-171-10/+21
* A few small improvements to the bus code:Doug Rabson1999-01-161-4/+75
* Add getenv_int(), specifically for retrieving integer values from kernelMike Smith1999-01-151-1/+20
* Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be usedMike Smith1999-01-151-0/+793
* Re-enable the options in ps(1) that were disabled with the LinuxJulian Elischer1999-01-131-1/+6
* Silence warnings.Eivind Eklund1999-01-121-5/+10
* Silence warnings.Eivind Eklund1999-01-121-3/+3
* Remove warningNick Hibma1999-01-101-3/+1
* Back out last change to sysctl.Poul-Henning Kamp1999-01-101-47/+2
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optionDag-Erling Smørgrav1999-01-101-3/+48
* KNFize, by bde.Eivind Eklund1999-01-1014-66/+59
* Remove a diagnostic message left in by mistake.Doug Rabson1999-01-091-3/+2
* Implement a mechanism for a module to report a small amount of moduleDoug Rabson1999-01-092-3/+31
* Implement support for adding syscalls in KLD modules.Doug Rabson1999-01-091-0/+94
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-0817-279/+134
* Changes to the LINUX_THREADS support to only allocate extra memory forJulian Elischer1999-01-073-36/+55
* Remove a hard-coded table of kernel console I/O functions exportedKazutaka YOKOTA1999-01-071-18/+7
* Add (but don't activate) code for a special VM option to makeJulian Elischer1999-01-062-2/+56
* Don't allow more than one module with the same name to be loaded.Mike Smith1999-01-051-4/+17
* Remove the 'waslocked' parameter to vfs_object_create().Eivind Eklund1999-01-056-48/+24
* Finish staticization.Eivind Eklund1999-01-052-10/+10
* Ifdefed conditionally used simplock variables.Bruce Evans1999-01-023-5/+11
* Fixed bitrot in a comment. Fixed some style bugs.Bruce Evans1999-01-011-5/+3
* When loading something that has undefined symbols, it would be helpful toPeter Wemm1998-12-312-10/+26
* Various changes to support OSF1 emulation:Doug Rabson1998-12-302-7/+8
* Improved DDB_UNATTENDED behaviour. From the submitter:Mike Smith1998-12-282-5/+9
* Fix some 64bit truncation problems which crept into SYSCTL_LONG() with theDoug Rabson1998-12-273-39/+12
* Tweak ptrace(PT_READ_U) so that the last alpha register can be read.Doug Rabson1998-12-261-2/+5
* Restored rev.1.31 which was clobbered by rev.1.69 (the big Lite2Bruce Evans1998-12-242-4/+6
* Adjust some comments to prevent future confusion on the implementation.Matthew Dillon1998-12-221-6/+26
* Correctly handle misaligned VMIO buffer (whose start or end offset in the VMLuoqi Chen1998-12-221-77/+92
* Check return value of tsleep(). I've checked of all call points -Eivind Eklund1998-12-222-8/+14