summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* backout experimental adaptive spinning mutex for product use.davidxu2007-05-093-9/+0
* Handle temporary redirects (HTTP status code 307)des2007-05-081-0/+2
* We should never zero-pad INF or NaN (yielding silly strings like "00inf")das2007-05-081-0/+1
* Fix a rounding error.das2007-05-081-1/+1
* Remove parameter names from prototypes to avoid namespace issues.des2007-05-061-22/+22
* Implement and document some utility functions that can be used to communicatepjd2007-05-064-3/+360
* - Fix typogabor2007-05-041-2/+2
* Don't assume that int is signed 32-bits in one place. Keep assumingbde2007-05-022-8/+11
* Fix tgamma() on some special args:bde2007-05-021-14/+15
* Document (in a comment) the current (slightly broken) handling of specialbde2007-05-021-6/+9
* s/@VERSION@/@ARCHIVE_VERSION@/cperciva2007-05-022-3/+3
* Fix one kind of style(9) bug and a typo in a comment.yar2007-05-011-5/+5
* Roughly implement libpthread support.marcel2007-05-011-1/+19
* Back out all POSIXified *env() changes.ache2007-05-014-96/+41
* Second call of sysctl() is used to gather a proper size of a memory chunkwkoszek2007-05-011-1/+1
* Bump .Ddache2007-04-301-1/+1
* Add phraseache2007-04-301-1/+2
* Make putenv() fully conforms to Open Group specs Issue 6ache2007-04-304-26/+58
* Remove special case skipping initial '=' of the setenv() value "forache2007-04-302-7/+0
* Make setenv, putenv, getenv and unsetenv conforming to Open Group specsache2007-04-304-19/+48
* Add missing links and sort.pjd2007-04-291-3/+9
* Don't enable symbol versioning for librt by default just yet.deischen2007-04-291-0/+2
* Make sure FBSDprivate_1.0 is located at the end of the versionkan2007-04-291-1/+1
* Catch up with the renaming of the private version namespace.deischen2007-04-292-2/+2
* Use C comments since we now preprocess these files with CPP.deischen2007-04-2941-215/+313
* Number the private version namespace in case we ever want to havedeischen2007-04-291-1/+1
* Symbol version librt.deischen2007-04-292-0/+71
* Remove the MSG_PEEK flag from the documentation of the send(2) syscall -roam2007-04-271-1/+0
* Get endianess right.phk2007-04-241-1/+11
* Add au_to_zonename.3 alias for au_token.3.rwatson2007-04-231-0/+1
* Add a reference and lock the target thread when setting its name.deischen2007-04-232-10/+48
* Add back the original behavior of changing the entire directory path atnjl2007-04-222-2/+34
* Fix a memory leak in the uname/gname lookup cache.kientzle2007-04-201-11/+11
* Make inet6_rth_* family of functions more compliant with RFC3542:mtm2007-04-191-1/+9
* Grammer correction from: emastephk2007-04-191-1/+1
* Loosen return value spec for fputs to be standards compliant so peoplephk2007-04-191-5/+2
* Add a missing backslash and unbreak the build.ru2007-04-161-1/+1
* - Add missing man page linksrafan2007-04-161-3/+17
* In libarchive: Downgrade ARCHIVE_FATAL and ARCHIVE_FAILED errors whichcperciva2007-04-161-0/+6
* Properly cleanup the UID/GID lookup data.kientzle2007-04-151-0/+4
* Don't free a NULL pointer.kientzle2007-04-151-1/+2
* Clean up a lot of memory leaks in the libarchive test harness.kientzle2007-04-1512-0/+29
* Thanks to Colin for catching my mixup. The original problem wasn'tkientzle2007-04-151-3/+8
* Consolidate numeric limit macros in one place; include themkientzle2007-04-156-49/+44
* Pass through error message if any operation fails, not just the last one.kientzle2007-04-141-1/+1
* Overhaul of 'ar' support:kientzle2007-04-147-228/+235
* Invoke utime(2) properly. (It's only used on platformskientzle2007-04-141-2/+2
* Fix the build by temporarily disabling 'ar' support untilkientzle2007-04-141-1/+0
* Cleanup sysconf(3) a bit. sysconf(3) assumes in some places it operatespjd2007-04-141-21/+18
* Fix the build.kientzle2007-04-142-2/+2
OpenPOWER on IntegriCloud