index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e2fsprogs
/
old_e2fsprogs
/
e2fsck.c
Age
Commit message (
Expand
)
Author
2010-03-05
*: use NULL for null pointers
Denys Vlasenko
2010-01-08
old_e2fsprogs/e2fsck.c: fix indentation
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-07-04
fix dependencies of FEATURE_GETOPT_LONG
Denys Vlasenko
2009-03-09
*: move get_sock_lsa and xwrite_str to libbb, use where appropriate
Denis Vlasenko
2009-02-02
udhcpd: add code which rejects lease files with suspicious or old timestamp.
Denis Vlasenko
2008-12-24
*: tweak error messages
Denis Vlasenko
2008-11-05
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-09-27
more style fixes, no code changes
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2007-09-30
replace printf with fputs where appropriate
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-07-21
style fix (stray space before ';')
Denis Vlasenko
2007-04-11
style fixes, no code changes.
Denis Vlasenko
2007-04-04
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-03-11
kill superfluous returns at the end of void functions
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-12-26
put small subset of e2fsprogs back in the tree:
Denis Vlasenko