Age | Commit message (Expand) | Author |
2000-11-16 | support kernel event queues, from FreeBSD by Jonathan Lemon, | Niels Provos |
2000-09-27 | replace MALLOC/FREE w/ malloc/free for non-constant-sized memory allocations;... | Michael Shalayeff |
2000-09-24 | prevent memory leak in fdalloc; fix by greg@nest.cx | Niels Provos |
2000-04-01 | fdup could fail when want for fdalloc > than the free fd in the block. | Niels Provos |
2000-02-28 | Optimized fdalloc as in Banga and Mogul paper: | Niels Provos |
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos |
1999-02-26 | uvm allocation and name changes | Artur Grabowski |
1998-12-04 | consider limits, in fdavail(); michaels@inet.no | Theo de Raadt |
1998-03-01 | crank f_count/f_msgcount to long; when incrementing try to leave 2 slots | Theo de Raadt |
1997-08-31 | for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid | Theo de Raadt |
1997-08-21 | constrain nfiles so that fdavail() never lies; bug report and test program fr... | Theo de Raadt |
1997-07-25 | return EINVAL in case bad locking specified; netbsd | Michael Shalayeff |
1997-01-25 | Changed my mind about where to do this. | dm |
1997-01-25 | Only disclose generation number to root. | dm |
1996-10-28 | More argument checking of fcntl(, F_GETLK, ) | Thorsten Lockert |
1996-10-26 | Verify arguments to fcntl(, F_GETLK, ) | Thorsten Lockert |
1996-09-04 | pipe.h needed vm_page_t defined for me, so I moved it down | Niklas Hallqvist |
1996-08-27 | New fast pipe(2) from freebsd without fancy vm stuff. | shawn |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-04-19 | NetBSD 960317 merge | Niklas Hallqvist |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1996-01-07 | add fdshare() and fdinit() calls for dealing with filedesc structures | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |