summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
2000-07-14KNF.kleink
2000-07-10Add a name description as well.kleink
2000-07-08Create link to lchflags.[02].enami
2000-07-07Add special treatment of shmat(2).itohy
2000-07-07Add a proper DESCRIPTION to the man page, per PR 10072.fair
2000-07-05Add text that says that an interpreter cannot itself be an interpreterhe
2000-06-29bin/10472: fix a couple typos in stat.2sommerfeld
2000-06-27<vm/vm_param.h> is now <uvm/uvm_param.h>mrg
2000-06-26Finally nuke <sys/types.h> from SYNOPSIS.kleink
2000-06-26add documentation of `shmflg'assar
2000-06-26Need an internal name for fork().kleink
2000-06-26De-delint.kleink
2000-06-25punctuation fix (. -> ,)wiz
2000-06-25Explain what this function actually doessommerfeld
2000-06-23Add internal names for brk() and sbrk().kleink
2000-06-21s/the/The/ at beginngin of sentense.hubertf
2000-06-17Merge duplicate mentions of EPERM, EACCESS, ... into one entryhubertf
2000-06-14sweep of my licenses (userland files w/o only my copyright) forcgd
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-06-09fix typolukem
2000-06-07Fix incorrect uses of indicate/indicates/indicated for each other.nathanw
2000-06-02s/a //hubertf
2000-05-29quotas are supported on lfs too, apparentlyjdolecek
2000-05-28update to match current common implementation on NetBSD - [f]truncate()jdolecek
2000-05-24Add man pages for LFS syscallsperseant
2000-05-22add PF_INET6.itojun
2000-05-17A little nroff clean up, since I was here to deal with PR 9727,fair
2000-05-08ARG_MAX is bumped from 20KB to 256KB since Jan 16 1994 (revision 1.7 of <sys/...soda
2000-04-21issetugid(2) manpage.minoura
2000-04-21FreeBSD's issetugid(2) manpage.minoura
2000-04-21New syscall issetugid.minoura
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