aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing calls to mtx_init().Poul-Henning Kamp2002-09-101-0/+12
* Fixed namespace pollution in uma changes:Bruce Evans2002-09-101-2/+3
* Include <sys/malloc.h> instead of depending on namespace pollution 2Bruce Evans2002-09-102-0/+2
* Fixed namespace pollution in uma changes:Bruce Evans2002-09-101-2/+1
* Include <sys/malloc.h> instead of depending on namespace pollution 2Bruce Evans2002-09-101-8/+5
* vfs_syscalls.c:Bruce Evans2002-09-105-168/+24
* Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line withMaxim Sobolev2002-09-101-1/+1
* Remove superfluous break.Maxim Sobolev2002-09-101-1/+0
* Remove extraneous extern from function prototype introduced in rev.1.14.Maxim Sobolev2002-09-101-1/+1
* reprobe not needed here eitherWarner Losh2002-09-101-30/+0
* Remove more bogus reprobe code. I don't think it is needed here either.Warner Losh2002-09-101-14/+1
* o Dike out the bogus reprobe stuff. It was getting in the way of newbus' ownWarner Losh2002-09-102-16/+0
* regen for 1.34Warner Losh2002-09-101-1/+5
* Add ARGOSY SP320Warner Losh2002-09-101-0/+2
* move some printfs under bootverboseSam Leffler2002-09-101-4/+5
* - Spell "these" properly.Andrew R. Reiter2002-09-101-2/+2
* Make sure a $PIR table header has a valid length before accepting the tableJohn Baldwin2002-09-093-3/+6
* add missing \n to printfBernd Walter2002-09-094-8/+8
* Add security.mac.mmap_revocation, a flag indicating whether weRobert Watson2002-09-099-0/+72
* Minor code sync to MAC tree: push Giant locking up fromRobert Watson2002-09-099-18/+18
* - Fix iBCS2 emulation of COFF files that have multiple librariesRobert Drehmel2002-09-091-3/+7
* Since from now on encap_input() also catches IPPROTO_MOBILE and IPPROTO_GREMaxim Sobolev2002-09-092-3/+3
* - Do not swap out a process if it is in creation. The process may have noSeigo Tanimura2002-09-091-0/+24
* #include "opt_bla.h" goes first says Bruce.Poul-Henning Kamp2002-09-092-4/+4
* Add `device gre'.Maxim Sobolev2002-09-091-0/+3
* Prevent namespace pollution in use-land by putting everything used only inMaxim Sobolev2002-09-091-0/+3
* Remove duplicate entry. Since we call things cbb in the source, pccbbWarner Losh2002-09-091-9/+0
* Use "options " rather than "options<tab>".Jun Kuriyama2002-09-097-24/+24
* Change the order that we look for free memory windows from 0 -> MAX-1Warner Losh2002-09-081-4/+4
* Add support for the BCM5703x chips. I do not have one of theseJohn Polstra2002-09-085-3/+32
* Fix style(9) bugs.Poul-Henning Kamp2002-09-083-5/+5
* Fix a logic bug in the struct dev_t allocation code.Poul-Henning Kamp2002-09-081-5/+5
* Deal with a new exteded MBR paritition typePoul-Henning Kamp2002-09-084-1/+4
* Now that we have a cached mount credential in struct mount, use it isteadPoul-Henning Kamp2002-09-083-5/+1
* Make this driver work a whole lot better.Jake Burkholder2002-09-082-139/+168
* opt_kstack_pages.h is not needed anymore. It would have been a Bad ThingPeter Wemm2002-09-083-4/+3
* Note that 'device gzip' *requires* COMPAT_AOUT. Maybe this "device"Peter Wemm2002-09-081-1/+1
* Do not blow up when we walk off the end of the brands list.Peter Wemm2002-09-081-1/+3
* Tidy up some loose ends that bde pointed out. caddr_t bad, ok?Peter Wemm2002-09-073-22/+20
* Remove bogus fill_kinfo_proc() before ptrace_set_pc(). There was no needPeter Wemm2002-09-071-1/+0
* The true value of how the kernel was configured for KSTACK_PAGES was notPeter Wemm2002-09-073-22/+19
* Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, likePeter Wemm2002-09-072-0/+8
* Move the KSTACK_PAGES option from MD to MI. Although not all platformsPeter Wemm2002-09-074-3/+1
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backJuli Mallett2002-09-077-0/+14
* Diff reduction in comments for filling the siginfo structure - refer toJuli Mallett2002-09-073-3/+3
* Match the more modern ports and comment the filling of POSIX parts of siginfoJuli Mallett2002-09-072-2/+2
* Unbreak the modules build:Thomas Moestl2002-09-072-2/+3
* The size argument to snprintf does not have to be backed off by oneMatt Jacob2002-09-071-17/+17
* Include <machine/pcb.h> instead of depending on namespace pollution inBruce Evans2002-09-071-0/+1
* fix braino..Julian Elischer2002-09-072-2/+2