| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Document what happens when the format string contains insufficient | tjr | 2002-12-18 | 1 | -0/+23 |
* | Change the name for the local unix-socket based protocol | mbr | 2002-12-16 | 3 | -6/+29 |
* | Merge in most non-style differences from Andrew Korty's pam_ssh 1.7. | des | 2002-12-16 | 3 | -51/+70 |
* | o getsockopt(2) 'level' argument should be 0, not SOCK_STREAM. It | maxim | 2002-12-16 | 1 | -1/+1 |
* | This is David Schultz's swapoff code which I am finally able to commit. | dillon | 2002-12-15 | 2 | -18/+46 |
* | o Fix bogus getsockopt(2) call: swap SOCK_STREAM and LOCAL_PEERCRED. | maxim | 2002-12-15 | 1 | -1/+1 |
* | mdoc(7) police: markup overhaul. | ru | 2002-12-14 | 1 | -10/+15 |
* | Add an implementation of the POSIX.1 sockatmark(3). | fenner | 2002-12-13 | 3 | -2/+152 |
* | mdoc(7) police: sort xrefs in SEE ALSO. | ru | 2002-12-13 | 2 | -2/+2 |
* | Fix the HISTORY to match reality. They were never MFC'ed to 4.X. | trhodes | 2002-12-12 | 1 | -1/+1 |
* | Uniformly refer to a file system as "file system". | ru | 2002-12-12 | 26 | -165/+165 |
* | mdoc(7) police: .Dt is ALL UPPERCASE. | ru | 2002-12-12 | 1 | -1/+1 |
* | mdoc(7) police: Added the missing .Os call; it's not strictly | ru | 2002-12-11 | 6 | -0/+6 |
* | Fixed the parameter's name. | ru | 2002-12-11 | 1 | -1/+1 |
* | mdoc(7) police: tiny nits. | ru | 2002-12-09 | 1 | -4/+4 |
* | mdoc(7) police: tiny nits. | ru | 2002-12-09 | 3 | -8/+11 |
* | mdoc(7) police: overhaul. | ru | 2002-12-09 | 1 | -109/+232 |
* | mdoc(7) police: nits. | ru | 2002-12-09 | 1 | -15/+18 |