summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a few markup nits in previous commit.trhodes2005-02-251-1/+1
* Reword previous commit to be a bit more correct and provide more information.trhodes2005-02-251-5/+13
* Revert rev 1.8, which causes small (e.g. 2 ulp) errors for somedas2005-02-241-8/+13
* Do not mislead users into checking for a mount_ufs or mount_ufs2 manualtrhodes2005-02-241-1/+3
* -document the fact that extattr_get_* can fail if the requestedcsjp2005-02-241-1/+3
* Xref chflags(2).trhodes2005-02-231-1/+7
* Make it more obvious that cap_mkdb(1) is required to rebuild the database.trhodes2005-02-231-0/+7
* Fix a misplaced .Elkientzle2005-02-231-1/+1
* Don't return NULL if there's no error message;kientzle2005-02-231-1/+1
* Add an EXAMPLES section[1], quote Nd, and bump doc date.trhodes2005-02-231-2/+12
* Fix EOVERFLOW detection in vswprintf(3)fjoe2005-02-211-4/+5
* Use hardware instructions for sqrt() and sqrtf().das2005-02-213-0/+69
* Use double arithmetic instead of simulating it with two floats. Thisdas2005-02-211-13/+8
* Remove the i387 versions of atan(), atan2(), and atan2f().das2005-02-214-106/+3
* Remove i387 versions of asin() and acos(). Although the hardwaredas2005-02-203-112/+1
* Remove the float versions of the i387 trig functions obtained fromdas2005-02-204-48/+2
* Somewhere along the line, tick accumulation for SA threads wasdeischen2005-02-182-2/+2
* Fix a memory leak: when freeing the connection structure, don't forget todes2005-02-161-0/+1
* Set TCP_NOPUSH on HTTP requests, reducing the number of round-tripskbyanc2005-02-161-1/+9
* Set the default guardsize and stacksize in the default threaddeischen2005-02-152-0/+4
* Expand contractions.ru2005-02-152-2/+2
* Fix typo.stefanf2005-02-141-1/+1
* Use socklen_t.stefanf2005-02-141-5/+5
* - Use socklen_t.stefanf2005-02-141-2/+1
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-142-3/+2
* . Convert return type of gai_strerror() to 'const char *' as POSIX requires.phantom2005-02-141-29/+21
* EAI_ADDRFAMILY and EAI_NODATA are obsoleted, and not definined anymore,phantom2005-02-141-7/+0
* Remove file no longer in 8.13.3gshapiro2005-02-141-1/+1
* Expand contractions.ru2005-02-1311-16/+16
* Fix a buffer overflow in the "none" decompression handler thatkientzle2005-02-132-68/+76
* who's -> whoseru2005-02-131-1/+1
* Expand *n't contractions.ru2005-02-1335-60/+60
* Increase the default stacksizes:deischen2005-02-138-18/+44
* Use the correct variable name in ibsad()scottl2005-02-131-1/+1
* Check handle types.phk2005-02-121-3/+3
* Oops. I missed a 0 => '\0' correction.kientzle2005-02-122-2/+2
* Clear the error message buffer on entry to major routines.kientzle2005-02-121-0/+3
* Update the format descriptions to include ISO9660 and ZIP support.kientzle2005-02-123-4/+19
* Performance optimization, code clarification, and bug workaround.kientzle2005-02-121-28/+36
* Fill in some more Rockridge details in ISO9660 support: Ignore PDkientzle2005-02-121-1/+51
* Flush input when reading from pipe to avoid "broken pipe" warnings.kientzle2005-02-124-20/+70
* Add ibcntl as alias for ibcntphk2005-02-122-50/+53
* Use the eot argument field for ibeot().phk2005-02-121-3/+3
* Fix comparisons that test if an unsigned value is < 0.stefanf2005-02-122-4/+4
* Don't read more than the given 'len' bytes from the 'big' string.pjd2005-02-111-1/+1
* read(), pread(), write(), and pwrite() return EINVAL if they are askedcperciva2005-02-102-0/+10
* Constify.phk2005-02-091-8/+8
* Fixed the misplaced $FreeBSD$.ru2005-02-0917-25/+31
* Tie libgpib into the build (unless NO_GPIB)phk2005-02-061-1/+6
* Add libgpib containing the glue to get ibfoo() calls into the kernel.phk2005-02-063-0/+689
OpenPOWER on IntegriCloud