summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-2725-240/+240
* Fix array index of signed char to cast to unsigned char and then to int.dillon1999-01-271-9/+9
* Fix getenv() comparison against '=' ... was *cp = '=' instead ofdillon1999-01-271-2/+2
* Don't forget to count context switches in yield().bde1999-01-271-1/+3
* Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.bde1999-01-271-1/+2
* Ok, people didn't like kern.conf_dir. Poof, backed out.dillon1999-01-261-6/+1
* Enable Linux threads support by default.julian1999-01-266-114/+11
* Add kern.conf_dir sysctl. This is a R+W string used to specify thedillon1999-01-251-1/+6
* Port NetBSD's 19990120-accept bug fix. This works around the race conditionfenner1999-01-253-7/+19
* Don't free the socket address if soaccept() / pru_accept() doesn'tfenner1999-01-251-2/+3
* Don't try to call SYSUNINIT functions if there was a link error.dfr1999-01-254-5/+19
* Go back to only supporting revoke() for bdevs and cdevs. It is verybde1999-01-242-2/+10
* Addendum: The original code that the last commit 'fixed' actually diddillon1999-01-241-1/+1
* There was a situation where sendfile() might attempt to initiate I/Odillon1999-01-241-32/+35
* Don't try to calculate B_CACHE for an NFS related bp that has adillon1999-01-241-2/+5
* Fix an expression parenthesization typo in a conditional. It should notdillon1999-01-231-2/+10
* Update userref handling after discussion with submitter of previouspeter1999-01-231-4/+4
* Don't throw away the buffer contents on a fatal write error; just markdg1999-01-221-2/+5
* Allow VM_KMEM_SIZE to be tuned from the kernel environment. This tuningmsmith1999-01-211-1/+6
* The main operational changes are in getblk()'s handling of thedillon1999-01-211-1/+1
* The code that reclaims descriptors from in-transit unix domaindillon1999-01-211-1/+1
* Fixed a potential bug ( but maybe not ), where sendfile() clears PG_BUSYdillon1999-01-211-1/+1
* This module was used only by the old swapper and has been #if'd out,dillon1999-01-211-1/+1
* This is a rather large commit that encompasses the new swapper,dillon1999-01-2111-86/+241
* Add new blist module - radix tree based bitmap allocator withdillon1999-01-211-0/+928
* Minor rearranging of code to allow simple protocol domains to bejulian1999-01-211-26/+69
* Also consider the space left in the socket buffer when deciding whetherfenner1999-01-201-2/+2
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. Thisfenner1999-01-201-2/+4
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-203-4/+51
* Make more messages conditional on bootverbosejkh1999-01-201-3/+5
* Relax linkage symbol scope restrictions to be more compatable with thatpeter1999-01-191-2/+22
* Don't decrement userrefs unless the file was actually was unloaded.peter1999-01-191-2/+4
* Obtained from: Luoqidillon1999-01-191-2/+3
* - Move lkmnosys() to kern_syscall.cpeter1999-01-171-145/+43
* Move lkmnosys() from kern_lkm.c to here.peter1999-01-171-1/+13
* Try and clean up the multiple formal loading support a bit, based onpeter1999-01-171-10/+21
* A few small improvements to the bus code:dfr1999-01-161-4/+75
* Add getenv_int(), specifically for retrieving integer values from kernelmsmith1999-01-151-1/+20
* Add sscanf/vsscanf/strtoq/strtouq to the kernel. Initially these will be usedmsmith1999-01-151-0/+793
* Re-enable the options in ps(1) that were disabled with the Linuxjulian1999-01-131-1/+6
* Silence warnings.eivind1999-01-121-5/+10
* Silence warnings.eivind1999-01-121-3/+3
* Remove warningn_hibma1999-01-101-3/+1
* Back out last change to sysctl.phk1999-01-101-47/+2
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optiondes1999-01-101-3/+48
* KNFize, by bde.eivind1999-01-1014-66/+59
* Remove a diagnostic message left in by mistake.dfr1999-01-091-3/+2
* Implement a mechanism for a module to report a small amount of moduledfr1999-01-092-3/+31
* Implement support for adding syscalls in KLD modules.dfr1999-01-091-0/+94
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT aseivind1999-01-0817-279/+134
OpenPOWER on IntegriCloud