Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
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 | |
occurrences squashed as well. | |||
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 > ↵ | Todd C. Miller | |
SSIZE_MAX. For readv, writev, sendmsg, recvmsg return EINVAL if sum of the over iov_len values overflows an ssize_t. Based on what XPG 4.2 says (though XPG is not entirely consistent here). Basically since the return value is ssize_t allowing size > SSIZE_MAX is bad since people who (incorrectly mind you) check the return value for < 0 instead of == -1 will have bad things happen to them. | |||
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 ↵ | Todd C. Miller | |
unsigned. | |||
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 ↵ | Theo de Raadt | |
for the old ushort based ipc.h | |||
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 | |
1998-05-11 | const a few more calls | Theo de Raadt | |
1998-04-27 | fix .Ev usage | Todd C. Miller | |
1998-04-26 | Allow PF_LOCAL as the proto arg in socketpair(2). Previously, only | Todd C. Miller | |
PF_UNSPEC would work. Needed for general sanity as well as XPG4.2. | |||
1998-04-25 | readlink() 3rd param is size_t; XPG | Theo de Raadt | |
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 | |