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
/
lib
/
libufs
/
sblock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Merge soft-updates journaling from projects/suj/head into head. This
jeff
2010-04-24
1
-0
/
+50
*
i doesn't need to be signed here, make it unsigned.
imp
2010-02-11
1
-1
/
+1
*
Reduce diffs with code in Perforce:
jmallett
2003-06-09
1
-6
/
+6
*
Clean up error reporting in block.c, so that it gives honest error strings
jmallett
2003-02-19
1
-4
/
+4
*
If we don't know where the sblock is (e.g. filling out a blank disk), then
jmallett
2003-01-27
1
-0
/
+4
*
bwrite, not sbwrite, needs to open for writing and write.
jmallett
2003-01-23
1
-10
/
+1
*
Nuke dumb error reporting code, people can just use disk::d_error. Unify the
jmallett
2003-01-18
1
-12
/
+7
*
Create a new 32-bit fs_flags word in the superblock. Add code to move
mckusick
2002-11-27
1
-1
/
+1
*
Use an error message closer to old dumpfs(8) in the case of truncated/no
jmallett
2002-10-22
1
-1
/
+1
*
Add the concept of a per-disk error string, and a function which prints it
jmallett
2002-10-22
1
-0
/
+5
*
In getino, have our DEBUG message in the unhandled case mention that it
jmallett
2002-07-01
1
-0
/
+2
*
Add libufs, a library for dealing with UFS filesystems from userland to
jmallett
2002-07-01
1
-0
/
+122