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