summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* When removing the local domain, only do so when the result will be abrooks2005-10-051-3/+1
* Remove an unused variable.stefanf2005-10-041-2/+1
* Merge makelist rev 1.10 and map.c rev 1.22 from NetBSD. They just patch thestefanf2005-10-042-14/+14
* Merge NetBSD's rev. 1.49:stefanf2005-10-041-6/+6
* Merge NetBSD's rev. 1.41:stefanf2005-10-041-3/+3
* Catch up with the import of bsnmp-1.11. Add a couple of newharti2005-10-041-0/+2
* Sort function names.davidxu2005-10-041-2/+2
* Add function pthread_timedjoin_np, the function is similar with pthread_joindavidxu2005-10-042-9/+51
* Fix a long line in copyright notice.cognet2005-10-031-1/+2
* Add an asm version of strlen() for arm (how useful).cognet2005-10-032-1/+78
* libkvm bits for arm.cognet2005-10-031-18/+162
* Commenting out WARNS actually brought it up to 4.ru2005-09-281-1/+1
* Comment out WARNS, the OpenSSL headers don't compile cleanly on some platforms.des2005-09-281-1/+1
* Increase WARNS.des2005-09-261-1/+1
* Correct the logic for determining whether the user has already entereddes2005-09-261-4/+7
* minor style.Makefile(5) fixes:keramida2005-09-261-2/+7
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-249-15/+23
* Modify the code path of the ifdef NOTYET part of _kse_single_thread():brian2005-09-244-16/+22
* Do not use passphraseless keys for authentication unless the nullokdes2005-09-222-2/+13
* Narrow the use of user credentials.des2005-09-211-14/+10
* In archive_read_open(), do not set the internal archive state tokientzle2005-09-211-2/+4
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-2114-8/+90
* Correct the documentation for archive_read_data_into_buffer()kientzle2005-09-201-1/+1
* 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
OpenPOWER on IntegriCloud