blob: 74df53fa8f28af1e620007a4eff75829cd45a2e7 [file] [log] [blame]
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001Thu Oct 26 12:05:06 1995 <tytso@rsts-11.mit.edu>
2
3 * Makefile.in (install): Strip programs when they are installed.
4
5Fri Aug 18 15:09:08 1995 Theodore Y. Ts'o <tytso@dcl>
6
7 * debugfs.c (do_find_free_block): Fix typo in code which checked
8 to see if the usage message should be printed.
9
10Thu Aug 17 22:55:58 1995 <tytso@rsts-11.mit.edu>
11
12 * debugfs.c (do_open_filesys): Change to always set optreset to 1,
13 to make BSD getopt()'s happy. Also set optind to 1, which
14 should make more getopt()'s happy.
15
16Fri Aug 11 08:45:01 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
17
18 * debugfs.c (do_find_free_block, do_find_free_inode): Fix bug in
19 the usage handling where "ffi ?" or "ffb ?" would
20 dereference a NULL pointer.
21
22Fri Aug 11 14:21:07 1995 Remy Card <card@bbj>
23
24 * debugfs.8: Updated date and version number.
25
26Thu Aug 10 14:28:50 1995 Remy Card <card@bbj>
27
28 * debugfs.8: Fixed a spelling error in Ted's name :-)
29
30Mon Jun 12 19:08:25 1995 Theodore Y. Ts'o (tytso@dcl)
31
32 * debugfs.c, ncheck.c, icheck.c, lsdel.c, dump.c: Include
33 <errno.h> (if it exists)
34
35 * debugfs.c, dump.c, icheck.c, lsdel.c, ncheck.c: Don't include
36 <getopt.h> if it doesn't exist.
37
38Sun Jun 11 15:21:07 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
39
40 * ncheck.c (do_ncheck): Use LINUX_S_ISDIR instead of S_ISDIR
41
42 * debugfs.c: Implement the mknod and write commands (from Linus).
43
44 Change names of modify_char, modify_short, and modify_long
45 to be modify_u8, modify_u16, and modify_u32, respectively.
46
47Thu Jun 8 12:29:15 1995 Miles Bader <miles@churchy.gnu.ai.mit.edu>
48
49 * debugfs.c (dump_inode): Only print out inode frag fields if
50 HAVE_EXT2_FRAGS is defined (by configure). Don't print out the
51 reserved field at all for now.
52
53 * Makefile.in: Rewritten to conform to GNU coding standards and
54 support separate compilation directories.
55
Theodore Ts'o6f4a1091997-04-26 13:32:25 +000056Thu Nov 24 17:46:23 1994 Theodore Y. Ts'o (tytso@rt-11)
57
58 * dump.c: Added two new commands, "dump" and "cat", which allow
59 the user to dump the contents of an inode to a file or to
60 stdout, respectively.
61
62