Age | Commit message (Expand) | Author |
1998-09-14 | allow the recvfrom (fd, NULL, 0, MSG_PEEK, ...) again, pr 584. | Niels Provos |
1998-08-05 | return EMSGSIZE, not EINVAL is msg_iovlen <= 0 as per XPG 4.2 | Todd C. Miller |
1998-08-05 | delete bogus casts of msg_iovlen to u_int since msg_iovlen is already a u_int | 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 | Don't assume uio_resid can go negative when detecting oflow | Todd C. Miller |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1998-02-08 | Updates to match type changes in syscall tables | Thorsten Lockert |
1997-12-16 | evaluate length before doing compat stuff which might overwrite the | Niels Provos |
1997-06-05 | delete cannot happen code | Theo de Raadt |
1996-08-27 | New fast pipe(2) from freebsd without fancy vm stuff. | shawn |
1996-05-18 | socketpair() is not a hack in libc like pipe() | Theo de Raadt |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |