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
*
If config file can not be parsed, use compiled in BB_SUID_... values as a
Robert Griebl
2002-06-06
1
-55
/
+71
*
Fix buffer overflows noted by Gerardo Puga
Eric Andersen
2002-06-06
1
-1
/
+5
*
Fix buffer overflows noted by Gerardo Puga
Eric Andersen
2002-06-06
1
-14
/
+20
*
Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>
Eric Andersen
2002-06-06
1
-1
/
+1
*
Lets give this a try...
Eric Andersen
2002-06-06
1
-7
/
+6
*
Email addr fix
Eric Andersen
2002-06-06
1
-2
/
+1
*
Patch from Gyepi SAM <gyepi@praxis-sw.com>:
Eric Andersen
2002-06-06
1
-10
/
+6
*
Patch from Gyepi SAM <gyepi@praxis-sw.com>:
Eric Andersen
2002-06-06
1
-2
/
+7
*
Patch from vodz to only setenv PATH when PATH changes, which is much
Eric Andersen
2002-06-06
1
-3
/
+3
*
Per discussion with vodz, Tim's changes do not seem to make sense.
Eric Andersen
2002-06-06
1
-5
/
+5
*
last_patch41 from vodz to fix stty -F and similar
Eric Andersen
2002-06-06
1
-3
/
+22
*
plug fd leak noticed by Russ Dill
Eric Andersen
2002-06-05
2
-0
/
+2
*
Bigger patch for (partial) tinylogin integration
Robert Griebl
2002-06-04
30
-2
/
+4123
*
Fix for broken handling off BusyBox's own pwd/grp implementations
Robert Griebl
2002-06-04
12
-14
/
+98
*
Implement two types of suid/sgid support for BusyBox:
Robert Griebl
2002-06-04
5
-180
/
+491
*
Cleaned up Erik's fgets -> read patch and fixed a buffer overflow
Robert Griebl
2002-06-04
1
-36
/
+38
*
Avoid stack munching stdio implementations.
Eric Andersen
2002-06-04
1
-75
/
+100
*
Fixed a realloc bug found by Martin Volf
Robert Griebl
2002-06-02
1
-3
/
+3
*
Include busybox.h before testing CONFIG_LOCALE_SUPPORT.
Manuel Novoa III
2002-05-29
1
-2
/
+2
*
Patch from Randolfe Averty to fixup package conflict checks, cleanup some mem...
Glenn L McGrath
2002-05-29
2
-75
/
+127
*
Added support for /etc/modules.conf parsing
Robert Griebl
2002-05-28
1
-18
/
+105
*
Added include for isdigit(); simplified -<num> detection
Robert Griebl
2002-05-27
2
-2
/
+4
*
Ensure that insmod supports at least one MODULE_INTERFACE
Eric Andersen
2002-05-24
1
-0
/
+3
*
Patch from Magnus Damm <damm@opensource.se> to rework things
Eric Andersen
2002-05-24
1
-381
/
+488
*
Made exit code SysV compliant. Also added -s (single pid) flag.
Robert Griebl
2002-05-22
1
-12
/
+9
*
Some cleanups, some size reductions and some buffer overflow checks
Robert Griebl
2002-05-22
1
-61
/
+43
*
Support old-style compress (.Z) files via libbb / unzip( ) calls
Robert Griebl
2002-05-19
3
-0
/
+939
*
ping return 1 if can't ping
Tim Riker
2002-05-18
1
-5
/
+5
*
SUpport old style -[::digit::] options for head and tail
Robert Griebl
2002-05-17
2
-1
/
+11
*
Reduced code size for new -e flag (suggested by vodz)
Robert Griebl
2002-05-16
1
-17
/
+9
*
Doh! Remember to close /etc/inittab
Eric Andersen
2002-05-15
1
-0
/
+1
*
Support old-style compress (.Z) files via libbb / unzip( ) calls
Robert Griebl
2002-05-15
6
-4
/
+58
*
gunzip'ing many files to stdout works now
Robert Griebl
2002-05-15
1
-6
/
+9
*
Don't delete source file when decompressing to stdout
Robert Griebl
2002-05-15
1
-1
/
+2
*
Complete rewrite to support stack loading/unloading with proper
Robert Griebl
2002-05-14
1
-94
/
+145
*
Added support for -Y|--proxy=on/off to wget
Robert Griebl
2002-05-14
2
-8
/
+17
*
Add --login support. This is the bash way of starting a shell that should
Robert Griebl
2002-05-14
1
-3
/
+10
*
This patch adds -e (extended information) to route and -r/-e (show routing
Robert Griebl
2002-05-14
1
-2
/
+5
*
This patch adds -e (extended information) to route and -r/-e (show routing
Robert Griebl
2002-05-14
2
-23
/
+70
*
Entries with "noauto" options are ignored correctly when mounting all
Robert Griebl
2002-05-14
1
-0
/
+1
*
Tom Oehser noticed that we were lacking the SO_REUSEADDR flag.
Eric Andersen
2002-05-05
1
-2
/
+4
*
Patch from Robert Griebl <griebl@gmx.de> to support modprobe -r properly,
Eric Andersen
2002-05-03
1
-36
/
+57
*
Make verbose and show_only work as expected
Eric Andersen
2002-05-03
1
-7
/
+13
*
Patch from Robert Griebl <griebl@gmx.de> to ignore the -s flag
Eric Andersen
2002-05-03
1
-3
/
+9
*
fix and shrink uuencode
Tim Riker
2002-05-01
2
-55
/
+25
*
* archival/gunzip.c (gunzip_file): New.
Matt Kraai
2002-04-29
1
-99
/
+99
*
Update website
Eric Andersen
2002-04-27
2
-14
/
+32
*
Fix silly combinitorial oversight
Eric Andersen
2002-04-27
1
-5
/
+3
*
Patch from Cliff L. Biffle <cbiffle@safety.net> to display memory
0_60_3
Eric Andersen
2002-04-27
1
-14
/
+27
*
uClibc supports struct _res these days...
Eric Andersen
2002-04-27
1
-10
/
+1
[next]