| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not require the pty(4) majors to be anything in particular. | green | 2005-03-04 | 1 | -3/+0 |
* | Fix a problem in the Skinny ALG where a specially crafted packet could cause | marcus | 2005-03-03 | 1 | -4/+4 |
* | Set the TCP_NODELAY socket option and clear TCP_NOPUSH in order to flush | kbyanc | 2005-03-02 | 1 | -2/+15 |
* | Use correct byte order when parsing the size of the gzip "Extra data" field. | kientzle | 2005-03-02 | 1 | -1/+1 |
* | Fix incorrect comment. | davidxu | 2005-03-01 | 1 | -1/+1 |
* | Fix typo in a comment. | stefanf | 2005-03-01 | 1 | -1/+1 |
* | Add polish version of libc NLS catalog. | pjd | 2005-03-01 | 1 | -0/+249 |
* | Increase the default stacksizes: | marcus | 2005-02-28 | 3 | -20/+30 |
* | Fix grammatical issue. | trhodes | 2005-02-27 | 1 | -4/+4 |
* | Backout NLS catalog handling, until all edge cases are resolved | phantom | 2005-02-27 | 1 | -11/+0 |
* | Unbreak !NLS case | phantom | 2005-02-27 | 2 | -2/+2 |
* | Make the format of LC_COLLATE files architecture independent. | ru | 2005-02-27 | 2 | -3/+14 |
* | Revert accidiental removal of string.h inclusion. | phantom | 2005-02-27 | 1 | -0/+1 |
* | Enable processing of NLS catalogs while building/installing of libc | phantom | 2005-02-27 | 1 | -0/+11 |
* | Add russian version of libc NLS catalog | phantom | 2005-02-27 | 1 | -0/+256 |
* | Add template NLS catalog for strerror(), strerror_r() and strsignal() | phantom | 2005-02-27 | 1 | -0/+249 |
* | Change the spin lock logic to a reasonable one. We should spin when | delphij | 2005-02-27 | 2 | -2/+2 |
* | Remove the check about whether MALLOC_EXTRA_SANITY is defined, | delphij | 2005-02-27 | 1 | -2/+0 |
* | Add NLS catalogs support to strerror(), strerror_r() and strsignal(). | phantom | 2005-02-27 | 2 | -29/+97 |
* | . Bump .Dd's | phantom | 2005-02-27 | 3 | -7/+20 |
* | Bring in NetBSD's improvements and cleanups to NLS subsystem, making | phantom | 2005-02-27 | 2 | -392/+96 |
* | . Static'ize functions exported via function reference variables only. | phantom | 2005-02-27 | 11 | -117/+112 |
* | ANSI'fy prototypes | phantom | 2005-02-27 | 3 | -11/+5 |
* | Replace usage of strerror()/strcpy() with strerror_r() here, reducing | phantom | 2005-02-27 | 1 | -4/+2 |
* | 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 |