summaryrefslogtreecommitdiff
path: root/e2fsprogs
Commit message (Expand)AuthorAgeFilesLines
...
* more style fixes, no code changesDenis Vlasenko2008-09-273-22/+22
* style fixes, no code changesDenis Vlasenko2008-09-273-11/+11
* whitespace fixesDenis Vlasenko2008-09-251-2/+2
* fsck: use getmntent_r instead of open-coded parsing. By VladimirDenis Vlasenko2008-08-201-116/+17
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-222-2/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-216-9/+9
* cpio: internalize archive_xread_all_eof. add a few paranoia checksDenis Vlasenko2008-07-121-1/+1
* libbb: introduce and use xrealloc_vectorDenis Vlasenko2008-07-081-3/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-055-7/+7
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-272-4/+4
* style fixes, no code changesDenis Vlasenko2008-06-262-4/+4
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-075-7/+7
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-091-0/+8
* fix a few stray unguarded strdup'sDenis Vlasenko2008-03-281-1/+1
* *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko2008-03-261-1/+1
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-201-2/+1
* volume_id: disable detection routines which are not setting label and uuid an...Denis Vlasenko2008-03-171-29/+30
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-4/+2
* clean up TODO file. No real code changes.Denis Vlasenko2008-03-173-6/+3
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-173-4/+4
* fsck: shrink (we were passing around some params which were unused)Denis Vlasenko2008-03-171-137/+100
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-5/+2
* less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)Denis Vlasenko2008-02-241-2/+2
* support for mount by label (not yet tested)Denis Vlasenko2008-02-181-17/+1
* fsck: don't kill pid -1! (Roy Marples <roy at marples.name>)Denis Vlasenko2008-02-021-0/+6
* save a bit of code with *strchrnul = '\0' trickDenis Vlasenko2007-12-261-3/+1
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-242-2/+2
* e2fsprogs: code shrinkDenis Vlasenko2007-10-304-58/+80
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-117-7/+7
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-012-2/+2
* replace printf with fputs where appropriateDenis Vlasenko2007-09-301-2/+2
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-279-17/+17
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-182-2/+2
* Comment out "#include <strings.h>" everywhereDenis Vlasenko2007-08-161-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-126-17/+17
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-22/+18
* style fix (stray space before ';')Denis Vlasenko2007-07-218-12/+12
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-3/+3
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-267-7/+7
* e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)Denis Vlasenko2007-04-153-83/+82
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-1/+0
* style fixes, no code changes.Denis Vlasenko2007-04-111-1/+1
* style fixes. No code changes.Denis Vlasenko2007-04-101-1/+1
* - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"Bernhard Reutner-Fischer2007-04-044-12/+12
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)Denis Vlasenko2007-03-261-6/+1
* Attempt to get more applets compile for NOMMU.Denis Vlasenko2007-03-261-13/+2
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyDenis Vlasenko2007-03-251-1/+2
* kill superfluous returns at the end of void functionsDenis Vlasenko2007-03-1110-15/+0
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-039-0/+9