index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ufs
/
ext2fs
/
ext2fs.h
Age
Commit message (
Expand
)
Author
2016-04-27
Pad struct ext2fs out to 1024 (a.k.a. ext2fs SBSIZE) bytes. Satisfies
Kenneth R Westerback
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-07-14
better type safety and KNF.
Martin Pelikan
2014-07-13
kill fs2hXX/h2fsXX macros with letohXX/htoleXX
Martin Pelikan
2014-07-13
ext4 (extents) read support
Martin Pelikan
2014-07-11
determine and use maximum file size instead of magical constants
Martin Pelikan
2014-07-10
prepare for upcoming ext4 read support
Martin Pelikan
2014-05-27
Zap a bunch of trailing whitespace.
Kenneth R Westerback
2013-06-11
final removal of daddr64_t. daddr_t has been 64 bit for a long enough
Theo de Raadt
2010-02-16
add some defines needed for the upcoming newfs_ext2fs; ok miod@
Otto Moerbeek
2008-01-05
Make the ffs code 64-bit disk block number clean. Based on a diff
Otto Moerbeek
2007-06-02
ufs1_daddr_t cleanup, okay thib@ deraadt@
Pedro Martelletto
2005-10-04
typo
Pedro Martelletto
2005-04-30
Add support for large files (> 4GB).
Niall O'Higgins
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-26
fiddle with some type names. change most instances of ufs_daddr_t to
Ted Unangst
2002-07-29
add 2 flags from ext3. useful to help you diagnose problems.
Federico G. Schwindt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-09-18
More cleanups from NetBSD and a bunch of endianness fixes.
Artur Grabowski
2000-04-26
Support for ext2fs rev. 1 (from NetBSD)
jasoni
1997-06-12
Sync with NetBSD, mostly cosmetic.
Jason Downs
1997-05-30
Integrate new ext2fs, reverting ufs support for the old one.
Jason Downs
1997-05-30
Non-GPLd ext2fs code from Manuel, unmodified.
Jason Downs