summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* ChangeLog, ls.c:Theodore Ts'o2000-08-142-1/+5
| | | | | | | ls.c (list_super): Use better description of s_last_orphan .del-ext2_fs.h~7a460879, ChangeLog: ext2_fs.h: Add comment explaining when journal fields are valid.
* configure.in:Theodore Ts'o2000-07-132-0/+8
| | | | | | | | | | | | | | | | | | | | Commit this file for future use; contains a configure.in script for when libuuid gets separtead out into its own package. libext2fs.texinfo: Update version numbers for 1.19 release. TODO: Commit TODO list for 1.19 release. README: Update file for 1.19 release. ChangeLog, e2fsprogs.spec: e2fsprogs.spec: Merge in a few changes from the Red Hat 6.2 spec file, now that we're using a modern rpm to build e2fsprogs. Also updated version number to 1.19. version.h: Update version number for 1.19 release. ChangeLog: Check in changes for 1.19 release.
* ChangeLog, Makefile.in:Theodore Ts'o2000-07-072-0/+8
| | | | | | | | | Makefile.in (uuid_time): Fix compilation rule so that uuid_time.o doesn't get bashed in order to build the command-line version of uuid_time. .del-ext2_fs.h~7a460879, ChangeLog: ext2_fs.h: Update ext3 extension feature #define's.
* ChangeLog, ext2fs.h:Theodore Ts'o2000-07-042-2/+15
| | | | | | | | ext2fs.h: Update to include latest journalling additions to the superblock. .del-ext2_fs.h~7a460879, ChangeLog: ext2_fs.h: Update to include latest journalling additions to the superblock.
* ChangeLog, getsize.c:Theodore Ts'o2000-05-251-0/+1
| | | | | | | | getsize.c: Under linux, manually define the ioctl for BLKGETSIZE if it isn't already defined and it's safe to do so. .cvsignore: Ignore build files when builddir==srcdir
* .del-ext2_fs.h~7a460879, ChangeLog:Theodore Ts'o2000-04-032-1/+6
| | | | | | | | | ext2_fs.h (EXT2_NOCOMPR_FL): Rename EXT2_NOCOMP_FL to EXT2_NOCOMPR_FL. ChangeLog, Makefile.in, pf.c: pf.c (print_flags): Rename EXT2_NOCOMP_FL to EXT2_NOCOMPR_FL. Makefile.in: Add "set -e" so that any errors in installing header files causes an immediate exit.
* ChangeLog, Makefile.in:Theodore Ts'o2000-04-031-1/+1
| | | | | | | | | Makefile.in: Remove uneeded parenthesis around shell pipelines containing a "cd" command. Use && instead of ; so that if the "cd" fails, the makefile stops. ChangeLog: Fix typo.
* ChangeLog, configure, configure.in:Theodore Ts'o2000-02-111-1/+1
| | | | | | | | | | configure.in: Define HAVE_EXT2_IOCTLS based solely on the OS type, instead of basising on whether a test program compiles. This was screwing up on some Linux kernel header files, and we know the Hurd doesn't support the ext2 ioctls anyway. types.h: Add newline at end of file.
* .del-ext2_fs.h~7a460879, ChangeLog:Theodore Ts'o2000-02-072-13/+5
| | | | | | ext2_fs.h: Fix header to skip defining EXT@FS_DEBUG since blows out on non GCC compilers.
* .del-ext2_fs.h~7a460879, ChangeLog:Theodore Ts'o2000-02-022-15/+34
| | | | | | | | ext2_fs.h: Update to use header file from Linux 2.3.39. (Changes from kernel header file: Use asm/types.h instead of linux/types.h, and the __GNU__ versus __hurd__ #ifdef change, with the FSF irrationality failsafe. See 1999-10-25 Changelog.)
* libext2fs.texinfo, ChangeLog:Theodore Ts'o1999-11-102-0/+8
| | | | | Update for 1.18 release.
* Many files:Theodore Ts'o1999-10-262-0/+8
| | | | | Update for 1.17 release.
* ChangeLog, gen_uuid_nt.c:Theodore Ts'o1999-10-262-0/+6
| | | | | | | | | gen_uuid_nt.c (uuid_generate): W2K strikes again! An incompatible interface change means we need to detect whether the code is running on an NT4 or NT5 system. config.h, ChangeLog: config.h: Add #define's for strcasecmp and strncasecmp
* .del-ext2_fs.h~7a460879, ChangeLog:Theodore Ts'o1999-10-262-5/+11
| | | | | | | | | | | | | | | | ext2_fs.h (i_reserved2): Use __GNU__ instead of __hurd__ to detect the Hurd OS. To protect against future irrationality on the part of the FSF concerning whether Linux is GNU or not, on a system which defines both __linux__ and __GNU___, __linux__ takes precedence. ChangeLog, initialize.c: initialize.c (CREATOR_OS): Use __GNU__ instead of __gnu__ to detect the Hurd OS. ChangeLog, debugfs.c: debugfs.c (do_dirty_filesys): Make the "dirty" command clear the valid bit on the superblock. (And with a -clean option to set the valid bit.) Originally it was used just to set the "needs to be written" bit in the in-core version of the fs structure.
* ChangeLog:Theodore Ts'o1999-10-231-0/+4
| | | | | | | Update for 1.16 release. libext2fs.texinfo: Update version number for 1.16 release.
* Many files:Theodore Ts'o1999-10-2117-0/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pass4.c (e2fsck_pass4): If an inode is set in the inode_imagic_map bitmap, don't check to see if it is disconnected from the inode tree (because it almost certainly will be). Free inode_imagic_map at the end of pass 4. pass2.c (check_dir_block, check_filetype): If the FILETYPE feature is set, check the directory entry's filetype information field, and fix/set it if necessary. (e2fsck_pass2): Free the inode_reg_map bitmap at the end of pass 2. pass1.c (e2fsck_pass1, alloc_imagic_map): Allocate and fill in information for inode_reg_map and inode_imagic_map, which indicates which inodes are regular files and AFS inodes, respectively. Since only the master superblock is written during a restart, force that superblock to be used after a restart; otherwise changes to the block group descriptors end up getting ignored. problem.c, problemP.h: If e2fsck is run -n, make def_yn variable be 0 for "no". Add support for a new flag, PR_NO_NOMSG, which supresses the problem message if e2fsck is run with the -n option. problem.c, problem.h (PR_2_SET_FILETYPE, PR_2_BAD_FILETYPE): Add new problem codes. message.c (expand_dirent_expression): Add support for %dt which prints the dirent type information. e2fsck.c (e2fsck_reset_context): Free new bitmaps (inode_reg_map and inode_imagic_map). e2fsck.h (e2fsck_t): Add new inode_reg_map and inode_magic_map to the context structure. ChangeLog, nt_io.c: nt_io.c: New file which supports I/O under Windows NT. ChangeLog, gen_uuid_nt.c: gen_uuid_nt.c: New file which creates a UUID under Windows NT. Many files: Add support for non-Unix compiles
* ChangeLog:Theodore Ts'o1999-07-301-0/+4
| | | | | Add 1.15 release note to the Changelogs.
* ChangeLog, message.c:Theodore Ts'o1999-01-091-0/+4
| | | | | | | | | message.c (safe_print): New function which prints strings, converting non-printable characters using the '^' and M-notation. This function is now used to print directory name entries and pathnames. ChangeLog: Update for release of E2fsprogs 1.14.
* Makefile.in, configure.in, ChangeLog, configure:Theodore Ts'o1999-01-042-1/+5
| | | | | | | | | | | Makefile.in: Move the generated types.h file from the linux/ directory to the asm/ directory. configure.in: Force Solaris to never use -static, due to its dynamic loader not being available to statically linked programs. Create the asm/ directory if needed. .del-types.h.in~ca55114a, .del-ext2_fs.h~7a460879, .del-types.h.in~7a460879: Move the types.h header file from linux/ to asm/.
* Many files:Theodore Ts'o1998-12-191-0/+4
| | | | | | Update version information in ChangeLogs, release notes, documentation, etc. for release of version 1.13.
* ChangeLog, .del-ChangeLog~905e7699, version.h:Theodore Ts'o1998-07-091-0/+4
| | | | | Update for 1.12 release.
* ChangeLog, subst.conf.in:Theodore Ts'o1998-04-032-1/+5
| | | | | | | | | | | | Add substitution for @datadir@ ChangeLog, Makefile.in: Change to use new installation directory variables convention. Fix uninstall rules to take $(DESTDIR) into account. Remove cat8dir from the installdirs target, since modern man package don't necessarily put the cat directory in /usr/man/cat?. ChangeLog, .del-types.h.in~7a460879: types.h.in: Add a signed keyword to the __s64 definition.
* ChangeLog, .del-ext2_fs.h~7a460879:Theodore Ts'o1998-03-242-24/+97
| | | | | Update to latest 2.1.90+diffs version of ext2_fs.h
* ChangeLog, .del-ext2_fs.h~7a460879:Theodore Ts'o1997-10-202-1/+7
| | | | | | Comment out the EXT2_DEBUG code, since it's only needed for the kernel and the ... notation makes some cpp's complain.
* ChangeLog, .del-types.h.in~7a460879:Theodore Ts'o1997-10-192-2/+6
| | | | | | | Fix the type definitions of __s64 and __u64 if long long is used. ChangeLog, configure, configure.in: Add tests for sys/stat.h, sys/time.h, and sys/types.h
* ChangeLog:Theodore Ts'o1997-06-171-0/+4
| | | | | Check-in for the 1.11 source release.
* Many files:Theodore Ts'o1997-04-291-0/+8
| | | | | Checkin of e2fsprogs 1.10
* Many files:Theodore Ts'o1997-04-291-0/+4
| | | | | Checked in e2fsprogs 1.09
* Many files:Theodore Ts'o1997-04-291-11/+72
| | | | | Checked in e2fsprogs 1.08.
* Many files:Theodore Ts'o1997-04-292-13/+8
| | | | | Checked in e2fsprogs-1.07
* Many files:Theodore Ts'o1997-04-291-0/+4
| | | | | Checked in e2fsprogs 1.06
* Many files:Theodore Ts'o1997-04-291-0/+15
| | | | | Checked in e2fsprogs 1.05
* Many files:Theodore Ts'o1997-04-291-0/+4
| | | | | Checked in e2fsprogs 1.04.
* Many files:Theodore Ts'o1997-04-261-0/+4
| | | | | Checkin of e2fsprogs 1.03.
* Many files:Theodore Ts'o1997-04-261-0/+4
| | | | | Checkin of e2fsprogs 1.02.
* Many files:E2FSPROGS-0_5BTheodore Ts'o1997-04-263-0/+532
Checked in e2fsprogs 0.5c