summaryrefslogtreecommitdiff
path: root/e2fsprogs (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* fsck: dead code removal; also disable progress indicator codeDenis Vlasenko2007-01-191-127/+81
* fsck: stop using strtokDenis Vlasenko2007-01-191-73/+84
* fsck: move functions around so that related ones are nearbyDenis Vlasenko2007-01-191-170/+185
* fsck: small optimizationDenis Vlasenko2007-01-191-42/+31
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* style fixesDenis Vlasenko2006-12-261-1/+1
* chattr: bugfixes and size reductionDenis Vlasenko2006-12-261-38/+28
* trivial size reductionDenis Vlasenko2006-12-261-24/+24
* leftover of e2fsck surgeryDenis Vlasenko2006-12-261-82/+36
* put small subset of e2fsprogs back in the tree:Denis Vlasenko2006-12-26142-0/+42719
* remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko2006-12-26133-40208/+0
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-214-8/+9
* remove casts from xmalloc()Denis Vlasenko2006-12-192-3/+3
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]Denis Vlasenko2006-12-161-2/+2