| Age | Commit message (Expand) | Author |
| 2003-02-16 | Use strlcpy, not strcpy, in one more place. From deraadt. | wiz |
| 2003-02-01 | Revert the conversion to libpthread's recursive mutexes. Too much | nathanw |
| 2003-01-28 | a, b, and c. | wiz |
| 2003-01-28 | Add a manual page for flockfile(3) etc.; while here, also add *_unlocked() | kleink |
| 2003-01-21 | Use recursive mutexes from libpthread rather than implementing | nathanw |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-05 | Fix two bugs: | kristerw |
| 2003-01-03 | Fix typos (from PR 19650) | mjl |
| 2002-11-30 | - Migrate fparseln(3) from libutil to libc, where it should have been in | lukem |
| 2002-11-11 | Document that the *printf() functions can return a negative value under | simonb |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-09-14 | Allow mktemp to be built as a host tool. | thorpej |
| 2002-08-20 | Drop superfluous Ns and fix a formatting glitch. | wiz |
| 2002-08-10 | - add description of the race. | yamt |
| 2002-08-10 | use more Xs for filename templates. | yamt |
| 2002-08-10 | if the path is directory, remove(3) behaves as rmdir instead of unlink. | yamt |
| 2002-08-10 | bring in EXAMPLES and BUGS from openbsd. | yamt |
| 2002-07-21 | Correct wrong comparison in example. | mjl |
| 2002-07-10 | import CAVEATS sections from OpenBSD. | yamt |
| 2002-06-12 | Add Xr to fileno(3). | wiz |
| 2002-05-26 | __STDC__ is always defined on NetBSD. | wiz |
| 2002-05-24 | * Move the prototype of __svfscanf from <stdio.h> to libc/stdio/local.h. | thorpej |
| 2002-05-15 | Consistent wording: plain files -> regular files. | kleink |
| 2002-04-01 | Revert addition of mkdtemp() to libnbcompat. I don't think we need mktemp(1) | bjh21 |
| 2002-03-31 | Add mkdtemp to libnbcompat, since glibc doesn't have it an mktemp(1) will | bjh21 |
| 2002-03-14 | putwc and putwchar's argument is wchar_t, not wint_t. | yamt |
| 2002-03-12 | fully initialize the structure to avoid gcc complaints. | christos |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-02-02 | Punctuation nit, and slight grammar improvement. | wiz |
| 2002-02-02 | note that our fsetpos/fgetpos don't know about stream's state. | yamt |
| 2002-01-21 | One pasto, one typo. | kleink |
| 2001-12-07 | Avoid Po/Pq. | wiz |
| 2001-12-07 | Slight grammar improvement. | wiz |
| 2001-12-07 | Markup getwc in one place. | wiz |
| 2001-12-07 | Grammar improvements, some additional markup and a typo fix. | wiz |
| 2001-12-07 | g/c #if 0. | yamt |
| 2001-12-07 | add files forgotten in my previous commit. | yamt |
| 2001-12-07 | - make FILE structure extensible without breaking binary-compatibility. | yamt |
| 2001-12-02 | C99: Recognize %F here, too. | kleink |
| 2001-12-02 | Fix a mis-pasting in previous; pointed out by Thomas Klausner. | kleink |
| 2001-12-02 | C99: | kleink |
| 2001-11-28 | Since we're returned the sign of a floating-point number by __dtoa(), | kleink |
| 2001-11-27 | Ugh, back out last commit. It makes vfprintf depend on -lm. | augustss |
| 2001-11-27 | Print sign of -0.0 correctly. Fixes PR 3137 (mine). | augustss |
| 2001-11-04 | fix WARNS=2 (-Wshadow) warnings | lukem |
| 2001-10-17 | Drop a VAX/Tahoe reference (the VAX case wasn't true with the current compiler | kleink |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-09-16 | Mainly sort SEE ALSO, but also sort sections, and some punctuation and | wiz |
| 2001-09-16 | Boring whitespace fixes. | wiz |
| 2001-07-06 | Do not xref pc(1) | abs |