Patch from Rogelio Serrano to defer checking whether the tty exists until
[oweals/busybox.git] / e2fsprogs /
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
2006-03-18 Mike Frysingerdeclare const id argument const for probe_{ext2,ext3...
2006-03-18 Mike Frysingerneed string.h as well as strings.h
2006-03-18 Mike Frysingerneed EXT2FS_OBJS for fsck
2006-03-13 Bernhard Reutner... - revert back to r14406
2006-03-09 Bernhard Reutner... - backout using features which are not available with...
2006-03-08 Mike Frysingerimport most of e2fsprogs 1.38 updates
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-03-06 Bernhard Reutner... - workaround bug in make-3.81beta4:
2006-03-02 Bernhard Reutner... - use absolute path for top_builddir and top_srcdir.
2006-03-01 Bernhard Reutner... - fixes parallel builds (make -j)
2006-03-01 Rob LandleyCleanup patch from Denis Vlasenko. Mostly variants...
2006-02-24 Rob LandleyI was playing around with a dependency generator a...
2006-02-23 Bernhard Reutner... - put NLS stuff in one central place to avoid redefines.
2006-02-21 Rob LandleyDon't build directory libraries unless we're building...
2006-02-02 Mike Frysingermake the build system puuuuuuuuuuurty
2006-01-30 Eric Andersenhopefully the last of the annoying signed/unsigned...
2006-01-25 Tim Rikerjust whitespace
2006-01-24 Rob LandleyOnce more, with fewer inappropriate semicolons.
2006-01-23 Rob LandleyKen McGuire's patch to make mke2fs and e2fsck work...
2006-01-22 Bernhard Reutner... - add platform.h.
2006-01-15 Bernhard Reutner... - shared libbusybox.
2005-11-26 "Vladimir N. Oleynik"remove bug: fsck do not know path
2005-11-26 "Vladimir N. Oleynik"change the interface of libbb/compare_string_array...
2005-11-26 "Vladimir N. Oleynik"more use const for interface of libbb/compare_string_ar...
2005-10-20 "Vladimir N. Oleynik"another more const
2005-10-15 "Vladimir N. Oleynik"more const, all data to text
2005-10-12 "Vladimir N. Oleynik"perror correction
2005-10-12 "Vladimir N. Oleynik"create e2fs_set_sbin_path(), noticed by Tito, Thanks
2005-10-12 "Vladimir N. Oleynik"usage bb_dev_null
2005-10-12 "Vladimir N. Oleynik"make fsck.h as common, e2fsck: includes correct
2005-10-12 "Vladimir N. Oleynik"more busyboxes, remove 1 extern function (mainstream...
2005-10-12 "Vladimir N. Oleynik"more busyboxes
2005-10-10 "Vladimir N. Oleynik"bb_mkdep: Rewroted. removed problem "include name must...
2005-10-05 Bernhard Reutner... - Fix spurious rebuilds for (parallel) out-of-tree...
2005-10-05 Bernhard Reutner... - fix building out-of-tree;
2005-10-05 Mike Frysingeras Tito points out, e2fsck and fsck need more dependencies
2005-10-02 Mike Frysingerexcellent shrinkage patch by Tito
2005-10-02 Mike Frysingerclean out unneeded E2FSCK variables
2005-09-30 Bernhard Reutner... typo
2005-09-30 Bernhard Reutner... - remove duplicate entry of resolve.c in BLKID_SRC
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-09-29 "Vladimir N. Oleynik"forgotten putenv
2005-09-29 "Vladimir N. Oleynik"more busybox's style for fsck.c, size reduce
2005-09-28 "Vladimir N. Oleynik"more const, inline, forward declaration usage, strip...
2005-09-27 "Vladimir N. Oleynik"move e2fsck/* to e2fsck.c, one e2fsck_main and jornal...
2005-09-27 Mike Frysingerfix building w/out et headers and w/out debug
2005-09-25 Mike Frysingerfix building with debugging enabled #413
2005-09-24 Mike Frysingerforce nodebug by default
2005-09-24 Mike Frysingeruse the shorter license header
2005-09-24 Mike Frysingerimport the very fat e2fsck/fsck applets
2005-09-24 Mike Frysingermake sure we include local header files
2005-09-24 Mike Frysingererr, fix stupid mistake in previous do_findfs() change
2005-09-24 Mike Frysingeruse brief license line
2005-09-24 Mike Frysingerfix broken whitespace and remove pointless mkdir
2005-09-24 Mike Frysingermake e2label and findfs optional
2005-09-19 "Vladimir N. Oleynik"hmm, forgoten remove llseek?
2005-09-19 "Vladimir N. Oleynik"mke2fs.c can compiled for me, more bb_xstrdup and bb_xa...
2005-09-07 Rob LandleyFix warnings.
2005-08-24 Rob LandleyBernhard Fischer submitted a couple of Makefile patches:
2005-07-30 Mike Frysingeronly declare do_swap if we need it
2005-07-30 Mike Frysingerapgo in Bug 351 says: punt parse_version_number since...
2005-07-27 Mike Frysingeruse toplevel ARFLAGS and update default ARFLAGS to...
2005-06-28 Mike Frysingerrip out all the non-linux code and ugly workarounds
2005-06-17 Mike FrysingerTito says: unify verbose/quiet flags
2005-06-17 Mike FrysingerTito says: strip unused program_name
2005-06-12 Mike Frysingeruse xmalloc instead of malloc
2005-06-11 Mike Frysingeruse malloc instead of xmalloc
2005-06-11 Mike Frysingeruse xmalloc() instead of malloc()
2005-06-11 Mike Frysingeruse xmalloc() and bb_perror_msg_and_die()
2005-06-11 Mike Frysingerremove com_err.h includes
2005-06-11 Mike FrysingerDOS only crap
2005-06-11 Mike Frysingerimport initial fat mke2fs
2005-06-11 Mike Frysingerimport tune2fs support
2005-06-11 Mike Frysingerfix signed/unsigned char pointers
2005-06-11 Mike Frysingeroops, we only want to affect local CFLAGS
2005-06-11 Mike Frysingerinitial fat tune2fs/findfs/e2label source
2005-06-11 Mike Frysingerreplace simple is_null func with a memcmp define
2005-06-11 Mike Frysingerforce including of e2fsbb.h and move the HAVE_* defines...
2005-06-11 Mike Frysingermake sure clean removes objects in subdirs
2005-06-11 Mike Frysingerneed strings.h for ffs()
2005-06-11 Mike Frysingeronly define some variables if legacy EXT2FS_ENABLE_SWAP...
2005-06-11 Mike Frysingerreplace simple functions with defines
2005-06-11 Mike Frysingerwhitespace updates
2005-06-11 Mike Frysingerreplace functions with defines
2005-06-11 Mike Frysingerwhitespace updates
2005-06-11 Mike Frysingerwhitespace updates
2005-06-11 Mike Frysingerrecode functions to shrink size
2005-06-11 Mike Frysingersetup the HAVE_* defines
2005-05-16 Mike Frysingermake sure we add the local dir to the include path
2005-05-11 Eric AndersenThis makefile was a mess. Fix it to work as intended.
2005-05-09 Mike Frysingerimport more libs to prep for new e2fsprogs
2005-05-09 Mike Frysingerimport ext2fs lib to prep for new e2fsprogs
2005-05-09 Mike Frysingerno longer applies
2005-05-09 Mike Frysingerimport base_device.c for fsck
2005-05-09 Mike Frysingerremove unused files
2005-05-09 Mike Frysingertrim out useless defines and use some busybox funcs
2005-05-09 Mike Frysingeroverride nls P_() macro
2005-05-07 Mike Frysingerpatch by Tito which uses a lot more busybox functions...
2005-05-07 Mike Frysingerupdate e2p target to match condensed files
next