summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style fixes in preparation for rewrittingache2002-08-071-15/+15
* Refresh the credential on the first initproc thread following divorcingrwatson2002-08-071-0/+1
* Added Russian translation of the .Ex -std macro.ru2002-08-072-0/+18
* POSIX.1-2001 says ``man -k'' should produce results equivalent toru2002-08-072-2/+2
* Add capability for limiting the maximum number of simultaneousume2002-08-073-4/+315
* Style fixesache2002-08-071-9/+6
* Style fixes in preparation of code rewrittingache2002-08-074-34/+43
* Use new interface for ether_input().luigi2002-08-071-13/+4
* We no longer have a COPY.ru2002-08-071-3/+0
* Makefile.inc1 may eventually be merged with Makefile, so fix anru2002-08-071-1/+1
* Pacify ``make -f /dev/null -V FOO''.ru2002-08-071-34/+32
* Improve stack manipulation code of ACPI wakeup routine.iwasaki2002-08-072-4/+4
* Remove an unnecessary cast.mdodd2002-08-071-2/+2
* Move code block added in 1.157 to a safer part of fork1().mdodd2002-08-071-9/+9
* Close descriptor, if error happens in loadCat()ache2002-08-071-0/+6
* Back out workaround of fixing "suspend/fg" by price of breaking "stop $$/fg".ache2002-08-071-1/+3
* Add Intersil and Symbol as vendors for 802.11 cards that the wi driverimp2002-08-073-3/+3
* Typo: s/seperately/separatelyschweikh2002-08-063-3/+3
* Fix -o ac(reg|dir)(min|max) options. The appropriate flags weren'tsemenu2002-08-061-0/+4
OpenPOWER on IntegriCloud