summaryrefslogtreecommitdiff
path: root/lib/e2p/iod.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>
2008-09-01libe2p: Fix potential core-dumping bug in iterate_on_dir()Theodore Ts'o1-3/+3
iterate_on_dir() can try to copy too much data from the directory entry, resulting in a crash. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o1-1/+1
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-10-22libe2p: Change iterate_on_dir so that it counts non-zero returnsTheodore Ts'o1-3/+4
To allow error messages to be reflected up, if the callback function returns a non-zero value, bump a counter and return the number of times the callback function signals an error by returning a non-zero status code. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o1-0/+1
2003-04-19Fix gcc -Wall warnings.Theodore Ts'o1-0/+1
2003-04-13Add portability enhancements for Cygwin32 environment.Theodore Ts'o1-3/+5
2002-07-14Various portability fixes which should help out HURD. Theodore Ts'o1-36/+38
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().
1997-04-26Many files:Theodore Ts'o1-8/+32
Checked in e2fsprogs 0.5c
1997-04-26Many files:Theodore Ts'o1-0/+42
Checkin of e2fsprogs 0.5b