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
...
*
Add support for underscores in variable names.
Matt Kraai
2001-08-06
2
-26
/
+26
*
Fix exclude list handling
Glenn L McGrath
2001-08-04
1
-7
/
+18
*
Fix up some silly messups with the debian packaging, and a dumb
0_60_0
Eric Andersen
2001-08-02
6
-30
/
+41
*
Fix misspelling of `stabilize'.
Matt Kraai
2001-08-02
1
-1
/
+1
*
Ok, here we go...
Eric Andersen
2001-08-02
7
-15
/
+84
*
Commit NMU changelog.
Matt Kraai
2001-08-02
1
-0
/
+7
*
More libc5 fixups
Eric Andersen
2001-08-02
8
-10
/
+270
*
Some libc5 cleanups
Eric Andersen
2001-08-02
1
-2
/
+3
*
make_directory used mode as if it were an signed entity, but in fact
Eric Andersen
2001-08-02
3
-3
/
+3
*
Teach libc5 about realpath
Eric Andersen
2001-08-02
2
-0
/
+10
*
Teach libc5 what a sighandler_t is
Eric Andersen
2001-08-02
2
-0
/
+8
*
multibuild.pl saves us again. unix2dos requires that dos2unix
Eric Andersen
2001-08-02
4
-0
/
+16
*
Ok, if no shell is enabled, don't include any of the SH_IS_<name>
Eric Andersen
2001-08-02
2
-8
/
+8
*
Scrub away the last leftovers from BB_FEATURE_<shell>. Good thing
Eric Andersen
2001-08-02
7
-78
/
+52
*
Patch from Robert J. Osborne <rj@resourceinternational.com> that fixes
Eric Andersen
2001-08-02
2
-6
/
+6
*
Oops. I forgot to commit this part of vodz' patch.
Eric Andersen
2001-08-02
1
-0
/
+166
*
Latest patch from vodz. Adds a check for divide by zero in the posix
Eric Andersen
2001-08-02
17
-570
/
+187
*
Allow multiple shells to be enabled.
Matt Kraai
2001-08-01
21
-250
/
+225
*
Fix behavior of grep -lc to match GNU grep. SuS2 is ambiguous
Eric Andersen
2001-07-31
2
-2
/
+8
*
Silence some silly warnings
Eric Andersen
2001-07-31
2
-0
/
+6
*
Silence a silly warning
Eric Andersen
2001-07-31
2
-4
/
+8
*
Make formatting match GNU ls (we were including a spare ' ')
Eric Andersen
2001-07-31
2
-2
/
+2
*
Fix the let builtin (so we can close bug #1196) and remove the
Eric Andersen
2001-07-31
2
-96
/
+56
*
Always write record counts to stderr.
Matt Kraai
2001-07-31
3
-12
/
+5
*
I just wrote up a simple pidof applet, closing bug #1197
Eric Andersen
2001-07-31
9
-0
/
+190
*
Give credit to Adam Slattery.
Matt Kraai
2001-07-31
1
-1
/
+3
*
I think this should be the final changelog update...
Eric Andersen
2001-07-31
1
-24
/
+51
*
Don't save and restore readonly flag if BB_FEATURE_VI_READONLY isn't enabled.
Matt Kraai
2001-07-31
2
-2
/
+10
*
This incorporates Posix math support into ash. The Posix math support
Eric Andersen
2001-07-30
6
-99
/
+367
*
Simplify/clarify the shell dependant bit of Config.h
Eric Andersen
2001-07-30
1
-12
/
+5
*
This depmod script will create a modules.dep file, just like the depmod
Eric Andersen
2001-07-30
2
-0
/
+454
*
Fix up the sample inittab entry per what is current.
Eric Andersen
2001-07-30
2
-38
/
+44
*
Rework option handling to save space.
Matt Kraai
2001-07-30
2
-38
/
+22
*
Preserve whether or not the line was previously altered when running a
Matt Kraai
2001-07-30
2
-4
/
+4
*
If filename is a '-' then read from stdin to stdout
Glenn L McGrath
2001-07-30
2
-2
/
+2
*
Note my uuencode work
Glenn L McGrath
2001-07-29
1
-0
/
+1
*
Fix permisions when reading from stdin
Glenn L McGrath
2001-07-29
2
-2
/
+2
*
Fix broken logic when wraping encoded data into rows, also simplifies it a bit
Glenn L McGrath
2001-07-29
2
-42
/
+26
*
The src buffer size has to be a multiple of 3 (as i noted, but didnt do).
Glenn L McGrath
2001-07-28
2
-2
/
+2
*
Rewrite based on wget uuencode function.
Glenn L McGrath
2001-07-28
2
-438
/
+340
*
PArtial Changelog update. I'm still on vacation (I'm at a campground
Eric Andersen
2001-07-28
1
-6
/
+28
*
Shorten static package description.
Matt Kraai
2001-07-26
1
-1
/
+1
*
Rename dirname variable to pathname to eliminate namespace conflict.
Matt Kraai
2001-07-26
2
-14
/
+14
*
char renamed can never be negative on ARM (rp->renamed[i] != EMPTY)
Russ Dill
2001-07-26
2
-6
/
+6
*
Note that m68k is supported
Eric Andersen
2001-07-25
3
-7
/
+14
*
Cleanup some warnings and a really obvious bug.
Eric Andersen
2001-07-25
2
-8
/
+8
*
This fixes dos2unix and unix2dos so they behave as expected. dos2unix
Eric Andersen
2001-07-25
5
-89
/
+116
*
Update my email address and applets
Glenn L McGrath
2001-07-24
1
-2
/
+2
*
note dpkg rewrite
Glenn L McGrath
2001-07-24
1
-1
/
+2
*
Add support for devfs device names.
Matt Kraai
2001-07-23
17
-58
/
+102
[prev]
[next]