| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a memory leak by using reallocf() instead of realloc(). | tjr | 2003-01-10 | 1 | -1/+1 |
* | Prototype __getcwd() to avoid a warning. | tjr | 2003-01-10 | 1 | -0/+2 |
* | #include <ctype.h> for prototypes (or macro versions) of | tjr | 2003-01-10 | 1 | -0/+1 |
* | #include "namespace.h" to get a prototype for _err(). | tjr | 2003-01-07 | 1 | -0/+2 |
* | Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate. | tjr | 2003-01-07 | 1 | -22/+22 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 1 | -2/+2 |
* | 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 |
* | 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 | 6 | -6/+6 |
* | Silence casting away constness warnings. | alfred | 2002-12-27 | 1 | -5/+12 |
* | Fix a small typo. | tjr | 2002-12-27 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 28 | -72/+127 |
* | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | ru | 2002-12-18 | 21 | -71/+71 |
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 33 | -35/+141 |
* | mdoc(7) police: Fixed the .Nm abuse. | ru | 2002-12-18 | 1 | -3/+3 |
* | o getsockopt(2) 'level' argument should be 0, not SOCK_STREAM. It | maxim | 2002-12-16 | 1 | -1/+1 |
* | o Fix bogus getsockopt(2) call: swap SOCK_STREAM and LOCAL_PEERCRED. | maxim | 2002-12-15 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 4 | -36/+36 |
* | Capitalize ASCII code names. | ru | 2002-12-05 | 1 | -1/+3 |
* | Consistently mark std(in|out|err) with .Dv, because that's how they | ru | 2002-12-04 | 1 | -6/+6 |
* | mdoc(7) police: overhaul. | ru | 2002-12-04 | 8 | -109/+132 |
* | mdoc(7) police: formatting nits. | ru | 2002-11-29 | 1 | -1/+1 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -5/+3 |
* | goto break; != break; | dougb | 2002-11-17 | 1 | -3/+3 |
* | Rework the sysconf(3) interaction with aio: | alfred | 2002-11-17 | 1 | -6/+3 |
* | Provide more correct default values for sysconf(3) reporting of the AIO | alfred | 2002-11-16 | 1 | -0/+3 |
* | Reset LogTag to NULL in closelog(3). This fixes mysterious crashes | ru | 2002-11-14 | 1 | -0/+1 |
* | Argh, change declaration of two-dimensional array so that it actually | deischen | 2002-11-13 | 1 | -1/+1 |
* | Use a jump table (a la Solaris) for pthread routines with default | deischen | 2002-11-13 | 1 | -387/+160 |