| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 25 | -531/+531 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | schweikh | 2002-12-30 | 5 | -6/+6 |
* | Back out the s/int */size_t */ commit. | obrien | 2002-12-30 | 2 | -2/+2 |
* | This compiles fine w/WARNS. | obrien | 2002-12-30 | 1 | -6/+5 |
* | 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 |
* | Fix typos in comment. | deischen | 2002-12-28 | 1 | -2/+2 |
* | english(4) police. | schweikh | 2002-12-27 | 41 | -55/+55 |
* | 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 |
* | Teach libkvm to deal with direct mapped addresses. | jake | 2002-12-27 | 1 | -9/+14 |
* | Be more consistent with "static". | tjr | 2002-12-27 | 1 | -1/+1 |
* | Return an error if the size of the sector is zero. This is for removable | nyan | 2002-12-26 | 1 | -0/+6 |
* | 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 | 10 | -14/+14 |
* | 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 |
* | mdoc(7) police: removed gratuitous .Pp call. | ru | 2002-12-23 | 1 | -1/+0 |
* | 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 |
* | The zalloc pool's size calculation breaks if sbrk() does not return | dillon | 2002-12-19 | 1 | -3/+3 |
* | Grammatical fixup: s/be the -1/be -1/ | ceri | 2002-12-19 | 1 | -1/+1 |
* | Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. | jake | 2002-12-19 | 5 | -330/+6 |
* | Make accept(), connect(), recvfrom(), recvmsg(), sendmsg(), | ru | 2002-12-19 | 6 | -6/+80 |
* | Add back the Standards section claiming conformance to 1003.1-2001 and | tjr | 2002-12-19 | 1 | -10/+13 |
* | Write the message to stderr, not file descriptor 2, so that perror() | tjr | 2002-12-19 | 1 | -1/+7 |
* | Use strerror_r() to format the error message so that strerror()'s static | tjr | 2002-12-19 | 1 | -1/+4 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 178 | -396/+991 |
* | mdoc(7) police: Fixed a few .Fa abuses. | ru | 2002-12-19 | 2 | -4/+6 |
* | mdoc(7) police: excessive quotes. | ru | 2002-12-19 | 1 | -1/+1 |
* | Update with the 4.7 libraries, and add libposix1e to the mix. | obrien | 2002-12-18 | 19 | -18315/+16352 |
* | Rearrange strerror() so that its itoa procedure can be used with | mike | 2002-12-18 | 2 | -86/+45 |
* | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | ru | 2002-12-18 | 55 | -195/+196 |
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 76 | -64/+468 |
* | mdoc(7) police: "The .Fn system call". | ru | 2002-12-18 | 3 | -0/+18 |
* | 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 |
* | mdoc(7) police: Tidy up the syscall language. | ru | 2002-12-18 | 147 | -668/+1011 |