summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When (re)allocating space for an array of pointers to char, usecperciva2005-09-191-1/+1
* Fixed aliasing bugs in TRUNC() by using the fdlibm macros for accessbde2005-09-193-12/+26
* Connect smbfs build on powerpc.imura2005-09-191-0/+4
* Just by allocating size*2 bytes we can't be sure that new size will be enough,ache2005-09-181-2/+2
* Use the correct function name as .Nm argument.brueffer2005-09-181-1/+1
* Pidfiles should be created with permission preventing users from openingpjd2005-09-161-1/+1
* Cosmetic fixes to prev. commit.ache2005-09-151-4/+4
* Remove any hardcoded assumptions about malloc's way of allocating,ache2005-09-141-4/+4
* Don't reuse *pl to skip [], it is already used for {} parts in the loop aboveache2005-09-141-3/+3
* Correct type.pjd2005-09-141-4/+4
* Add a missing ldexpf() alias for amd64.das2005-09-121-0/+3
* Include a couple of headers to ensure consistency between the prototype andstefanf2005-09-1216-0/+22
* - Add prototypes for __cmpdi2() and __ucmpdi2().stefanf2005-09-121-10/+2
* Use prototypes for CHIN1() and CHIN().stefanf2005-09-121-6/+2
* Move the declaration of __cleanup to libc_private.h as it is used in bothstefanf2005-09-125-4/+12
* Add a couple of missing MLINKS.stefanf2005-09-111-0/+17
* The arguments for time2posix() and posix2time() are time_t values, notstefanf2005-09-111-3/+3
* 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
OpenPOWER on IntegriCloud