| Commit message (Expand) | Author | Age | Files | Lines |
* | style(9): return type on separate line from function name. | tjr | 2003-01-04 | 2 | -2/+4 |
* | Fix a number of bugs noticed by more extensive testing: | tjr | 2003-01-04 | 1 | -7/+15 |
* | Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these are | tjr | 2003-01-04 | 2 | -6/+6 |
* | Remove unused variable: sz. | tjr | 2003-01-04 | 1 | -2/+0 |
* | Remove unused variable: size. | tjr | 2003-01-04 | 1 | -1/+1 |
* | #include <string.h> for strcmp()'s prototype. | tjr | 2003-01-04 | 1 | -0/+1 |
* | Remove unused variable: omask. | tjr | 2003-01-04 | 1 | -1/+0 |
* | #include <sys/linker.h> for kldload()'s prototype. | tjr | 2003-01-04 | 1 | -0/+1 |
* | #include <string.h> for strlen()'s prototype. | tjr | 2003-01-04 | 1 | -0/+1 |
* | #include <ctype.h> for isspace()'s prototype (or a macro version). | tjr | 2003-01-03 | 1 | -0/+1 |
* | Add missing #include "namespace.h". | tjr | 2003-01-03 | 1 | -0/+1 |
* | Remove unused variable: ntmp. | tjr | 2003-01-03 | 1 | -1/+0 |
* | #include <string.h> for strcmp()'s prototype. | tjr | 2003-01-03 | 1 | -1/+2 |
* | #include "local.h" to make __svfscanf()'s prototype visible. | tjr | 2003-01-03 | 3 | -0/+3 |
* | Remove an unused variable: `sb' in fts_read(). | tjr | 2003-01-03 | 2 | -2/+0 |
* | Remove an unused variable, `sverrno', which has not been used since 1.11. | tjr | 2003-01-03 | 1 | -1/+0 |
* | Optimize errstr() by reducing the number of times it walks a string. | mike | 2003-01-03 | 1 | -9/+7 |
* | Reset the stream orientation to 0 (unoriented) in freopen(), as required | tjr | 2003-01-03 | 1 | -0/+1 |
* | It is no longer necessary to include sys/types.h before wordexp.h. | tjr | 2003-01-03 | 1 | -1/+0 |
* | popen() is a function, not an argument. | tjr | 2003-01-03 | 1 | -1/+1 |
* | Protect pidlist with a mutex to avoid a race causing a duplicate free() | tjr | 2003-01-03 | 1 | -8/+24 |
* | Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akin | jmallett | 2003-01-02 | 3 | -7/+491 |
* | In cgetmatch(3), return -1 if a NULL or 0-length name parameter is used. | thomas | 2003-01-02 | 1 | -0/+3 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 13 | -518/+518 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 3 | -3/+3 |
* | Back out the s/int */size_t */ commit. | obrien | 2002-12-30 | 2 | -2/+2 |
* | Fix LP64 architectures and especially ia64. Functions that return | marcel | 2002-12-30 | 2 | -0/+2 |
* | Remove BUGS section indicating that these calls are unimplemented. | rwatson | 2002-12-29 | 5 | -15/+15 |
* | Update acl_set.3, missed in last round: | rwatson | 2002-12-29 | 1 | -11/+19 |
* | Update libc POSIX.1e code and documentation to reflect: | rwatson | 2002-12-29 | 8 | -44/+164 |
* | Use `useconds_t' instead of `u_int' or `unsigned int' where appropriate. | mike | 2002-12-29 | 4 | -7/+7 |
* | english(4) police. | schweikh | 2002-12-27 | 21 | -25/+25 |
* | Silence casting away constness warnings. | alfred | 2002-12-27 | 1 | -5/+12 |
* | Fix a small typo. | tjr | 2002-12-27 | 1 | -1/+1 |
* | Slight tuning if teh KSE man page to indicate some functionality is | julian | 2002-12-27 | 1 | -29/+33 |
* | Be more consistent with "static". | tjr | 2002-12-27 | 1 | -1/+1 |
* | Add an implementation of the POSIX wordexp() and wordfree() functions, | tjr | 2002-12-26 | 3 | -2/+518 |
* | Spelling: s/then/than/ where appropriate. | ru | 2002-12-24 | 1 | -3/+3 |
* | mdoc(7) police: Deal with self-xrefs. | ru | 2002-12-24 | 5 | -5/+4 |
* | Document protection bits. | trhodes | 2002-12-23 | 1 | -0/+16 |
* | Fixed the abuses of .Ql visible on stderr in troff mode. | ru | 2002-12-23 | 1 | -6/+6 |
* | Back out the -fpcc-struct-return fixes. | kan | 2002-12-22 | 2 | -24/+68 |
* | Fix style (no space after return, twice-too-big continuation) and | jmallett | 2002-12-22 | 1 | -2/+2 |
* | Reduce libc's memory footprint by lazily allocating memory used internally | bbraun | 2002-12-21 | 1 | -9/+22 |
* | Reduce libc.so's memory footprint by lazily allocating memory used internally | bbraun | 2002-12-21 | 2 | -4/+16 |
* | Import newer versions of div() and ldiv() from NetBSD which handle | tjr | 2002-12-21 | 2 | -68/+24 |
* | Document the fact that the printf() family of functions return negative | tjr | 2002-12-20 | 1 | -2/+14 |
* | C99 standardised the vscanf() family of functions, update Standards | tjr | 2002-12-20 | 1 | -2/+5 |
* | Stylistic changes: | mike | 2002-12-20 | 1 | -11/+14 |
* | Document what really occurs when we obtain an error. | trhodes | 2002-12-20 | 1 | -6/+9 |