Whamcloud - gitweb
misc: quiet minor compiler errors
[tools/e2fsprogs.git] / e2fsck / profile.c
2011-09-18 Theodore Ts'oShorten compile commands run by the build system
2011-09-16 Eric Sandeene2fsck: Fix leaks in error paths
2011-05-15 Aditya Kalimke2fs: Allow specifying reserved_ratio via mke2fs...
2009-03-09 Jim Meyeringremove useless if-before-free tests
2008-08-28 Theodore Ts'oRemove trailing whitespace for the entire source tree
2007-07-04 Theodore Ts'oAdd new function: profile_set_default()
2007-07-04 Theodore Ts'oAdd PROFILE_FILE_NO_RELOAD flag which is used by profil...
2007-05-31 Brian Behlendorf[COVERITY] Free potential null dereference bug in e2fsck
2007-05-23 Theodore Ts'oAdd new function profile_get_uint() in the e2fsck sources
2007-03-21 Brian Behlendorf[COVERITY] Fix memory leak in profile library
2007-03-19 Brian Behlendorf[COVERITY] Fix segfault bug if the profile directory...
2006-11-15 Theodore Ts'oFix misc. gcc -Wall complaints in the misc and e2fsck...
2006-03-22 Theodore Ts'oTighten up profile parsing code by combining functions
2006-01-06 Theodore Ts'oAdd support for quoted strings in tag and section names
2006-01-05 Theodore Ts'oAdd support to the profile library for /etc/foo/conf...
2006-01-05 Theodore Ts'oMore profile cleanups: remove prf_data_t data structure
2006-01-05 Theodore Ts'oEnhance profile library's parser to accept comments
2006-01-04 Theodore Ts'oAdd syntax error reporting to the profile library
2006-01-03 Theodore Ts'oSimplify profile core functionality
2006-01-02 Theodore Ts'oClean up test driver program for profile.c and #ifdef...
2006-01-02 Theodore Ts'oFix profile.c so that com_err.h doesn't have to be... E2FSPROGS-1.39-WIP-1231
2005-12-31 Theodore Ts'oSlim down profile.c
2005-12-31 Theodore Ts'oFix incorrect location of prof_err.h in profile.c.
2005-12-31 Theodore Ts'oAdd the profile library code to e2fsck