| Age | Commit message (Expand) | Author |
| 1999-07-31 | Add note that only the super-user may set or reset any flags on block | christos |
| 1999-07-14 | Restore some information about the page rounding behavior of these | perry |
| 1999-07-12 | XSH5: change function signature to `void *sbrk(intptr_t)'. | kleink |
| 1999-07-12 | Remove a paragraph from previous. | kleink |
| 1999-07-09 | Note that you can find out the system page size with sysconf(3). | perry |
| 1999-07-06 | note in BUGS that the prototype of our sbrk is not standards compliant | perry |
| 1999-07-06 | Clean up this mess a lot. I believe we still have the following | perry |
| 1999-07-06 | EOPNOTSUPP was incorrectly spelt as EOPNOSUPPORT | darrenr |
| 1999-07-04 | Build system call stubs using system includes from ${DESTDIR}/usr/include | sommerfeld |
| 1999-06-30 | Give fhopen, fhstat, and fhstatfs a man page. | wrstuden |
| 1999-06-29 | Add fhopen, fhstat, and fhstatfs syscall stubs. | wrstuden |
| 1999-06-26 | fix PR/7855 | sommerfeld |
| 1999-06-24 | Add missing reference to setsockopt(2) to "SEE ALSO" section. | tron |
| 1999-06-18 | MCL_FUTURE is now implemented. | thorpej |
| 1999-06-16 | Note that MCL_FUTURE is not yet fully implented in the BUGS section. | thorpej |
| 1999-06-16 | Note POSIX 1003.1b-1993. | thorpej |
| 1999-06-16 | The (incorrect) nesting behavior of mlock(2) no longer exists. | thorpej |
| 1999-06-15 | Add mlockall(2)/munlockall(2). | thorpej |
| 1999-06-07 | Fill out the mincore(2) manual page a little; define the NetBSD call | thorpej |
| 1999-06-06 | Note that an EFAULT condition cannot be guaranteed to be detected (i.e. in the | kleink |
| 1999-05-24 | See the incredible, morphing, fcntl(2) parameter #3 change again! | ross |
| 1999-05-12 | s/sigstack/sigaltstack/ in ERRORS section | sommerfe |
| 1999-05-04 | use a local vfork declaration to avoid symbol renaming. | christos |
| 1999-04-26 | Spelling. | ross |
| 1999-04-17 | Fix incorrect reference in ERRORS section; from Paul Wain in PR misc/7405. | kleink |
| 1999-04-09 | Remove duplicate section header; from NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> | kleink |
| 1999-04-06 | change: | cgd |
| 1999-03-26 | Document new chroot-related restrictions on fchdir, chroot, and ptrace | sommerfe |
| 1999-03-25 | argument is void *, not char * (at least, to the extent that it is a pointer. | perry |
| 1999-03-25 | fix to note that arg is void * but is used by some commands as an int | perry |
| 1999-03-24 | Fix a few things that were out of date or just plain wrong, and clean up some | mycroft |
| 1999-03-24 | Better explain possible EBADF causes. | hubertf |
| 1999-03-24 | Remove spurious .ne's. | mycroft |
| 1999-03-23 | document new bind() restrictions | lukem |
| 1999-03-22 | Last of the .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-22 | Introduce _PC_FILESIZEBITS. | kleink |
| 1999-03-22 | Bump the date. | kleink |
| 1999-03-22 | Introduce EOVERFLOW. | kleink |
| 1999-03-22 | Build fchroot and __getcwd syscall stubs | sommerfe |
| 1999-03-18 | -> <sys/swap.h> | mrg |
| 1999-03-14 | EACESS -> EACCES. From OpenBSD. | kristerw |
| 1999-03-14 | Fix RB_STRING, per PR 7147 by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp> | hubertf |
| 1999-03-10 | Sync with declaration in <unistd.h>. | kleink |
| 1999-03-09 | Fix a .Fa vs. .Fn bogon, and clarify somewhat. | kleink |
| 1999-03-09 | brk(2) actually returns an int indicating success (0) or failure (-1). Also, | kleink |
| 1999-03-09 | Add missing .El lines. | erh |
| 1999-03-09 | More missing .El's. | ross |
| 1999-03-09 | Missing .El. | ross |
| 1999-03-09 | Missing .El. | ross |
| 1999-03-06 | fix a number of pastos (msgflg where semflg is meant) | drochner |