aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a Bugs section and note that fmtcheck() is out of sync with printf();Tim J. Robbins2002-10-161-1/+7
* Add support for the XSI %C and %S formats, which are the same as %lcTim J. Robbins2002-10-162-0/+24
* Use kqueue(2) instead of poll(2) to wait for replies and timeoutsIan Dowse2002-10-151-157/+89
* Add cross-references to the wide character counterparts of these functions.Tim J. Robbins2002-10-154-4/+8
* Eliminate superfluous memory access in memcpy(3)/memmove(3).Maxim Sobolev2002-10-151-13/+8
* Remove stray comma at the end of the See Also list.Tim J. Robbins2002-10-151-1/+1
* Use a weak reference instead of a macro to make vfscanf an aliasTim J. Robbins2002-10-142-0/+4
* FA, FB and FC are lead bytes according to recent Microsoft documentation.Tim J. Robbins2002-10-141-1/+1
* Style changes. Mainly removing excessive whitespace and parens.Tim J. Robbins2002-10-141-24/+29
* Ignore TMPDIR if the application is setugid.Kris Kennaway2002-10-131-1/+2
* Add restrict type-qualifier.Mike Barcroft2002-10-1218-31/+33
* Cosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like in other placesAndrey A. Chernov2002-10-121-4/+5
* Describe the restrictions on seeking on wide character streams, and alsoTim J. Robbins2002-10-121-3/+15
* Fix a typo causing incorrect formatting for negative values in some localesTim J. Robbins2002-10-121-3/+5
* Save errno around calls to free(); at least some code paths clobber itTim J. Robbins2002-10-111-0/+3
* Document the kind of format string strfmon() expects. Sync the ErrorsTim J. Robbins2002-10-111-5/+74
* Use the new struct lconv members to determine how to format internationalTim J. Robbins2002-10-111-1/+12
* Non-negative amounts should not have an extra space in front of themTim J. Robbins2002-10-111-6/+2
* "Left precision" and "right precision" are not flags, but separate partsTim J. Robbins2002-10-111-13/+15
* Zap the early-adopter transition aid before we get into seriousPeter Wemm2002-10-112-5/+1
* Do not allow empty GIDs for non-NIS entries.Maxim Konovalov2002-10-111-0/+7