summaryrefslogtreecommitdiff
path: root/lib/libc/sys
AgeCommit message (Expand)Author
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
1997-09-15From FreeBSD (joerg@freebsd.org):Todd C. Miller
1997-08-244.2BSD had this firstTheo de Raadt
1997-08-18typo; entropy@tardis.bernstein.comTheo de Raadt
1997-08-02doc EPERM; bitbltTheo de Raadt
1997-08-01note about file table sharing and execveTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-25document EINVAL per kern_descr.c:sys_flock() changeMichael Shalayeff
1997-07-25update to reality from netbsdMichael Shalayeff
1997-07-17.Xr fixTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-07-16fix XrTheo de Raadt
1997-07-04correct some details in the docsTheo de Raadt
1997-07-03doc EPERM properly; kleinkTheo de Raadt
1997-06-25Fix typos. PR and fix from Felix Schroeter <felix@mamba.pond.sub.org>Todd C. Miller
1997-06-22errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCKTodd C. Miller
1997-06-22Use Ns macro and not non-existant Ap macroThorsten Lockert
1997-06-22fix typo; lukemTheo de Raadt
1997-06-19Xr niceTheo de Raadt
1997-06-19mention getsockopt w/ SO_ERROR for non-blocking socketsTheo de Raadt
1997-06-13doc execve & setitimer setuid side effectTheo de Raadt
1997-06-13not ready for sa_sigaction...Theo de Raadt