summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Collapse)Author
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 ↵Theo de Raadt
by provos
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
socket, fill the socket's creation time into the stat structure's st_[acm]time fields: POSIX requires this behavior for pipe(2). N.B.: updating the st_[am]time fields when reading/writing the pipe is neither required nor implemented, though.
1997-11-17make chmod() and fchmod() return EINVAL for bad mode bitsTheo de Raadt
1997-11-17blank lineTheo de Raadt
1997-11-16blank lineTheo de Raadt
1997-11-16oopsTheo de Raadt
1997-11-16add SHUT_* values as defined by XPG4.2Theo de Raadt
1997-11-16move proto to sys/stat.h; XPG4.2Theo de Raadt
1997-11-15for shutdown(2), if "how" is not 0-2, return EINVALTheo de Raadt
1997-11-14mmap() now takes void *Theo de Raadt
1997-11-14convert to void *addrTheo de Raadt
1997-11-13make msync() have 3 argsTheo de Raadt
1997-11-13Xr correctlyTheo de Raadt
1997-11-13add getsid(2), XPG4Theo de Raadt
1997-11-12lock failure returns EAGAIN in our world, XPG4/POSIX say either EAGAIN or ↵Theo de Raadt
EACCESS is ok, but EAGAIN is what our kernel does
1997-11-06Document f_syncwrites/f_asyncwrites.Todd C. Miller
1997-11-05various minor niggliesTheo de Raadt
1997-11-04cleanupTheo de Raadt
1997-10-24prevent open() with wrong flagsTheo de Raadt
1997-09-26Fix typo. From maximum entropy <entropy@tardis.bernstein.com>Todd C. Miller
1997-09-26path/dirname; entropy@tardis.bernstein.comTheo de Raadt
1997-09-20hmm, not ideal yet...Theo de Raadt
1997-09-20create sa_handler and sa_sigaction stubs in struct sigaction, via aTheo de Raadt
union and cpp. This permits use of either the old or new POSIX names, and gives proper typing for the argument handler. (Sorry for the name space whacking; I'd love to see a better way to do this).
1997-09-19filedes[2]; cgdTheo de Raadt
1997-09-17sigcontext is MDTheo de Raadt
1997-09-17prettyTheo de Raadt
1997-09-17use SS_* symbols insteadTheo de Raadt
1997-09-15From FreeBSD (joerg@freebsd.org):Todd C. Miller
Implement SA_NOCLDWAIT by reparenting kids of processes that have the appropriate bit set to PID 1, and let PID 1 handle the zombie. This assumes that PID 1 will wait for its kids (which is true of init). This also includes some FreeBSD sigaction.2.
1997-08-244.2BSD had this firstTheo de Raadt
1997-08-18typo; entropy@tardis.bernstein.comTheo de Raadt