summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add usleep to the map files.deischen2005-08-032-0/+4
* Add a cancellation point for usleep().deischen2005-08-032-2/+32
* Add a cancellation point for usleep().deischen2005-08-031-0/+19
* Make syslog() use the internal (non-cancellation point) _usleep().deischen2005-08-031-1/+1
* Make usleep() overridable by the thread libraries so they can providedeischen2005-08-031-1/+4
* Add namespace #defines for usleep.deischen2005-08-032-0/+2
* Generate default fake "device" and "inode" numbers for entrieskientzle2005-08-021-0/+25
* When copying time values from the main entry header to be used in thekientzle2005-08-021-10/+19
* Correct a few minor mis-statements (libarchive does support readingkientzle2005-08-021-5/+6
* Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routinerwatson2005-08-015-2/+248
* Correct two libmemstat(3) bugs:rwatson2005-08-014-4/+12
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-3110-19/+19
* Remove an unused variable.deischen2005-07-292-2/+0
* Catch up with the atomic_FOO_ptr() changes and silence a few warnings.deischen2005-07-292-14/+28
* Document the ECONNRESET errno value.dds2005-07-292-0/+7
* Cast to uintptr_t to avoid compiler warning, it was broken bydavidxu2005-07-281-6/+12
* don't accept invalid form of an address like 1:2:3:4:5:6:7::8.ume2005-07-271-0/+4
* Correct a buffer overflow which can occur when decompressing acperciva2005-07-271-4/+4
* Move initialization above point of first possible reference tomdodd2005-07-251-3/+4
* Disable thread support in BIND. It appears to reduce performance ratherdes2005-07-255-29/+28
* If a retrieved UMA zone is a secondary zone, don't report keg free items,rwatson2005-07-251-1/+10
* Speed up __wcsconv() (and hence the printf() %ls format):tjr2005-07-241-34/+30
* Having decided not to provide a libmemstat(3) error number to textrwatson2005-07-244-3/+38
OpenPOWER on IntegriCloud