| Commit message (Expand) | Author | Age | Files | Lines |
| * | realpath(3) bug fix: There was an off-by-one error in computing the | Jacques Vidrine | 2003-08-03 | 1 | -1/+2 |
| * | MFC: | Chris D. Faulhaber | 2003-03-20 | 1 | -8/+14 |
| * | Another round of manual page sync-ups: | Tom Rhodes | 2003-03-15 | 28 | -73/+203 |
| * | Sync with -current: | Tom Rhodes | 2003-03-13 | 17 | -78/+115 |
| * | MFC rev 1.54: Document error returns for the printf() family of functions. | Tim J. Robbins | 2003-03-02 | 1 | -2/+12 |
| * | MFC: revision 1.38: Update errors. | Tom Rhodes | 2003-02-24 | 1 | -9/+9 |
| * | MFC several mdoc fixes. | Tom Rhodes | 2003-02-23 | 4 | -40/+69 |
| * | MFC: rev 1.104, link dlinfo(3) manpage to build | Alexey Zelkin | 2003-02-21 | 1 | -1/+2 |
| * | MFC: rev 1.27, 1.26, 1.25 and 1.24 | Alexey Zelkin | 2003-02-21 | 1 | -7/+42 |
| * | MFC: Properly remove unloaded objects from all lists. | Alexander Kabaev | 2003-02-20 | 1 | -0/+8 |
| * | MFC: Fix the description for mkdtemp(), which creates directories, not files. | Gregory Neil Shapiro | 2003-02-19 | 1 | -1/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-02-16 | 1 | -0/+266 |
| * | MFC: Ignore TMPDIR if the application is setugid (r1.8 and r1.9). | Kris Kennaway | 2003-02-15 | 1 | -1/+3 |
| * | MFC: 1.22: Typo fixes. | Giorgos Keramidas | 2003-02-14 | 1 | -1/+1 |
| * | MFC, v1.20 | Nick Sayer | 2003-02-11 | 1 | -3/+3 |
| * | MFC: Add a manual page for getosreldate. | Tom Rhodes | 2003-02-02 | 1 | -1/+1 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2003-01-30 | 1 | -0/+65 |
| * | MFC rev 1.33: document the implications of non-superuser mounts. | Joerg Wunsch | 2003-01-17 | 1 | -2/+15 |
| * | MFC: | Mike Barcroft | 2003-01-17 | 1 | -23/+36 |
| * | MFC: | Mike Barcroft | 2003-01-17 | 1 | -96/+46 |
| * | MFC: Remove redundant documentation. | Tom Rhodes | 2003-01-06 | 1 | -14/+1 |
| * | MFC: revision 1.60 | Tom Rhodes | 2003-01-06 | 1 | -1/+1 |
| * | MFC rev. 1.20,1.21: Document what happens when the format string contains | Tim J. Robbins | 2003-01-04 | 1 | -0/+23 |
| * | Don't treat 0.0.0.0 as a valid candidate when trying to determine | John Polstra | 2003-01-01 | 1 | -1/+3 |
| * | MFC: english(4) fixes, aka typos found by ispell. | Jens Schweikhardt | 2002-12-29 | 14 | -17/+17 |
| * | MFC: Document protection bits. | Tom Rhodes | 2002-12-23 | 1 | -0/+16 |
| * | MFC rev. 1.5 and rev. 1.6: fix bogus getsockopt(2) call: | Maxim Konovalov | 2002-12-23 | 1 | -1/+1 |
| * | MFC r1.16: | Ceri Davies | 2002-12-20 | 1 | -1/+1 |
| * | MFC: Document what really occurs when we obtain an error. | Tom Rhodes | 2002-12-20 | 1 | -6/+9 |
| * | Cast the return value of snprintf(3) to the type `size_t', before | Robert Drehmel | 2002-12-16 | 1 | -1/+1 |
| * | MFC 1.11: buffer overflow fix; | Robert Drehmel | 2002-12-16 | 1 | -6/+3 |
| * | Fix a typo that was pointed out in a misc PR. This typo was already | Tom Rhodes | 2002-12-12 | 1 | -1/+1 |
| * | MFC: 1.16: Fixed the parameter's name. | Ruslan Ermilov | 2002-12-11 | 1 | -1/+1 |
| * | MFC: 1.28: Reset LogTag to NULL in closelog(3). | Ruslan Ermilov | 2002-11-18 | 1 | -0/+1 |
| * | fix libc_r on alpha: sigaltstack is no longer wrapped. | Max Khon | 2002-11-13 | 1 | -1/+1 |
| * | MFC revision 1.7: reimplement, handling the case where c == L'\0' correctly. | Tim J. Robbins | 2002-11-12 | 1 | -24/+8 |
| * | MFC revision 1.8: New wcsncpy() implementation based on strncpy(), fixes | Tim J. Robbins | 2002-11-12 | 1 | -27/+35 |
| * | MFC revision 1.8: new implementation of wcsstr() based on strstr(). | Tim J. Robbins | 2002-11-12 | 1 | -42/+34 |
| * | MFC 1.35, 1.36: | Hajimu UMEMOTO | 2002-11-08 | 1 | -79/+75 |
| * | MFC: eliminate superfluous memory access in memcpy(3)/memmove(3). | Maxim Sobolev | 2002-11-07 | 1 | -13/+8 |
| * | MFC: query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | Hajimu UMEMOTO | 2002-11-02 | 2 | -51/+77 |
| * | MFC: UTF-8 encoding support and deprecation of utf2(4). | Tim J. Robbins | 2002-10-24 | 4 | -8/+13 |
| * | MFC: Put giant locks due to make getaddrinfo(), getnameinfo() | Hajimu UMEMOTO | 2002-10-22 | 2 | -3/+47 |
| * | MFC: Diff reduction to -current libc_r (part 1): | Max Khon | 2002-10-15 | 7 | -13/+13 |
| * | Enable libc to use the sortlist in /etc/resolv.conf | Jim Pirzyk | 2002-10-14 | 1 | -0/+82 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_4'. | cvs2svn | 2002-10-13 | 2 | -0/+319 |
| * | MFC: Document that write(2) et al can return EROFS for attempts to write the | Jens Schweikhardt | 2002-10-13 | 1 | -0/+7 |
| * | MFC elements of access.2#1.13, providing a little clarification on | Robert Watson | 2002-10-12 | 1 | -1/+5 |
| * | MFC: Print a '-' sign for negative zero. | Jens Schweikhardt | 2002-10-12 | 1 | -7/+2 |
| * | MFC: Allocate 64K recieve buffer for DNS responses. | Hajimu UMEMOTO | 2002-10-11 | 2 | -26/+54 |