| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: rev 1.13 fix brk(3) on amd64 | Peter Wemm | 2004-10-30 | 1 | -0/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5_3'. | cvs2svn | 2004-10-16 | 1 | -75/+0 |
| * | MFC src/lib/libc/gen/isnan.c,v 1.2 | David Schultz | 2004-10-01 | 1 | -10/+0 |
| * | MFC: Fix a condition where the hole would be inserted in the wrong | Jun Kuriyama | 2004-09-18 | 1 | -2/+2 |
| * | MFC rev. 1.33: Fixes to handling of bracket expressions in regexes compiled | Tim J. Robbins | 2004-09-08 | 1 | -13/+10 |
| * | Turn off malloc debugging for RELENG_5. This is intended to be off for the | Scott Long | 2004-09-07 | 1 | -2/+2 |
| * | MFC rev 1.3: return the dst argument. | Marcel Moolenaar | 2004-09-04 | 1 | -7/+6 |
| * | MFC rev 1.3: return the dst argument. | Marcel Moolenaar | 2004-09-04 | 1 | -6/+5 |
| * | MFC mpool.3 rev. 1.13: remove the misleading documentatin of the unused | Peter Pentchev | 2004-08-31 | 1 | -17/+1 |
| * | MFC: don't forget to va_end() after va_copy(). | Dag-Erling Smørgrav | 2004-08-31 | 2 | -0/+2 |
| * | MFC: Better ftw() and nftw() implementations from OpenBSD. | Tim J. Robbins | 2004-08-29 | 2 | -190/+88 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2004-08-29 | 2 | -0/+192 |
| * | MFC: Fix variant I tls initialisation for static binaries | Doug Rabson | 2004-08-27 | 1 | -0/+2 |
| * | MFC: fix static threaded programs. | Doug Rabson | 2004-08-23 | 1 | -7/+4 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_5'. | cvs2svn | 2004-08-18 | 130 | -24779/+0 |
| * | /me kicks cvs update | Tom Rhodes | 2004-08-17 | 1 | -7/+1 |
| * | Fix incorrect code in an example. The previous example would produce | Tom Rhodes | 2004-08-17 | 1 | -2/+8 |
| * | Fix alpha build and add __FBSDID. | Doug Rabson | 2004-08-16 | 1 | -1/+4 |
| * | Add support for TLS in statically linked programs. | Doug Rabson | 2004-08-15 | 14 | -8/+473 |
| * | Avoid using void pointers in additive expressions. | Stefan Farfeleder | 2004-08-14 | 1 | -1/+1 |
| * | Avoid using void pointers in additive expressions. | Stefan Farfeleder | 2004-08-13 | 2 | -2/+2 |
| * | Document the MNT_SNAPSHOT mount flag with a cross-reference | Peter Pentchev | 2004-08-13 | 1 | -1/+7 |
| * | Fix example. | Tim J. Robbins | 2004-08-12 | 1 | -4/+5 |
| * | Implement wcwidth() as an inline function. | Tim J. Robbins | 2004-08-12 | 1 | -11/+2 |
| * | Update "documentation date" fields. | Brian Feldman | 2004-08-10 | 1 | -1/+1 |
| * | Update mlock(2) manpage to cross-reference m{,un}lockall(2), remove | Brian Feldman | 2004-08-10 | 1 | -1/+5 |
| * | Fix an off-by-one bug that caused the first character of the buffer to | Tim J. Robbins | 2004-08-06 | 1 | -2/+1 |
| * | Bump the document date, since the content changed today. | Peter Pentchev | 2004-08-06 | 3 | -3/+3 |
| * | Fix a case of _SC_CLK_TCK being misspelled as _SC_CLOCK_TCK. | Peter Pentchev | 2004-08-06 | 1 | -1/+1 |
| * | Cross-reference getnameinfo(3), getaddrinfo(3), getipnodebyname(3) and | Peter Pentchev | 2004-08-06 | 3 | -0/+4 |
| * | Add stubs for TLS functions. These will be replaced at runtime by the | Doug Rabson | 2004-08-03 | 2 | -3/+73 |
| * | Remove an implicit int parameter by using prototypes. | Stefan Farfeleder | 2004-08-02 | 1 | -9/+3 |
| * | Don't pass function pointers via a void * parameter. | Stefan Farfeleder | 2004-08-02 | 1 | -4/+4 |
| * | 1. Use correct alignment mask, -15 != ~15 | David Xu | 2004-07-31 | 1 | -2/+2 |
| * | Use #include <unistd.h> rather than the explicit externs in the | Warner Losh | 2004-07-31 | 1 | -2/+1 |
| * | Re-word the COMPATIBILITY section, taking care to use the word "deprecated" | Tim J. Robbins | 2004-07-29 | 12 | -98/+74 |
| * | Use newly added __used attribute to keep static function symbols from being | Alexander Kabaev | 2004-07-29 | 1 | -8/+8 |
| * | Remove unnecessary #include directives. | Tim J. Robbins | 2004-07-29 | 3 | -8/+0 |
| * | Prefer <runetype.h> to <rune.h>, since the latter is going away soon. | Tim J. Robbins | 2004-07-29 | 5 | -5/+5 |
| * | Remove useless checks for characters longer than INT_MAX bytes. | Tim J. Robbins | 2004-07-29 | 3 | -12/+0 |
| * | Add support for multibyte characters. | Tim J. Robbins | 2004-07-29 | 1 | -29/+83 |
| * | Add a paragraph break in the STANDARDS section to improve readability. | Tim J. Robbins | 2004-07-29 | 1 | -0/+1 |
| * | Add support for multibyte characters. | Tim J. Robbins | 2004-07-29 | 1 | -49/+112 |
| * | Document incorrect handling of multibyte characters due to limitations | Tim J. Robbins | 2004-07-28 | 1 | -1/+6 |
| * | Set fpu context flags to known values, zero is illegal. | David Xu | 2004-07-28 | 1 | -0/+2 |
| * | ANSIfy and constify; this now builds with GCC 3.4. | Dag-Erling Smørgrav | 2004-07-28 | 1 | -22/+19 |
| * | s/round/fpround/ to avoid naming clash with GCC builtin function. | Alexander Kabaev | 2004-07-28 | 1 | -8/+8 |
| * | Add UTF-8-specific implementations of mbsnrtowcs() and wcsnrtombs(). | Tim J. Robbins | 2004-07-27 | 1 | -0/+163 |
| * | Add an nftw(3) link. | Tim J. Robbins | 2004-07-25 | 1 | -0/+1 |
| * | Remove unused variable. | David Schultz | 2004-07-23 | 1 | -9/+1 |