| Age | Commit message (Expand) | Author |
| 1998-09-18 | Add NOCLDWAIT documentation. | christos |
| 1998-08-29 | <vm/vm_swap.h> -> <sys/swap.h> | mrg |
| 1998-08-29 | - update for se_path member. | mrg |
| 1998-08-29 | first pass at fixing up capitalization of function names and | lukem |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-08-07 | Document _PC_SYNC_IO. | kleink |
| 1998-08-04 | Per XNS Issue 5, calling recvmsg(2) or sendmsg(2) with an msg.msg_iovlen less | kleink |
| 1998-08-03 | UIO_MAXIOV -> IOV_MAX | kleink |
| 1998-08-02 | Per IEEE Std 1003.1b-1993, Synchronous I/O Option, add O_DSYNC (synchronized | kleink |
| 1998-08-01 | Protocol Family (PF_*) constants are used to select the domain, | thorpej |
| 1998-07-29 | Document that these calls can return EINVAL if the total length of the I/O | thorpej |
| 1998-07-28 | Mention poll(2), too, where we formerly only mentioned select(2). | is |
| 1998-07-27 | Partly revert 1.3->1.4: shmat() does really return -1 on error. | drochner |
| 1998-07-21 | Added AppleTalk to the list of supported protocol domains. | jeremy |
| 1998-07-18 | use AF_LOCAL instead of AF_UNIX | lukem |
| 1998-07-11 | be specific about the sa_mask structure (ie, actually refer to it by name) | mrg |
| 1998-07-06 | add .Xr chflags 2 - this is another meta-data-modifying system call | fair |
| 1998-07-03 | Further redux. | mycroft |
| 1998-07-03 | Make this a bit less fork-happy. | mycroft |
| 1998-07-02 | int -> ssize_t ... today is not my day. | thorpej |
| 1998-07-02 | Wrappers around the indirected positional i/o system calls; the off_t | thorpej |
| 1998-06-30 | Add pread(2), pwrite(2), preadv(2), pwritev(2) system calls. | thorpej |
| 1998-06-27 | Add stub for fktrace(2) | christos |
| 1998-06-27 | Document KTRFAC_EMUL. | nathanw |
| 1998-06-08 | Build fdatasync(2) stubs and manpage. | kleink |
| 1998-06-08 | fix up case of function names | lukem |
| 1998-06-07 | Rename section DIAGNOSTICS to RETURN VALUES as descirbed in mdoc.samples(7). | enami |
| 1998-06-06 | Fix a tyop. | scottr |
| 1998-06-06 | Rework this file, as based on suggestions made by Chris Demetriou. | kleink |
| 1998-06-05 | Manual page for fdatasync(2). | kleink |
| 1998-06-03 | Use MAP_FAILED in the return values description. | kleink |
| 1998-05-24 | Add a comment about the deviation from POSIX and how to use the compatibility | kleink |
| 1998-05-10 | SYNOPSIS referred to the wrong header file. | kleink |
| 1998-05-08 | Add a few lines about the deviation from the POSIX and X/Open definitions, | kleink |
| 1998-05-07 | Various SysV IPC prototype changes. | kleink |
| 1998-05-05 | document SA_RESETHAND. From Eric Haszlakiewicz, erh@uaccess.net | tls |
| 1998-04-30 | fix .Xr reference | fair |
| 1998-04-29 | Fix bad .Xr and some .Nm abuse | fair |
| 1998-04-28 | fix mdoc references | fair |
| 1998-04-28 | Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z] | fair |
| 1998-04-28 | Change occurrences of "UNIX" to .Ux or .At as appropriate. | fair |
| 1998-04-27 | Fail with errno set to EINVAL if `how' is invalid. Also, reorder error list. | kleink |
| 1998-04-25 | 0 -> SHUT_RD, 1 -> SHUT_WR, 2 -> SHUT_RDWR. | kleink |
| 1998-03-28 | Per XPG, if the file descriptor argument to mmap() refers to a file whose | kleink |
| 1998-03-27 | Per X/Open CAE Spec Issue 5 Version 2, change the buffer size argument of | kleink |
| 1998-03-01 | Make this output one more include file, needed after the Lite2 changes. | fvdl |
| 1998-02-28 | Put back (probably) an oversight in last commit; Er is actually a | enami |
| 1998-02-25 | parameters to setreuid are uid_t, not int. | perry |
| 1998-02-25 | The parameters of setregid are gid_t, not int. | perry |
| 1998-02-25 | change second parm of sysarch() from char * to void * | perry |