summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove California Regent's clause 3, per letterimp2007-01-09100-400/+14
* Remove silly n that crept inimp2007-01-091-1/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-09749-3005/+1
* Per Olivier Houchard, use the proper license for this file. Heimp2007-01-081-10/+10
* Remove the advertising clause. UCB did this some time ago, but theseimp2007-01-0818-72/+0
* Be more specific in ENXIO description:pjd2007-01-071-3/+4
* open(2) returns EROFS when O_CREAT is specified and the named file wouldpjd2007-01-071-0/+3
* Special case to support hard-coded configuration for building on Windows.kientzle2007-01-071-0/+3
* - POSIX mentions that EACCES can be returned when O_TRUNC is specifiedpjd2007-01-071-1/+18
* Prefer "to be modified" over "to be opened for writing".pjd2007-01-071-1/+1
* Implement modfl().das2007-01-074-2/+104
* Handle inf/nan correctly.das2007-01-061-2/+14
* Fix a problem relating to fesetenv() clobbering i387 register stack.das2007-01-062-2/+24
* Fix a cut-and-paste-o.das2007-01-061-2/+2
* Correctly handle NaN.das2007-01-061-0/+2
* Correctly handle inf/nan. This routine is currently unused because wedas2007-01-061-0/+4
* Remove modf from libm's symbol map. It's actually in libc fordas2007-01-061-1/+0
* Change the client skipper API to use off_t instead of size_t/ssize_t; butcperciva2007-01-056-0/+46
* Remove an unneeded fnstcw instruction.das2007-01-052-13/+10
* Remove a note pertaining to the Alpha.das2007-01-051-7/+0
* Insert mutex at tail if it has highest ceiling.davidxu2007-01-051-1/+1
* Oops, don't corrupt the list.davidxu2007-01-051-1/+1
* Check if the PP mutex is recursive, if we have already locked it, place thedavidxu2007-01-051-9/+28
* Convert compression_skip from taking a size_t skip length request andcperciva2007-01-044-12/+15
* Rewrite and simplify archive_read_format_tar_skip. Compression-layer skipcperciva2007-01-031-18/+16
* Quiet a compiler warning where (off_t + size_t) has a different signcperciva2007-01-031-1/+1
* Insert zero-padding between sparse blocks in archive_read_data(). Thiscperciva2007-01-031-1/+22
* The distinction between quiet and signaling NaN formats isdas2007-01-036-0/+128
* Fix rounding of 0xf for hex fp formats.das2007-01-032-3/+3
* Bump modification date for last update.simon2006-12-281-1/+1
* Catch up struct cmsghdr and struct msghdr in the manual page with thesimon2006-12-281-11/+11
* Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",cperciva2006-12-288-11/+11
* Document the additional error returns possible when handling ELF objectsjkoshy2006-12-255-5/+25
* Keep shadow copies of the `e_shnum', `e_phnum' and `e_shstrndx'jkoshy2006-12-2513-219/+432
* Use strncpy() instead of strlcpy() when copying members ofjkoshy2006-12-251-8/+11
* Fix a typo in __fpu_ftox() that caused long double to long (and long long)marius2006-12-241-9/+10
* Correct a logic error.jkoshy2006-12-241-8/+15
* Implement chunk allocation/deallocation hysteresis by caching one sparejasone2006-12-231-51/+86
* get LIBPTHREAD_ADAPTIVE_SPIN early, so it can be used for some globaldavidxu2006-12-201-2/+5
* Check environment variable PTHREAD_ADAPTIVE_SPIN, if it is set, usedavidxu2006-12-205-1/+8
* add a missing the...jmg2006-12-191-1/+1
* Clean bound and non-bound pthread structures consistently beforepeadar2006-12-182-8/+10
* Use <osreldate.h> rather than the OS version reported by the kerneljkoshy2006-12-189-67/+74
* Use the correct value of __FreeBSD_version.jkoshy2006-12-182-10/+9
* Fix a typo.jkoshy2006-12-161-1/+1
* Consistently use a socklen_t type where required, and eliminaterodrigc2006-12-161-6/+6
* Merge BIND9 9.3.3 into main chunk.ume2006-12-155-20/+17
* This commit was generated by cvs2svn to compensate for changes in r165254,ume2006-12-151-5/+5
|\
| * Vendor import of BIND 9.3.3ume2006-12-156-25/+22
| * Import of BIND 9.3.3rc2ume2006-10-241-7/+7
OpenPOWER on IntegriCloud