summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* On FreeBSD/arm, any value > 50 bits will result in a rediculously hugeimp2007-01-191-2/+2
* When we try to set set-gid bit with chmod(2) on a file, which we own, but ourpjd2007-01-161-1/+5
* Correct the int->text conversion. <sigh>kientzle2007-01-131-1/+1
* Remove 3rd clause, renumber, ok per emailimp2007-01-125-20/+5
* Remove 3rd clause, renumber, ok per emailimp2007-01-12220-884/+221
* o Document SO_TIMESTAMP and SO_BINSTAMP socket options.maxim2007-01-111-2/+46
* Boris Popov has granted permission to remove the advertising clauseimp2007-01-0914-56/+14
* Fix the copyright notice; it was always intended to bekientzle2007-01-0951-136/+93
* 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
OpenPOWER on IntegriCloud