| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix vfs_unbusy() calls in r202895. | Konstantin Belousov | 2010-01-23 | 1 | -2/+2 |
| * | MFC r186277: | Konstantin Belousov | 2010-01-23 | 1 | -8/+24 |
| * | MFC 193440,193442,193762,194019: | John Baldwin | 2010-01-22 | 1 | -2/+8 |
| * | MFC r196560: | Konstantin Belousov | 2009-08-31 | 1 | -2/+1 |
| * | MFC: Fix some LORs between vnode locks and filedescriptor table locks. | John Baldwin | 2009-08-13 | 1 | -8/+0 |
| * | MFC r192001: | Konstantin Belousov | 2009-05-14 | 1 | -0/+3 |
| * | MFC: Use shared vnode locks when invoking VOP_READDIR(). | John Baldwin | 2009-03-18 | 1 | -3/+2 |
| * | MFC: Use shared vnode locks for auditing vnode arguments. | John Baldwin | 2009-02-17 | 1 | -4/+4 |
| * | MFC: Use shared vnode locks instead of exclusive vnode locks for the | John Baldwin | 2009-02-17 | 1 | -16/+16 |
| * | MFC r186510: | Peter Holm | 2009-01-09 | 1 | -0/+2 |
| * | MFC 184700: | Craig Rodrigues | 2009-01-06 | 1 | -0/+15 |
| * | MFC: Split most of getdirentries() out into a kern_getdirentries() and add | John Baldwin | 2008-10-30 | 1 | -10/+23 |
| * | MFH r176471 (KTR_STRUCT, support for struct stat and struct sockaddr) | Dag-Erling Smørgrav | 2008-08-12 | 1 | -0/+12 |
| * | Rename mac_check_vnode_delete() MAC Framework and MAC Policy entry | Robert Watson | 2007-09-10 | 1 | -2/+2 |
| * | Rework the routines to convert a 5.x+ statfs structure (with fixed-size | John Baldwin | 2007-08-28 | 1 | -4/+46 |
| * | Add freebsd6_ wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate | Peter Wemm | 2007-07-04 | 1 | -3/+36 |
| * | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 1 | -10/+5 |
| * | Revert UF_OPENING workaround for CURRENT. | Konstantin Belousov | 2007-05-31 | 1 | -14/+2 |
| * | Mark the filedescriptor table entries with VOP_OPEN being performed for them | Konstantin Belousov | 2007-05-04 | 1 | -0/+12 |
| * | Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found in | Pawel Jakub Dawidek | 2007-04-05 | 1 | -0/+7 |
| * | Replace custom file descriptor array sleep lock constructed using a mutex | Robert Watson | 2007-04-04 | 1 | -25/+26 |
| * | Don't go to a whole lot of extra work to handle the race where the new | John Baldwin | 2007-04-02 | 1 | -25/+2 |
| * | If vn_open() fails during kern_open(), don't fdrop() the new file object | John Baldwin | 2007-03-21 | 1 | -5/+2 |
| * | Busy filesystem around call of VFS_QUOTACTL() vfs op. | Konstantin Belousov | 2007-03-14 | 1 | -6/+7 |
| * | Further system call comment cleanup: | Robert Watson | 2007-03-05 | 1 | -27/+13 |
| * | Remove union_dircheckp hook, it is not needed by new unionfs code anymore. | Konstantin Belousov | 2007-02-19 | 1 | -65/+33 |
| * | Move vnode-to-file-handle translation from vfs_vptofh to vop_vptofh method. | Pawel Jakub Dawidek | 2007-02-15 | 1 | -2/+2 |
| * | Following a repo-copy of vfs_syscalls.c to vfs_extattr.c, remove | Robert Watson | 2006-12-23 | 1 | -745/+0 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -29/+39 |
| * | The attempt to rename "." with MAC framework compiled in would cause attempt | Konstantin Belousov | 2006-10-26 | 1 | -1/+2 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+1 |
| * | Add mnt_noasync counter to better handle interleaved calls to nmount(), | Tor Egge | 2006-09-26 | 1 | -4/+6 |
| * | Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag. | Tor Egge | 2006-09-26 | 1 | -0/+4 |
| * | There is no need to set 'sp' to NULL anymore. | Pawel Jakub Dawidek | 2006-09-20 | 1 | -1/+0 |
| * | Copy stat information from mount structure before it can change identity. | Tor Egge | 2006-09-20 | 1 | -2/+2 |
| * | Declare security and security.bsd sysctl hierarchies in sysctl.h along | Robert Watson | 2006-09-17 | 1 | -2/+0 |
| * | Fix some bugs in the previous revision (1.419). Don't perform extra | John Baldwin | 2006-08-02 | 1 | -9/+4 |
| * | Hold the reference on the mountpoint slightly longer in kern_statfs() and | John Baldwin | 2006-07-27 | 1 | -2/+2 |
| * | Call change_dir() instead of duplicating the code in fchdir(). | John Baldwin | 2006-07-19 | 1 | -8/+1 |
| * | - Add conditional VFS Giant locking to getdents_common() (linux ABIs), | John Baldwin | 2006-07-11 | 1 | -2/+11 |
| * | Audit the remaining parameters to the extattr system calls. Generate | Wayne Salamon | 2006-07-06 | 1 | -0/+28 |
| * | Audit command, uid arguments for quotactl(). | Robert Watson | 2006-06-05 | 1 | -0/+4 |
| * | - Release the references acquired by VOP_GETWRITEMOUNT and vfs_getvfs(). | Jeff Roberson | 2006-03-31 | 1 | -13/+12 |
| * | Change vn_open() to honor the MPSAFE flag in the passed in nameidata object | John Baldwin | 2006-03-28 | 1 | -1/+1 |
| * | - Remove explicit calls to lock and unlock Giant and replace them with | Jeff Roberson | 2006-03-21 | 1 | -83/+66 |
| * | use strlcpy in cvtstatfs and copy_statfs instead of bcopy to ensure | Paul Saab | 2006-03-04 | 1 | -4/+4 |
| * | Don't truncate f_mntfromname & f_mntonname to 16 characters when | Paul Saab | 2006-03-03 | 1 | -2/+2 |
| * | - Use vfs_ref/rel to protect a mountpoint from going away while VFS_STATFS | Jeff Roberson | 2006-02-23 | 1 | -10/+29 |
| * | Add pathname and/or vnode argument auditing for the following system calls: | Wayne Salamon | 2006-02-22 | 1 | -50/+129 |
| * | - Revert r1.406 until a solution can be found that doesn't break nfs. The | Jeff Roberson | 2006-02-22 | 1 | -28/+21 |