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