summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-106-10/+49
* Add mkfifo(2) to the man page SEE ALSO list for umask(2) -- it'srwatson2005-09-101-0/+1
* Fix some errors in archive_read_data that caused failures in bsdtar'skientzle2005-09-101-12/+11
* Add an MLINK for devname_r().stefanf2005-09-101-0/+1
* The header and the man page say that sethostid() returns void, so make thestefanf2005-09-101-4/+4
* Fix parameter types of close and get members in DB.stefanf2005-09-101-2/+2
* Fix fallout from the previous commit:yar2005-09-091-4/+7
* Terminate metadata restore early only on failure, not success.kientzle2005-09-051-2/+4
* Remove references to nonexistent "FreeBSD Security Architecture" document.tjr2005-09-055-25/+0
* Include needed headers that were obtained through <pthread.h>. Sort headersstefanf2005-09-0111-9/+28
* Add __BEGIN_DECLS/__END_DECLS so that this header can be included in C++rodrigc2005-08-311-0/+9
* Remove getino(3) manpage. It doesn't document what is here, what is here shouldjmallett2005-08-311-116/+0
* Disconnect getino.3 and remove MLINK I added.trhodes2005-08-311-2/+1
* Allocate a thread's tcb last so it is easier to handle failures todeischen2005-08-302-40/+42
* Added a sentence to explain what "span" means.garys2005-08-292-1/+15
* Handle failure to malloc() part of the thread structure.deischen2005-08-292-6/+8
* Don't attempt to initialize the rtld lock if it can't be malloc()'d.deischen2005-08-292-10/+14
* - Document the fact that the real length of listen queue is 1.5 moreglebius2005-08-291-1/+16
* Add the function memmem(3) as found in glibc and others.andre2005-08-256-5/+159
* Hook getino.3 up to the build and link it to putino.3.trhodes2005-08-251-1/+2
* Add a family of functions for reliable pidfiles handling.pjd2005-08-244-3/+498
* - Fix checking range of strings of struct iconv_add_in in libsmb and libkiconv,imura2005-08-241-1/+1
* Ignore HTTP_PROXY if it is defined but empty. This was already handleddes2005-08-241-1/+1
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedstefanf2005-08-205-0/+5
* - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.stefanf2005-08-198-12/+12
* Fix a boundary condition error in slow() and fast() in multibyte locales:tjr2005-08-171-6/+7
* Document the fact that word-boundary matching does not worktjr2005-08-171-1/+3
* The "Mbuf" zone was renamed "mbuf" to improve consistency, but the coderwatson2005-08-151-4/+4
* Add an implementation of the semi-standard wcsdup() function, as foundtjr2005-08-133-4/+53
* Change OUT from -2 to CHAR_MIN-1, making it impossible for it totjr2005-08-131-1/+1
* Add missing links from getgrent_r.3, getgrnam_r.3, and getgrgid_r.3 tosimon2005-08-121-1/+2
* Change directory one level at a time, and use CDUP to back out. This is ades2005-08-121-29/+152
* Record an error message if there are write errors when extracting thekientzle2005-08-101-1/+4
* Minor configuration fix to disable ACL support on MacOS X (whichkientzle2005-08-102-4/+13
* Move <sys/cdefs.h> up to reduce diff to NetBSD.stefanf2005-08-101-2/+2
* Submitted to and merged from NetBSD (rev. 1.23 and 1.24):stefanf2005-08-101-6/+7
* Remove a reference to compute_stats(), since it is no longer documented atken2005-08-101-4/+1
* Document kvm(3)-related error constants, and correct minor formattingrwatson2005-08-091-2/+20
* NetBSD merged our typo fixes, update $NetBSD$.stefanf2005-08-096-6/+6
* Merge a change I missed in the last commit.stefanf2005-08-091-1/+1
* Merge NetBSD's 1.25 which fixes a small bug introduced in 1.24.stefanf2005-08-091-1/+3
* Include <term.h> before #undef'ing key_clear.stefanf2005-08-081-0/+2
* Fix a few typos.stefanf2005-08-082-4/+4
* Don't forget to copy the sentinel into the `help' array. It's expected tostefanf2005-08-081-2/+2
* Sync libedit with recent NetBSD developments. Including improvements to thestefanf2005-08-0738-1482/+2374
* Revert the replacement of realloc() with reallocf() (el.h:1.2, map.c:1.5 andstefanf2005-08-073-5/+3
* Respect the YES_HESIOD build variable.phk2005-08-062-3/+9
* Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3),rwatson2005-08-064-7/+190
* Use char * when doing pointer arithmetics.stefanf2005-08-051-3/+4
* Define LIBMEMSTAT so that vm_page.h won't perform a nested include ofrwatson2005-08-041-9/+1
OpenPOWER on IntegriCloud