summaryrefslogtreecommitdiff
path: root/sbin/fsck_ext2fs/dir.c
AgeCommit message (Expand)Author
2013-06-23Stick ffs_, ext2_, chfs_, filecore_, cd9660_, or mfs_ in front ofdholland
2013-06-09Stick UFS_ in front of these symbols:dholland
2013-01-22Stuff UFS_ in front of a few of ufs's symbols to reduce namespacedholland
2012-11-25Catch up to the kernel with respect to Ext2 huge_file feature.jakllsch
2012-11-25e2di_nblock is (assuming the huge_file feature is not active) stored injakllsch
2009-10-19Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsenbouyer
2008-03-16errexit() now provides the trailing \n (since fsck_ffs assumed thatlukem
2008-03-16sync from fsck_ffs/dir.c 1.21:lukem
2006-10-16use c99 initializerschristos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg
2006-03-20Coverity CID 2299: Fix memory leak.christos
2006-03-20Coverity CID 2298: Fix memory leak.christos
2005-08-1964 bit inode changeschristos
2005-06-26more const.christos
2005-06-26constify.christos
2005-02-09Add support for large files (>2GB).ws
2005-01-19Kill __P(), ANSIfy, remove main() prototype; WARNS=2xtraeme
2004-03-22Fix disclaimer in my copyright. Pointed out by Thomas Klausner.bouyer
2003-10-05More licence fixes, pointed out by Thomas Klausner.bouyer
2003-10-05Remove references to University of California from my copyright notices.bouyer
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-13use bounded string op (one strcpy remains)itojun
2002-05-09Don't bother testing if a uint8_t is > 256 -- that test is always false.simonb
2000-01-28Correct bogons in filetype option support, and add support for thebouyer
2000-01-26First cut at ext2fs rev 1 support (as of mke2fs 1.18): supports the filetypebouyer
1997-10-09Ext2 metadata are always stored on disk in little-endian byte order,bouyer
1997-09-14* cleanup for WARNS=1lukem
1997-06-11Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.bouyer