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
/
libstand
/
ufs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the second copy of libstand to deal with the new ufs2 superblock
jake
2002-12-03
1
-1
/
+1
*
This commit adds basic support for the UFS2 filesystem. The UFS2
mckusick
2002-06-21
1
-95
/
+90
*
UFS indirect blocks are size u_int32_t, not daddr_t
phk
2002-05-18
1
-2
/
+2
*
#include <sys/disklabel.h> to get BBSIZE.
phk
2002-05-12
1
-0
/
+1
*
Remove 'register' keyword.
obrien
2002-03-21
1
-28
/
+28
*
Add support for overwriting the existing contents of a file to the UFS
jhb
2001-12-11
1
-4
/
+119
*
Add __FBSDID()s to libstand
dillon
2001-09-30
1
-1
/
+3
*
Add a readdir function to the loader fsops vector, and implement the
jlemon
2000-04-29
1
-1
/
+37
*
* Enable old UFS compatibility code for booting from Digital Unix formatted
dfr
1998-09-26
1
-0
/
+4
*
Replace the old and extremely icky Mach/NetBSD allocator with a similarly
msmith
1998-09-26
1
-46
/
+14
*
Allocate disk buffers using a custom allocator. The standard allocator fragm...
dfr
1998-09-20
1
-11
/
+45
*
Path arguments to *_open functions should be const, but we were mangling
msmith
1998-09-18
1
-4
/
+11
*
This is libstand; a support library for standalone executables (eg. bootstrap
msmith
1998-08-20
1
-0
/
+704