Age | Commit message (Expand) | Author |
2002-06-03 | compatiblity -> compatibility | Theo de Raadt |
2002-05-23 | Fix a comment I missed when renaming FILE_UNUSE to FRELE. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-19 | Missing FRELE in error case. ok provos@ | Thomas Nordin |
2002-02-18 | fix issue on LP64 BE arch's w/ fcntl's F_GETOWN | Eric Jackson |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-09 | Protect the whole sys_fnctl with one big FREF/FRELE pair. | Artur Grabowski |
2002-02-08 | Add a comment about an obscure behavior in dup2(2). | Artur Grabowski |
2002-02-08 | Add a slightly redundant arg to finishdup that's the struct file * | Artur Grabowski |
2002-02-08 | No 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 have | Artur Grabowski |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
2002-02-04 | Add some comments documenting why we use fd_ofiles instead | Artur Grabowski |
2002-02-02 | Reorganize sys_fcntl to make future changes easier. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-11-15 | Initialize list | Niklas Hallqvist |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-05 | let 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 used | Artur Grabowski |
2001-10-26 | - split fdalloc into two functions. fdalloc now returns ENOSPC if it | Artur Grabowski |
2001-10-07 | Clean up fdrelease. | Artur Grabowski |
2001-10-07 | gc UF_MAPPED. | Artur Grabowski |
2001-10-01 | Avoid panic when unconfiguring raid device which was autoconfigured and | Grigoriy Orlov |
2001-09-29 | Avoid panic at time of raid autoconfiguration. Raid kernel thread starts | Grigoriy Orlov |
2001-07-28 | Allow negative lock length in case of lockf(3). This makes lockf(3) | Grigoriy Orlov |
2001-07-25 | Random cleanups that generate noise in my cvs updates. | Artur Grabowski |
2001-06-27 | remove old vm | Artur Grabowski |
2001-06-22 | KNF | Theo de Raadt |
2001-05-23 | Don't panic on kqueues and crypto descriptors in fpathconf. | Artur Grabowski |
2001-05-16 | Use pool to allocate struct filedesc0 and struct file. | Artur Grabowski |
2001-05-14 | gc OLD_PIPE. | Artur Grabowski |
2001-05-14 | use fo_stat in fileops instead of huge switch statements. | Artur Grabowski |
2001-05-14 | Implement a wrapper round vn_stat that takes the same arguments | Artur Grabowski |
2001-05-14 | More generic arguments to soo_stat. | Artur Grabowski |
2001-05-14 | More generic arguments to pipe_stat. | Artur Grabowski |
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 |