summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Replace select() by poll() to avoid problems with bigmav2007-05-142-6/+7
* Document RFTHREADpav2007-05-141-1/+9
* I guess powerpc needs vfork(), add it to the symbol list.deischen2007-05-141-0/+1
* Use unsigned comparisons. Prior to this commit, SHA1_Update andcperciva2007-05-142-2/+4
* Add ether_aton_r and ether_ntoa_r to public symbol map for libc.rwatson2007-05-131-0/+2
* Remove .mcount from gmon's Symbol map and add it to the appropriatedeischen2007-05-135-2/+27
* Enable symbol versioning by default. Use WITHOUT_SYMVER to disable it.deischen2007-05-1312-781/+48
* Add and document ether_ntoa_r() and ether_aton_r() functions, which acceptrwatson2007-05-132-37/+85
* Move to more conformant style(9) before making functional changes.rwatson2007-05-131-51/+35
* - Add bits for userland profiling. For sun4u this is compile-tested only.marius2007-05-111-0/+1
* strlcpy() may be faster than snprintf(), but it is less portable, and thisdes2007-05-111-8/+8
* Fix typo.des2007-05-101-1/+1
* Well gag me with a spoon... I'm so used to working at high WARNS levelsdes2007-05-102-1/+5
* Remove superfluous unexpanded RCS tag.des2007-05-101-2/+0
* Use flopen(3).des2007-05-101-2/+2
* DTRT when O_NONBLOCK is specified.des2007-05-102-4/+29
* I'm tired of seeing this done incorrectly and non-portably, so add ades2007-05-104-6/+177
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-091-0/+3
* 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
OpenPOWER on IntegriCloud