summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic fix: Document targets at the top in a uniform way.jkh2001-02-131-1/+1
* When setproctitle() moved from libutil to libc, we forgot to back thepeter2001-02-132-4/+4
* Sigh. Add note about the FILE FIASCO.imp2001-02-121-1/+29
* Made some checks with ispell.olgeni2001-02-122-32/+32
* o Export the nextpid variable via SYSCTL as kern.lastpid, decreasing byrwatson2001-02-121-0/+2
* Use ".Nm fsck_ffs", so that this turns up in whatis(1), and others.nik2001-02-121-2/+4
* Remove spaces at end of lines (whitespace only)olgeni2001-02-122-43/+43
* Since we're in "everybody is hosed anyway" add an layout identifierphk2001-02-121-0/+1
* mdoc(7) cleanup.ru2001-02-121-90/+86
* Oops, its no longer NISA its DEV_ISA, sigh....sos2001-02-121-1/+1
* mdoc(7) cleanup.ru2001-02-121-26/+34
* Dont rely on isa includes to get at the std port adresses.sos2001-02-122-2/+6
* Sort PROT_* and MAP_* lists, logically and alphabetically respectively.ru2001-02-121-44/+68
* Make comparsions more clear (per style(9))phantom2001-02-123-4/+4
* Assume that "" passed as parameter also means "no grouping"phantom2001-02-121-3/+4
* Rewrite __time_load_locale() using ldpart.c::__part_load_locale()phantom2001-02-122-153/+15
* Use .Rv macro instead of hardcoded messagephantom2001-02-121-6/+1
* Print out sensekey specifik values if set on errorsos2001-02-121-3/+8
* Properly report the VIA '586 type.sos2001-02-121-1/+3
* "Cross references in the SEE ALSO section should be sorted by sectionru2001-02-121-2/+2
* mmap(3) -> mmap(2).ru2001-02-121-2/+2
* Added the KME SCSI-CARD-001 of a SCSI card (accessory oftoshi2001-02-121-0/+4
* Patches backported from later development version of OpenSSH which preventkris2001-02-125-28/+53
* Fix `make depend' => `make kernel-depend'. Using the dependancy fileobrien2001-02-125-5/+25
* Give some additional DNS black hole possibilities as comments.gshapiro2001-02-121-1/+3
* It sounded like a good idea at the time. The previous change breakspeter2001-02-122-10/+3
* Change all instances of `CURPROC' and `CURTHD' to `curproc,' in orderbmilekic2001-02-124-45/+45
* Catch up to mutex API changes.bmilekic2001-02-121-145/+214
* Take advantage of the current libc sizeof(FILE) breakage (__sF[]) andpeter2001-02-122-3/+10
* o Fix build of libc broken in revision 1.2. offsetof() requires therwatson2001-02-121-0/+2
* Note that packets read as outgoing have invalid IP header checksums.archie2001-02-121-0/+1
* Catch up to new priority interface.jake2001-02-125-27/+25
* Implement a unified run queue and adjust priority levels accordingly.jake2001-02-1239-554/+581
* 1. The key SSD_KEY_RECOVERED_ERROR is not an error at all and shouldmjacob2001-02-111-7/+15
* Remove (int) file descriptor locking. It should be up to thedeischen2001-02-1111-512/+59
* libc MT-safety, part 2.deischen2001-02-1122-104/+261
* libc MT-safety, part 2.deischen2001-02-111-0/+4
* Uname is in section 3 of the manual pages.dwmalone2001-02-111-1/+1
* Mention PROT_NONE in the list of possible protections.nik2001-02-111-0/+2
* Include mmap(2) in the list of memory allocation functions.nik2001-02-111-2/+10
* .Xr to mmap.nik2001-02-111-1/+2
* Note that mmap(2) can allocate memory, as well as mapping existing files,nik2001-02-111-1/+1
* LSI/SYMBIOS/NCR 53C[8XX|10XX] supported hardware updated.groudier2001-02-111-4/+6
* Add a man page for the dbm_* functions, and update the Makefile to linknik2001-02-112-1/+211
* Make a big improvement to entropy-harvesting speed by not having anymarkm2001-02-112-66/+41
* Add ja_JP.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.knu2001-02-119-3/+122
* Add ko_KR.EUC locale support for LC_MESSAGES, LC_MONETARY, and LC_NUMERIC.asmodai2001-02-119-3/+122
* Fix:groudier2001-02-111-10/+32
* Don't use hardcoded struct size, use offsetof() instead (make size calculationsphantom2001-02-111-5/+7
* Don't try to convert grouping strings in case if C or POSIX localephantom2001-02-112-2/+2
OpenPOWER on IntegriCloud