summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* New sentence -> new line. While here, fix apostrophe abuse.Christian Brueffer2007-02-141-4/+7
* Change the date.Julian Elischer2007-02-131-1/+1
* Make the kse man page reflect the removal of the KSEGRP kernel abstraction.Julian Elischer2007-02-131-54/+30
* o s/cgetseq/cgetset/Maxim Konovalov2007-02-111-1/+1
* - Move 'struct swdevt' back into swap_pager.h and expose it to userland.John Baldwin2007-02-071-5/+94
* If (a == NULL), don't dereference (a) to record an error message. [1]Colin Percival2007-02-052-4/+7
* Remove old libmytinfo link.Rong-En Fan2007-02-011-3/+0
* Add support for a new archive format "empty" that reads empty files.Tim Kientzle2007-02-016-11/+109
* Docment the acceptable values for the id parameter.Mike Pritchard2007-02-011-1/+16
* Fix a utrace(2)-related bug in calloc(3).Jason Evans2007-01-311-44/+56
* Update generated files for BIND 9.3.4Doug Barton2007-01-296-282/+45
* Remove getobjformat() from libc's symbol map. It probably should have beenPeter Wemm2007-01-251-1/+0
* Retire more remnants of a.out support, as threatened in 2002.Peter Wemm2007-01-253-182/+2
* Docuemnt exactly which functions access which NSS databases.Bruce M Simpson2007-01-221-1/+15
* Send not only Access Request, but also Access Challenge with definedPawel Jakub Dawidek2007-01-201-5/+7
* o Remove duplicate includes.Maxim Konovalov2007-01-203-3/+0
* Retire old ncurses build glueRong-En Fan2007-01-207-1248/+0
* Switch to new ncurses build glueRong-En Fan2007-01-201-5/+5
* Introduce new ncurses build glues which are part of ncurses 5.6 update.Rong-En Fan2007-01-209-626/+1086
* On FreeBSD/arm, any value > 50 bits will result in a rediculously hugeWarner Losh2007-01-191-2/+2
* When we try to set set-gid bit with chmod(2) on a file, which we own, but ourPawel Jakub Dawidek2007-01-161-1/+5
* Correct the int->text conversion. <sigh>Tim Kientzle2007-01-131-1/+1
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-125-20/+5
* Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-12220-884/+221
* o Document SO_TIMESTAMP and SO_BINSTAMP socket options.Maxim Konovalov2007-01-111-2/+46
* Boris Popov has granted permission to remove the advertising clauseWarner Losh2007-01-0914-56/+14
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-0951-136/+93
* Remove California Regent's clause 3, per letterWarner Losh2007-01-09100-400/+14
* Remove silly n that crept inWarner Losh2007-01-091-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-09749-3005/+1
* Per Olivier Houchard, use the proper license for this file. HeWarner Losh2007-01-081-10/+10
* Remove the advertising clause. UCB did this some time ago, but theseWarner Losh2007-01-0818-72/+0
* Be more specific in ENXIO description:Pawel Jakub Dawidek2007-01-071-3/+4
* open(2) returns EROFS when O_CREAT is specified and the named file wouldPawel Jakub Dawidek2007-01-071-0/+3
* Special case to support hard-coded configuration for building on Windows.Tim Kientzle2007-01-071-0/+3
* - POSIX mentions that EACCES can be returned when O_TRUNC is specifiedPawel Jakub Dawidek2007-01-071-1/+18
* Prefer "to be modified" over "to be opened for writing".Pawel Jakub Dawidek2007-01-071-1/+1
* Implement modfl().David Schultz2007-01-074-2/+104
* Handle inf/nan correctly.David Schultz2007-01-061-2/+14
* Fix a problem relating to fesetenv() clobbering i387 register stack.David Schultz2007-01-062-2/+24
* Fix a cut-and-paste-o.David Schultz2007-01-061-2/+2
* Correctly handle NaN.David Schultz2007-01-061-0/+2
* Correctly handle inf/nan. This routine is currently unused because weDavid Schultz2007-01-061-0/+4
* Remove modf from libm's symbol map. It's actually in libc forDavid Schultz2007-01-061-1/+0
* Change the client skipper API to use off_t instead of size_t/ssize_t; butColin Percival2007-01-056-0/+46
* Remove an unneeded fnstcw instruction.David Schultz2007-01-052-13/+10
* Remove a note pertaining to the Alpha.David Schultz2007-01-051-7/+0
* Insert mutex at tail if it has highest ceiling.David Xu2007-01-051-1/+1
* Oops, don't corrupt the list.David Xu2007-01-051-1/+1
* Check if the PP mutex is recursive, if we have already locked it, place theDavid Xu2007-01-051-9/+28