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
/
util-linux
/
fsck_minix.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
config: add size information for three more applets
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
fsck_minix,mkfs_minix: fix "strict-aliasing" warnings
Denys Vlasenko
2017-08-16
1
-3
/
+6
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+1
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-6
/
+6
*
libbb: consolidate the code to set termios unbuffered mode
Denys Vlasenko
2017-01-11
1
-5
/
+1
*
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+14
*
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
1
-8
/
+8
*
Use unsigned printf/scanf conversion where more appropriate
Denys Vlasenko
2013-11-29
1
-1
/
+1
*
whitespace cleanup. no code changes
Denys Vlasenko
2013-01-14
1
-34
/
+33
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-1
/
+0
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+13
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+0
*
*: style fixes. no code changes (verified with objdump)
Denys Vlasenko
2010-01-28
1
-2
/
+6
*
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-13
1
-8
/
+8
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-1
/
+1
*
*: random code shrink
Denys Vlasenko
2009-10-29
1
-6
/
+8
*
fix mountpoint test to not prevemt mkfs_xxx from making image in any file
Denys Vlasenko
2009-07-18
1
-1
/
+1
*
df: fix "df /"
Denys Vlasenko
2009-07-05
1
-32
/
+22
*
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2009-04-21
1
-1
/
+1
*
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-11-05
1
-3
/
+3
*
- s/super.block/superblock/g; # for consistency; -1b
Bernhard Reutner-Fischer
2008-07-21
1
-15
/
+15
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
mkfs_minix, fsck_minix: code shrink
Denis Vlasenko
2008-06-25
1
-3
/
+3
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-6
/
+6
*
- mention FIXME use find_mount_point()
Bernhard Reutner-Fischer
2008-05-19
1
-2
/
+2
*
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
fsck_minix: getopt32-ification; code shrink; reduce stack usage;
Denis Vlasenko
2008-03-17
1
-221
/
+133
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-2
/
+2
*
fsck_minix: forgotten bit of previous commit...
Denis Vlasenko
2007-06-13
1
-0
/
+1
*
fsck_minix: stop using data/bss
Denis Vlasenko
2007-06-13
1
-123
/
+130
*
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-13
1
-2
/
+1
*
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-12
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
fsck_minix: stop using large buffers in bss
Denis Vlasenko
2007-03-13
1
-12
/
+26
*
minix utils: de-inline bit ops (saves ~130 bytes)
Denis Vlasenko
2007-02-06
1
-10
/
+22
*
minix utils: make a message easier to understand; small tweaks
Denis Vlasenko
2007-02-06
1
-8
/
+12
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
whitespace fixes (leading spaces to tab)
Denis Vlasenko
2007-01-13
1
-1
/
+1
*
fsck_minix: tiny optimization
Denis Vlasenko
2007-01-03
1
-9
/
+3
*
forgot to svn add util-linux/minix.h :(
Denis Vlasenko
2007-01-03
1
-1
/
+1
*
fbset: move variable from data to bss
Denis Vlasenko
2007-01-03
1
-24
/
+24
*
factor out minix structures/constants into minix.h
Denis Vlasenko
2007-01-03
1
-191
/
+131
*
fsck_minix: optimizations. ~130 bytes
Denis Vlasenko
2007-01-03
1
-44
/
+47
*
introduce small[u]int
Denis Vlasenko
2007-01-03
1
-64
/
+69
*
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-11-18
1
-1
/
+1
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-2
/
+2
[next]