Age | Commit message (Expand) | Author |
1999-02-17 | more errno values are possible; jon@oaktree.co.uk | Theo de Raadt |
1999-02-15 | must include <sys/types.h> before <sys.socket.h> | Todd C. Miller |
1999-02-15 | sendto(2) takes a socklen_t as well | Todd C. Miller |
1999-02-15 | socklen_t is used in struct msghdr and struct cmsghdr | Todd C. Miller |
1999-02-15 | Use and document socklen_t | Todd C. Miller |
1999-02-05 | support MSG_BCAST and MSG_MCAST | Theo de Raadt |
1999-02-01 | mi ptrace | David Leonard |
1999-01-22 | typo | Artur Grabowski |
1999-01-22 | mention that rmdir(.) returns EBUSY as per XPG4.2 | Todd C. Miller |
1999-01-11 | RFNOWAIT is now supported | Niklas Hallqvist |
1998-12-31 | typo; jon@oaktree.co.uk | Theo de Raadt |
1998-12-31 | typo; matter@suspicious.org | Todd C. Miller |
1998-12-21 | document EOPNOTSUPP | Artur Grabowski |
1998-12-05 | typo | Marc Espie |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-11-16 | doc EAFNOSUPPORT return | Theo de Raadt |
1998-09-18 | make use of xfspioctl | Artur Grabowski |
1998-09-07 | Nitpicking max filename length: add .Xr to pathconf/fpathconf. | Marc Espie |
1998-09-06 | More man page fixes. Spelling, grammar, some typos. Lots of double-word | Aaron Campbell |
1998-08-29 | man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt |
1998-08-21 | mention that madvise() is not yet implemented | Todd C. Miller |
1998-08-21 | document MAP_COPY | Todd C. Miller |
1998-08-17 | Xr poll | Theo de Raadt |
1998-08-07 | Xr netintro | Theo de Raadt |
1998-08-05 | IOV_MAX, not UIO_MAXIOV | Todd C. Miller |
1998-07-28 | For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > SSI... | Todd C. Miller |
1998-07-28 | document EINVAL due to overflow | Todd C. Miller |
1998-07-28 | Don't talk about the sum of the iov_len being negative since iov_len is unsig... | Todd C. Miller |
1998-07-24 | Man pages Xrefs. | Marc Espie |
1998-07-20 | SEM_R and SEM_A userland accessable as required; michaels@inet.no | Theo de Raadt |
1998-07-14 | document setuid/setgid restrictions | Theo de Raadt |
1998-07-13 | clarify | Theo de Raadt |
1998-07-11 | fix date spec | Theo de Raadt |
1998-07-10 | correct range spec; jkoshy | Theo de Raadt |
1998-07-06 | fix openbsd tag | Theo de Raadt |
1998-07-02 | document fd 0-2 scheme for setuid/setgid | Theo de Raadt |
1998-06-27 | Document EINVAL if peer address is multicast. | Angelos D. Keromytis |
1998-06-23 | doc EINVAL; bde | Theo de Raadt |
1998-06-15 | use Bx macro for BSD versions | Michael Shalayeff |
1998-06-11 | change ipc.h to use uid_t and friends, and then build compat system calls for... | Theo de Raadt |
1998-06-10 | XPG says 4th arg is optional | Theo de Raadt |
1998-06-08 | clean; kleink | Theo de Raadt |
1998-06-08 | do not needlessly uppercase function names | Theo de Raadt |
1998-06-06 | MAP_FAILED; kleink | Theo de Raadt |
1998-06-05 | spelling | Theo de Raadt |
1998-05-18 | spelling | Artur Grabowski |
1998-05-13 | connect() can get EINTR too | Theo de Raadt |
1998-05-13 | put the SA_RESTART into the list of flags | Theo de Raadt |
1998-05-13 | document SA_RESETHAND; erh@uaccess.net | Theo de Raadt |
1998-05-12 | recommend fcntl.h not sys/file.h; kleink | Theo de Raadt |