| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | .DV -> .Dv (SOCK_STREAM was invisible). | Bruce Evans | 1996-09-28 | 1 | -1/+1 |
| * | Don't use malloc, pessimize to use sbrk. | Poul-Henning Kamp | 1996-09-27 | 1 | -1/+1 |
| * | add missing comma(s) in .Xr macros | Wolfram Schneider | 1996-09-23 | 4 | -8/+10 |
| * | ".Xr chflags 1," -> ".Xr chflags 1 ," | Peter Wemm | 1996-09-21 | 1 | -1/+1 |
| * | Add the utrace syscall. | Poul-Henning Kamp | 1996-09-20 | 1 | -3/+4 |
| * | Resync statfs struct with sys/mount.h. | Peter Wemm | 1996-09-07 | 1 | -3/+7 |
| * | Describe POSIX saved IDs behaviour better | Andrey A. Chernov | 1996-09-03 | 1 | -5/+19 |
| * | Describe current behaviour (_POSIX_SAVED_IDS are ON), | Andrey A. Chernov | 1996-09-01 | 1 | -2/+12 |
| * | function appeared in Version 7 AT&T UNIX | Wolfram Schneider | 1996-08-29 | 17 | -3/+105 |
| * | Correctly use .Fn instead of .Nm to reference function names | Mike Pritchard | 1996-08-22 | 70 | -139/+167 |
| * | Update a bunch of man pages to use .Fn instead | Mike Pritchard | 1996-08-22 | 11 | -17/+17 |
| * | List all of the include files required for getpeername and getsockname. | Mike Pritchard | 1996-08-22 | 2 | -0/+4 |
| * | Some cleanups to the callout lists recently added. | Julian Elischer | 1996-08-22 | 1 | -0/+3 |
| * | Reflect the removal of the kernel's FD_SETSIZE limit. | Sujal Patel | 1996-08-20 | 1 | -19/+21 |
| * | A pipe function call appeared in Version *3* AT&T UNIX, not | Wolfram Schneider | 1996-08-18 | 1 | -1/+1 |
| * | NCARGS is defined as 65536 in the released system, not 20480. | Mike Pritchard | 1996-08-15 | 2 | -2/+2 |
| * | Document that the relevant clock ticks are for the statistics clock | Bruce Evans | 1996-07-30 | 1 | -0/+3 |
| * | Document that clock ticks are for the profiling clock and that the | Bruce Evans | 1996-07-30 | 1 | -2/+4 |
| * | Fixed comment about ru_maxrss. This field isn't an integral. | Bruce Evans | 1996-07-30 | 1 | -1/+1 |
| * | Document madvise(2) as it is in FreeBSD. | John Dyson | 1996-07-20 | 1 | -11/+40 |
| * | add references lstat(2), readlink(2), symlink(7) in section SEE ALSO | Wolfram Schneider | 1996-07-07 | 1 | -1/+4 |
| * | Describe the "file pointer" in lseeks' man page a bit better | Mike Pritchard | 1996-07-03 | 1 | -2/+3 |
| * | Document the "sig" function parameter. | Mike Pritchard | 1996-07-03 | 1 | -1/+2 |
| * | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> | James Raynard | 1996-06-22 | 1 | -3/+2 |
| * | update sticky bit documentation | Wolfram Schneider | 1996-06-09 | 1 | -8/+3 |
| * | Rephrase some things as suggested by Bruce. | Alexander Langer | 1996-06-08 | 1 | -2/+3 |
| * | Document that truncate can also be used to extend the size of a file, | Alexander Langer | 1996-06-07 | 1 | -2/+8 |
| * | Use ld -O insted of ld -o + mv. | Poul-Henning Kamp | 1996-05-28 | 1 | -9/+5 |
| * | Document that the superuser cannot override link() and unlink() on | Peter Wemm | 1996-05-24 | 2 | -5/+17 |
| * | Fixed various problems: typos, grammer, missing include files | Mike Pritchard | 1996-05-23 | 4 | -9/+8 |
| * | Make rules reentrant. | Poul-Henning Kamp | 1996-05-09 | 1 | -9/+9 |
| * | ``mv'' -> ``mv -f'' | Wolfram Schneider | 1996-05-07 | 1 | -4/+5 |
| * | Remove a redundant description of the EMFILE error, and fix a typo. | Mike Pritchard | 1996-05-01 | 1 | -7/+1 |
| * | Fixed incomplete or wrong lists of prerequisite #includes related to | Bruce Evans | 1996-05-01 | 2 | -2/+4 |
| * | Fixed a wrong prerequisite #include and a missing function-arg type. | Bruce Evans | 1996-05-01 | 1 | -3/+3 |
| * | Fixed misformatted #include (.Ft -> .Fd). | Bruce Evans | 1996-05-01 | 1 | -1/+1 |
| * | Fix the man page to reflect the recent addition of RFNOWAIT and the removal of | Sujal Patel | 1996-04-18 | 1 | -4/+5 |
| * | Document the possible EPERM return. | Joerg Wunsch | 1996-04-17 | 1 | -0/+2 |
| * | Correct some man page cross references and file location references. | Mike Pritchard | 1996-04-07 | 1 | -1/+1 |
| * | Mention other possible errors that could be caused by the F_[GS]ETOWN | Joerg Wunsch | 1996-04-06 | 1 | -1/+19 |
| * | Xref clocks(7). | Joerg Wunsch | 1996-04-05 | 4 | -3/+7 |
| * | Remove outdated (and never quite correct anyway) reference to the | Peter Wemm | 1996-04-03 | 1 | -4/+0 |
| * | Added missing section numbers to a bunch of .Xr macros, or | Mike Pritchard | 1996-03-27 | 13 | -22/+22 |
| * | Update the current sigaction(2) man page to current reality.. | Peter Wemm | 1996-03-03 | 1 | -5/+19 |
| * | Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used for | Peter Wemm | 1996-03-02 | 1 | -3/+3 |
| * | Document the int -> size_t change to the m* syscalls | Peter Wemm | 1996-03-02 | 4 | -4/+4 |
| * | Add minherit.2 to Makefile.. (oops, forgot it before) | Peter Wemm | 1996-02-24 | 1 | -1/+2 |
| * | rfork/minherit glue in libc | Peter Wemm | 1996-02-23 | 3 | -7/+186 |
| * | Add a dire warning about misusing the setlogin() system call. Be very | Peter Wemm | 1996-02-23 | 1 | -1/+46 |
| * | Fixed a bunch of man page cross references that were | Mike Pritchard | 1996-02-15 | 5 | -32/+33 |