summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use memcpy(3) instead of the BSD-specific bcopy(3).des2008-02-083-6/+6
* s/MAXPATHLEN/PATH_MAX/ to reflect five-year old change to the code :)des2008-02-081-1/+1
* Fix a bug in lazy deallocation that was introduced whenjasone2008-02-081-7/+10
* Fix truncl() when the result should be -0.0L. When the result is +-0.0L,bde2008-02-081-1/+2
* Oops, fix the fix in rev.1.10. logb() and logbf() were broken onbde2008-02-081-5/+4
* Clean up manipulation of chunk page map elements to remove some tenuousjasone2008-02-081-362/+357
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-072-26/+16
* Use a better method of scaling by 2**k. Instead of adding to thebde2008-02-076-55/+57
* Add missing #includedes2008-02-061-0/+1
* Yet another pointy hat: when I zapped FBSDprivate_1.1, I forgot to movedes2008-02-061-0/+1
* Add pthread_mutex_isowned_np() here as well; libthr and libkse are supposeddes2008-02-062-0/+15
* Remove unnecessary prototype.des2008-02-061-1/+0
* Add pthread_mutex_isowned_np() so there is no need for an additionaldes2008-02-062-0/+2
* Previous commit had a typo that resulted in symbol versioning beingdes2008-02-061-1/+1
* Give libkse the same treatment as libthr re. symbol versioning.des2008-02-062-8/+2
* Convert pthread.map to the format expected by version_gen.awk, and modifydes2008-02-062-11/+3
* Remove incorrectly added FBSDprivate_1.1 namespace, and move symbols whichdes2008-02-061-12/+4
* Per discussion on -threads, rename _islocked_np() to _isowned_np().des2008-02-062-5/+5
* Add necessary cast for tolower() argument.des2008-02-061-2/+3
* As for the float trig functions and logf, use a minimax polynomialbde2008-02-061-6/+7
* Track dirty unused pages so that they can be purged if they exceed ajasone2008-02-062-679/+973
* set WARNS to 1: with WARNS=2 an aliasing error in a file generated bymatteo2008-02-051-1/+1
* Document the return type for gelf_fsize(3).jkoshy2008-02-041-1/+2
* After careful consideration (and a brief discussion with attilio@), changedes2008-02-041-1/+1
* Fix incorrect handling of malloc failuresmatteo2008-02-042-2/+8
* Add pthread_mutex_islocked_np(), a cheap way to verify that a mutex isdes2008-02-032-0/+31
* Remove incomplete support of AI_ALL and AI_V4MAPPED.ume2008-02-031-21/+0
* Give sendfile(2) a SF_SYNC flag which makes it wait until all mbufsphk2008-02-031-1/+14
* Correct a typo.jkoshy2008-02-031-1/+1
* When reinitializing a lockuser, don't assume that the lock is indeischen2008-01-311-7/+15
* The devstat(3) manpage claims that only <devstat.h> is needed as ajhb2008-01-311-0/+1
* Add hook routine archive_write_ar_finish() which writes the 'ar'kaiw2008-01-311-1/+19
* Add a test to verify compatibility with archives withkientzle2008-01-313-0/+145
* Tighten up the heuristic that decides whether or not we shouldkientzle2008-01-311-20/+36
* Update this manual page to describe the extattr_list_file() and thetrhodes2008-01-291-6/+13
* Adjust the exponent before converting the result from double todas2008-01-281-16/+10
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-266-93/+59
* Fix a harmless type error in 1.9.bde2008-01-251-1/+1
* Fix a regression introduced in rev 1.99: replace fclose(f) with a commentdes2008-01-231-1/+5
* Track version # from the portable release.kientzle2008-01-231-1/+1
* Explain a subtle API change that was made recently.kientzle2008-01-231-0/+21
* Properly pad symlinks when writing cpio "newc" format.kientzle2008-01-232-4/+49
* Fix longstanding mb/wc functions segfault if error occurseache2008-01-231-29/+39
* Better fix for longstanding segfault. Don't touch current locale at allache2008-01-231-17/+29
* 1) Add (void) cast to _none_init() (while I am here)ache2008-01-231-2/+4
* Xref flopen.3 which references this manual page.trhodes2008-01-221-1/+2
* Introduce new encoding: "ASCII"ache2008-01-214-1/+191
* Fix cutoffs. This is just a cleanup and an optimization for unusualbde2008-01-211-2/+2
* Oops, when merging from the float version to the double versions, don'tbde2008-01-201-1/+1
* Remove the float version of the kernel of arg reduction for pi/2, sincebde2008-01-191-198/+0
OpenPOWER on IntegriCloud