aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove i387 versions of asin() and acos(). Although the hardwareDavid Schultz2005-02-203-112/+1
* Remove the float versions of the i387 trig functions obtained fromDavid Schultz2005-02-204-48/+2
* Somewhere along the line, tick accumulation for SA threads wasDaniel Eischen2005-02-182-2/+2
* Fix a memory leak: when freeing the connection structure, don't forget toDag-Erling Smørgrav2005-02-161-0/+1
* Set TCP_NOPUSH on HTTP requests, reducing the number of round-tripsKelly Yancey2005-02-161-1/+9
* Set the default guardsize and stacksize in the default threadDaniel Eischen2005-02-152-0/+4
* Expand contractions.Ruslan Ermilov2005-02-152-2/+2
* Fix typo.Stefan Farfeleder2005-02-141-1/+1
* Use socklen_t.Stefan Farfeleder2005-02-141-5/+5
* - Use socklen_t.Stefan Farfeleder2005-02-141-2/+1
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-142-3/+2
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.Alexey Zelkin2005-02-141-29/+21
* EAI_ADDRFAMILY and EAI_NODATA are obsoleted, and not definined anymore,Alexey Zelkin2005-02-141-7/+0
* Remove file no longer in 8.13.3Gregory Neil Shapiro2005-02-141-1/+1
* Expand contractions.Ruslan Ermilov2005-02-1311-16/+16
* Fix a buffer overflow in the "none" decompression handler thatTim Kientzle2005-02-132-68/+76
* who's -> whoseRuslan Ermilov2005-02-131-1/+1
* Expand *n't contractions.Ruslan Ermilov2005-02-1335-60/+60
* Increase the default stacksizes:Daniel Eischen2005-02-138-18/+44
* Use the correct variable name in ibsad()Scott Long2005-02-131-1/+1
* Check handle types.Poul-Henning Kamp2005-02-121-3/+3
* Oops. I missed a 0 => '\0' correction.Tim Kientzle2005-02-122-2/+2
* Clear the error message buffer on entry to major routines.Tim Kientzle2005-02-121-0/+3
* Update the format descriptions to include ISO9660 and ZIP support.Tim Kientzle2005-02-123-4/+19
* Performance optimization, code clarification, and bug workaround.Tim Kientzle2005-02-121-28/+36
* Fill in some more Rockridge details in ISO9660 support: Ignore PDTim Kientzle2005-02-121-1/+51
* Flush input when reading from pipe to avoid "broken pipe" warnings.Tim Kientzle2005-02-124-20/+70
* Add ibcntl as alias for ibcntPoul-Henning Kamp2005-02-122-50/+53
* Use the eot argument field for ibeot().Poul-Henning Kamp2005-02-121-3/+3
* Fix comparisons that test if an unsigned value is < 0.Stefan Farfeleder2005-02-122-4/+4
* Don't read more than the given 'len' bytes from the 'big' string.Pawel Jakub Dawidek2005-02-111-1/+1
* read(), pread(), write(), and pwrite() return EINVAL if they are askedColin Percival2005-02-102-0/+10
* Constify.Poul-Henning Kamp2005-02-091-8/+8
* Fixed the misplaced $FreeBSD$.Ruslan Ermilov2005-02-0917-25/+31
* Tie libgpib into the build (unless NO_GPIB)Poul-Henning Kamp2005-02-061-1/+6
* Add libgpib containing the glue to get ibfoo() calls into the kernel.Poul-Henning Kamp2005-02-063-0/+689
* Update my email address.David Schultz2005-02-0610-10/+10
* When we have converted an ASCII message to binary, set its version inGleb Smirnoff2005-02-041-0/+1
* Fix a small scripting snafu in the previous revision.David Schultz2005-02-041-2/+2
* Remove another vestige of support for a non-IEEE libm.David Schultz2005-02-041-2/+0
* Reduce diffs against vendor source (Sun fdlibm 5.3).David Schultz2005-02-0428-428/+476
* Move machine-dependent crud to its own makefile.David Schultz2005-02-045-22/+32
* Remove wrappers and other cruft intended to support SVID, mistakes inDavid Schultz2005-02-0475-3283/+81
* Cleanup prototypes and remove dead codeAlexey Zelkin2005-02-012-72/+21
* In addition to the PAM environment, export a handful of useful PAM items.Dag-Erling Smørgrav2005-02-012-8/+62
* Add openpam_free_envlist(3).Dag-Erling Smørgrav2005-02-011-0/+2
* Typo.Ruslan Ermilov2005-01-281-1/+1
* Properly terminate sentence.Ruslan Ermilov2005-01-281-2/+2
* use strdup().Hajimu UMEMOTO2005-01-281-2/+1
* Clean up makefile.Ruslan Ermilov2005-01-281-7/+2