summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do an ordinary assignment in STRICT_ASSIGN() except for floats untilbde2008-01-191-2/+6
* Use STRICT_ASSIGN() for exp2f() and exp2() instead of a volatilebde2008-01-192-4/+5
* Use STRICT_ASSIGN() for _kernel_rem_pio2f() and _kernel_rem_pio2f()bde2008-01-192-7/+10
* Use STRICT_ASSIGN() for log1pf() and log1p() instead of a volatile castbde2008-01-192-8/+10
* Use STRICT_ASSIGN() instead of assorted direct volatile hacks to workbde2008-01-192-6/+8
* Use volatile hacks to make sure these functions generate an underflowdas2008-01-183-3/+6
* Hook up exp2l() and related docs to the build.das2008-01-182-6/+7
* Introduce a new log(3) manpage and move the relevant functions there.das2008-01-182-69/+118
* Implement exp2l(). There is one version for machines with 80-bitdas2008-01-184-0/+725
* Add a new union member to access the exponent and sign of a long doubledas2008-01-181-0/+5
* I misread the Tinderbox error; this should really unbreak 64-bit builds.kientzle2008-01-181-1/+1
* Fix 64-bit build after my last commit. <sigh>kientzle2008-01-181-1/+1
* The previous commit caused the archive_write_disk interface tokientzle2008-01-181-0/+2
* Issues with hardlinks in newc-format files prompted me tokientzle2008-01-183-6/+198
* Reconnect the progress callback. It may not get calledkientzle2008-01-181-2/+8
* SYSTEM_SCOPE_ONLY flag is no longer needed, it is the only mode libthrdavidxu2008-01-181-2/+0
* Add a macro STRICT_ASSIGN() to help avoid the compiler bug thatbde2008-01-171-0/+16
* Add an alternative view of the bits in an 80-bit long double (64+16bde2008-01-173-3/+24
* Fix some style nits.remko2008-01-161-4/+4
* Optimize this a bit better.das2008-01-151-13/+18
* Remove some now-unused macros.jhb2008-01-151-3/+1
* Handle Zip archives that are "multi-part archives with onlykientzle2008-01-151-1/+19
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)jhb2008-01-152-101/+34
* Back out last commit, since it accidentally broke pts.cperciva2008-01-152-40/+103
* In getttyent(3), if /etc/ttys doesn't end in a newline, don'tdas2008-01-151-1/+1
OpenPOWER on IntegriCloud