summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
1998-07-28Don't talk about the sum of the iov_len being negative since iov_len is unsig...Todd C. Miller
1998-07-24Man pages Xrefs.Marc Espie
1998-07-20SEM_R and SEM_A userland accessable as required; michaels@inet.noTheo de Raadt
1998-07-14document setuid/setgid restrictionsTheo de Raadt
1998-07-13clarifyTheo de Raadt
1998-07-11fix date specTheo de Raadt
1998-07-10correct range spec; jkoshyTheo de Raadt
1998-07-06fix openbsd tagTheo de Raadt
1998-07-02document fd 0-2 scheme for setuid/setgidTheo de Raadt
1998-06-27Document EINVAL if peer address is multicast.Angelos D. Keromytis
1998-06-23doc EINVAL; bdeTheo de Raadt
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-11change ipc.h to use uid_t and friends, and then build compat system calls for...Theo de Raadt
1998-06-10XPG says 4th arg is optionalTheo de Raadt
1998-06-08clean; kleinkTheo de Raadt
1998-06-08do not needlessly uppercase function namesTheo de Raadt
1998-06-06MAP_FAILED; kleinkTheo de Raadt
1998-06-05spellingTheo de Raadt
1998-05-18spellingArtur Grabowski
1998-05-13connect() can get EINTR tooTheo de Raadt
1998-05-13put the SA_RESTART into the list of flagsTheo de Raadt
1998-05-13document SA_RESETHAND; erh@uaccess.netTheo de Raadt
1998-05-12recommend fcntl.h not sys/file.h; kleinkTheo de Raadt
1998-05-11const a few more callsTheo de Raadt
1998-04-27fix .Ev usageTodd C. Miller
1998-04-26Allow PF_LOCAL as the proto arg in socketpair(2). Previously, onlyTodd C. Miller
1998-04-25readlink() 3rd param is size_t; XPGTheo de Raadt
1998-03-19Cleanup. Don't need to reference munmap(2) in SEE ALSO.Todd T. Fries
1998-03-18send(2) and friends return EINVAL if (flags & MSG_EOR)Todd C. Miller
1998-03-18include errno.h not sys/errno.h for int errnoTheo de Raadt
1998-03-10use .OxTodd C. Miller
1998-03-07.Bx Open -> .Ox 2.xTodd C. Miller
1998-02-25Update man page with EINVAL error code.Angelos D. Keromytis
1998-02-22Xr fcntl; pjanzen@foatdi.harvard.eduTheo de Raadt
1998-02-17no need for sys/param.h in theseTheo de Raadt
1998-02-16Make "flags" field in f?chflags(2) consistent--unsigned intTodd C. Miller
1998-02-08Better lint(1) framework. Mostly from cgd@NetBSDThorsten Lockert
1998-02-07Forward declare structures to silence warningsThorsten Lockert
1998-02-03possessiveTheo de Raadt
1998-02-03void *ss_sp; XPGTheo de Raadt
1998-01-06so_linger is in secondsTheo de Raadt
1998-01-02make {f,}chflags(.., -1) return EINVAL because -1 is VNOVAL; problem noted by...Theo de Raadt
1998-01-02make mmap() return void *, add MAP_FAILEDTheo de Raadt
1997-12-27Correct mmap-related prototypesThorsten Lockert
1997-12-09make struct statfs reflect reality.Todd C. Miller
1997-11-24missing blank linesTheo de Raadt
1997-11-24fix mispelling of EACCES; bdeTheo de Raadt
1997-11-18clarify EINVALTodd C. Miller
1997-11-17kleink: When fstat(2)ing a file descriptor of a local communications domainTheo de Raadt
1997-11-17make chmod() and fchmod() return EINVAL for bad mode bitsTheo de Raadt