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
/
type.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
/
+5
*
Allow libufs(3) functions to operate on a regular file. This makes it possib...
jmallett
2009-06-11
1
-1
/
+4
*
The ufs_disk_fillout(3) can take special device name (with or without /dev/
pjd
2007-03-16
1
-7
/
+36
*
Remove ufs_disk_ctor and ufs_disk_dtor, they never came to fruition. I do
jmallett
2003-06-09
1
-41
/
+0
*
Reduce diffs with code in Perforce:
jmallett
2003-06-09
1
-14
/
+14
*
Close the disk file descriptor that is RO before trying to open the
jmallett
2003-03-28
1
-4
/
+1
*
Missing "return 0"
jmallett
2003-01-30
1
-0
/
+1
*
API for opening (and tracking) writable file descriptors per disk.
jmallett
2003-01-29
1
-0
/
+26
*
API to fillout a blank disk. For e.g. newfs.
jmallett
2003-01-23
1
-5
/
+12
*
Store not only the current cylinder group in the series (i.e. next that needs
jmallett
2003-01-19
1
-0
/
+1
*
Add facility to read one, or a string of, cylinger groups.
jmallett
2003-01-19
1
-0
/
+1
*
Hunt for a disk to operate on, if we're passed a partition mountpoint, etc.
jmallett
2003-01-19
1
-2
/
+40
*
Nuke dumb error reporting code, people can just use disk::d_error. Unify the
jmallett
2003-01-18
1
-13
/
+22
*
Add the concept of a per-disk error string, and a function which prints it
jmallett
2002-10-22
1
-0
/
+2
*
Initialise disk->d_ufs so that in sblock.c it's always initialised
jmallett
2002-08-11
1
-0
/
+1
*
Fill out (zero) and fill in (when doing getino()) the minimum and maximum
jmallett
2002-07-11
1
-0
/
+2
*
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
/
+114