aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Document that write(2) et al can return EROFS for attempts to write theJens Schweikhardt2002-10-101-0/+7
* Fix another spelling mistake.Robert Drehmel2002-10-101-1/+1
* Correct a spelling mistake.Robert Drehmel2002-10-101-1/+1
* Add cross-references to wide character versions of these functions.Tim J. Robbins2002-10-103-3/+6
* Cross-reference between byte and wide-character stdio functions. RemoveTim J. Robbins2002-10-107-13/+13
* de-__P()Alfred Perlstein2002-10-091-2/+1
* Add brief mention of the extattr_*_link() system call variants.Robert Watson2002-10-091-0/+16
* Add support for the 6 new C99 struct lconv members dealing with formattingTim J. Robbins2002-10-094-4/+76
* Drop almost 3k from /bin/sync by moving errno to a seperate filePeter Wemm2002-10-093-2/+31
* Add note that there is a kernel-imposed limit on the number of threadsArchie Cobbs2002-10-081-0/+7
* Add MLINKS to kse.2.Archie Cobbs2002-10-081-0/+2
* Add a note to the Compatiblity section suggesting that these functionsTim J. Robbins2002-10-0613-13/+162
* Put giant locks due to make getaddrinfo(), getnameinfo()Hajimu UMEMOTO2002-10-062-1/+41
* Remove rants/whines about the rune interface being superior to theTim J. Robbins2002-10-061-16/+2
* Remove a completely incorrect statement from the Return Values section.Tim J. Robbins2002-10-061-5/+6
* Add restrict type-qualifier to sem_getvalue().Mike Barcroft2002-10-043-3/+3
* Correct the regressive part of my last commit to these files:Robert Drehmel2002-10-042-7/+4
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins2002-10-045-4/+454
* Add stpcpy(3).David E. O'Brien2002-10-034-2/+73
* Allocate 64K recieve buffer for DNS responses.Hajimu UMEMOTO2002-10-032-26/+50
* Improve three instances of questionable or confusing grammar.Tim J. Robbins2002-10-031-5/+8
* Add an example.Tim J. Robbins2002-10-031-1/+22
* Document towlower() and towupper() in separate manual pages instead ofTim J. Robbins2002-10-033-24/+89
* Point out that although toupper() and tolower() really accept rune_t'sTim J. Robbins2002-10-032-4/+28
* towlower() appeared twice in the synopsis; one of the occurrences shouldTim J. Robbins2002-10-031-3/+3
* Add an Examples section with an example of how to use the functions.Tim J. Robbins2002-10-033-3/+54
* Add missing const qualifier in tfind().Mike Barcroft2002-10-032-2/+2
* Add a man page for the KSE system calls.Archie Cobbs2002-10-022-1/+586
* Add an example showing how to use wcstok(). Fix ordering of See Also section.Tim J. Robbins2002-10-021-2/+15
* Add the 'restrict' type qualifier to the prototypes of `sigaction',Robert Drehmel2002-10-024-4/+9
* Add restrict type-qualifier.Mike Barcroft2002-10-024-14/+15
* Too strict error checking in rev. 1.22 broke pwd_mkdb(8) in NISMaxim Konovalov2002-10-021-2/+2
* Remove the "special processes" section. It has rotted, and the ideaDima Dorfman2002-10-021-7/+0
* Don't claim to return the fileid which we unloaded. The kernelDima Dorfman2002-10-011-9/+1
* Add getopt_long(3).Eric Melville2002-09-293-2/+771
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().Tim J. Robbins2002-09-284-12/+4
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Back out previous, free the buffer when __vfprintf() fails and don't botherTim J. Robbins2002-09-261-19/+13
* Back out previous and solve the problems a different way: move va_start/Tim J. Robbins2002-09-261-20/+13
* Simplify by removing unneeded local variables and explicit null termination.Tim J. Robbins2002-09-261-12/+8
* Simplify by removing useless local variables and explicit null termination.Tim J. Robbins2002-09-261-9/+5
* Correctly handle the case where __vfwprintf() fails because it runs outTim J. Robbins2002-09-261-1/+7
* Sync with OpenBSD: avoid memory leak when __vfprintf() fails because itTim J. Robbins2002-09-262-24/+39
* <sys/types.h> is no longer needed.Mike Barcroft2002-09-251-1/+0
* Disqualify UID/GID with non-numeric character.Maxim Konovalov2002-09-251-3/+13
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-251-2/+3
* Warn when setinvalidrune() is referenced for consistency with the restTim J. Robbins2002-09-241-0/+1
* Add cross-references between wide character and single-byte characterTim J. Robbins2002-09-243-2/+6
* Remove an unneeded call to _sfrefill() that was missed in the conversionTim J. Robbins2002-09-241-6/+0
* Use the new va_copy macro to copy variable argument lists instead ofTim J. Robbins2002-09-242-2/+2