| Commit message (Expand) | Author | Age | Files | Lines |
* | Some mdoc cleanup. Also added a RETURN VALUES and ERRORS | mpp | 1997-01-11 | 1 | -22/+45 |
* | Remove the comment about file names having to | mpp | 1997-01-11 | 1 | -2/+1 |
* | Bring stat(2) into line with what is now actually in | mpp | 1997-01-11 | 1 | -13/+34 |
* | The error returned when F_SETLK collides with an existing lock is | jdp | 1997-01-08 | 1 | -3/+3 |
* | Document the various reasons for EINVAL. | joerg | 1997-01-08 | 1 | -11/+21 |
* | comma typos | wosch | 1996-12-23 | 3 | -8/+11 |
* | Back out change. The last argument to semctl() IS union semun | swallace | 1996-12-18 | 1 | -1/+1 |
* | Last argument to semctl() is union semun *, not union semun. | jkh | 1996-12-17 | 1 | -2/+2 |
* | Correct some xrefs/mlinks. | mpp | 1996-12-14 | 1 | -0/+4 |
* | POSIX.4 defines MAP_FAILED to be the error return from mmap(). | alex | 1996-12-12 | 1 | -1/+1 |
* | English pedantry : affect -> effect | msmith | 1996-12-09 | 1 | -1/+1 |
* | Turn POSIX_SAVED_IDS off | ache | 1996-12-06 | 1 | -20/+20 |
* | The semget man page uses the incorect symbol for alter | mpp | 1996-12-03 | 1 | -7/+7 |
* | upgrade STANDARDS from POSIX 1003.1-88 to 1003.1-90 using .St macro | wosch | 1996-12-02 | 28 | -91/+100 |
* | Slight rewording of the BUGS section. | alex | 1996-11-13 | 1 | -4/+4 |
* | Merge from the 2.2 branch: describe MNT_FORCE for mount(2). | joerg | 1996-11-10 | 1 | -0/+3 |
* | Added to MNT_FORCE option description after seeing Bruce's commit message | obrien | 1996-11-10 | 1 | -3/+24 |
* | delete doubled words, e.g.: "the the" -> "the" | wosch | 1996-10-05 | 2 | -2/+4 |
* | Updated the descriptions of the limits related to EAGAIN. | bde | 1996-09-29 | 2 | -9/+37 |
* | .DV -> .Dv (SOCK_STREAM was invisible). | bde | 1996-09-28 | 1 | -1/+1 |
* | Don't use malloc, pessimize to use sbrk. | phk | 1996-09-27 | 1 | -1/+1 |
* | add missing comma(s) in .Xr macros | wosch | 1996-09-23 | 4 | -8/+10 |
* | ".Xr chflags 1," -> ".Xr chflags 1 ," | peter | 1996-09-21 | 1 | -1/+1 |
* | Add the utrace syscall. | phk | 1996-09-20 | 1 | -3/+4 |
* | Resync statfs struct with sys/mount.h. | peter | 1996-09-07 | 1 | -3/+7 |
* | Describe POSIX saved IDs behaviour better | ache | 1996-09-03 | 1 | -5/+19 |
* | Describe current behaviour (_POSIX_SAVED_IDS are ON), | ache | 1996-09-01 | 1 | -2/+12 |
* | function appeared in Version 7 AT&T UNIX | wosch | 1996-08-29 | 17 | -3/+105 |
* | Correctly use .Fn instead of .Nm to reference function names | mpp | 1996-08-22 | 70 | -139/+167 |
* | Update a bunch of man pages to use .Fn instead | mpp | 1996-08-22 | 11 | -17/+17 |
* | List all of the include files required for getpeername and getsockname. | mpp | 1996-08-22 | 2 | -0/+4 |
* | Some cleanups to the callout lists recently added. | julian | 1996-08-22 | 1 | -0/+3 |
* | Reflect the removal of the kernel's FD_SETSIZE limit. | smpatel | 1996-08-20 | 1 | -19/+21 |
* | A pipe function call appeared in Version *3* AT&T UNIX, not | wosch | 1996-08-18 | 1 | -1/+1 |
* | NCARGS is defined as 65536 in the released system, not 20480. | mpp | 1996-08-15 | 2 | -2/+2 |
* | Document that the relevant clock ticks are for the statistics clock | bde | 1996-07-30 | 1 | -0/+3 |
* | Document that clock ticks are for the profiling clock and that the | bde | 1996-07-30 | 1 | -2/+4 |
* | Fixed comment about ru_maxrss. This field isn't an integral. | bde | 1996-07-30 | 1 | -1/+1 |
* | Document madvise(2) as it is in FreeBSD. | dyson | 1996-07-20 | 1 | -11/+40 |
* | add references lstat(2), readlink(2), symlink(7) in section SEE ALSO | wosch | 1996-07-07 | 1 | -1/+4 |
* | Describe the "file pointer" in lseeks' man page a bit better | mpp | 1996-07-03 | 1 | -2/+3 |
* | Document the "sig" function parameter. | mpp | 1996-07-03 | 1 | -1/+2 |
* | Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de> | jraynard | 1996-06-22 | 1 | -3/+2 |
* | update sticky bit documentation | wosch | 1996-06-09 | 1 | -8/+3 |
* | Rephrase some things as suggested by Bruce. | alex | 1996-06-08 | 1 | -2/+3 |
* | Document that truncate can also be used to extend the size of a file, | alex | 1996-06-07 | 1 | -2/+8 |
* | Use ld -O insted of ld -o + mv. | phk | 1996-05-28 | 1 | -9/+5 |
* | Document that the superuser cannot override link() and unlink() on | peter | 1996-05-24 | 2 | -5/+17 |
* | Fixed various problems: typos, grammer, missing include files | mpp | 1996-05-23 | 4 | -9/+8 |
* | Make rules reentrant. | phk | 1996-05-09 | 1 | -9/+9 |