Age | Commit message (Expand) | Author |
2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * | Todd C. Miller |
2010-10-27 | The previous two commits cannot be right. If in fact offsets > 4GB are | Theo de Raadt |
2010-07-01 | Oops. Lost the < 0 check on file position I had in the circulated | Kenneth R Westerback |
2010-07-01 | Return EINVAL if the file position is greater than LONG_MAX, since | Kenneth R Westerback |
2010-06-29 | Remove the "if the string address faulted, see if it looks like an int" | Ted Unangst |
2010-06-29 | eliminate some very redundant SCARG usage. ok art | Ted Unangst |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-09-08 | copyout() the correct size in sys_fhstatfs(), broken since 1.138. | Miod Vallat |
2009-09-02 | check if we have access to the vnode before checking if we can write to | Federico G. Schwindt |
2009-07-09 | Remove the VREF() macro and replaces all instances with a call to verf(), | Thordur I. Bjornsson |
2009-06-04 | Put readv/writev changes back in, as they no longer hang ckuethe's ntpd. | Bret Lambert |
2009-06-03 | Revert readv/writev changes, as they trigger an apparent file descriptor | Bret Lambert |
2009-06-02 | dofile{read,write} are essentially identical to their iovec equivalents, | Bret Lambert |
2008-11-11 | make sure that any messing we do with a process's directories happens atomica... | Ted Unangst |
2008-11-01 | change vrele() to return an int. if it returns 0, it can gaurantee that | Theo de Raadt |
2008-10-31 | checkdirs() walks allproc and calls sleeping functions if directories have | Theo de Raadt |
2008-08-08 | remove an if notyet block from sys_fstatfs(), that will never be needed, | Thordur I. Bjornsson |
2008-07-28 | remove an #if noyet block that will never be needed. | Thordur I. Bjornsson |
2008-06-13 | Delete vfs_bufstats() leftovers and unbreak compile with -DDEBUG | Rainer Giedat |
2008-05-22 | Use LIST_FOREACH() instead of handrolling. | Thordur I. Bjornsson |
2008-01-22 | Fix a double VOP_UNLOCK() that was introduced into the error path | Todd C. Miller |
2007-11-28 | a few more places where getmicrotime is good enough. ok miod | Ted Unangst |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-08-30 | Fix lock ordering problems when updating mount points, in some | Thordur I. Bjornsson |
2007-08-06 | Fix error path in sys_fhopen() if VOP_ADVLOCK fails. Spotted by aaron@ | Todd C. Miller |
2007-06-14 | Forgotten hackton diff: bounds check for seek on special devices | Otto Moerbeek |
2007-01-16 | Retire VOP_LEASE(); It was a bit for NQNFS and has | Thordur I. Bjornsson |
2006-11-24 | When copying out struct statfs to userland, we need to zero out the fsid | Artur Grabowski |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-14 | move vfs_busy() to rwlocks and properly hide the locking api from vfs | Nikolay Sturm |
2006-05-27 | remove useless error check and irritating comment | Nikolay Sturm |
2006-04-30 | remove the simplelock argument from vfs_busy() which is currently not | Nikolay Sturm |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-03-26 | do per file io accounting and show that in fstat as well; pedro@ marco@ ok | Michael Shalayeff |
2006-01-07 | p_dupfd need only be -1, nothing else. but this is nothing like what aaron h... | Theo de Raadt |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-27 | Don't set MNT_UPDATE and MNT_RELOAD before acquiring the mount point | Pedro Martelletto |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2005-11-08 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-06-17 | remove undelete syscall | Todd C. Miller |
2005-05-27 | remove some dead code. | marius eriksen |
2005-05-27 | remove references of VOP_WHITEOUT from the kernel, okay millert@ | Pedro Martelletto |
2005-05-27 | prepare the removal of sys_undelete(), make it a stub, okay millert@ | Pedro Martelletto |
2005-05-26 | RIP stackable filesystems, ok marius@ tedu@, discussed with deraadt@ | Pedro Martelletto |
2005-05-24 | when a device vnode associated with a mount point disappears, mark the | Pedro Martelletto |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-09-16 | check for VBAD vnodes on getvnode(). ok andreas@, tedu@ and marius@ | Pedro Martelletto |
2004-08-05 | don't attempt to put processes back in a directory after unmount. | Ted Unangst |
2004-07-22 | remove p arg from fdplock | Ted Unangst |