summaryrefslogtreecommitdiff
path: root/sys/kern/kern_descrip.c
AgeCommit message (Expand)Author
2002-06-03compatiblity -> compatibilityTheo de Raadt
2002-05-23Fix a comment I missed when renaming FILE_UNUSE to FRELE.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-19Missing FRELE in error case. ok provos@Thomas Nordin
2002-02-18fix issue on LP64 BE arch's w/ fcntl's F_GETOWNEric Jackson
2002-02-13More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f...Artur Grabowski
2002-02-09Protect the whole sys_fnctl with one big FREF/FRELE pair.Artur Grabowski
2002-02-08Add a comment about an obscure behavior in dup2(2).Artur Grabowski
2002-02-08Add a slightly redundant arg to finishdup that's the struct file *Artur Grabowski
2002-02-08No more need for ffree. Since it's hard to use it safely, remove it.Artur Grabowski
2002-02-08- Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't haveArtur Grabowski
2002-02-05Add counting of temporary references to a struct file (as opposed to referencesArtur Grabowski
2002-02-04Add some comments documenting why we use fd_ofiles insteadArtur Grabowski
2002-02-02Reorganize sys_fcntl to make future changes easier.Artur Grabowski
2002-01-23Pool deals fairly well with physical memory shortage, but it doesn't dealArtur Grabowski
2001-11-15Initialize listNiklas Hallqvist
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05let finishdup take the proc as arguemnt instead of the filedesc.Artur Grabowski
2001-10-26 - every new fd created by falloc() is marked as larval and should not be usedArtur Grabowski
2001-10-26 - split fdalloc into two functions. fdalloc now returns ENOSPC if itArtur Grabowski
2001-10-07Clean up fdrelease.Artur Grabowski
2001-10-07gc UF_MAPPED.Artur Grabowski
2001-10-01Avoid panic when unconfiguring raid device which was autoconfigured andGrigoriy Orlov
2001-09-29Avoid panic at time of raid autoconfiguration. Raid kernel thread startsGrigoriy Orlov
2001-07-28Allow negative lock length in case of lockf(3). This makes lockf(3)Grigoriy Orlov
2001-07-25Random cleanups that generate noise in my cvs updates.Artur Grabowski
2001-06-27remove old vmArtur Grabowski
2001-06-22KNFTheo de Raadt
2001-05-23Don't panic on kqueues and crypto descriptors in fpathconf.Artur Grabowski
2001-05-16Use pool to allocate struct filedesc0 and struct file.Artur Grabowski
2001-05-14gc OLD_PIPE.Artur Grabowski
2001-05-14use fo_stat in fileops instead of huge switch statements.Artur Grabowski
2001-05-14Implement a wrapper round vn_stat that takes the same argumentsArtur Grabowski
2001-05-14More generic arguments to soo_stat.Artur Grabowski
2001-05-14More generic arguments to pipe_stat.Artur Grabowski
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