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
/
coreutils
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
9
-52
/
+29
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
14
-176
/
+164
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-3
/
+18
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
32
-36
/
+39
*
dos2unix: tiny shrink
Denis Vlasenko
2008-03-17
1
-8
/
+7
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-8
/
+1
*
actually add bb_qsort.c
Denis Vlasenko
2008-03-02
1
-1
/
+1
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-0
/
+1
*
lpd: spool mode added by Vladimir
Denis Vlasenko
2008-02-25
1
-3
/
+1
*
forgotten bit of rmdir long options support
Denis Vlasenko
2008-02-24
1
-0
/
+8
*
rmdir: optional long options support for Debian users. +68 bytes.
Denis Vlasenko
2008-02-24
1
-12
/
+21
*
less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1)
Denis Vlasenko
2008-02-24
1
-33
/
+33
*
tail: fix "tail -c 20 /dev/huge_disk" (was taking ages)
Denis Vlasenko
2008-02-19
2
-38
/
+43
*
dos2unix: shrink
Denis Vlasenko
2008-02-17
1
-27
/
+12
*
libbb: introduce bb_signals and bb_signals_recursive,
Denis Vlasenko
2008-02-16
1
-2
/
+2
*
random s/short/int/
Denis Vlasenko
2008-02-16
1
-0
/
+1
*
cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470
Denis Vlasenko
2008-02-13
1
-0
/
+6
*
sort: -z outputs NUL terminated lines. Closes bug 1591.
Denis Vlasenko
2008-02-13
1
-2
/
+3
*
- spelling fixes
Bernhard Reutner-Fischer
2008-02-11
1
-1
/
+1
*
test: fix mishandling of 'test ! arg1 op arg2 more args'; add testsuite
Denis Vlasenko
2008-02-09
1
-22
/
+27
*
README: doccument the need of CONFIG_DESKTOP
Denis Vlasenko
2008-02-08
2
-14
/
+10
*
nohup: compat patch by Christoph Gysin <mailinglist.cache at gmail.com>
Denis Vlasenko
2008-02-04
1
-15
/
+33
*
*: tidy up usage of char **environ
Denis Vlasenko
2008-01-28
2
-3
/
+0
*
stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....
Denis Vlasenko
2008-01-27
1
-20
/
+4
*
tac: handle NULs properly. +145 bytes
Denis Vlasenko
2008-01-09
1
-11
/
+35
*
whitespace fixes
Denis Vlasenko
2008-01-07
1
-3
/
+3
*
tac: *really* add tac.c now
Denis Vlasenko
2008-01-07
1
-0
/
+68
*
tac: new applet. ~240 bytes.
Denis Vlasenko
2008-01-06
2
-0
/
+7
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
2
-2
/
+2
*
od: reduce data/bss usage (code size went down too)
Denis Vlasenko
2007-12-24
1
-41
/
+30
*
dd: fix a bug where we don't report write errors
Denis Vlasenko
2007-12-02
1
-19
/
+22
*
test: stop using lots of bss.
Denis Vlasenko
2007-11-30
1
-28
/
+64
*
touch: accept and ignore -f
Denis Vlasenko
2007-11-28
1
-1
/
+2
*
stty: reorganize data tables - save 0.5k
Denis Vlasenko
2007-11-24
1
-151
/
+376
*
remove echo_main -> bb_echo indirection
Denis Vlasenko
2007-11-24
1
-12
/
+8
*
cut: add proper stdout error handling, fix "-" handling;
Denis Vlasenko
2007-11-23
1
-39
/
+37
*
ash: fix bug where redirection of closed fd was leaving it open afterwards.
Denis Vlasenko
2007-11-22
1
-2
/
+139
*
stty: mark variable as static
Denis Vlasenko
2007-11-18
1
-1
/
+1
*
- use standard-imposed constants some more
Bernhard Reutner-Fischer
2007-11-16
4
-5
/
+5
*
- remove most of the forward declarations. No obj-code changes.
Bernhard Reutner-Fischer
2007-11-16
1
-244
/
+241
*
- add note about SUSv3 missing options.
Bernhard Reutner-Fischer
2007-11-16
1
-1
/
+2
*
who: add -a (by Tito)
Denis Vlasenko
2007-11-16
1
-4
/
+4
*
df: add -a
Denis Vlasenko
2007-11-15
1
-8
/
+14
*
df: add -i (conditional on CONFIG)
Denis Vlasenko
2007-11-15
2
-4
/
+29
*
tr: more of code shrink (getopt32-ification)
Denis Vlasenko
2007-11-13
1
-30
/
+18
*
tr: better comments, small code shrink
Denis Vlasenko
2007-11-13
1
-47
/
+60
*
tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)
Denis Vlasenko
2007-11-13
1
-3
/
+5
*
who: code shrink by Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-11-13
1
-3
/
+1
*
who: fix wrong date/time field size
Denis Vlasenko
2007-11-11
1
-2
/
+3
*
readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too small
Denis Vlasenko
2007-11-10
1
-2
/
+2
[prev]
[next]