index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
/
Config.in
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix configure sha256sum problem. Closes bug 895
Denys Vlasenko
2010-01-13
1
-3
/
+3
*
dd: speed measurement. optional.
Gabor Heja
2009-10-14
1
-1
/
+10
*
cp: FEATURE_CP_LONG_OPTIONS depends on LONG_OPTS
Denys Vlasenko
2009-10-02
1
-1
/
+1
*
cp: add support for --parents and long option synonyms of short opts
Denys Vlasenko
2009-09-26
1
-1
/
+9
*
tail: implement -F
Eric Lammerts
2009-07-22
1
-1
/
+1
*
updates for supporting Linux kernel build and initrd utilities
Denys Vlasenko
2009-06-26
1
-1
/
+1
*
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-06-19
1
-8
/
+8
*
fsync: new applet by Pekka Pessi (Pekka.Pessi AT nokia.com)
Denys Vlasenko
2009-06-18
1
-0
/
+6
*
FEATURE_FANCY_ECHO needs to be accessible for hush
Denis Vlasenko
2009-04-07
1
-1
/
+1
*
- cosmetic typo in helptext
Bernhard Reutner-Fischer
2009-02-14
1
-1
/
+1
*
sha256,sha512: new applets. +4.9kb
Denis Vlasenko
2008-11-10
1
-0
/
+12
*
setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)
Denis Vlasenko
2008-09-16
1
-1
/
+1
*
build system: echo and test features may be enabled
Denis Vlasenko
2008-08-29
1
-2
/
+2
*
df: add support for more options, add some coreutils 6.10 compat.
Denis Vlasenko
2008-08-28
1
-3
/
+3
*
- wrap overlong lines (Cristian Ionescu-Idbohrn)
Bernhard Reutner-Fischer
2008-07-22
1
-9
/
+10
*
sleep: make fractional seconds separately selectable in .config
Denis Vlasenko
2008-07-15
1
-4
/
+19
*
*: mode tcp/udpsvd to networking, delete ipsvd/*
Denis Vlasenko
2008-03-17
1
-3
/
+3
*
forgotten bit of rmdir long options support
Denis Vlasenko
2008-02-24
1
-0
/
+8
*
tac: new applet. ~240 bytes.
Denis Vlasenko
2008-01-06
1
-0
/
+6
*
df: add -i (conditional on CONFIG)
Denis Vlasenko
2007-11-15
1
-0
/
+7
*
expand, unexpand: new applets from Tito <farmatito@tiscali.it>
Denis Vlasenko
2007-08-13
1
-0
/
+26
*
move several applets to more correct ex-project. No code changes.
Denis Vlasenko
2007-06-12
1
-47
/
+14
*
- move additional fancy options not mandated by SUSv3 into a FANCY option
Bernhard Reutner-Fischer
2007-03-28
1
-2
/
+9
*
- rough prototype for split(1). TODO: Still needs some love since it's way to...
Bernhard Reutner-Fischer
2007-03-25
1
-0
/
+8
*
build system overhaul
Denis Vlasenko
2006-10-05
1
-150
/
+150
*
wc: optionally support very large files in wc
Denis Vlasenko
2006-09-29
1
-0
/
+7
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-5
/
+5
*
made "test" an ash built-in.
Paul Fox
2006-06-08
1
-2
/
+2
*
Remove a config entry that leaked in from my tree before I decided to
Rob Landley
2006-06-06
1
-7
/
+1
*
Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,
Rob Landley
2006-05-31
1
-0
/
+6
*
- add central knob to turn off getopt_long everywhere. EXPERIMENTAL!
Bernhard Reutner-Fischer
2006-05-26
1
-1
/
+29
*
Rob Sullivan cleaned up the longstanding patch from Hideki IWAMOTO to add
Rob Landley
2006-05-16
1
-0
/
+8
*
- add helptext for CONFIG_UNIX2DOS
Bernhard Reutner-Fischer
2006-05-05
1
-0
/
+3
*
Patch from Jason Schoon to add optional SIGUSR1 support to dd.
Rob Landley
2006-05-02
1
-0
/
+12
*
Convert a chunk of usage.h to USE_ and SKIP_ (more to do there), and fix a
Rob Landley
2006-04-25
1
-1
/
+8
*
New applet cksum, from Rob Sullivan.
Rob Landley
2006-04-18
1
-0
/
+6
*
Patch from Robert P Day: let menuconfig indent stuff for us, we don't have
Rob Landley
2006-04-13
1
-28
/
+28
*
- new applet diff. Rob Sullivan writes:
Bernhard Reutner-Fischer
2006-04-06
1
-0
/
+32
*
Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweaked
Rob Landley
2006-02-21
1
-15
/
+0
*
Bug 677: there are apparently still people using telnet.
Rob Landley
2006-02-06
1
-8
/
+8
*
support 64 arith. Close bug 136
"Vladimir N. Oleynik"
2006-01-25
1
-0
/
+9
*
just whitespace
Tim Riker
2006-01-25
1
-2
/
+2
*
- cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding
Bernhard Reutner-Fischer
2006-01-19
1
-70
/
+37
*
- make CONFIG_MD5SUM_SIZE_VS_SPEED configurable via menuconfig.
Bernhard Reutner-Fischer
2006-01-17
1
-0
/
+15
*
Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.
Rob Landley
2005-10-08
1
-1
/
+20
*
re-order a little for alphabetical
Mike Frysinger
2005-09-24
1
-7
/
+7
*
- add applet nohup(1)
Bernhard Reutner-Fischer
2005-09-21
1
-0
/
+6
*
implemented a builtin echo command in ash. moved the guts of the
Paul Fox
2005-08-09
1
-0
/
+1
*
commiting patch from bug 71:
Paul Fox
2005-08-01
1
-2
/
+14
*
Patch by jonlar in Bug 312 to split the U_W_TMP feature into sep UTMP and WTM...
Mike Frysinger
2005-07-01
1
-1
/
+1
[next]