Whamcloud - gitweb
Many files:
[tools/e2fsprogs.git] / debugfs / ChangeLog
1 Mon Sep  9 23:05:11 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
2
3         * debugfs.c (unlink_file_by_name): If unlinking a file with a
4                 directory path, correctly replace the slash with a NULL.
5                 (do_show_debugfs_params): Don't try to print the open mode
6                 if there's no filesystem opened (since that will cause a
7                 core dump).
8                 (main): Fix usage string; the -w and device elements are
9                 independently optional.
10
11 Tu Sep  3 15:09:39 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
12
13         * debugfs.c (main): Added -f option to debugfs, which takes a
14                 command file of debugfs commands and executes them.
15
16 Sat Aug 31 01:18:43 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
17
18         * debugfs.8.in: Heavily edited and improved manual page.
19
20         * dump.c (dump_file): Improve the write function for writing out
21                 the file, so that it is limited to the actual size of the
22                 file, instead of outputing the nulls following the EOF.
23                 Make sure dump_file does the right thing for files with holes.
24                 (do_dump): Add support for the -p option to the dump
25                 command, which attempts to preserve the owner and
26                 permissions field.
27
28 Fri Aug 30 14:56:59 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
29
30         * debugfs.c (main): Add -R option to debugfs, which allows it to
31                 take a single debugfs command on the command line.
32
33 Fri Aug  9 09:03:31 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
34
35         * debugfs.c (do_open_filesys): Set optind to 0 to reset getopt(),
36                 to be complete correct.
37                 (do_show_super_stats): Print OS type, volume label, last
38                 mounted directory, and UUID.
39                 (dump_inode): Print the fragment information in a
40                 filesystem independent way.
41                 (do_modify_inode): Modify the fragement information in a
42                 filesystem independent way.
43
44 Thu May 16 11:12:30 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
45
46         * Release of E2fsprogs version 1.04
47
48 Wed May 3 20:41:26 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
49
50         * debugfs.c (dump_inode): Correctly print the translator on the hurd.
51                (do_modify_inode): Modify the translator block on the hurd.
52
53 Wed Mar 27 00:33:40 1996    <tytso@rsts-11.mit.edu>
54
55         * Release of E2fsprogs version 1.03
56
57 Wed Jan 31 11:06:08 1996    <tytso@rsts-11.mit.edu>
58
59         * Release of E2fsprogs version 1.02
60
61 Fri Dec  1 22:42:31 1995    <tytso@rsts-11.mit.edu>
62
63         * Makefile.in (LIBS): Rearrange the order of the libraries to be
64                 linked, so that -lext2fs is before -lcom_err.
65
66 Thu Oct 26 12:05:06 1995    <tytso@rsts-11.mit.edu>
67
68         * Makefile.in (install): Strip programs when they are installed.
69
70 Fri Aug 18 15:09:08 1995  Theodore Y. Ts'o  <tytso@dcl>
71
72         * debugfs.c (do_find_free_block): Fix typo in code which checked
73                 to see if the usage message should be printed.
74
75 Thu Aug 17 22:55:58 1995    <tytso@rsts-11.mit.edu>
76
77         * debugfs.c (do_open_filesys): Change to always set optreset to 1,
78                 to make BSD getopt()'s happy.  Also set optind to 1, which
79                 should make more getopt()'s happy.
80
81 Fri Aug 11 08:45:01 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
82
83         * debugfs.c (do_find_free_block, do_find_free_inode): Fix bug in
84                 the usage handling where "ffi ?" or "ffb ?" would
85                 dereference a NULL pointer.
86
87 Fri Aug 11 14:21:07 1995  Remy Card  <card@bbj>
88
89         * debugfs.8: Updated date and version number.
90
91 Thu Aug 10 14:28:50 1995  Remy Card  <card@bbj>
92
93         * debugfs.8: Fixed a spelling error in Ted's name :-)
94
95 Mon Jun 12 19:08:25 1995  Theodore Y. Ts'o  (tytso@dcl)
96
97         * debugfs.c, ncheck.c, icheck.c, lsdel.c, dump.c: Include
98                 <errno.h> (if it exists)
99
100         * debugfs.c, dump.c, icheck.c, lsdel.c, ncheck.c: Don't include
101                 <getopt.h> if it doesn't exist.
102
103 Sun Jun 11 15:21:07 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
104
105         * ncheck.c (do_ncheck): Use LINUX_S_ISDIR instead of S_ISDIR
106
107         * debugfs.c: Implement the mknod and write commands (from Linus).
108
109                 Change names of modify_char, modify_short, and modify_long
110                 to be modify_u8, modify_u16, and modify_u32, respectively.
111
112 Thu Jun  8 12:29:15 1995  Miles Bader  <miles@churchy.gnu.ai.mit.edu>
113
114         * debugfs.c (dump_inode): Only print out inode frag fields if
115         HAVE_EXT2_FRAGS is defined (by configure).  Don't print out the
116         reserved field at all for  now.
117
118         * Makefile.in: Rewritten to conform to GNU coding standards and
119         support separate compilation directories.
120
121 Thu Nov 24 17:46:23 1994  Theodore Y. Ts'o  (tytso@rt-11)
122
123         * dump.c: Added two new commands, "dump" and "cat", which allow
124                 the user to dump the contents of an inode to a file or to
125                 stdout, respectively.
126
127