index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
vfs_extattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the lchflags(2) syscall.
mux
2002-05-05
1
-0
/
+23
*
Move a KASSERT() in open() prior to unlocking the vnode. It's not safe to
jeff
2002-05-05
1
-3
/
+4
*
Fix a typo.
mux
2002-05-04
1
-1
/
+1
*
Slightly restructure extattr_get_vp() so that there's only one entry point
rwatson
2002-04-23
1
-8
/
+15
*
Improve style consistency of vfs_syscalls.c by converting the style used
rwatson
2002-04-20
1
-53
/
+82
*
The recent NFS forced unmount improvements introduced a side-effect
iedowse
2002-04-17
1
-2
/
+9
*
Turn #ifdef LOOKUP_SHARED into #ifndef LOOKUP_EXCLUSIVE to enable this
jeff
2002-04-09
1
-1
/
+1
*
The fourth parameter to copystr() is a size_t, not an int.
mux
2002-04-08
1
-1
/
+2
*
o Change kernel_vmount() interface to be more convenient : pass two
mux
2002-04-07
1
-30
/
+34
*
Add two forgotten vfs_unbusy() calls, in vfs_mount() and vfs_nmount().
mux
2002-04-03
1
-0
/
+2
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-25
/
+25
*
- Properly sync vfs_nmount() with changes that have be already done
mux
2002-03-28
1
-57
/
+39
*
- Fixup a few style nits:
arr
2002-03-26
1
-6
/
+5
*
As discussed in -arch, add the new nmount(2) system call and the
mux
2002-03-26
1
-3
/
+553
*
- Recommit the securelevel_gt() calls removed by commits rev. 1.84 of
arr
2002-03-25
1
-0
/
+5
*
- Back out the commit to make the linker_load_file() securelevel check
arr
2002-03-22
1
-5
/
+0
*
- Fix a logic error in checking the securelevel that was introduced in the
arr
2002-03-21
1
-1
/
+1
*
- Change a check of securelevel to securelevel_gt() call in order to help
arr
2002-03-20
1
-0
/
+5
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-3
/
+3
*
Remove __P.
alfred
2002-03-19
1
-12
/
+12
*
Close a race when vfs_syscalls.c:checkdirs() runs.
alfred
2002-03-19
1
-7
/
+12
*
This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...
jeff
2002-03-12
1
-0
/
+5
*
Three p_ucred -> td_ucred's missed in jhb's earlier pass; all appear to
rwatson
2002-03-05
1
-2
/
+2
*
The change from td->td_proc->p_ucred to td->td_ucred has shortened some
rwatson
2002-03-05
1
-4
/
+3
*
- Change namei() to use td_ucred instead of p_ucred.
jhb
2002-02-27
1
-3
/
+3
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-60
/
+60
*
Make sure to hold vnode lock when calling into VOP_GETATTR().
rwatson
2002-02-10
1
-0
/
+2
*
Make sure to grab vnode lock on a vnode before calling VOP_GETATTR()
rwatson
2002-02-10
1
-5
/
+9
*
Remove a stray 'const' that slept into extattr_set_vp(), and could
rwatson
2002-02-10
1
-1
/
+1
*
Part I: Update extended attribute API and ABI:
rwatson
2002-02-10
1
-81
/
+60
*
o Merge various recent fixes from the MAC branch relating to extattrctl():
rwatson
2002-02-08
1
-6
/
+10
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-2
/
+0
*
Don't recurse on filedesc lock in chroot_refuse_vdir_fds().
alfred
2002-02-01
1
-8
/
+9
*
Replace ffind_* with fget calls.
alfred
2002-01-14
1
-4
/
+3
*
SMP Lock struct file, filedesc and the global file list.
alfred
2002-01-13
1
-38
/
+151
*
Change dounmount() to return EBUSY in the non-MNT_FORCE case if we
iedowse
2002-01-10
1
-1
/
+8
*
Return EBADF in case some vnode field has been reset to a NULL pointer.
se
2002-01-03
1
-0
/
+2
*
Define a new mount flag "MNT_JAILDEVFS"
phk
2001-11-05
1
-8
/
+2
*
Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mount
dillon
2001-11-04
1
-0
/
+1
*
o Remove the local temporary variable "struct proc *p" from vfs_mount()
rwatson
2001-11-02
1
-7
/
+7
*
Argh!
phk
2001-11-02
1
-21
/
+0
*
Add empty shell for nmount syscall (take 2!)
phk
2001-11-02
1
-0
/
+21
*
Add nmount() stub function and regenerate the syscall-glue which should
phk
2001-11-02
1
-0
/
+21
*
unwind v_writecount in fhopen() if we are unable to allocate the
dillon
2001-10-24
1
-1
/
+4
*
Change the vnode list under the mount point from a LIST to a TAILQ
dillon
2001-10-23
1
-1
/
+2
*
o Complete the migration from suser error checking in the following form
rwatson
2001-10-01
1
-22
/
+43
*
o vpaccess() -> vn_access() -- Peter reminds me that there is already
rwatson
2001-09-22
1
-4
/
+4
*
o Introduce eaccess(2), a version of access(2) that uses the effective
rwatson
2001-09-21
1
-14
/
+67
*
KSE Milestone 2
julian
2001-09-12
1
-429
/
+443
*
lseek: simplify overflow checks
ache
2001-08-29
1
-4
/
+4
[next]