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_vnops.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changes to centralise the default blocksize behaviour.
julian
1999-09-09
1
-13
/
+20
*
Revert a bunch of contraversial changes by PHK. After
julian
1999-09-03
1
-21
/
+13
*
Improve the returned values in st_blksize a little bit, avoid
phk
1999-09-01
1
-11
/
+21
*
Make bdev userland access work like cdev userland access unless
phk
1999-08-30
1
-2
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add FIODTYPE ioctl for getting d_flags (type) info on a device.
green
1999-08-27
1
-1
/
+7
*
Add a couple of missing but unimportant break; statements.
phk
1999-08-25
1
-1
/
+3
*
oops: Add missing include.
phk
1999-08-13
1
-1
/
+2
*
Move the special-casing of stat(2)->st_blksize for device files
phk
1999-08-13
1
-2
/
+15
*
Fix fd race conditions (during shared fd table usage.) Badfileops is
green
1999-08-04
1
-1
/
+3
*
Add sysctl and support code to allow directories to be VMIO'd. The default
alc
1999-07-26
1
-2
/
+2
*
These changes appear to give us benefits with both small (32MB) and
mckusick
1999-07-08
1
-2
/
+6
*
Make sure that stat(2) and friends always return a valid st_dev field.
phk
1999-07-02
1
-2
/
+5
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-2
/
+2
*
Address several problems in vn_read and vn_write:
alc
1999-04-21
1
-35
/
+21
*
Add standard padding argument to pread and pwrite syscall. That should make them
dt
1999-04-04
1
-7
/
+9
*
Changed vn_read/write such that fp->f_offset isn't touched
alc
1999-03-26
1
-4
/
+15
*
Use suser() to determine super-user-ness, don't examine cr_uid directly.
phk
1999-01-30
1
-2
/
+2
*
Add 'options DEBUG_LOCKS', which stores extra information in struct
eivind
1999-01-20
1
-2
/
+15
*
Remove the 'waslocked' parameter to vfs_object_create().
eivind
1999-01-05
1
-2
/
+2
*
Only do one VOP_ACCESS() per open() instead of two. This should reduce
peter
1998-11-02
1
-8
/
+9
*
Report the mode as the result of the VOP_GETATTR rather than the
phk
1998-06-27
1
-2
/
+2
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
In the words of the submitter:
msmith
1998-05-07
1
-3
/
+5
*
Grammar police.
alex
1998-04-10
1
-2
/
+2
*
New mount option nosymfollow. If enabled, the kernel lookup()
wosch
1998-04-08
1
-1
/
+6
*
Today is not my lucky day. Fix missing brace and I got a request
peter
1998-04-06
1
-3
/
+3
*
Use a different errno (ELOOP (as sef mentioned) since the text that goes
peter
1998-04-06
1
-2
/
+6
*
Rather than let users get fd's to symlink files, make O_NOFOLLOW cause
peter
1998-04-06
1
-3
/
+3
*
Implement a new open(2) flag: O_NOFOLLOW. This will instruct open
peter
1998-04-06
1
-2
/
+3
*
Removed unused #includes.
bde
1998-02-25
1
-2
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-3
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+3
*
Fix some vnode management problems, and better mgmt of vnode free list.
dyson
1998-01-12
1
-4
/
+2
*
Make our v_usecount vnode reference count work identically to the
dyson
1998-01-06
1
-2
/
+2
*
Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem
dyson
1997-12-29
1
-3
/
+4
*
Lots of improvements, including restructring the caching and management
dyson
1997-12-29
1
-2
/
+4
*
Changes to allow event-based process monitoring and control.
sef
1997-12-06
1
-2
/
+3
*
Fix and complete the AIO syscalls. There are some performance enhancements
dyson
1997-11-29
1
-3
/
+4
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-2
/
+2
*
Use 127 instead of CHAR_MAX for the limit on the sequence count. The
bde
1997-10-27
1
-18
/
+17
*
Relax the vnode locking for read only operations.
dyson
1997-10-06
1
-3
/
+3
*
vn_select -> vn_poll
peter
1997-09-14
1
-8
/
+9
*
Removed unused #includes.
bde
1997-09-02
1
-8
/
+1
*
[Previous comment was incorrect for these files]
dfr
1997-04-04
1
-1
/
+1
*
Add a function vop_sharedlock which a copy of vop_nolock without the
dfr
1997-04-04
1
-1
/
+3
*
Don't include <sys/ioctl.h> in the kernel. Stage 4: include
bde
1997-03-24
1
-2
/
+3
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-1
/
+2
*
Fix style bugs and other bugs in the NFS fix.
guido
1997-03-08
1
-6
/
+5
[next]