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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attempt to clean up the emu10k1-alsa.h stuff so that config doesn't
peter
2004-02-05
1
-0
/
+21
*
Changes for new SMP-safe kobj method dispatch algorithm.
dfr
2003-10-16
1
-2
/
+6
*
Don't check the state of the vnode interlock if the specification says
truckman
2003-06-22
1
-1
/
+7
*
The assertions generated to test VFS locking never included checks
se
2003-06-20
1
-0
/
+2
*
MFp4:
imp
2003-03-28
1
-53
/
+5
*
Remove miidevs.h and generate it from miidevs at compile time.
obrien
2003-01-19
2
-2
/
+2
*
- Move ASSERT_VOP_*LOCK* functionality into functions in vfs_subr.c
jeff
2002-09-26
1
-1
/
+1
*
- Automatically generate and insert KTR points in all VOPs.
jeff
2002-09-23
1
-0
/
+24
*
- Add two new debugging macros: ASSERT_VI_LOCKED and ASSERT_VI_UNLOCKED
jeff
2002-08-21
1
-0
/
+1
*
Use mv -f. Otherwise if you accidently build as root, and then as a user,
obrien
2002-08-20
1
-2
/
+2
*
- Add automatic post vop debug checks. These work in both the success and
jeff
2002-07-30
1
-5
/
+14
*
- Use 'options DEBUG_VFS_LOCKS' instead of the DEBUG_ALL_VFS_LOCKS
jeff
2002-07-07
1
-5
/
+7
*
Add a new configuration directive that inserts calls to debugging functions
jeff
2002-07-06
1
-1
/
+28
*
include systm.h in vnode_if.c so that panic is defined when we're doing
jeff
2002-05-04
1
-0
/
+1
*
Awk version of makeobjops.PL.
obrien
2002-05-01
1
-0
/
+485
*
constify
joe
2002-04-01
1
-2
/
+2
*
Return vnode_if back to its AWK roots.
obrien
2002-03-01
1
-289
/
+233
*
Throw the $FreeBSD$s back in, properly escaping them.
silby
2002-01-04
1
-4
/
+4
*
Remove $FreeBSD$s from previous commit; perl thinks that they're
silby
2002-01-04
1
-2
/
+2
*
Solve vnode_if.pl's identity crisis; make sure that it refers to itself
silby
2002-01-03
1
-4
/
+4
*
Move from using PCCARD_ symbols gereated from this file to using PCMCIA_
imp
2001-11-11
1
-10
/
+10
*
KSE Milestone 2
julian
2001-09-12
1
-2
/
+2
*
replace calls to non-existant bail() subroutine with calls to
alfred
2001-03-23
1
-2
/
+2
*
Simplify this a bit so that it doesn't have to generate silly redundant
peter
2000-12-06
1
-14
/
+3
*
remove crufty exec stuff, perl is in the base system
alfred
2000-06-27
1
-27
/
+39
*
Use a seperate -c and -h mode. The vnode_if.c file is compiled only into
peter
1999-12-12
1
-120
/
+147
*
Add usbdevs and friends.
n_hibma
1999-11-18
1
-0
/
+236
*
Moderately hacked pccard code from newconfig. It is somewhat in
imp
1999-10-26
1
-0
/
+226
*
Update this to be able to output ASSERT_VOP_(UN)LOCKED() based on the
eivind
1999-09-26
1
-255
/
+230
*
$Id$ -> $FreeBSD$ (some mangled and/or hidden ones)
peter
1999-08-28
2
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
This commit adds support for the NetBSD MII abstraction layer and
wpaul
1999-08-21
2
-0
/
+294
*
Add a vnode argument to VOP_BWRITE to get rid of the last vnode
mckusick
1999-06-16
1
-46
/
+1
*
Declare static __inline functions as __inline in their forward
bde
1999-02-28
1
-13
/
+8
*
Make the vnode opv vector construction fully dynamic. Previously we
peter
1998-11-10
1
-38
/
+2
*
VOP_STRATEGY grows an (struct vnode *) argument
julian
1998-07-04
1
-31
/
+1
*
Use __inline instead of inline to prevent pedantic compiler warnings.
bde
1997-12-19
1
-4
/
+4
*
Removed unused #includes.
bde
1997-10-28
1
-2
/
+1
*
3 lines of code and updates to a number of comments.
phk
1997-09-10
1
-1
/
+11
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Another mega commit to staticize things.
phk
1995-12-14
1
-3
/
+3
*
Don't #include vm stuff in vnode_if.[ch]. Enough vm stuff (a
bde
1995-12-06
1
-6
/
+1
*
Second batch of cleanup changes.
phk
1995-10-29
1
-2
/
+2
*
Generate prototypes for VOP functions. I decided to keep the old-style
bde
1995-09-11
1
-1
/
+26
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-1
/
+6
*
Removed my special-case hack for VOP_LINK and fixed the problem with the
dg
1995-08-01
1
-39
/
+1
*
The generated VCALL always uses the first vp which in the case of /link/
dg
1995-07-07
1
-1
/
+39
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+433