| Age | Commit message (Expand) | Author |
| 2000-04-17 | implement lchflags(2), which does the chflags(2) dance without following | mrg |
| 2000-04-15 | Death to nfsiod! | tsarna |
| 2000-04-12 | We return EIDRM if the msg queue is removed, not EINVAL. | simonb |
| 2000-04-04 | Clarify that page alignment only happens for the internal, kernel notion | fvdl |
| 2000-03-28 | In mmap(), bail out with EOVERFLOW when mapping a regular file and the file | kleink |
| 2000-03-14 | Note EILSEQ. | kleink |
| 2000-03-14 | Sync the description of errno with reality; fixes PR lib/9496. | kleink |
| 2000-03-13 | Fix doubled 'the's. | soren |
| 2000-03-10 | Note that this system call now creates kernel thread. | enami |
| 2000-03-06 | Document some recently added user visible mount option. Addresses PR#6577. | enami |
| 2000-02-28 | Remove reference to config(8) from SEE ALSO list. | enami |
| 2000-02-28 | With SEE ALSO list, add swapctl(2) and swapctl(8) and remove config(8). | enami |
| 2000-02-28 | Sync wi/ reality. | enami |
| 2000-01-31 | Explain why we don't want to pass structs and unions to syscalls, and | christos |
| 2000-01-31 | Add a userland stub to do the union semun -> union semun * redirection. | christos |
| 2000-01-26 | EINVAL may be returned when address family mismatches. (from openbsd) | itojun |
| 2000-01-22 | Delint. | mycroft |
| 2000-01-22 | Delint. | mycroft |
| 2000-01-13 | swapctl(SWAP_OFF, ...) now works. | ad |
| 1999-12-29 | Correct typo reported by Jens Nilsson in PR misc/9069. | tron |
| 1999-12-28 | Fix typo. | mjl |
| 1999-12-11 | use .Er | msaitoh |
| 1999-12-02 | Add a LIBRARY section to system call manual pages. While it's clear that the | kleink |
| 1999-11-07 | use .Fn appropriately | lukem |
| 1999-10-27 | Actually profile system calls. | is |
| 1999-10-21 | Add ENXIO error for FIFOs. | erh |
| 1999-10-06 | remove the list of signals and xref signal(7) instead | jdolecek |
| 1999-10-06 | xref signal(7) | jdolecek |
| 1999-10-06 | Add SEE ALSO section and xref sigaction(2) and signal(7) | jdolecek |
| 1999-10-06 | xref signal(7) | jdolecek |
| 1999-09-28 | Document CTL_PROC, the core filename format it core(5), and xref sysctl(8), | bouyer |
| 1999-09-26 | xref symlink(7) | jdolecek |
| 1999-09-26 | xref symlink(7) | jdolecek |
| 1999-09-24 | Correct the reference to the current value of MAXLOGNAME to reflect reality | sommerfeld |
| 1999-08-25 | Update for XSH5. | thorpej |
| 1999-08-25 | Update for XSH5. | thorpej |
| 1999-08-25 | Update for XSH5. | thorpej |
| 1999-08-25 | Add __msgctl13(), __semctl13(), and __shmctl13() (symbols are __RENAME()'d | thorpej |
| 1999-08-24 | add a note that these requests were ignored in pre-1.5 | mrg |
| 1999-08-23 | Revert last change after Ross Harvey fixed "mandoc". | tron |
| 1999-08-23 | Use correct "mandoc" macro for concatenating "or" and "ing". | tron |
| 1999-08-20 | Note that nice +19 and nice +20 guarantee exclusion w.r.t. priority <= 0. | ross |
| 1999-08-18 | Fix PR8208, this time to the correct location.. | sommerfeld |
| 1999-08-16 | repair edito in BUGS session. | is |
| 1999-08-16 | Copy the definition of MADV_FREE from sys/mman.h. | enami |
| 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 |