aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix fallout from the previous commit:Yaroslav Tykhiy2005-09-091-4/+7
* Terminate metadata restore early only on failure, not success.Tim Kientzle2005-09-051-2/+4
* Remove references to nonexistent "FreeBSD Security Architecture" document.Tim J. Robbins2005-09-055-25/+0
* Include needed headers that were obtained through <pthread.h>. Sort headersStefan Farfeleder2005-09-0111-9/+28
* Add __BEGIN_DECLS/__END_DECLS so that this header can be included in C++Craig Rodrigues2005-08-311-0/+9
* Remove getino(3) manpage. It doesn't document what is here, what is here shouldJuli Mallett2005-08-311-116/+0
* Disconnect getino.3 and remove MLINK I added.Tom Rhodes2005-08-311-2/+1
* Allocate a thread's tcb last so it is easier to handle failures toDaniel Eischen2005-08-302-40/+42
* Added a sentence to explain what "span" means.Gary W. Swearingen2005-08-292-1/+15
* Handle failure to malloc() part of the thread structure.Daniel Eischen2005-08-292-6/+8
* Don't attempt to initialize the rtld lock if it can't be malloc()'d.Daniel Eischen2005-08-292-10/+14
* - Document the fact that the real length of listen queue is 1.5 moreGleb Smirnoff2005-08-291-1/+16
* Add the function memmem(3) as found in glibc and others.Andre Oppermann2005-08-256-5/+159
* Hook getino.3 up to the build and link it to putino.3.Tom Rhodes2005-08-251-1/+2
* Add a family of functions for reliable pidfiles handling.Pawel Jakub Dawidek2005-08-244-3/+498
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,R. Imura2005-08-241-1/+1
* Ignore HTTP_PROXY if it is defined but empty. This was already handledDag-Erling Smørgrav2005-08-241-1/+1
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedStefan Farfeleder2005-08-205-0/+5
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.Stefan Farfeleder2005-08-198-12/+12
* Fix a boundary condition error in slow() and fast() in multibyte locales:Tim J. Robbins2005-08-171-6/+7
* Document the fact that word-boundary matching does not workTim J. Robbins2005-08-171-1/+3
* The "Mbuf" zone was renamed "mbuf" to improve consistency, but the codeRobert Watson2005-08-151-4/+4
* Add an implementation of the semi-standard wcsdup() function, as foundTim J. Robbins2005-08-133-4/+53
* Change OUT from -2 to CHAR_MIN-1, making it impossible for it toTim J. Robbins2005-08-131-1/+1
* Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 toSimon L. B. Nielsen2005-08-121-1/+2
* Change directory one level at a time, and use CDUP to back out. This is aDag-Erling Smørgrav2005-08-121-29/+152
* Record an error message if there are write errors when extracting theTim Kientzle2005-08-101-1/+4
* Minor configuration fix to disable ACL support on MacOS X (whichTim Kientzle2005-08-102-4/+13
* Move <sys/cdefs.h> up to reduce diff to NetBSD.Stefan Farfeleder2005-08-101-2/+2
* Submitted to and merged from NetBSD (rev. 1.23 and 1.24):Stefan Farfeleder2005-08-101-6/+7
* Remove a reference to compute_stats(), since it is no longer documented atKenneth D. Merry2005-08-101-4/+1
* Document kvm(3)-related error constants, and correct minor formattingRobert Watson2005-08-091-2/+20
* NetBSD merged our typo fixes, update $NetBSD$.Stefan Farfeleder2005-08-096-6/+6
* Merge a change I missed in the last commit.Stefan Farfeleder2005-08-091-1/+1
* Merge NetBSD's 1.25 which fixes a small bug introduced in 1.24.Stefan Farfeleder2005-08-091-1/+3
* Include <term.h> before #undef'ing key_clear.Stefan Farfeleder2005-08-081-0/+2
* Fix a few typos.Stefan Farfeleder2005-08-082-4/+4
* Don't forget to copy the sentinel into the `help' array. It's expected toStefan Farfeleder2005-08-081-2/+2
* Sync libedit with recent NetBSD developments. Including improvements to theStefan Farfeleder2005-08-0738-1482/+2374
* Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 andStefan Farfeleder2005-08-073-5/+3
* Respect the YES_HESIOD build variable.Poul-Henning Kamp2005-08-062-3/+9
* Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3),Robert Watson2005-08-064-7/+190
* Use char * when doing pointer arithmetics.Stefan Farfeleder2005-08-051-3/+4
* Define LIBMEMSTAT so that vm_page.h won't perform a nested include ofRobert Watson2005-08-041-9/+1
* Add usleep to the map files.Daniel Eischen2005-08-032-0/+4
* Add a cancellation point for usleep().Daniel Eischen2005-08-032-2/+32
* Add a cancellation point for usleep().Daniel Eischen2005-08-031-0/+19
* Make syslog() use the internal (non-cancellation point) _usleep().Daniel Eischen2005-08-031-1/+1
* Make usleep() overridable by the thread libraries so they can provideDaniel Eischen2005-08-031-1/+4
* Add namespace #defines for usleep.Daniel Eischen2005-08-032-0/+2