Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Shorten compile commands run by the build system | Theodore Ts'o | 2011-09-18 | 1 | -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> | ||||
* | e2fsck: fix miscellaneous memory leaks | Theodore Ts'o | 2009-06-15 | 1 | -1/+1 |
| | | | | | | Fix various miscellaneous memory leaks which were discovered using valgrind. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> | ||||
* | Remove trailing whitespace for the entire source tree | Theodore Ts'o | 2008-08-27 | 1 | -5/+5 |
| | | | | Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> | ||||
* | ext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem() | Theodore Ts'o | 2003-08-01 | 1 | -3/+3 |
| | | | | | | all now take a 'void *' instead of a 'void **' in order to avoid pointer aliasing problems with GCC 3.x. | ||||
* | Add initial support for htree directories. | Theodore Ts'o | 2002-06-25 | 1 | -0/+150 |