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
*
find: add support for -delete, -path (by Natanael Copa)
Denis Vlasenko
2007-04-13
3
-0
/
+64
*
sed: fix escaped newlines in -f; fix multiple -f and -e
Denis Vlasenko
2007-04-12
1
-32
/
+18
*
login: fixing my brainfart: xspawn(t_argv) <- was using argv!
Denis Vlasenko
2007-04-12
1
-1
/
+1
*
make sure we free the grep data as well
Mike Frysinger
2007-04-12
1
-0
/
+1
*
lash: "forking" applets are actually can be treated the same way as "non-fork...
Denis Vlasenko
2007-04-12
1
-42
/
+27
*
fix realloc-of-non-malloced pointer, and reduce size while at it
Denis Vlasenko
2007-04-12
2
-15
/
+15
*
login: remove setpgrp call (makes it work from shell prompt again).
Denis Vlasenko
2007-04-12
4
-38
/
+32
*
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
Denis Vlasenko
2007-04-12
5
-30
/
+38
*
- shrink iproute a bit (-200 bytes). Untested
Bernhard Reutner-Fischer
2007-04-12
3
-63
/
+84
*
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-12
16
-239
/
+159
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
30
-82
/
+84
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
20
-162
/
+183
*
ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
fix typo in doc
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
style fixes, no code changes.
Denis Vlasenko
2007-04-11
6
-33
/
+37
*
rename: run_applet_by_name -> run_applet_and_exit
Denis Vlasenko
2007-04-11
8
-11
/
+11
*
- set the scope properly. Thanks to Jean Wolter, who wrote:
Bernhard Reutner-Fischer
2007-04-11
1
-0
/
+12
*
Add NOFORK/NOEXEC documentation.
Denis Vlasenko
2007-04-11
1
-0
/
+70
*
fix typo in comment
Denis Vlasenko
2007-04-11
1
-2
/
+2
*
fix misplaced #if
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
add more convenient defines for [NO]MMU:
Denis Vlasenko
2007-04-11
6
-27
/
+30
*
random NOMMU fixes. compressed --help really does work for NOMMU! /me happy
Denis Vlasenko
2007-04-10
5
-9
/
+28
*
Rename two config options:
Denis Vlasenko
2007-04-10
17
-40
/
+67
*
xargs: fix my brain fart (resulted in memory leak)
Denis Vlasenko
2007-04-10
1
-7
/
+6
*
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
11
-170
/
+134
*
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
18
-83
/
+114
*
- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.
Bernhard Reutner-Fischer
2007-04-10
7
-136
/
+51
*
- use enum for the OPs as suggested by vda. No obj-code changes.
Bernhard Reutner-Fischer
2007-04-10
1
-14
/
+18
*
- forgot this hunk that corrects the usage text of ip
Bernhard Reutner-Fischer
2007-04-10
1
-3
/
+15
*
- rewrite the ip applet to be less bloaty
Bernhard Reutner-Fischer
2007-04-10
2
-23
/
+49
*
- add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.
Bernhard Reutner-Fischer
2007-04-10
1
-0
/
+2
*
one-liner: fix indentation
Denis Vlasenko
2007-04-10
1
-1
/
+1
*
bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/
Denis Vlasenko
2007-04-10
1
-190
/
+208
*
echo: fix regression ("echo" with no arguments didn't print newline.
Denis Vlasenko
2007-04-10
1
-8
/
+11
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
41
-128
/
+173
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
13
-31
/
+30
*
- very minor shrinkage (-3b)
Bernhard Reutner-Fischer
2007-04-10
2
-5
/
+7
*
- use skip_non_whitespace() where appropriate
Bernhard Reutner-Fischer
2007-04-10
3
-7
/
+3
*
- add prototype for str_tolower()
Bernhard Reutner-Fischer
2007-04-10
1
-0
/
+2
*
- add libbb function str_tolower to convert a string to lowercase.
Bernhard Reutner-Fischer
2007-04-10
3
-56
/
+63
*
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-04-09
10
-24
/
+39
*
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
Denis Vlasenko
2007-04-09
4
-68
/
+76
*
xargs: shrink code, ~80 bytes
Denis Vlasenko
2007-04-09
2
-77
/
+80
*
wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!
Denis Vlasenko
2007-04-09
2
-34
/
+33
*
Implement first instance of NOFORK applet - echo
Denis Vlasenko
2007-04-09
6
-50
/
+77
*
busybox: fix "<applet>: applet not found" message
Denis Vlasenko
2007-04-09
1
-1
/
+5
*
Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets
Denis Vlasenko
2007-04-09
5
-93
/
+65
*
msh: smallish code shrinkage; cosmetics
Denis Vlasenko
2007-04-09
1
-68
/
+58
*
merge busybox.c into applets.c
Denis Vlasenko
2007-04-09
6
-209
/
+199
*
applets.h: de-obfuscate
Denis Vlasenko
2007-04-08
1
-26
/
+35
[next]