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
/
ufs
/
ffs
/
ffs_subr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Merge soft-updates journaling from projects/suj/head into head. This
jeff
2010-04-24
1
-1
/
+129
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Update for the KDB debugger framework:
marcel
2004-07-10
1
-5
/
+3
*
Remove advertising clause from University of California Regent's
imp
2004-04-07
1
-4
/
+0
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Including <sys/stdint.h> is (almost?) universally only to be able to use
phk
2003-03-18
1
-1
/
+0
*
Move the allocation of the inode contents into ffs_vfsops.c rather than
phk
2002-12-27
1
-8
/
+1
*
I forgot this bit of uglyness in the fsck_ffs cleanup.
phk
2002-07-31
1
-0
/
+1
*
Move ffs_isfreeblock() to ffs_alloc.c and make it static.
phk
2002-07-30
1
-25
/
+0
*
Warning fixes for 64 bits platforms. This eliminates all the
mux
2002-06-23
1
-1
/
+1
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-11
/
+60
*
Remove register keyword.
phk
2002-05-13
1
-5
/
+5
*
Remove __P.
alfred
2002-03-19
1
-1
/
+1
*
Remove blatantly pointless call to VOP_BMAP().
phk
2001-05-01
1
-5
/
+1
*
Fixes to track snapshot copy-on-write checking in the specinfo
mckusick
2001-03-07
1
-0
/
+2
*
Separate the struct bio related stuff out of <sys/buf.h> into
phk
2000-05-05
1
-0
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-1
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Silence warning about unused debug function. (I'll turn this function
eivind
1999-01-12
1
-3
/
+3
*
Don't use the strange null pointer constant `(ufs_daddr_t)0' in a call
bde
1998-11-29
1
-3
/
+3
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+3
*
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
julian
1998-03-08
1
-1
/
+25
*
Removed unnecessary dependencies on KERNEL and DIAGNOSTIC. This was
bde
1998-02-13
1
-4
/
+4
*
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
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-1
/
+2
*
Staticized.
bde
1997-11-22
1
-2
/
+6
*
Removed an unused #include in the `#ifdef KERNEL' case.
bde
1997-11-18
1
-5
/
+3
*
VFS mega cleanup commit (x/N)
phk
1997-10-16
1
-15
/
+13
*
Update a number of panic messages to reflect the actual name
mpp
1997-03-09
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make ffs_subr.c compile when DIAGNOSTIC is defined.
mpp
1997-02-10
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-11
/
+16
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Convert DDB to new-style option.
wollman
1996-01-04
1
-1
/
+3
*
Staticize.
phk
1995-12-17
1
-2
/
+2
*
Added VOP_GETPAGES/VOP_PUTPAGES and also the "backwards" block count
dyson
1995-09-04
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
Cosmetics. make gcc less noisy. Still some way to go here.
phk
1994-10-10
1
-5
/
+6
*
Added $Id$
dg
1994-08-02
1
-0
/
+1
*
BSD 4.4 Lite Kernel Sources
rgrimes
1994-05-24
1
-0
/
+238