| Commit message (Expand) | Author | Age | Files | Lines |
| * | I found "portsdb -u" dumps core with recent INDEX file, and this is | Jun Kuriyama | 2004-09-10 | 1 | -0/+2 |
| * | Fix format strings to unbreak with -DDEBUG option. | Jun Kuriyama | 2004-09-10 | 4 | -19/+20 |
| * | Use the recently introduced RES_DFLRETRY parameter instead of a well-hidden | Yaroslav Tykhiy | 2004-09-09 | 1 | -1/+1 |
| * | Fix two problems with REG_ICASE that were introduced with the addition of | Tim J. Robbins | 2004-09-05 | 1 | -13/+10 |
| * | Unbreak memmove(). Return the dst argument. While here, fix the END | Marcel Moolenaar | 2004-09-04 | 1 | -7/+6 |
| * | Unbreak memcpy(). memcpy() is defined to return the dst argument. | Marcel Moolenaar | 2004-09-04 | 1 | -6/+5 |
| * | Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC, | Peter Pentchev | 2004-09-03 | 1 | -0/+9 |
| * | Septepber -> September | Tim J. Robbins | 2004-09-01 | 1 | -1/+1 |
| * | Back out the previous change. glob() still does use strcmp() to order | Tim J. Robbins | 2004-09-01 | 1 | -4/+4 |
| * | Add cross-reference to ftw(3). | Tim J. Robbins | 2004-08-29 | 1 | -0/+1 |
| * | Remove the misleading description of the 'key' argument to | Peter Pentchev | 2004-08-27 | 1 | -17/+1 |
| * | Don't forget to va_end() the va_list we get from va_copy(). | Dag-Erling Smørgrav | 2004-08-26 | 2 | -0/+2 |
| * | Make profiling actually work. The gcc compiler emits a call to the | Marcel Moolenaar | 2004-08-25 | 2 | -4/+79 |
| * | note that it is the caller's responsibility to free any buffer passed | Alfred Perlstein | 2004-08-24 | 1 | -0/+5 |
| * | Replace the current implementations of ftw() and nftw() with the OpenBSD | Tim J. Robbins | 2004-08-24 | 3 | -190/+205 |
| * | struct tm.tm_year is listed as 'years since 1900', and is signed. On | Peter Wemm | 2004-08-24 | 1 | -0/+3 |
| * | Make sure we allocate at least enough space for the TCB for variant I TLS. | Doug Rabson | 2004-08-23 | 1 | -0/+2 |
| * | Update documentation to match reality: glob() sorts its result according | Tim J. Robbins | 2004-08-23 | 1 | -4/+4 |
| * | Re-word warning about the UTF2 encoding, taking care to use the word | Tim J. Robbins | 2004-08-21 | 1 | -3/+3 |
| * | Bump document date for previous. | Tim J. Robbins | 2004-08-21 | 2 | -2/+2 |
| * | Re-word warning about the rune interface, taking care to use the word | Tim J. Robbins | 2004-08-21 | 2 | -12/+10 |
| * | Change "deprecated" in link-time warnings about various rune functions | Tim J. Robbins | 2004-08-21 | 4 | -8/+8 |
| * | Re-word compatibility section, taking care to use the word "obsolete" to | Tim J. Robbins | 2004-08-21 | 14 | -54/+64 |
| * | Reword recent addition about memory moving. | Alfred Perlstein | 2004-08-19 | 1 | -5/+4 |
| * | Clarify that realloc and reallocf may move the memory allocation. | Alfred Perlstein | 2004-08-18 | 1 | -3/+7 |
| * | Always allocate a TLS area even if its empty - libpthread relies on | Doug Rabson | 2004-08-18 | 1 | -7/+4 |
| * | /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 |