Fork of e2fsprogs with inode table reallocator
 
 
 
 
 
 
Go to file
Theodore Ts'o b19d1a959e Many files:
* gen_uuid.c (get_random_bytes): Use a while loop when reading from
  	/dev/urandom so that if we get interrupted while reading the right
  	thing happens.
  	(uuid_generate_random): Add new function which uses the new UUID
  	format which uses 122 random bits to form the 128-bit UUID.
  	(uuid_generate): Rename the old uuid_generate to be
  	uuid_generate_time, and create a new uuid_generate function which
  	calls either uuid_generate_random or uuid_genereate_time depending on
  	whether /dev/urandom is present.
  uuid_generate.3.in: Update to reflect changesin uuid_generate and its
  	two new variants.
  tst_uuid.c: Updated to test new uuid_generate functions, and to
  	reflect new semantics of uuid_compare.  Added tests to make sure the
  	UUID type and variant created by UUID generate is correct.
  uuid_time.c (uuid_variant, uuid_type): Added new functions to return
  	the UUID variant and type information.  The debugging program now
  	prints the UUID variant and type, and warns if the unparsed time
  	information is likely to be incorrect.
  uuid_parse.3.in, libuuid.3.in: Miscellaneous text cleanups.
uuidgen.1.in:
  Miscellaneous text cleanups.
1999-06-18 00:32:03 +00:00
contrib Many files: 1997-04-26 13:58:21 +00:00
debugfs ChangeLog, icheck.c: 1999-02-19 18:56:43 +00:00
doc ChangeLog, message.c: 1999-01-09 16:32:31 +00:00
e2fsck unix.c, ChangeLog: 1999-05-18 03:16:36 +00:00
include ChangeLog, message.c: 1999-01-09 16:32:31 +00:00
install-utils ChangeLog, message.c: 1999-01-09 16:32:31 +00:00
lib Many files: 1999-06-18 00:32:03 +00:00
misc Many files: 1999-06-18 00:32:03 +00:00
resize ChangeLog, message.c: 1999-01-09 16:32:31 +00:00
tests ChangeLog, expect.1, expect.2, image.gz, name: 1999-03-15 17:00:48 +00:00
util ChangeLog, message.c: 1999-01-09 16:32:31 +00:00
.cvsignore Many files: 1998-07-04 17:55:54 +00:00
.fix-Changelog Many files: 1997-04-29 16:15:03 +00:00
.head-Changelog Many files: 1997-04-29 14:51:31 +00:00
.hgtags ADD TAG: E2FSPROGS-1_13 1998-12-19 08:10:58 +00:00
.missing-copyright Many files: 1997-04-29 16:15:03 +00:00
.release-checklist .release-checklist: 1998-07-09 05:38:07 +00:00
COPYING Many files: 1997-04-29 17:39:27 +00:00
ChangeLog ChangeLog, fileio.c: 1999-05-29 21:53:30 +00:00
INSTALL Many files: 1997-04-29 15:29:49 +00:00
INSTALL.dllbin Many files: 1997-04-29 16:15:03 +00:00
INSTALL.elfbin ChangeLog, INSTALL.elfbin: 1999-01-02 04:15:29 +00:00
MCONFIG.in ChangeLog, fileio.c: 1999-05-29 21:53:30 +00:00
Makefile.in Makefile.in: 1999-01-12 23:32:52 +00:00
README ChangeLog, inode.c: 1999-01-08 13:33:39 +00:00
RELEASE-NOTES Makefile.in: 1999-01-12 23:32:52 +00:00
SHLIBS Many files: 1997-04-29 16:15:03 +00:00
TODO TODO: 1999-01-12 23:40:01 +00:00
config.guess ChangeLog, config.guess: 1999-01-02 04:10:33 +00:00
config.sub ChangeLog, fileio.c: 1999-05-29 21:53:30 +00:00
configure ChangeLog, fileio.c: 1999-05-29 21:53:30 +00:00
configure.in ChangeLog, configure.in: 1999-03-16 19:24:34 +00:00
depfix.sed Many files: 1997-04-26 13:58:21 +00:00
e2fsprogs.lsm Makefile.in: 1999-01-12 23:32:52 +00:00
e2fsprogs.spec Makefile.in: 1999-01-12 23:32:52 +00:00
install-sh Many files: 1997-04-26 13:58:21 +00:00
mkinstalldirs Many files: 1997-04-26 13:58:21 +00:00
version.h Makefile.in: 1999-01-12 23:32:52 +00:00

README

	This is the new version (1.14) of the second extended file system
management programs.

	From time to time, I release new versions of e2fsprogs, to fix
bugs and to make the utilities more robust.  You can always find
information about the latest version at the the e2fsprogs web page,
which is:

	http://web.mit.edu/tytso/www/linux/e2fsprogs.html

	Note: If you are using the RedHat RPM distributions of
e2fsprogs, don't worry about the next paragraph; all others, please
read on!

	See the file INSTALL for instructions on building and
installing e2fsprogs.  This is important!  Note that your /etc/fstab
file may need modifying before you install the new fsck program.  See
the INSTALL file for more details.

	In case of bugs in these programs, please contact Ted Ts'o
<tytso@mit.edu>.  See the e2fsck man page for suggestions of what sort
of information to include when submitting bug reports for e2fsck.