summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
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 EAC...Theo de Raadt
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
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