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