summaryrefslogtreecommitdiff
path: root/sys/kern/kern_descrip.c
AgeCommit message (Collapse)Author
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
empty for unp_gc() in case of cross referenced sockets. part by millert
1997-08-31for non-tty TIOCSPGRP/F_SETOWN/FIOSETOWN pgid setting calls, store uidTheo 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-21constrain nfiles so that fdavail() never lies; bug report and test program ↵Theo de Raadt
from abelits@phobos.illtel.denver.co.us
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
The old pipes can be used with the "OLD_PIPE" config option.
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