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
*
Merge branch 'busybox' into merge
Ron Yorston
2016-07-07
9
-39
/
+41
|
\
|
*
getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST
Denys Vlasenko
2016-07-06
7
-17
/
+13
|
*
df: use f_frsize instead of f_bsize for correct sizes
Natanael Copa
2016-06-24
1
-10
/
+10
|
*
cp: add -u/--update and --remove-destination
Denys Vlasenko
2016-05-27
1
-12
/
+18
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
14
-21
/
+47
|
\
|
|
*
*: slap on a few ALIGN1/2s where appropriate
Denys Vlasenko
2016-04-22
1
-3
/
+3
|
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
7
-15
/
+20
|
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
6
-3
/
+6
|
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
14
-16
/
+34
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-04-04
2
-9
/
+12
|
\
|
|
*
sort: "-o FILE", not "-o", is the syntax
Denys Vlasenko
2016-04-02
1
-4
/
+4
|
*
sort: help text does not need to say that -mST are supported but ignored
Denys Vlasenko
2016-04-02
1
-2
/
+5
|
*
ls: fix columnar output. Closes 8731
Denys Vlasenko
2016-03-06
1
-3
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-02-22
4
-41
/
+73
|
\
|
|
*
dd: support iflag=skip_bytes
Rafał Miłecki
2016-02-01
1
-27
/
+51
|
*
printf: short-circuit output when argument to %b includes \c
Ron Yorston
2016-01-31
1
-3
/
+9
|
*
dos2unix: try to preserve ownership. closes 8311
Denys Vlasenko
2016-01-17
1
-9
/
+11
|
*
truncate: use O_WRONLY|O_NONBLOCK
Mike Frysinger
2016-01-13
1
-1
/
+1
|
*
truncate: always set mode when opening file to avoid fortify errors
Ari Sundholm
2016-01-13
1
-1
/
+1
*
|
Update default configuration
Ron Yorston
2015-11-01
1
-1
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
6
-68
/
+122
|
\
|
|
*
stat: make -f optional. This allows to build stat for non-linux systems
Denys Vlasenko
2015-10-30
2
-36
/
+61
|
*
tr: support octal ranges
Richard Genoud
2015-10-26
1
-5
/
+18
|
*
libbb: factor out code which queries screen width
Denys Vlasenko
2015-10-23
2
-2
/
+2
|
*
sort: fix ENDCHAR handling in "-kSTART,N.ENDCHAR"
Denys Vlasenko
2015-10-19
1
-3
/
+4
|
*
sort: code shrink
Denys Vlasenko
2015-10-19
1
-18
/
+22
|
*
remove extra debug printout
Denys Vlasenko
2015-10-19
1
-1
/
+0
|
*
sort: fix key with delimiters breakage
Denys Vlasenko
2015-10-19
1
-5
/
+16
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-19
4
-130
/
+149
|
\
|
|
*
libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1
Denys Vlasenko
2015-10-19
1
-4
/
+0
|
*
od: get rid of (almost all) statics
Denys Vlasenko
2015-10-19
1
-108
/
+122
|
*
cpio: implement -R/--owner
Aaro Koskinen
2015-10-16
1
-2
/
+2
|
*
du: extra compat: with -k and -m, round sizes up
Denys Vlasenko
2015-10-15
1
-14
/
+23
|
*
libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)
Denys Vlasenko
2015-10-14
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
8
-13
/
+30
|
\
|
|
*
build system: -fno-builtin-printf
Denys Vlasenko
2015-10-07
2
-2
/
+2
|
*
libbb: more compact API for bb_parse_mode()
Denys Vlasenko
2015-10-07
4
-6
/
+8
|
*
uudecode: tolerate text input with CR+LF line ends
Denys Vlasenko
2015-10-05
1
-1
/
+12
|
*
sort: fix -kN,M handling (was including last separator into the comparison)
Denys Vlasenko
2015-09-19
1
-4
/
+8
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-08-04
5
-19
/
+86
|
\
|
|
*
uname: make OS name configurable
Ron Yorston
2015-08-03
2
-2
/
+10
|
*
echo: make escape sequences depend on fancy mode
Mike Frysinger
2015-07-31
1
-1
/
+1
|
*
sync: add support for -d -f FILE
Denys Vlasenko
2015-07-21
3
-10
/
+75
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
7
-11
/
+20
|
\
|
|
*
Removes stray empty line from code
Maninder Singh
2015-07-13
1
-1
/
+0
|
*
fix whitespaces
Maninder Singh
2015-06-07
1
-1
/
+1
|
*
chown: fix help text
Junling Zheng
2015-06-07
1
-1
/
+1
|
*
truncate: do not die when a file doesn't exist and no-create flag is on
Ari Sundholm
2015-05-25
1
-5
/
+15
|
*
typo fixes
Maninder Singh
2015-05-25
3
-3
/
+3
*
|
Merge branch 'busybox' into merge
FRP
Ron Yorston
2015-05-18
4
-22
/
+13
|
\
|
[next]