summaryrefslogtreecommitdiff
path: root/e2fsck/extend.c
Commit message (Collapse)AuthorAgeFilesLines
* e2fsck: consistently use ext2fs_get_mem()Andreas Dilger2020-03-041-4/+5
| | | | | | | | | | | | | | | | Consistently use ext2fs_get_mem() and ext2fs_free_mem() instead of calling malloc() and free() directly in e2fsck. In several places it is possible to use ext2fs_get_memzero() instead of explicitly calling memset() on the memory afterward. This is just a code cleanup, and does not fix any specific bugs. [ Fix up library dependencies in e2fsck/Makefile.in to fix "make check" breakages. -- TYT ] Signed-off-by: Andreas Dilger <adilger@whamcloud.com> Lustre-bug-id: https://jira.whamcloud.com/browse/LU-13197 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
* Shorten compile commands run by the build systemTheodore Ts'o2011-09-181-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>
* Remove trailing whitespace for the entire source treeTheodore Ts'o2008-08-271-1/+1
| | | | Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* ChangeLog, extend.c, flushb.c:Theodore Ts'o2000-09-121-0/+1
| | | | | | | extend.c: flushb.c: Add include of nls-enable.h which is necessary so that they can compile correctly.
* Many files:Theodore Ts'o2000-02-071-3/+3
| | | | | | | | | badblocks.c, e2fsck.h, ehandler.c, emptydir.c, extend.c, flushb.c, iscan.c, message.c, pass1.c, pass1b.c, pass3.c pass4.c, pass5.c, problem.c, scantest.c, swapfs.c, unix.c, util.c: Add Internationalization support as suggested by Marco d'Itri <md@linux.it>.
* Many files:E2FSPROGS-0_5BTheodore Ts'o1997-04-261-0/+80
Checked in e2fsprogs 0.5c