summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: kill hard sentence breaks and one double space.ru2002-08-091-5/+9
* Make sure we set errno sensibly in case of failure.phk2002-08-091-0/+7
* Introduce a new error return code:phk2002-08-092-0/+5
* Add safeguards to never use errno == 0 as setrunelocale() error return codeache2002-08-093-7/+5
* Remove a stray ';'.jhay2002-08-091-1/+1
* Remove a '-' that is not needed.jhay2002-08-091-1/+1
* Add a third floppy to releases. It will only be built if there is ajhay2002-08-096-35/+53
* Teach sysinstall that documents on the boot floppy might not be gzipped.jhay2002-08-092-0/+12
* Fix wrong member variable ordering of struct acpi_bif.iwasaki2002-08-091-1/+1
* Restore autoloading of ACPI module.obrien2002-08-093-0/+17
* Add additional range checks for copyout targets.rwatson2002-08-092-1/+5
* Don't auto load ACPI -- it causes trouble with my laptop and is TOTALLYobrien2002-08-091-8/+0
* Update TE policy and MAC text conversion routines to support partialrwatson2002-08-092-10/+71
* X-ref mac.3.rwatson2002-08-091-0/+1
* Apply the envp fix to the other call to main() as well.gshapiro2002-08-091-2/+2
* use the new interface to ether_input(), with eh = NULL andluigi2002-08-091-7/+1
* Improve the code for detecting UID ranges so that usernames suchiedowse2002-08-091-3/+3
* Add a new flag (-l) that suppresses quota checks on NFS filesystems.iedowse2002-08-092-7/+26
* Fix a few compiler warnings, sort options and make the usage()iedowse2002-08-092-27/+29
* o Use pmap_page_is_mapped() in vm_page_protect() rather than the PG_MAPPEDalc2002-08-081-1/+1
* Add support for SX cards using TBI such as Netgear GA621.ambrisko2002-08-082-63/+249
* Add support for SX cards using TBI such as Netgear GA621ambrisko2002-08-081-0/+2
* Rework storing files thoroughly. This includes:yar2002-08-082-24/+84
* Use '_end' symbol instead of 'end' to initialize minbrk and curbrkkan2002-08-082-6/+6
* Don't acquire the writer lock in rtld_exit when clearing the sharedjdp2002-08-081-2/+0
* Don't bogusly depend on pcic. pccard should be enough.imp2002-08-081-1/+0
* The intent in rev. 1.299 was to make the CPUTYPE assignment type checkru2002-08-081-2/+7
* Only my brain can fart while fixing a previous brain fart.bmilekic2002-08-081-2/+1
* YIKES, I take the pointy-hat for a really big braino here. Ibmilekic2002-08-081-4/+3
* Due to layering problems, remove the MAC checks from vn_rdwr() -- thisrwatson2002-08-081-13/+4
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-0821-22/+43
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-085-33/+225
* Do some work on keeping better track of stopped/continued state.julian2002-08-081-0/+2
* EAK! two status flags in teh proc structure were defined to thejulian2002-08-081-3/+3
* Rewrite locale loading procedures, so any load failure will not affectache2002-08-0811-192/+259
* Implement POSIX.1-2001 (XSI)'s ulimit(3).mike2002-08-086-4/+211
* Set errno to ENOMEM for strdup too (due to malloc errno bug)ache2002-08-071-3/+4
* Fixes for the D-Link DFE-580 card.ambrisko2002-08-072-83/+111
* Only attach one PHY device to a controller. NetBSD has similar code.ambrisko2002-08-071-2/+5
* - Adjust locking markup to match the proc markup.jeff2002-08-071-16/+19
* Always set errno to ENOMEM after malloc failed (as workaround).ache2002-08-071-8/+8
* Reset __mb_cur_max to 1 when "C" or "POSIX" locales loaded after multibyte oneache2002-08-071-0/+1
* Fix wrong address when EucInfo > "variable" sizeache2002-08-071-1/+1
* Correct a bug introduced in 1.26: M_PKTHDR is set in the 'flags'rwatson2002-08-071-1/+1
* Correct an inaccuracy in this man page regarding detecting empty fields.archie2002-08-071-4/+5
* Use the CPU_* OID constants instead of OID_AUTO for the clock-relatedtmm2002-08-072-6/+12
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* Cache the credential provided during accton() for use in later accountingrwatson2002-08-071-5/+17
* Document file descriptor reopening and current standardization status.wollman2002-08-071-0/+19
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-073-0/+3
OpenPOWER on IntegriCloud