| Commit message (Expand) | Author | Age | Files | Lines |
| * | No need to include <assert.h> here. | Tim J. Robbins | 2003-01-05 | 4 | -4/+0 |
| * | strptime(), like strftime(), does not handle multibyte characters | Tim J. Robbins | 2003-01-04 | 1 | -1/+7 |
| * | Mention in the BUGS section that strftime() does not handle multibyte | Tim J. Robbins | 2003-01-04 | 1 | -1/+7 |
| * | Rename the dos_partition structure for pc98 to pc98_partition. | Yoshihiro Takahashi | 2003-01-04 | 1 | -2/+2 |
| * | Fix three warnings: | Tim J. Robbins | 2003-01-04 | 1 | -2/+2 |
| * | style(9): return type on separate line from function name. | Tim J. Robbins | 2003-01-04 | 2 | -2/+4 |
| * | Fix a number of bugs noticed by more extensive testing: | Tim J. Robbins | 2003-01-04 | 1 | -7/+15 |
| * | Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these are | Tim J. Robbins | 2003-01-04 | 2 | -6/+6 |
| * | Remove unused variable: sz. | Tim J. Robbins | 2003-01-04 | 1 | -2/+0 |
| * | Remove unused variable: size. | Tim J. Robbins | 2003-01-04 | 1 | -1/+1 |
| * | #include <string.h> for strcmp()'s prototype. | Tim J. Robbins | 2003-01-04 | 1 | -0/+1 |
| * | Remove unused variable: omask. | Tim J. Robbins | 2003-01-04 | 1 | -1/+0 |
| * | #include <sys/linker.h> for kldload()'s prototype. | Tim J. Robbins | 2003-01-04 | 1 | -0/+1 |
| * | #include <string.h> for strlen()'s prototype. | Tim J. Robbins | 2003-01-04 | 1 | -0/+1 |
| * | #include <ctype.h> for isspace()'s prototype (or a macro version). | Tim J. Robbins | 2003-01-03 | 1 | -0/+1 |
| * | Add missing #include "namespace.h". | Tim J. Robbins | 2003-01-03 | 1 | -0/+1 |
| * | Remove unused variable: ntmp. | Tim J. Robbins | 2003-01-03 | 1 | -1/+0 |
| * | #include <string.h> for strcmp()'s prototype. | Tim J. Robbins | 2003-01-03 | 1 | -1/+2 |
| * | #include "local.h" to make __svfscanf()'s prototype visible. | Tim J. Robbins | 2003-01-03 | 3 | -0/+3 |
| * | Remove an unused variable: `sb' in fts_read(). | Tim J. Robbins | 2003-01-03 | 2 | -2/+0 |
| * | Remove an unused variable, `sverrno', which has not been used since 1.11. | Tim J. Robbins | 2003-01-03 | 1 | -1/+0 |
| * | Optimize errstr() by reducing the number of times it walks a string. | Mike Barcroft | 2003-01-03 | 1 | -9/+7 |
| * | Make struct swblock kernel only, to make vm/swap_pager.h userland includable. | Poul-Henning Kamp | 2003-01-03 | 1 | -1/+1 |
| * | Reset the stream orientation to 0 (unoriented) in freopen(), as required | Tim J. Robbins | 2003-01-03 | 1 | -0/+1 |
| * | It is no longer necessary to include sys/types.h before wordexp.h. | Tim J. Robbins | 2003-01-03 | 1 | -1/+0 |
| * | popen() is a function, not an argument. | Tim J. Robbins | 2003-01-03 | 1 | -1/+1 |
| * | Protect pidlist with a mutex to avoid a race causing a duplicate free() | Tim J. Robbins | 2003-01-03 | 1 | -8/+24 |
| * | Set auto-retry mode to avoid some spurious errors. | Dag-Erling Smørgrav | 2003-01-03 | 1 | -0/+1 |
| * | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | Juli Mallett | 2003-01-02 | 3 | -7/+491 |
| * | In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used. | Thomas Quinot | 2003-01-02 | 1 | -0/+3 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 25 | -531/+531 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 5 | -6/+6 |
| * | Back out the s/int */size_t */ commit. | David E. O'Brien | 2002-12-30 | 2 | -2/+2 |
| * | This compiles fine w/WARNS. | David E. O'Brien | 2002-12-30 | 1 | -6/+5 |
| * | Fix LP64 architectures and especially ia64. Functions that return | Marcel Moolenaar | 2002-12-30 | 2 | -0/+2 |
| * | Remove BUGS section indicating that these calls are unimplemented. | Robert Watson | 2002-12-29 | 5 | -15/+15 |
| * | Update acl_set.3, missed in last round: | Robert Watson | 2002-12-29 | 1 | -11/+19 |
| * | Update libc POSIX.1e code and documentation to reflect: | Robert Watson | 2002-12-29 | 8 | -44/+164 |
| * | Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate. | Mike Barcroft | 2002-12-29 | 4 | -7/+7 |
| * | Fix typos in comment. | Daniel Eischen | 2002-12-28 | 1 | -2/+2 |
| * | english(4) police. | Jens Schweikhardt | 2002-12-27 | 41 | -55/+55 |
| * | Silence casting away constness warnings. | Alfred Perlstein | 2002-12-27 | 1 | -5/+12 |
| * | Fix a small typo. | Tim J. Robbins | 2002-12-27 | 1 | -1/+1 |
| * | Slight tuning if teh KSE man page to indicate some functionality is | Julian Elischer | 2002-12-27 | 1 | -29/+33 |
| * | Teach libkvm to deal with direct mapped addresses. | Jake Burkholder | 2002-12-27 | 1 | -9/+14 |
| * | Be more consistent with "static". | Tim J. Robbins | 2002-12-27 | 1 | -1/+1 |
| * | Return an error if the size of the sector is zero. This is for removable | Yoshihiro Takahashi | 2002-12-26 | 1 | -0/+6 |
| * | Add an implementation of the POSIX wordexp() and wordfree() functions, | Tim J. Robbins | 2002-12-26 | 3 | -2/+518 |
| * | Spelling: s/then/than/ where appropriate. | Ruslan Ermilov | 2002-12-24 | 1 | -3/+3 |
| * | mdoc(7) police: Deal with self-xrefs. | Ruslan Ermilov | 2002-12-24 | 10 | -14/+14 |