| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reimplement, handling the case where c == L'\0' correctly and fixing | Tim J. Robbins | 2002-10-23 | 1 | -21/+7 |
| * | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | Hajimu UMEMOTO | 2002-10-23 | 1 | -51/+77 |
| * | Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001. | Tim J. Robbins | 2002-10-23 | 1 | -1/+17 |
| * | Translate to English. | Dag-Erling Smørgrav | 2002-10-23 | 1 | -13/+18 |
| * | Replace this wcsncpy() implementation with one based on strncpy.c to fix | Tim J. Robbins | 2002-10-23 | 1 | -26/+32 |
| * | Explain to users that they may want to kldload aio. | Alfred Perlstein | 2002-10-22 | 7 | -22/+175 |
| * | Rename the libc signal trampoline to __sigtramp to match netbsd. This | Jake Burkholder | 2002-10-22 | 2 | -4/+4 |
| * | Reflect MAC kernel/user API changes into the libc MAC implementation. | Robert Watson | 2002-10-22 | 7 | -247/+398 |
| * | .Xr mac.3 and posix1e.3 to mac.9. Point at sys/mac.h in posix1e.3. | Robert Watson | 2002-10-22 | 2 | -3/+5 |
| * | Unhook the per-policy parsing/printing MAC modules in libc to prepare | Robert Watson | 2002-10-21 | 7 | -815/+5 |
| * | track gratuitous change to sys/i386/include/reg.h | Sam Leffler | 2002-10-21 | 2 | -4/+4 |
| * | Cross-reference fmtcheck(3). | Tim J. Robbins | 2002-10-20 | 1 | -0/+1 |
| * | Give in on the __sF stuff. I have a better fix in mind that is future | Peter Wemm | 2002-10-19 | 1 | -1/+1 |
| * | Indent code example with one tab, not two, for consistency with the rest. | Tim J. Robbins | 2002-10-19 | 1 | -8/+8 |
| * | C89 does not specifiy strsep(), so our strsep() implementation cannot | Tim J. Robbins | 2002-10-19 | 1 | -1/+0 |
| * | The ftok() function has not been in libcompat for quite a while. | Tim J. Robbins | 2002-10-19 | 1 | -3/+0 |
| * | Oops. Also provide a lint-compatible unused argument warning killer. | Mark Murray | 2002-10-18 | 1 | -0/+4 |
| * | ISOfy functions, sort headers and mark unused arguments. | Mark Murray | 2002-10-18 | 1 | -13/+6 |
| * | Correct the headers needed to use dbopen(3) and friends. | Mark Murray | 2002-10-18 | 1 | -1/+2 |
| * | Fix off-by-one error when pushing back a multibyte sequence in | Tim J. Robbins | 2002-10-17 | 1 | -2/+6 |
| * | Make part of the previous change clearer; check flags for SUPPRESS directly | Tim J. Robbins | 2002-10-17 | 1 | -7/+7 |
| * | The field width for single-byte string conversions (%c, %s, %[) is the | Tim J. Robbins | 2002-10-17 | 1 | -33/+88 |
| * | de-__P() | Alfred Perlstein | 2002-10-16 | 1 | -3/+3 |
| * | - Remove the lsearch() and lfind() functions and their manpage from | Robert Drehmel | 2002-10-16 | 3 | -2/+165 |
| * | Count field width correctly for suppressed multibyte fields (%*lc, | Tim J. Robbins | 2002-10-16 | 1 | -60/+84 |
| * | Remove unneeded $FreeBSD$ tags. | Robert Drehmel | 2002-10-16 | 2 | -4/+0 |
| * | - Remove the old insque() and remque() functions and their manual | Robert Drehmel | 2002-10-16 | 4 | -5/+144 |
| * | Set the error bit on the stream if an encoding error occurs. Improve | Tim J. Robbins | 2002-10-16 | 6 | -15/+52 |
| * | Avoid truncating invalid wide characters that are outside the range of | Tim J. Robbins | 2002-10-16 | 1 | -1/+8 |
| * | Add a Bugs section and note that fmtcheck() is out of sync with printf(); | Tim J. Robbins | 2002-10-16 | 1 | -1/+7 |
| * | Add support for the XSI %C and %S formats, which are the same as %lc | Tim J. Robbins | 2002-10-16 | 2 | -0/+24 |
| * | Use kqueue(2) instead of poll(2) to wait for replies and timeouts | Ian Dowse | 2002-10-15 | 1 | -157/+89 |
| * | Add cross-references to the wide character counterparts of these functions. | Tim J. Robbins | 2002-10-15 | 4 | -4/+8 |
| * | Eliminate superfluous memory access in memcpy(3)/memmove(3). | Maxim Sobolev | 2002-10-15 | 1 | -13/+8 |
| * | Remove stray comma at the end of the See Also list. | Tim J. Robbins | 2002-10-15 | 1 | -1/+1 |
| * | Use a weak reference instead of a macro to make vfscanf an alias | Tim J. Robbins | 2002-10-14 | 2 | -0/+4 |
| * | FA, FB and FC are lead bytes according to recent Microsoft documentation. | Tim J. Robbins | 2002-10-14 | 1 | -1/+1 |
| * | Style changes. Mainly removing excessive whitespace and parens. | Tim J. Robbins | 2002-10-14 | 1 | -24/+29 |
| * | Ignore TMPDIR if the application is setugid. | Kris Kennaway | 2002-10-13 | 1 | -1/+2 |
| * | Add restrict type-qualifier. | Mike Barcroft | 2002-10-12 | 18 | -31/+33 |
| * | Cosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like in other places | Andrey A. Chernov | 2002-10-12 | 1 | -4/+5 |
| * | Describe the restrictions on seeking on wide character streams, and also | Tim J. Robbins | 2002-10-12 | 1 | -3/+15 |
| * | Fix a typo causing incorrect formatting for negative values in some locales | Tim J. Robbins | 2002-10-12 | 1 | -3/+5 |
| * | Save errno around calls to free(); at least some code paths clobber it | Tim J. Robbins | 2002-10-11 | 1 | -0/+3 |
| * | Document the kind of format string strfmon() expects. Sync the Errors | Tim J. Robbins | 2002-10-11 | 1 | -5/+74 |
| * | Use the new struct lconv members to determine how to format international | Tim J. Robbins | 2002-10-11 | 1 | -1/+12 |
| * | Non-negative amounts should not have an extra space in front of them | Tim J. Robbins | 2002-10-11 | 1 | -6/+2 |
| * | "Left precision" and "right precision" are not flags, but separate parts | Tim J. Robbins | 2002-10-11 | 1 | -13/+15 |
| * | Zap the early-adopter transition aid before we get into serious | Peter Wemm | 2002-10-11 | 2 | -5/+1 |
| * | Do not allow empty GIDs for non-NIS entries. | Maxim Konovalov | 2002-10-11 | 1 | -0/+7 |