Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-01 | fdup could fail when want for fdalloc > than the free fd in the block. | Niels Provos | |
slightly different fix than in the bug report by Rob Pickering <rob@syntonet.co.uk> | |||
2000-02-28 | Optimized fdalloc as in Banga and Mogul paper: | Niels Provos | |
http://www.usenix.org/publications/library/proceedings/usenix98/banga.html | |||
1999-07-13 | introduce fdremove() to mark a file descriptor as unused. fdremove makes | Niels Provos | |
sure that the fd_freefile hints stay in sync, otherwise free file descriptors might not be overlooked by fdalloc(); ok millert@ | |||
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 | |
empty for unp_gc() in case of cross referenced sockets. part by millert | |||
1997-08-31 | for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uid | Theo de Raadt | |
and euid as well, then deliver them using new csignal() interface which ensures that pgid setting process is permitted to signal the pgid process(es). Thanks to newsham@aloha.net for extensive help and discussion. | |||
1997-08-21 | constrain nfiles so that fdavail() never lies; bug report and test program ↵ | Theo de Raadt | |
from abelits@phobos.illtel.denver.co.us | |||
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 | |
The old pipes can be used with the "OLD_PIPE" config option. | |||
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 | |