aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Update limits and configuration parameters for 1003.1/TC1/D6.Garrett Wollman2002-10-271-1/+23
* Do not include <sys/syslimits.h> directly; it is not intended for generalGarrett Wollman2002-10-273-3/+5
* Style sweep.Tim J. Robbins2002-10-275-40/+32
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.Hajimu UMEMOTO2002-10-261-1/+7
* - scopeid is u_int32_tHajimu UMEMOTO2002-10-251-14/+21
* - kill strcpyHajimu UMEMOTO2002-10-251-67/+56
* Use an internal buffer for the result when the first argument is NULL.Tim J. Robbins2002-10-251-0/+4
* The ORIENTLOCK macro is no longer needed since all functions useTim J. Robbins2002-10-251-7/+0
* Restored sigaction's name in its prototype.Bruce Evans2002-10-241-1/+1
* * Modernize aio(4), providing instructions for static and dynamic kernelSheldon Hearn2002-10-247-147/+8
* Add cross-references to the aio(4) manual page.Dag-Erling Smørgrav2002-10-246-0/+6
* Replace wcsstr() with an implementation based on strstr(), which is farTim J. Robbins2002-10-241-38/+32
* Restore Berkeley SCCS id.Tim J. Robbins2002-10-241-1/+5
* Remove the Standards section again until we get these functions sortedTim J. Robbins2002-10-241-8/+0
* Place mac_prepare() with the other mac_prepare*() functions.Chris Costello2002-10-241-10/+10
* mac_free() no longer accepts a void * parameter; only mac_t's are supposedChris Costello2002-10-241-9/+20
* Remove superfluous empty "FILES" section.Chris Costello2002-10-231-1/+0
* Remove hard sentence breaks.Chris Costello2002-10-231-11/+19
* Make the first argument of getbsize a size_t* instead of an int*, as this is ...Mark Murray2002-10-232-3/+4
* Fix the NetBSD RCS id's on these files; somehow they were initiallyTim J. Robbins2002-10-232-2/+2
* Reimplement more efficiently, using a single forward scan (like strrchr(3))Tim J. Robbins2002-10-231-22/+12
* Reimplement, handling the case where c == L'\0' correctly and fixingTim J. Robbins2002-10-231-21/+7
* query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.Hajimu UMEMOTO2002-10-231-51/+77
* Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001.Tim J. Robbins2002-10-231-1/+17
* Translate to English.Dag-Erling Smørgrav2002-10-231-13/+18
* Replace this wcsncpy() implementation with one based on strncpy.c to fixTim J. Robbins2002-10-231-26/+32
* Explain to users that they may want to kldload aio.Alfred Perlstein2002-10-227-22/+175
* Rename the libc signal trampoline to __sigtramp to match netbsd. ThisJake Burkholder2002-10-222-4/+4
* Reflect MAC kernel/user API changes into the libc MAC implementation.Robert Watson2002-10-227-247/+398
* .Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac.h in posix1e.3.Robert Watson2002-10-222-3/+5
* Unhook the per-policy parsing/printing MAC modules in libc to prepareRobert Watson2002-10-217-815/+5
* track gratuitous change to sys/i386/include/reg.hSam Leffler2002-10-212-4/+4
* Cross-reference fmtcheck(3).Tim J. Robbins2002-10-201-0/+1
* Give in on the __sF stuff. I have a better fix in mind that is futurePeter Wemm2002-10-191-1/+1
* Indent code example with one tab, not two, for consistency with the rest.Tim J. Robbins2002-10-191-8/+8
* C89 does not specifiy strsep(), so our strsep() implementation cannotTim J. Robbins2002-10-191-1/+0
* The ftok() function has not been in libcompat for quite a while.Tim J. Robbins2002-10-191-3/+0
* Oops. Also provide a lint-compatible unused argument warning killer.Mark Murray2002-10-181-0/+4
* ISOfy functions, sort headers and mark unused arguments.Mark Murray2002-10-181-13/+6
* Correct the headers needed to use dbopen(3) and friends.Mark Murray2002-10-181-1/+2
* Fix off-by-one error when pushing back a multibyte sequence inTim J. Robbins2002-10-171-2/+6
* Make part of the previous change clearer; check flags for SUPPRESS directlyTim J. Robbins2002-10-171-7/+7
* The field width for single-byte string conversions (%c, %s, %[) is theTim J. Robbins2002-10-171-33/+88
* de-__P()Alfred Perlstein2002-10-161-3/+3
* - Remove the lsearch() and lfind() functions and their manpage fromRobert Drehmel2002-10-163-2/+165
* Count field width correctly for suppressed multibyte fields (%*lc,Tim J. Robbins2002-10-161-60/+84
* Remove unneeded $FreeBSD$ tags.Robert Drehmel2002-10-162-4/+0
* - Remove the old insque() and remque() functions and their manualRobert Drehmel2002-10-164-5/+144
* Set the error bit on the stream if an encoding error occurs. ImproveTim J. Robbins2002-10-166-15/+52
* Avoid truncating invalid wide characters that are outside the range ofTim J. Robbins2002-10-161-1/+8