summaryrefslogtreecommitdiff
path: root/lib/e2p/fsetversion.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-18Shorten compile commands run by the build systemTheodore Ts'o1-0/+1
The DEFS line in MCONFIG had gotten so long that it exceeded 4k, and this was starting to cause some tools heartburn. It also made "make V=1" almost useless, since trying to following the individual commands run by make was lost in the noise of all of the defines. So fix this by putting the configure-generated defines in lib/config.h and the directory pathnames to lib/dirpaths.h. In addition, clean up some vestigal defines in configure.in and in the Makefiles to further shorten the cc command lines. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2010-05-17libe2p, libext2fs: Update file copyright permission states to match COPYINGTheodore Ts'o1-2/+4
The top-level COPYING file states that the e2p and ext2fs libraries are available under the LGPLv2. The files were incorrectly labelled. Alex Thomas/Luster has been consulted wrt to the ext3_extents.h file; the rest of the files were primarily authored by Theodore Ts'o. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2004-01-31fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c: ApplyTheodore Ts'o1-0/+5
patch from Brian Bergstrand to support ext2_ioctl() in Darwin. This is implemented via the fsctl system call.
2002-07-14Various portability fixes which should help out HURD. Theodore Ts'o1-1/+5
The iterate_on_dir function in libe2p has been changed to be more general, so it relies less on the layout of struct dirent. We also make sure the errno returned by the ioctl is returned by fgetversion() and fsetversion().
2000-12-02ChangeLog, fgetflags.c, fgetversion.c, fsetflags.c, fsetversion.c:Theodore Ts'o1-1/+10
fgetflags.c (fgetflags): fgetversion.c (fgetversion): fsetflags.c (fsetflags): fsetversion.c (fsetversion): Use the LFS API if available so that the files are opened with O_LARGEFILE. Addresses Debian bug #72690.
1998-03-09ChangeLog, ls.c:Theodore Ts'o1-3/+3
Mask off high 8 bits from dirent->name_len. Many files: The ext2 version and flags ioctl's take an int *, not a long *. Fix library to use the correct type, so we don't have problems on the Alpha.
1997-04-29Many files:Theodore Ts'o1-2/+0
Checked in e2fsprogs 1.05
1997-04-26Many files:Theodore Ts'o1-1/+1
Checkin of e2fsprogs 1.02.
1997-04-26Many files:Theodore Ts'o1-1/+11
Checked in e2fsprogs 0.5c
1997-04-26Many files:Theodore Ts'o1-0/+37
Checkin of e2fsprogs 0.5b