| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC rev. 1.309 of sys/kern/kern_descrip.c, | Konstantin Belousov | 2007-05-29 | 1 | -0/+12 |
| * | MFC: Don't go to a whole lot of extra work to handle the race where the | John Baldwin | 2007-04-23 | 1 | -25/+2 |
| * | MFC: If vn_open() fails during kern_open(), don't fdrop() the new file | John Baldwin | 2007-03-28 | 1 | -5/+2 |
| * | MFC rev. 1.431: | Konstantin Belousov | 2007-02-28 | 1 | -61/+32 |
| * | MFC rev. 1.427: | Konstantin Belousov | 2006-11-03 | 1 | -1/+2 |
| * | MFC: Use mount interlock to protect all changes to mnt_flag and | Tor Egge | 2006-10-09 | 1 | -0/+4 |
| * | MFC rev 1.422: Hold reference on mountpoint slightly longer in | Tor Egge | 2006-09-27 | 1 | -4/+3 |
| * | MFC rev 1.419 and 1.420: Hold reference on mountpoint slightly longer in | Tor Egge | 2006-09-27 | 1 | -24/+16 |
| * | MFC: Release references acquired by VOP_GETWRITEMOUNT() and vfs_getvfs(). | Tor Egge | 2006-09-27 | 1 | -6/+7 |
| * | Merge vfs_syscalls.c:1.408, 1.415, 1.416: | Robert Watson | 2006-09-03 | 1 | -51/+160 |
| * | In kern_fhstatfs(), drop Giant if the prison visibility check fails. | Robert Watson | 2006-09-03 | 1 | -0/+1 |
| * | Back out prematurely MFC'd audit changes, accidentally MFC'd by jeff in | Robert Watson | 2006-09-02 | 1 | -3/+0 |
| * | MFC Revs 1.409, 1.404, 1.403, 1.402, 1.401 | Jeff Roberson | 2006-03-13 | 1 | -19/+50 |
| * | MFC: | Paul Saab | 2006-03-06 | 1 | -6/+6 |
| * | MFC vfs_lookup.c 1.84 and 1.85, and vfs_syscalls.c 1.400 | Don Lewis | 2006-01-25 | 1 | -1/+1 |
| * | MFC: Return EINVAL if the tv_usec part of the utimes(2) arguments | Diomidis Spinellis | 2006-01-22 | 1 | -0/+3 |
| * | MFC sycalls.master revision 1.199 | Christian S.J. Peron | 2005-11-21 | 1 | -29/+62 |
| * | MFC v1.163 src/sys/kern/imgact_elf.c | Christian S.J. Peron | 2005-09-18 | 1 | -1/+1 |
| * | MFC: sys/kern/vfs_syscalls.c 1.393 | Pawel Jakub Dawidek | 2005-09-03 | 1 | -1/+2 |
| * | Actually only protect mount-point if security.jail.enforce_statfs is set to 2. | Pawel Jakub Dawidek | 2005-06-23 | 1 | -10/+0 |
| * | - Remove vnode lock asserts at the end of vfs syscalls. These asserts were | Jeff Roberson | 2005-06-14 | 1 | -18/+0 |
| * | Do not allocate memory while holding a mutex. | Pawel Jakub Dawidek | 2005-06-12 | 1 | -2/+4 |
| * | Do not allocate memory based on not-checked argument from userland. | Pawel Jakub Dawidek | 2005-06-11 | 1 | -13/+28 |
| * | Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfs | Pawel Jakub Dawidek | 2005-06-09 | 1 | -5/+25 |
| * | Avoid code duplication in serval places by introducing universal | Pawel Jakub Dawidek | 2005-06-09 | 1 | -77/+46 |
| * | Initialize uio_iovcnt to 1 in extattr_list_vp() and extattr_get_vp() | Craig Rodrigues | 2005-06-08 | 1 | -0/+2 |
| * | Acquire Giant explicitly in quotactl() so that the syscalls.master | Robert Watson | 2005-05-28 | 1 | -2/+10 |
| * | Acquire Giant explicitly in fhopen(), fhstat(), and kern_fhstatfs(), | Robert Watson | 2005-05-28 | 1 | -10/+36 |
| * | Remove (now) unused argument 'td' from cvtstatfs(). | Pawel Jakub Dawidek | 2005-05-27 | 1 | -7/+6 |
| * | Sync locking in freebsd4_getfsstat() with getfsstat(). | Pawel Jakub Dawidek | 2005-05-27 | 1 | -0/+3 |
| * | Use consistent style in functions I want to modify in the near future. | Pawel Jakub Dawidek | 2005-05-27 | 1 | -9/+15 |
| * | Protect fsid in freebsd4_getfsstat() in simlar way as it is done in | Pawel Jakub Dawidek | 2005-05-22 | 1 | -3/+6 |
| * | If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us, | Pawel Jakub Dawidek | 2005-05-22 | 1 | -5/+3 |
| * | - vput(tvp) before vrele(tdvp) in kern_rename() to avoid lock order issues. | Jeff Roberson | 2005-04-11 | 1 | -2/+2 |
| * | - Remove the namei NOOBJ flag. It is meaningless now. | Jeff Roberson | 2005-04-09 | 1 | -13/+10 |
| * | - Pass LK_EXCLUSIVE to VFS_ROOT() to satisfy the new flags argument. For | Jeff Roberson | 2005-03-24 | 1 | -1/+1 |
| * | - Remove the #ifdef LOOKUP_SHARED from some calls to NDINIT. The | Jeff Roberson | 2005-03-24 | 1 | -7/+1 |
| * | - Don't VOP_UNLOCK prior to VOP_REVOKE. The lock is required now. | Jeff Roberson | 2005-03-13 | 1 | -10/+5 |
| * | Drag another softupdates tentacle back into FFS: Now that FFS's | Poul-Henning Kamp | 2005-02-08 | 1 | -4/+0 |
| * | Implement a kern_pathconf() wrapper for pathconf() which can take the | John Baldwin | 2005-02-07 | 1 | -6/+12 |
| * | - Tweak kern_msgctl() to return a copy of the requested message queue id | John Baldwin | 2005-02-07 | 1 | -122/+96 |
| * | - Correct a typo in kern_rename. tvfslocked should be initialized from | Jeff Roberson | 2005-02-02 | 1 | -1/+1 |
| * | - Or MPSAFE with the correct set of flags in stat(). This affected only | Jeff Roberson | 2005-02-01 | 1 | -1/+1 |
| * | Don't use VOP_GETVOBJECT, use vp->v_object directly. | Poul-Henning Kamp | 2005-01-25 | 1 | -5/+4 |
| * | Don't call VOP_CREATEVOBJECT(), it's the responsibility of the | Poul-Henning Kamp | 2005-01-24 | 1 | -13/+1 |
| * | - Change all vfs syscalls to use VFS_LOCK_GIANT(), and MPSAFE nds. | Jeff Roberson | 2005-01-24 | 1 | -100/+266 |
| * | Ditch vfs_object_create() and make the callers call VOP_CREATEVOBJECT() | Poul-Henning Kamp | 2005-01-13 | 1 | -2/+2 |
| * | Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC(). | Poul-Henning Kamp | 2005-01-11 | 1 | -3/+2 |
| * | /* -> /*- for copyright notices, minor format tweaks as necessary | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Eliminate pointless goto. | Poul-Henning Kamp | 2004-11-16 | 1 | -3/+5 |