summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make __sem_timedwait() consistent with the sem_timedwait() prototype.stefanf2005-10-181-1/+1
* Implement the full range of ISO9660 number conversion routines in iso.h.des2005-10-181-15/+0
* Fix installworld breakage. <sigh>kientzle2005-10-141-2/+2
* 1) Use GNU libtool to build shared libraries on non-FreeBSDkientzle2005-10-135-29/+86
* Make some purely internal symbols static to reduce link pollution.kientzle2005-10-122-5/+5
* Minor style nit: tab instead of space after #definekientzle2005-10-121-1/+1
* When reading GNU-style sparse archive entries, handlekientzle2005-10-121-8/+18
* In pax interchange format, use UTF8 for writingkientzle2005-10-123-21/+70
* Fixed range reduction for large multiples of pi/2 on systems withbde2005-10-111-0/+1
* Fixed range reduction near (but not very near) medium-sized multiplesbde2005-10-101-3/+18
* The pthread_attr_set_createsuspend_np was broken, fix it bydavidxu2005-10-101-1/+1
* Fix numerous errors of >= 1 ulp for cosf(x) and sinf(x) (1 line)bde2005-10-091-1/+12
* Oops, the last-minute optimization in rev.1.8 wasn't a good idea. Thebde2005-10-091-7/+18
* Fixed syntax error (a missing brace) in previous commit.bde2005-10-081-0/+1
* Fixed range reduction near (but not very near) +-pi/2. A bug causedbde2005-10-081-19/+7
* Fixed profiling of main() for amd64 and i386. This started rottingbde2005-10-072-12/+2
* 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
OpenPOWER on IntegriCloud