index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
e2fsprogs
/
fsck.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbb: introduce and use is_prefixed_with()
Denys Vlasenko
2015-03-12
1
-20
/
+20
*
whitespace fixes. no code changes
Denys Vlasenko
2013-01-14
1
-2
/
+2
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-13
1
-2
/
+1
*
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...
Pere Orga
2011-04-03
1
-0
/
+14
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-12
1
-2
/
+2
*
libbb: add skip_dev_pfx()
Denys Vlasenko
2010-04-06
1
-4
/
+4
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
fsck: add comment clarifying exit codes
Denys Vlasenko
2009-11-15
1
-1
/
+10
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-1
/
+1
*
fsck: more clever (->smaller) handling of parameters
Denys Vlasenko
2009-09-13
1
-26
/
+25
*
fsck: remove a few statics
Denys Vlasenko
2009-09-13
1
-51
/
+42
*
Fix forgotten license comments
Denis Vlasenko
2008-12-07
1
-4
/
+1
*
whitespace fixes
Denis Vlasenko
2008-09-25
1
-2
/
+2
*
fsck: use getmntent_r instead of open-coded parsing. By Vladimir
Denis Vlasenko
2008-08-20
1
-116
/
+17
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-3
/
+3
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
fsck: shrink (we were passing around some params which were unused)
Denis Vlasenko
2008-03-17
1
-137
/
+100
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-5
/
+2
*
less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
Denis Vlasenko
2008-02-24
1
-2
/
+2
*
fsck: don't kill pid -1! (Roy Marples <roy at marples.name>)
Denis Vlasenko
2008-02-02
1
-0
/
+6
*
save a bit of code with *strchrnul = '\0' trick
Denis Vlasenko
2007-12-26
1
-3
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-2
/
+2
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-22
/
+18
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
1
-1
/
+0
*
- sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g"
Bernhard Reutner-Fischer
2007-04-04
1
-3
/
+3
*
zcip: make it work on NOMMU (+ improve NOMMU support machinery)
Denis Vlasenko
2007-03-26
1
-6
/
+1
*
Attempt to get more applets compile for NOMMU.
Denis Vlasenko
2007-03-26
1
-13
/
+2
*
add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy
Denis Vlasenko
2007-03-25
1
-1
/
+2
*
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
Denis Vlasenko
2007-02-06
1
-1
/
+1
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
fsck: dead code removal; also disable progress indicator code
Denis Vlasenko
2007-01-19
1
-127
/
+81
*
fsck: stop using strtok
Denis Vlasenko
2007-01-19
1
-73
/
+84
*
fsck: move functions around so that related ones are nearby
Denis Vlasenko
2007-01-19
1
-170
/
+185
*
fsck: small optimization
Denis Vlasenko
2007-01-19
1
-42
/
+31
*
style fixes
Denis Vlasenko
2006-12-26
1
-1
/
+1
*
leftover of e2fsck surgery
Denis Vlasenko
2006-12-26
1
-82
/
+36
*
put small subset of e2fsprogs back in the tree:
Denis Vlasenko
2006-12-26
1
-0
/
+1319
*
remove e2fsprogs. Nobody volunteered to clean up that mess
Denis Vlasenko
2006-12-26
1
-1392
/
+0
*
introduce LONE_CHAR (optimized strcmp with one-char string)
Denis Vlasenko
2006-12-21
1
-2
/
+2
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
1
-2
/
+2
*
style cleanup: return(a) -> return a, part 1
Denis Vlasenko
2006-11-27
1
-1
/
+1
*
rename: compare_string_array -> index_in_str_array
Denis Vlasenko
2006-11-05
1
-2
/
+2
[next]