Age | Commit message (Expand) | Author |
2000-10-12 | allow buflen > MLEN for !SO_NAME case (like ancillary data, necessary for | Jun-ichiro itojun Hagino |
2000-09-27 | replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;... | Michael Shalayeff |
2000-01-17 | oops, another syscall pipe() botch; karls@inet.no | Theo de Raadt |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos |
1999-06-15 | do not mangle retval, makes return value sane; problem found by millert | Theo de Raadt |
1999-06-11 | oops | Niels Provos |
1999-06-08 | copy int sized objects, not register_t sized objects in pipe() | Theo de Raadt |
1999-06-08 | better fd leak prevention | Theo de Raadt |
1999-06-07 | need seperate sys_pipe() versions, for pipeclose() or soclose() calls | Theo de Raadt |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1999-06-07 | do not leak file descriptors if copyout() fails | Theo de Raadt |
1999-06-07 | store NULL in fd_ofiles | Theo de Raadt |
1999-02-15 | sendto(2) takes a socklen_t as well | Todd C. Miller |
1999-02-15 | use socklen_t | Todd C. Miller |
1999-02-14 | Use IOV_MAX, not the deprecated UIO_MAXIOV | Todd C. Miller |
1999-02-14 | Don't do range checking on namelen unless name is non-NULL, otherwise | Todd C. Miller |
1999-02-14 | readv/writev with iov_len == 0 is legal (was already ok in uipc_syscalls.c). | Todd C. Miller |
1999-02-11 | avoid insane lengths for various syscalls | Theo de Raadt |
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 |