Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-03-19 | Cleanup. Don't need to reference munmap(2) in SEE ALSO. | Todd T. Fries | |
1998-03-18 | send(2) and friends return EINVAL if (flags & MSG_EOR) | Todd C. Miller | |
1998-03-18 | include errno.h not sys/errno.h for int errno | Theo de Raadt | |
1998-03-10 | use .Ox | Todd C. Miller | |
1998-03-07 | .Bx Open -> .Ox 2.x | Todd C. Miller | |
1998-02-25 | Update man page with EINVAL error code. | Angelos D. Keromytis | |
1998-02-22 | Xr fcntl; pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1998-02-17 | no need for sys/param.h in these | Theo de Raadt | |
1998-02-16 | Make "flags" field in f?chflags(2) consistent--unsigned int | Todd C. Miller | |
1998-02-08 | Better lint(1) framework. Mostly from cgd@NetBSD | Thorsten Lockert | |
1998-02-07 | Forward declare structures to silence warnings | Thorsten Lockert | |
1998-02-03 | possessive | Theo de Raadt | |
1998-02-03 | void *ss_sp; XPG | Theo de Raadt | |
1998-01-06 | so_linger is in seconds | Theo de Raadt | |
1998-01-02 | make {f,}chflags(.., -1) return EINVAL because -1 is VNOVAL; problem noted ↵ | Theo de Raadt | |
by provos | |||
1998-01-02 | make mmap() return void *, add MAP_FAILED | Theo de Raadt | |
1997-12-27 | Correct mmap-related prototypes | Thorsten Lockert | |
1997-12-09 | make struct statfs reflect reality. | Todd C. Miller | |
1997-11-24 | missing blank lines | Theo de Raadt | |
1997-11-24 | fix mispelling of EACCES; bde | Theo de Raadt | |
1997-11-18 | clarify EINVAL | Todd C. Miller | |
1997-11-17 | kleink: When fstat(2)ing a file descriptor of a local communications domain | Theo 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-17 | make chmod() and fchmod() return EINVAL for bad mode bits | Theo de Raadt | |
1997-11-17 | blank line | Theo de Raadt | |
1997-11-16 | blank line | Theo de Raadt | |
1997-11-16 | oops | Theo de Raadt | |
1997-11-16 | add SHUT_* values as defined by XPG4.2 | Theo de Raadt | |
1997-11-16 | move proto to sys/stat.h; XPG4.2 | Theo de Raadt | |
1997-11-15 | for shutdown(2), if "how" is not 0-2, return EINVAL | Theo de Raadt | |
1997-11-14 | mmap() now takes void * | Theo de Raadt | |
1997-11-14 | convert to void *addr | Theo de Raadt | |
1997-11-13 | make msync() have 3 args | Theo de Raadt | |
1997-11-13 | Xr correctly | Theo de Raadt | |
1997-11-13 | add getsid(2), XPG4 | Theo de Raadt | |
1997-11-12 | lock 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-06 | Document f_syncwrites/f_asyncwrites. | Todd C. Miller | |
1997-11-05 | various minor nigglies | Theo de Raadt | |
1997-11-04 | cleanup | Theo de Raadt | |
1997-10-24 | prevent open() with wrong flags | Theo de Raadt | |
1997-09-26 | Fix typo. From maximum entropy <entropy@tardis.bernstein.com> | Todd C. Miller | |
1997-09-26 | path/dirname; entropy@tardis.bernstein.com | Theo de Raadt | |
1997-09-20 | hmm, not ideal yet... | Theo de Raadt | |
1997-09-20 | create sa_handler and sa_sigaction stubs in struct sigaction, via a | Theo 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-19 | filedes[2]; cgd | Theo de Raadt | |
1997-09-17 | sigcontext is MD | Theo de Raadt | |
1997-09-17 | pretty | Theo de Raadt | |
1997-09-17 | use SS_* symbols instead | Theo de Raadt | |
1997-09-15 | From 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-24 | 4.2BSD had this first | Theo de Raadt | |
1997-08-18 | typo; entropy@tardis.bernstein.com | Theo de Raadt | |