dholland
2d1cf01ec8
stdlib.h, not malloc.h
2012-08-26 09:33:18 +00:00
dholland
36f9677de9
Avoid -Wno-pointer-sign.
2011-08-06 16:42:41 +00:00
dholland
2fb6ddee8c
Add static to a private function.
2011-08-06 16:39:40 +00:00
bouyer
6d07b400dc
Remove closes 3 & 4 from my licence. Lots of thanks to Soren Jacobsen
...
for the booring work !
2009-10-19 18:41:07 +00:00
lukem
5bd52bbac4
fix sign-compare issues
2009-04-06 12:50:36 +00:00
lukem
481ad7b03a
errexit() now provides the trailing \n (since fsck_ffs assumed that
...
from a conversion from err(3)), so "make it so".
2008-03-16 23:17:55 +00:00
tsutsui
98bd33ec69
Use more proper aligned format in a debug function print_bmap().
2007-11-13 13:57:52 +00:00
christos
5fdb201207
We don't need ext2fs_extern.h
2006-05-06 22:23:37 +00:00
christos
ef75a584c1
Coverity CID 2301: FIx memory leak.
2006-03-20 01:45:12 +00:00
xtraeme
ccde05f070
Kill __P(), ANSIfy, remove main() prototype; WARNS=2
2005-01-19 19:31:28 +00:00
bouyer
2f853da9b0
Fix disclaimer in my copyright. Pointed out by Thomas Klausner.
2004-03-22 19:46:53 +00:00
bouyer
7b066791c8
Remove references to University of California from my copyright notices.
2003-10-05 17:48:49 +00:00
agc
bf07c8719a
Move UCB-licensed code from 4-clause to 3-clause licence.
...
Patches provided by Joel Baker in PR 22308, verified by myself.
2003-08-07 10:04:11 +00:00
bouyer
09d4663f6e
Correct bogons in filetype option support, and add support for the
...
sparse_super option.
2000-01-28 16:01:46 +00:00
mycroft
519d858510
__AUDIT__ cleanup.
1998-07-28 19:22:54 +00:00
fvdl
e5bc90f40c
Merge with Lite2 + local changes
1998-03-01 02:20:01 +00:00
bouyer
7052d78b8d
Ext2 metadata are always stored on disk in little-endian byte order,
...
so do byte-swapping on big-endian system. The byte-swap routines are in
fsck/bswap.c because they will also be used in fsck_ffs in future.
Tested on i386 and sparc.
1997-10-09 13:19:32 +00:00
lukem
4b836889ab
* cleanup for WARNS=1
...
* deprecate register
* cleanup manpage
* remove unused docheck()
* getopt returns -1 not EOF
* put a ) in the correct place in a printf, so that the argument gets
& 0xff, not the result of printf() itself...
1997-09-14 14:27:23 +00:00
mikel
3a41a9a779
fix printf formats
1997-07-10 04:52:39 +00:00
bouyer
8f7c2b3739
Add support programs for ext2fs. fsck_ext2fs is derived from fsck_ffs.
1997-06-11 11:21:39 +00:00