summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* New release notes: COMPAT_AOUT, AMD Elan SC520 support.bmah2002-09-072-0/+18
* Add some more AMD processors to the supported hardware list.bmah2002-09-071-2/+4
* 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
* Allow edquota(8) to be used for setting up quotas non-interactively (add asobomax2002-09-072-23/+149
* Remove #include <netinet/ip.h>.sobomax2002-09-071-4/+0
* Also add #include <netinet/in_systm.h> before <neinet/ip.h> to fix thesobomax2002-09-071-0/+1
* Add __BEGIN_DECLS/__END_DECLS so that c++ code can use makecontext() etc.dfr2002-09-071-0/+6
* Add an implementation of wcstok(), based on strtok_r().tjr2002-09-074-3/+215
* Two arrays were born from the same seeds, both grew into complementary setsjmallett2002-09-071-1/+1
* 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
* Add #include <netinet/ip.h> in attempt to fix the world.sobomax2002-09-071-0/+1
* Note that siginit() does not cause every signal to be ignored only thedavidc2002-09-071-3/+16
* Supposedly linux has added a 6th syscall arg register (%ebp). I am notpeter2002-09-071-0/+1
* Sync prototypes with <wchar.h> with respect to the restrict qualifier.tjr2002-09-071-6/+6
* Add restrict qualifiers where C99 permits them. All of these already hadtjr2002-09-076-12/+12
* Add restrict qualifiers to wcsstr()'s arguments.tjr2002-09-071-1/+1
* Call strtok_r() via a libc private name from within strtok().tjr2002-09-071-2/+6
* 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
* Add support for ev67 and ev45 CPUTYPEs (new in gcc3)kris2002-09-072-3/+5
* Collect the a.out coredump code into the calling functions.peter2002-09-072-2/+31
* List the new athlon CPUs supported by the CPUTYPE make variable.mux2002-09-071-1/+2
* Update to use all the new CPU optimizations of GCC3.mux2002-09-071-9/+29
* 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
* Export pcib_attach() as a "protected" for use in subclasses of the PCI-PCIjhb2002-09-062-2/+2
* Include <netinet/ip.h> to unbreak kdump. I don't know why does kdumpsobomax2002-09-061-0/+4
* Don't include "bpf.h" when compiling on FreeBSD. We always compile inbrooks2002-09-061-0/+4
* Bandaid for mount_nfs segfaulting with the more obscure mount optionspeter2002-09-061-22/+34
* Fix a bug where calling MD5File(3) with a zero-length file generated anbmah2002-09-061-0/+1
* Dump the $PIR table if booting verbose.jhb2002-09-063-0/+9
* Include some verbage about not calling exit() from functions registeredwollman2002-09-062-2/+24
* Remove STRNCAT (==>strncat) usage. Apparently I never read the manmjacob2002-09-063-20/+17
* Tsk. Now that we're not using our own locks, we have to remembermjacob2002-09-061-0/+2
OpenPOWER on IntegriCloud