aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Correct the documentation for archive_read_data_into_buffer()Tim Kientzle2005-09-201-1/+1
* When (re)allocating space for an array of pointers to char, useColin Percival2005-09-191-1/+1
* Fixed aliasing bugs in TRUNC() by using the fdlibm macros for accessBruce Evans2005-09-193-12/+26
* Connect smbfs build on powerpc.R. Imura2005-09-191-0/+4
* Just by allocating size*2 bytes we can't be sure that new size will be enough,Andrey A. Chernov2005-09-181-2/+2
* Use the correct function name as .Nm argument.Christian Brueffer2005-09-181-1/+1
* Pidfiles should be created with permission preventing users from openingPawel Jakub Dawidek2005-09-161-1/+1
* Cosmetic fixes to prev. commit.Andrey A. Chernov2005-09-151-4/+4
* Remove any hardcoded assumptions about malloc's way of allocating,Andrey A. Chernov2005-09-141-4/+4
* Don't reuse *pl to skip [], it is already used for {} parts in the loop aboveAndrey A. Chernov2005-09-141-3/+3
* Correct type.Pawel Jakub Dawidek2005-09-141-4/+4
* Add a missing ldexpf() alias for amd64.David Schultz2005-09-121-0/+3
* Include a couple of headers to ensure consistency between the prototype andStefan Farfeleder2005-09-1216-0/+22
* - Add prototypes for __cmpdi2() and __ucmpdi2().Stefan Farfeleder2005-09-121-10/+2
* Use prototypes for CHIN1() and CHIN().Stefan Farfeleder2005-09-121-6/+2
* Move the declaration of __cleanup to libc_private.h as it is used in bothStefan Farfeleder2005-09-125-4/+12
* Add a couple of missing MLINKS.Stefan Farfeleder2005-09-111-0/+17
* The arguments for time2posix() and posix2time() are time_t values, notStefan Farfeleder2005-09-111-3/+3
* Style issue: Don't include <wchar.h> where it is not actually needed.Tim Kientzle2005-09-106-10/+49
* Add mkfifo(2) to the man page SEE ALSO list for umask(2) -- it'sRobert Watson2005-09-101-0/+1
* Fix some errors in archive_read_data that caused failures in bsdtar'sTim Kientzle2005-09-101-12/+11
* Add an MLINK for devname_r().Stefan Farfeleder2005-09-101-0/+1
* The header and the man page say that sethostid() returns void, so make theStefan Farfeleder2005-09-101-4/+4
* Fix parameter types of close and get members in DB.Stefan Farfeleder2005-09-101-2/+2
* 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