| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ~/.login_conf when discussing a user's local file. | trhodes | 2005-02-26 | 1 | -1/+1 |
* | Make the format of LC_CTYPE files architecture independent by | ru | 2005-02-26 | 1 | -66/+156 |
* | Bring in a more healthy version of the libpthread for arm, which uses | cognet | 2005-02-26 | 8 | -8/+24 |
* | Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant I | davidxu | 2005-02-26 | 1 | -0/+5 |
* | Un-document the non-extant exp10() and exp10f() functions. | das | 2005-02-26 | 2 | -3/+1 |
* | Fix a few markup nits in previous commit. | trhodes | 2005-02-25 | 1 | -1/+1 |
* | Reword previous commit to be a bit more correct and provide more information. | trhodes | 2005-02-25 | 1 | -5/+13 |
* | Revert rev 1.8, which causes small (e.g. 2 ulp) errors for some | das | 2005-02-24 | 1 | -8/+13 |
* | Do not mislead users into checking for a mount_ufs or mount_ufs2 manual | trhodes | 2005-02-24 | 1 | -1/+3 |
* | -document the fact that extattr_get_* can fail if the requested | csjp | 2005-02-24 | 1 | -1/+3 |
* | Xref chflags(2). | trhodes | 2005-02-23 | 1 | -1/+7 |
* | Make it more obvious that cap_mkdb(1) is required to rebuild the database. | trhodes | 2005-02-23 | 1 | -0/+7 |
* | Fix a misplaced .El | kientzle | 2005-02-23 | 1 | -1/+1 |
* | Don't return NULL if there's no error message; | kientzle | 2005-02-23 | 1 | -1/+1 |
* | Add an EXAMPLES section[1], quote Nd, and bump doc date. | trhodes | 2005-02-23 | 1 | -2/+12 |
* | Fix EOVERFLOW detection in vswprintf(3) | fjoe | 2005-02-21 | 1 | -4/+5 |
* | Use hardware instructions for sqrt() and sqrtf(). | das | 2005-02-21 | 3 | -0/+69 |
* | Use double arithmetic instead of simulating it with two floats. This | das | 2005-02-21 | 1 | -13/+8 |
* | Remove the i387 versions of atan(), atan2(), and atan2f(). | das | 2005-02-21 | 4 | -106/+3 |
* | Remove i387 versions of asin() and acos(). Although the hardware | das | 2005-02-20 | 3 | -112/+1 |
* | Remove the float versions of the i387 trig functions obtained from | das | 2005-02-20 | 4 | -48/+2 |
* | Somewhere along the line, tick accumulation for SA threads was | deischen | 2005-02-18 | 2 | -2/+2 |
* | Fix a memory leak: when freeing the connection structure, don't forget to | des | 2005-02-16 | 1 | -0/+1 |
* | Set TCP_NOPUSH on HTTP requests, reducing the number of round-trips | kbyanc | 2005-02-16 | 1 | -1/+9 |
* | Set the default guardsize and stacksize in the default thread | deischen | 2005-02-15 | 2 | -0/+4 |
* | Expand contractions. | ru | 2005-02-15 | 2 | -2/+2 |
* | Fix typo. | stefanf | 2005-02-14 | 1 | -1/+1 |
* | Use socklen_t. | stefanf | 2005-02-14 | 1 | -5/+5 |
* | - Use socklen_t. | stefanf | 2005-02-14 | 1 | -2/+1 |
* | Fix most cases where the address of an int is passed to a function expecting a | stefanf | 2005-02-14 | 2 | -3/+2 |
* | . Convert return type of gai_strerror() to 'const char *' as POSIX requires. | phantom | 2005-02-14 | 1 | -29/+21 |
* | EAI_ADDRFAMILY and EAI_NODATA are obsoleted, and not definined anymore, | phantom | 2005-02-14 | 1 | -7/+0 |
* | Remove file no longer in 8.13.3 | gshapiro | 2005-02-14 | 1 | -1/+1 |
* | Expand contractions. | ru | 2005-02-13 | 11 | -16/+16 |
* | Fix a buffer overflow in the "none" decompression handler that | kientzle | 2005-02-13 | 2 | -68/+76 |
* | who's -> whose | ru | 2005-02-13 | 1 | -1/+1 |
* | Expand *n't contractions. | ru | 2005-02-13 | 35 | -60/+60 |
* | Increase the default stacksizes: | deischen | 2005-02-13 | 8 | -18/+44 |
* | Use the correct variable name in ibsad() | scottl | 2005-02-13 | 1 | -1/+1 |
* | Check handle types. | phk | 2005-02-12 | 1 | -3/+3 |
* | Oops. I missed a 0 => '\0' correction. | kientzle | 2005-02-12 | 2 | -2/+2 |
* | Clear the error message buffer on entry to major routines. | kientzle | 2005-02-12 | 1 | -0/+3 |
* | Update the format descriptions to include ISO9660 and ZIP support. | kientzle | 2005-02-12 | 3 | -4/+19 |
* | Performance optimization, code clarification, and bug workaround. | kientzle | 2005-02-12 | 1 | -28/+36 |
* | Fill in some more Rockridge details in ISO9660 support: Ignore PD | kientzle | 2005-02-12 | 1 | -1/+51 |
* | Flush input when reading from pipe to avoid "broken pipe" warnings. | kientzle | 2005-02-12 | 4 | -20/+70 |
* | Add ibcntl as alias for ibcnt | phk | 2005-02-12 | 2 | -50/+53 |
* | Use the eot argument field for ibeot(). | phk | 2005-02-12 | 1 | -3/+3 |
* | Fix comparisons that test if an unsigned value is < 0. | stefanf | 2005-02-12 | 2 | -4/+4 |
* | Don't read more than the given 'len' bytes from the 'big' string. | pjd | 2005-02-11 | 1 | -1/+1 |