summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make UAREA_PAGES and KSTACK_PAGES visible to userland via sysctl, likepeter2002-09-072-0/+8
* Move the KSTACK_PAGES option from MD to MI. Although not all platformspeter2002-09-074-3/+1
* Fill out two fields (si_pid, si_uid) in the siginfo structure handed backjmallett2002-09-077-0/+14
* Diff reduction in comments for filling the siginfo structure - refer tojmallett2002-09-073-3/+3
* Match the more modern ports and comment the filling of POSIX parts of siginfojmallett2002-09-072-2/+2
* Unbreak the modules build:tmm2002-09-072-2/+3
* The size argument to snprintf does not have to be backed off by onemjacob2002-09-071-17/+17
* Include <machine/pcb.h> instead of depending on namespace pollution inbde2002-09-071-0/+1
* fix braino..julian2002-09-072-2/+2
* Remove #include <netinet/ip.h>.sobomax2002-09-071-4/+0
* Add __BEGIN_DECLS/__END_DECLS so that c++ code can use makecontext() etc.dfr2002-09-071-0/+6
* Fix a missing line in a cut/paste error.peter2002-09-071-0/+1
* Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)peter2002-09-0713-2/+79
* Supposedly linux has added a 6th syscall arg register (%ebp). I am notpeter2002-09-071-0/+1
* Add options COMPAT_AOUT to detect future bitrot.peter2002-09-071-0/+3
* fix misplaced schedlockjulian2002-09-072-2/+2
* Add COMPAT_AOUT option so that config will not yell when you try andpeter2002-09-071-0/+1
* Add the aout module subdir for the i386.peter2002-09-071-0/+1
* Add an a.out exec module.peter2002-09-071-0/+11
* Make imgact_aout.c optional. It is i386 specific.peter2002-09-071-1/+1
* Give this a self contained a.out coredump routine.peter2002-09-071-1/+60
* Zap the implementations of the i386-aout specific cpu_coredump function.peter2002-09-077-144/+0
* Collect the a.out coredump code into the calling functions.peter2002-09-072-2/+31
* Add a subclass of the PCI-PCI bridge driver that uses the PCIBIOS tojhb2002-09-062-4/+138
* Add a function pci_probe_route_table() that returns true if our PCI BIOSjhb2002-09-065-0/+59
OpenPOWER on IntegriCloud