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
*
Replace a redundant vfs_object_create() call (already done in vn_open)
alfred
1999-08-12
1
-3
/
+4
*
Fix fd race conditions (during shared fd table usage.) Badfileops is
green
1999-08-04
1
-3
/
+3
*
o Typo in prior version kept it from compiling (blush).
imp
1999-08-04
1
-6
/
+9
*
brucify:
imp
1999-08-03
1
-6
/
+6
*
Only allow root to set file flags on devices.
imp
1999-08-02
1
-1
/
+8
*
lutimes() bug: FOLLOW should be NOFOLLOW for this one.
green
1999-07-29
1
-2
/
+2
*
Add sysctl and support code to allow directories to be VMIO'd. The default
alc
1999-07-26
1
-2
/
+2
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-7
/
+23
*
Suser() simplification:
phk
1999-04-27
1
-13
/
+13
*
Add a sysctl variable which can help stop chroot(2) escapes.
phk
1999-03-23
1
-1
/
+45
*
Slight cleanup of code resurected for union mounts..
julian
1999-03-03
1
-33
/
+35
*
Fix code for union mounts
julian
1999-02-27
1
-1
/
+23
*
Added a used #include (don't depend on "vnode_if.h" including <sys/buf.h>).
bde
1999-02-25
1
-1
/
+2
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-1
/
+3
*
Use suser() to determine super-user-ness.
phk
1999-01-30
1
-26
/
+16
*
Fix warnings related to -Wall -Wcast-qual
dillon
1999-01-28
1
-1
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-58
/
+58
*
Go back to only supporting revoke() for bdevs and cdevs. It is very
bde
1999-01-24
1
-1
/
+5
*
Remove the 'waslocked' parameter to vfs_object_create().
eivind
1999-01-05
1
-2
/
+2
*
PR: kern/8965
dillon
1998-12-12
1
-1
/
+3
*
make mount(2) automatically kldload modules if the requested filesystem
peter
1998-11-03
1
-3
/
+32
*
Change the #ifdef UNION code into a callable hook. Arrange to have this
peter
1998-11-03
1
-114
/
+15
*
The last argument to vm_object_page_clean() are now bit flags, rather than
peter
1998-10-31
1
-2
/
+2
*
Eliminate a race in VOP_FSYNC() when softupdates is enabled.
luoqi
1998-09-24
1
-36
/
+15
*
Don't keep the underlying directory locked while performing the file
tegge
1998-09-10
1
-4
/
+16
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-2
/
+2
*
Reset MNT_ASYNC flag if needed if unmount() should fail.
dg
1998-07-03
1
-1
/
+4
*
Remove some junk left over from a previous commit.
dyson
1998-06-08
1
-6
/
+1
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Fix the futimes/undelete/utrace conflict with other BSD's. Note that
dyson
1998-05-11
1
-75
/
+336
*
In the words of the submitter:
msmith
1998-05-07
1
-17
/
+23
*
Backed out lseek changes.
des
1998-04-19
1
-6
/
+4
*
Return EINVAL and do not change file pointer if resulting offset is negative.
des
1998-04-18
1
-5
/
+7
*
New mount option nosymfollow. If enabled, the kernel lookup()
wosch
1998-04-08
1
-5
/
+3
*
Correct a significant problem with the softupdates port. Allow fsync
dyson
1998-03-29
1
-4
/
+11
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-7
/
+22
*
This mega-commit is meant to fix numerous interrelated problems. There
dyson
1998-03-07
1
-4
/
+4
*
Make the rootdir handling more consistent. Now, processes always
dyson
1998-02-15
1
-3
/
+2
*
Fix a problem with vn_lock in fsync.
dyson
1998-02-08
1
-8
/
+9
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-4
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+4
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-15
/
+18
*
Lots of improvements, including restructring the caching and management
dyson
1997-12-29
1
-7
/
+3
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+2
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-1
/
+4
*
Cleaned up __getcwd(). This should be cosmetic except disabled calls
bde
1997-12-02
1
-11
/
+10
*
Staticized.
bde
1997-11-22
1
-3
/
+3
*
Fixed rev.1.81. mp->mnt_kern_flag was restored in the non-error case of
bde
1997-11-22
1
-3
/
+4
*
Reviewed by: hackers@freebsd.org in general
julian
1997-11-13
1
-3
/
+3
*
Reviewed by: various.
julian
1997-11-12
1
-9
/
+11
[next]