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
/
fs
/
deadfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comments and one resulting code confusion about the type of the
phk
2002-10-16
1
-1
/
+2
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Remove any VOP_PRINT that redundantly prints the tag.
njl
2002-09-18
1
-17
/
+1
*
Remove all use of vnode->v_tag, replacing with appropriate substitutes.
njl
2002-09-14
1
-1
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-4
/
+6
*
Use vop_panic() instead of rolling our own.
phk
2002-05-02
1
-20
/
+8
*
Remove __P.
alfred
2002-03-19
1
-11
/
+11
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-3
/
+2
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-1
/
+1
*
Give vop_mmap an untimely death. The opportunity to give it a timely
eivind
2000-11-01
1
-1
/
+0
*
Convert lockmgr locks from using simple locks to using mutexes.
jasone
2000-10-04
1
-1
/
+3
*
Remove unneeded <sys/buf.h> includes.
phk
2000-04-18
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Return ENOTTY instead of EBADF for ioctls on dead vnodes. This fixes
bde
1998-11-22
1
-2
/
+2
*
Enabled Lite2 fix for reading from dead ttys.
bde
1998-08-23
1
-10
/
+1
*
Add support for poll(2) on files. vop_nopoll() now returns POLLNVAL
wollman
1997-12-15
1
-5
/
+20
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-1
/
+2
*
VFS interior redecoration.
phk
1997-10-26
1
-22
/
+11
*
VFS clean up "hekto commit"
phk
1997-10-16
1
-3
/
+1
*
Another VFS cleanup "kilo commit"
phk
1997-10-16
1
-6
/
+2
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-82
/
+25
*
Hmm, realign the vnops into two columns.
phk
1997-10-15
1
-8
/
+8
*
Stylistic overhaul of vnops tables.
phk
1997-10-15
1
-49
/
+42
*
Convert select -> poll.
peter
1997-09-14
1
-21
/
+10
*
Removed unused #includes.
bde
1997-09-02
1
-5
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-4
/
+24
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
staticize.
phk
1995-12-02
1
-27
/
+27
*
Removed unsed function dead_nullop().
bde
1995-11-11
1
-13
/
+3
*
Introduced a type `vop_t' for vnode operation functions and used
bde
1995-11-09
1
-44
/
+44
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-2
/
+3
*
Cosmetics: added a #include and a static prototype to silence gcc.
phk
1994-10-08
1
-1
/
+3
*
Use tsleep() rather than sleep so that 'ps' is more informative about
dg
1994-10-06
1
-2
/
+2
*
Implemented loadable VFS modules, and made most existing filesystems
wollman
1994-09-21
1
-1
/
+4
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.
rgrimes
1994-05-25
1
-0
/
+14
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+354