aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* realpath(3) bug fix: There was an off-by-one error in computing theJacques Vidrine2003-08-031-1/+2
* MFC:Chris D. Faulhaber2003-03-201-8/+14
* Another round of manual page sync-ups:Tom Rhodes2003-03-1528-73/+203
* Sync with -current:Tom Rhodes2003-03-1317-78/+115
* MFC rev 1.54: Document error returns for the printf() family of functions.Tim J. Robbins2003-03-021-2/+12
* MFC: revision 1.38: Update errors.Tom Rhodes2003-02-241-9/+9
* MFC several mdoc fixes.Tom Rhodes2003-02-234-40/+69
* MFC: rev 1.104, link dlinfo(3) manpage to buildAlexey Zelkin2003-02-211-1/+2
* MFC: rev 1.27, 1.26, 1.25 and 1.24Alexey Zelkin2003-02-211-7/+42
* MFC: Properly remove unloaded objects from all lists.Alexander Kabaev2003-02-201-0/+8
* MFC: Fix the description for mkdtemp(), which creates directories, not files.Gregory Neil Shapiro2003-02-191-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-02-161-0/+266
* MFC: Ignore TMPDIR if the application is setugid (r1.8 and r1.9).Kris Kennaway2003-02-151-1/+3
* MFC: 1.22: Typo fixes.Giorgos Keramidas2003-02-141-1/+1
* MFC, v1.20Nick Sayer2003-02-111-3/+3
* MFC: Add a manual page for getosreldate.Tom Rhodes2003-02-021-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-01-301-0/+65
* MFC rev 1.33: document the implications of non-superuser mounts.Joerg Wunsch2003-01-171-2/+15
* MFC:Mike Barcroft2003-01-171-23/+36
* MFC:Mike Barcroft2003-01-171-96/+46
* MFC: Remove redundant documentation.Tom Rhodes2003-01-061-14/+1
* MFC: revision 1.60Tom Rhodes2003-01-061-1/+1
* MFC rev. 1.20,1.21: Document what happens when the format string containsTim J. Robbins2003-01-041-0/+23
* Don't treat 0.0.0.0 as a valid candidate when trying to determineJohn Polstra2003-01-011-1/+3
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-2914-17/+17
* MFC: Document protection bits.Tom Rhodes2002-12-231-0/+16
* MFC rev. 1.5 and rev. 1.6: fix bogus getsockopt(2) call:Maxim Konovalov2002-12-231-1/+1
* MFC r1.16:Ceri Davies2002-12-201-1/+1
* MFC: Document what really occurs when we obtain an error.Tom Rhodes2002-12-201-6/+9
* Cast the return value of snprintf(3) to the type `size_t', beforeRobert Drehmel2002-12-161-1/+1
* MFC 1.11: buffer overflow fix;Robert Drehmel2002-12-161-6/+3
* Fix a typo that was pointed out in a misc PR. This typo was alreadyTom Rhodes2002-12-121-1/+1
* MFC: 1.16: Fixed the parameter's name.Ruslan Ermilov2002-12-111-1/+1
* MFC: 1.28: Reset LogTag to NULL in closelog(3).Ruslan Ermilov2002-11-181-0/+1
* fix libc_r on alpha: sigaltstack is no longer wrapped.Max Khon2002-11-131-1/+1
* MFC revision 1.7: reimplement, handling the case where c == L'\0' correctly.Tim J. Robbins2002-11-121-24/+8
* MFC revision 1.8: New wcsncpy() implementation based on strncpy(), fixesTim J. Robbins2002-11-121-27/+35
* MFC revision 1.8: new implementation of wcsstr() based on strstr().Tim J. Robbins2002-11-121-42/+34
* MFC 1.35, 1.36:Hajimu UMEMOTO2002-11-081-79/+75
* MFC: eliminate superfluous memory access in memcpy(3)/memmove(3).Maxim Sobolev2002-11-071-13/+8
* MFC: query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.Hajimu UMEMOTO2002-11-022-51/+77
* MFC: UTF-8 encoding support and deprecation of utf2(4).Tim J. Robbins2002-10-244-8/+13
* MFC: Put giant locks due to make getaddrinfo(), getnameinfo()Hajimu UMEMOTO2002-10-222-3/+47
* MFC: Diff reduction to -current libc_r (part 1):Max Khon2002-10-157-13/+13
* Enable libc to use the sortlist in /etc/resolv.confJim Pirzyk2002-10-141-0/+82
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-10-132-0/+319
* MFC: Document that write(2) et al can return EROFS for attempts to write theJens Schweikhardt2002-10-131-0/+7
* MFC elements of access.2#1.13, providing a little clarification onRobert Watson2002-10-121-1/+5
* MFC: Print a '-' sign for negative zero.Jens Schweikhardt2002-10-121-7/+2
* MFC: Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-10-112-26/+54