summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Comment and whitespace changes.julian2002-09-111-12/+13
* Completely redo thread states.julian2002-09-1131-478/+419
* Include <vm/uma.h> instead of depending on namespace pollution inbde2002-09-111-7/+10
* Fix LINT build on alpha by completing move of cy and apm_saver tonjl2002-09-112-7/+10
* Clarify the return value from child_present.imp2002-09-111-0/+7
* - Lock down the accounting code globals with a subsystem mutex.arr2002-09-111-5/+27
* Remember who asked for a connect or accept operation so we can actually tellbenno2002-09-111-2/+2
* Fix namespace issues by using the relatively new visibilitymike2002-09-101-3/+9
* - Forgot to remove `cardattached` declaration in revision 1.22.arr2002-09-101-1/+1
* Add missing calls to mtx_init().phk2002-09-101-0/+12
* Fixed namespace pollution in uma changes:bde2002-09-101-2/+3
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-102-0/+2
* Fixed namespace pollution in uma changes:bde2002-09-101-2/+1
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-101-8/+5
* vfs_syscalls.c:bde2002-09-105-168/+24
* Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line withsobomax2002-09-101-1/+1
* Remove superfluous break.sobomax2002-09-101-1/+0
* Remove extraneous extern from function prototype introduced in rev.1.14.sobomax2002-09-101-1/+1
* reprobe not needed here eitherimp2002-09-101-30/+0
* Remove more bogus reprobe code. I don't think it is needed here either.imp2002-09-101-14/+1
* o Dike out the bogus reprobe stuff. It was getting in the way of newbus' ownimp2002-09-102-16/+0
* regen for 1.34imp2002-09-101-1/+5
* Add ARGOSY SP320imp2002-09-101-0/+2
* move some printfs under bootverbosesam2002-09-101-4/+5
* - Spell "these" properly.arr2002-09-101-2/+2
* Make sure a $PIR table header has a valid length before accepting the tablejhb2002-09-093-3/+6
* add missing \n to printfticso2002-09-094-8/+8
* Add security.mac.mmap_revocation, a flag indicating whether werwatson2002-09-099-0/+72
* Minor code sync to MAC tree: push Giant locking up fromrwatson2002-09-099-18/+18
* - Fix iBCS2 emulation of COFF files that have multiple librariesrobert2002-09-091-3/+7
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREsobomax2002-09-092-3/+3
* - Do not swap out a process if it is in creation. The process may have notanimura2002-09-091-0/+24
* #include "opt_bla.h" goes first says Bruce.phk2002-09-092-4/+4
* Add `device gre'.sobomax2002-09-091-0/+3
* Prevent namespace pollution in use-land by putting everything used only insobomax2002-09-091-0/+3
* Remove duplicate entry. Since we call things cbb in the source, pccbbimp2002-09-091-9/+0
* Use "options " rather than "options<tab>".kuriyama2002-09-097-24/+24
* Change the order that we look for free memory windows from 0 -> MAX-1imp2002-09-081-4/+4
* Add support for the BCM5703x chips. I do not have one of thesejdp2002-09-085-3/+32
* Fix style(9) bugs.phk2002-09-083-5/+5
* Fix a logic bug in the struct dev_t allocation code.phk2002-09-081-5/+5
* Deal with a new exteded MBR paritition typephk2002-09-084-1/+4
* Now that we have a cached mount credential in struct mount, use it isteadphk2002-09-083-5/+1
* Make this driver work a whole lot better.jake2002-09-082-141/+170
* opt_kstack_pages.h is not needed anymore. It would have been a Bad Thingpeter2002-09-083-4/+3
* Note that 'device gzip' *requires* COMPAT_AOUT. Maybe this "device"peter2002-09-081-1/+1
* Do not blow up when we walk off the end of the brands list.peter2002-09-081-1/+3
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?peter2002-09-073-22/+20
* Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no needpeter2002-09-071-1/+0
* The true value of how the kernel was configured for KSTACK_PAGES was notpeter2002-09-073-22/+19
OpenPOWER on IntegriCloud