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
...
*
Clean up the nasty blunder I'd made of how different behaviors happen.
Eric Andersen
2000-07-28
3
-42
/
+48
*
Some cleanups, based on a patch from Ken Chalmers
Eric Andersen
2000-07-28
2
-20
/
+26
*
Fix from Robert Kaiser for stdin behavior.
Eric Andersen
2000-07-28
2
-2
/
+2
*
Oops. Forgot an ifdef
Eric Andersen
2000-07-28
3
-0
/
+6
*
Fix from Arne Bernin for return code -- now reflects whether the rmmod
Eric Andersen
2000-07-28
2
-2
/
+6
*
More sh updates (with related changes to everything else). Switched
Eric Andersen
2000-07-28
11
-193
/
+421
*
More shell features.... if-then-else-fi is now basically usable (disable
Eric Andersen
2000-07-27
3
-339
/
+717
*
Fixed a syntax error & superfluous param decl that was causing the build to
Mark Whitley
2000-07-26
2
-2
/
+2
*
Minor style cleanups.
Eric Andersen
2000-07-26
3
-24
/
+27
*
Better description
Eric Andersen
2000-07-26
1
-1
/
+2
*
Fix some bitrot.
Eric Andersen
2000-07-26
2
-14
/
+14
*
Modified print_subst_w_backrefs() so it will print backslash escaped
Mark Whitley
2000-07-25
2
-0
/
+12
*
Added a note in the "Tips and Pointer" section on the correct way to test for
Mark Whitley
2000-07-25
1
-0
/
+17
*
Finish off fixing up the memleaks (I think). Added the beginnings of
Eric Andersen
2000-07-25
3
-114
/
+369
*
Use BB_FEATURE_CLEAN_UP where appropriate
Eric Andersen
2000-07-25
12
-14
/
+48
*
Add in BB_FEATURE_CLEAN_UP, which is whether to clean up mem leaks and close
Eric Andersen
2000-07-25
1
-0
/
+4
*
Remove some noise.
Eric Andersen
2000-07-25
2
-54
/
+0
*
Clean up $1=$prefix
Eric Andersen
2000-07-25
2
-10
/
+10
*
First revision of the Busybox Style Guide and an accompanying .indent.pro
Mark Whitley
2000-07-24
2
-0
/
+257
*
chroot can now call the builtin shell
Pavel Roskin
2000-07-24
3
-0
/
+11
*
Fixed stdin/stdout paths so things like
Eric Andersen
2000-07-21
4
-22
/
+70
*
Added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
Eric Andersen
2000-07-21
11
-5
/
+171
*
Bump version number.
Eric Andersen
2000-07-21
5
-5
/
+11
*
Add in the LinuxMagic VPN Firewall
Eric Andersen
2000-07-21
1
-0
/
+1
*
Fixed usage info for "cut"
Pavel Roskin
2000-07-21
4
-5
/
+5
*
Took -V out of the sed_usage string.
Mark Whitley
2000-07-20
2
-2
/
+0
*
* syslogd can now log messages to a remote host -- patch thanks
Eric Andersen
2000-07-20
9
-3
/
+239
*
As per a discussion on the mailing list between Matt and Pavel. I have removed
Mark Whitley
2000-07-20
2
-10
/
+2
*
Converted option parsing to getopt(). Also added some explanatory comments.
Mark Whitley
2000-07-20
2
-26
/
+28
*
Adjusted install.sh to use relative symlinks, and to optionally
Eric Andersen
2000-07-20
3
-17
/
+80
*
Converted option parsing to using getopt(). Also managed to remove an
Mark Whitley
2000-07-20
2
-34
/
+34
*
Whoops. Forgot to #include <getopt.h>.
Mark Whitley
2000-07-20
2
-0
/
+2
*
Converted option parsing to getopt() and made some minor formatting changes.
Mark Whitley
2000-07-19
2
-36
/
+42
*
Centralize handling of --help.
Matt Kraai
2000-07-19
32
-312
/
+221
*
Added some missing declarations and fixed some typos. I have to
Matt Kraai
2000-07-19
3
-1
/
+13
*
Add usage messages for applets without them.
Matt Kraai
2000-07-19
19
-0
/
+232
*
Avoid trying to free NULL ptrs. Comment on malloc usages.
Eric Andersen
2000-07-19
2
-8
/
+12
*
Use FatalError()
Eric Andersen
2000-07-19
2
-8
/
+4
*
Moved some code and add a coupld #defines to support use of dmalloc.
Eric Andersen
2000-07-19
4
-27
/
+26
*
Funny. Head was getting installed to the wrong spot.
Eric Andersen
2000-07-19
2
-2
/
+2
*
Updated to add support for dmalloc, and adjusted for better cross
Eric Andersen
2000-07-19
1
-10
/
+27
*
Consolodated some common code into print_matched_line to make 'grep_file' a
Mark Whitley
2000-07-18
2
-20
/
+22
*
Removed now incorrect message about NFS not working with
Eric Andersen
2000-07-18
1
-2
/
+1
*
Added support for the -c (count matches) option. Made it so it works just like
Mark Whitley
2000-07-18
2
-6
/
+44
*
Sigh -- can't sleep. Clean up some mem leaks, fixed some bugs.
Eric Andersen
2000-07-18
3
-117
/
+129
*
New message added to messages.c: full_version
Pavel Roskin
2000-07-17
11
-19
/
+53
*
Moved functions used by "lsmod" from cat.c to utility.c
Pavel Roskin
2000-07-17
6
-40
/
+37
*
- Added support for backreferences in substitution expressions up to nine
Mark Whitley
2000-07-17
2
-36
/
+152
*
Now it's possible to compile Busybox with only one app defined
Pavel Roskin
2000-07-17
2
-15
/
+21
*
Backtick support to infinite (memory limited) levels of nesting is
Eric Andersen
2000-07-17
3
-90
/
+255
[prev]
[next]