summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow multiple configs to be specified to a single tbmaster instance.des2004-02-032-41/+75
* Fix "warning: value computed is not used".fjoe2004-02-031-1/+1
* pass pcb rather than so. it is expected that per socket policyume2004-02-0315-154/+84
* Add <time.h> -- bandaid to unbreak world in <semaphore.h>.deischen2004-02-031-0/+1
* Remove a bogus assertion.jhb2004-02-031-1/+0
* Document NO_VINUM, which is already listed in the man page.des2004-02-031-0/+1
* o Unbreak the individual jail starting patch that I broke whenmtm2004-02-031-28/+32
* Add my birthday.le2004-02-031-0/+1
* Whitespace nit.des2004-02-031-1/+1
* Add support for initializing swap devices with random one-shot keys. Notedes2004-02-035-1/+119
* Mechanical whitespace cleanup. Also, note that previous commit wasdes2004-02-031-12/+12
* Remove newline characters from error strings.des2004-02-031-2/+2
* Missed one in previous commit.des2004-02-031-1/+2
* Style fixes.des2004-02-031-5/+13
* Add prototype for sem_timedwait().deischen2004-02-032-0/+2
* A shorter version of keeping all -std= options out of CXXFLAGS.ru2004-02-031-1/+1
* Fixed MINUSLPAM:ru2004-02-031-13/+12
* Take signal.c out of sources.ru2004-02-031-1/+0
* Put generated headers into SRCS so that we pick them up even ifru2004-02-032-1/+3
* Use device alias "mpic" to locate the macio OpenPIC. This worksgrehan2004-02-031-6/+5
* Implement support for single packet sends. The Intel Centrino driverwpaul2004-02-033-7/+65
* Configure a jail sysctl value only if it is different thanmtm2004-02-031-26/+33
* Removed bogus checks that (PCPU_GET(curpcb) != NULL). Rev.1.586 ofbde2004-02-031-3/+1
* Provide a userland version of non-pshared semaphores and add cancellationdeischen2004-02-034-338/+306
* Modify the implementation of libc semaphores so that they can bedeischen2004-02-031-146/+132
* Regen.deischen2004-02-034-5/+7
* Sync with kern/syscalls.master.deischen2004-02-031-0/+1
* Regen after adding ksem_timedwait().deischen2004-02-035-7/+16
* Add ksem_timedwait() to complement ksem_wait().deischen2004-02-034-6/+64
* Don't dec/inc the amountpipes counter every time we resize a pipe --rwatson2004-02-031-2/+3
* Notify the user (at kern.emerg) that the system will be shutting down ifnjl2004-02-033-6/+27
* Correct a typo and unbreak the build.nectar2004-02-031-1/+1
* Catch instances of (pipe == NULL) that were obsoleted with recentrwatson2004-02-031-6/+6
* Add a note about the default media types and a simple reminder to keeptrhodes2004-02-031-0/+17
* Drop the reference count on the old vmspace after fully switching thejhb2004-02-021-2/+2
* Set PCPU_GET(curpcb) for the BSP to thread0's pcb. Otherwise, the boot CPUjhb2004-02-021-0/+1
* Add sysctl net.inet.icmp.reply_src to specify the interface nameandre2004-02-021-0/+19
* More verbose description of the source ip address selection for ICMP replies.andre2004-02-021-5/+16
* - Assert that witness_cold is not true in enroll().jhb2004-02-021-1/+2
* - Removed libmd from the Kerberos library set.ru2004-02-021-7/+4
* More macro cleanup. Use the system roundup2() macro instead of makingbrooks2004-02-021-3/+1
* GC LIBPC and LIBPLOT: they never existed in unencumbered BSD versions.ru2004-02-021-2/+0
* Reserve 187 (twa) for the new 3ware ATA RAID controller.ps2004-02-021-0/+1
* Allow a GEOM class to unload if it has no geoms or a method function tophk2004-02-021-1/+6
* Teach /etc/rc.d/dumpon script how to stop.pjd2004-02-021-1/+12
* Fix many issues related to mount/unmount:pjd2004-02-021-8/+33
* Made use of MNT_USER flag and inform about user responsible for mountpjd2004-02-021-1/+5
* Added flag MNT_USER to MNT_UPDATEMASK, it will be used for detectingpjd2004-02-021-1/+1
* Removed duplicate -lutil.ru2004-02-021-5/+2
* Reorder dependencies to fix static NOPAM build.ru2004-02-021-4/+4
OpenPOWER on IntegriCloud