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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from
Matt Kraai
2001-11-12
1
-3
/
+3
*
Change strdup calls to xstrdup (patch from Steve Merrifield).
Matt Kraai
2001-11-12
9
-22
/
+22
*
Brag.
Matt Kraai
2001-11-12
1
-1
/
+1
*
Eliminate unused variable warnings.
Matt Kraai
2001-11-12
1
-0
/
+2
*
Use fopen wrapper.
Matt Kraai
2001-11-12
3
-13
/
+8
*
Add redhat and slackware
Eric Andersen
2001-11-10
1
-0
/
+2
*
Add in Redhat
Eric Andersen
2001-11-10
1
-0
/
+1
*
Some more minor build cleanups
Eric Andersen
2001-11-10
3
-42
/
+43
*
Add in grep -E support
Eric Andersen
2001-11-10
1
-0
/
+8
*
I forgot to add these. Part of the patch from vodz
Eric Andersen
2001-11-10
2
-0
/
+204
*
Cleanup some config problems. Add a sane default config that basically
Eric Andersen
2001-11-10
6
-13
/
+307
*
Only use -mpreferred-stack-boundary with gcc versions that support it
Eric Andersen
2001-11-10
1
-3
/
+5
*
Latest patch from vodz:
Eric Andersen
2001-11-10
10
-305
/
+94
*
oops
Eric Andersen
2001-11-10
1
-1
/
+0
*
Can't use RESERVE_CONFIG_BUFFER here since the allocation
Eric Andersen
2001-11-10
1
-1
/
+3
*
|2001-10-08 Rodney Brown <rbrown64@csc.com.au>
Eric Andersen
2001-11-10
3
-94
/
+243
*
Mention that glibc-2.2 is supported
Eric Andersen
2001-11-10
1
-2
/
+3
*
more config.in entries from Giulio Orsero <giulioo@pobox.com>
Eric Andersen
2001-11-10
3
-8
/
+64
*
config.in features patch from Giulio Orsero <giulioo@pobox.com>
Eric Andersen
2001-11-10
6
-10
/
+61
*
Remove comments about 'make bzImage'
Eric Andersen
2001-11-07
1
-1
/
+1
*
Force main to always be included
Eric Andersen
2001-11-06
1
-1
/
+1
*
Fix spelling
Eric Andersen
2001-11-05
1
-1
/
+1
*
Fix create list segfault
Glenn L McGrath
2001-11-03
1
-1
/
+2
*
Required for od and hexdump applets
Glenn L McGrath
2001-11-02
1
-0
/
+42
*
Introduce od and hexdump applets
Glenn L McGrath
2001-11-02
8
-1
/
+1334
*
New.
Matt Kraai
2001-10-31
1
-0
/
+3
*
Remove completed task.
Matt Kraai
2001-10-31
1
-5
/
+0
*
Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.
Matt Kraai
2001-10-31
3
-0
/
+3
*
Make egrep only set REG_EXTENDED flag.
Matt Kraai
2001-10-31
3
-1
/
+2
*
*** empty log message ***
Eric Andersen
2001-10-31
1
-1
/
+0
*
Fix location of Configure.help
Eric Andersen
2001-10-31
1
-3
/
+3
*
Move usage.h to include/usage.h
Eric Andersen
2001-10-31
4
-1906
/
+16
*
Patch from Aaron Lehmann <aaronl@vitelus.com>;
Eric Andersen
2001-10-31
1
-26
/
+24
*
Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>
Eric Andersen
2001-10-31
3
-0
/
+549
*
Add the run-parts applet submitted by Emanuele Aina
Eric Andersen
2001-10-31
1
-0
/
+294
*
Fixup some silly prototype warnings
Eric Andersen
2001-10-31
4
-13
/
+11
*
Patch from ASA <llb@udm.net.ru> to that source files
Eric Andersen
2001-10-31
1
-6
/
+25
*
Run parts applet by Emanuele Aina <faina.mail@tiscalinet.it>
Eric Andersen
2001-10-31
8
-2
/
+58
*
Document CONFIG_RUN_PARTS, patch from Emanuele Aina <faina.mail@tiscalinet.it>
Eric Andersen
2001-10-31
1
-0
/
+12
*
Add Gennady Feldman
Eric Andersen
2001-10-31
1
-0
/
+4
*
start-stop-deamon is done
Eric Andersen
2001-10-31
1
-1
/
+0
*
Patch from Charles Steinkuehler <charles@steinkuehler.net>
Eric Andersen
2001-10-31
1
-0
/
+1
*
Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>:
Eric Andersen
2001-10-31
1
-56
/
+58
*
patch from vodz:
Eric Andersen
2001-10-31
2
-72
/
+52
*
patch from Giulio Orsero <giulioo@pobox.com>
Eric Andersen
2001-10-31
1
-0
/
+27
*
- fixed typos
John Beppu
2001-10-31
1
-8
/
+12
*
Merge test suite.
Matt Kraai
2001-10-30
73
-0
/
+660
*
Use extended regular expressions when invoked as egrep (noted and initial
Matt Kraai
2001-10-29
3
-1
/
+9
*
Add killall (noted by Giulio Orsero).
Matt Kraai
2001-10-29
1
-1
/
+4
*
As Aaron Lehmann just pointed out, I forgot a line...
Eric Andersen
2001-10-28
1
-0
/
+1
[next]