Age | Commit message (Expand) | Author |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2008-11-25 | Punctuate comment for clarity, and keep tense consistent throughout | Bret Lambert |
2008-09-19 | Fix a bunch of problems and races with posix file locking. | Artur Grabowski |
2008-06-12 | use PR_ZERO instead of a bzero() right after the pool_get(); | Thordur I. Bjornsson |
2008-05-06 | Add a PR_ZERO flag for pools, to compliment the M_ZERO | Thordur I. Bjornsson |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2006-11-14 | grammar, spelling, and style fixes from bret lambert; | Jason McIntyre |
2006-05-07 | add a name to rwlock so that we can tell where procs are getting stuck | Ted Unangst |
2006-01-06 | typo fix from ray lai; | Jason McIntyre |
2005-12-07 | do not allow setugid processes to use /dev/fd/#, unless they are a | Theo de Raadt |
2005-11-28 | ansi/deregister. | Jonathan Gray |
2005-07-03 | change VOP_PATHCONF to take a locked vnode, as its | Jared Yanovich |
2004-07-22 | remove p arg from fdplock | Ted Unangst |
2004-01-12 | new syscall closefrom(int fd) closes all fds equal and greater than fd. | Ted Unangst |
2004-01-06 | lock filedesc before manipulating. avoids some rare races. | Ted Unangst |
2003-12-02 | Check array index before using it; from Tim Robbins via Niels. | Todd C. Miller |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-06 | Remove unreachable return statement after break; Patrick Latifi | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-11-22 | Allow fdinit to be called with p == NULL so that we can use | Artur Grabowski |
2002-11-08 | finishdup: Avoid reference count leak in error case by reordering some code. | Artur Grabowski |
2002-10-15 | Match reality by changing (u_int) -> (int) in comments. | Thomas Nordin |
2002-08-23 | Add missing FRELE() in finishdup() error case; ok art | Peter Valchev |
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 |