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
...
*
style fixes. No code changes
vda
2007-04-12
30
-82
/
+84
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
vda
2007-04-11
20
-162
/
+183
*
ash: fix kill -l (by Mats Erik Andersson <mats.andersson64@comhem.se>)
vda
2007-04-11
1
-1
/
+1
*
fix typo in doc
vda
2007-04-11
1
-1
/
+1
*
style fixes, no code changes.
vda
2007-04-11
6
-33
/
+37
*
rename: run_applet_by_name -> run_applet_and_exit
vda
2007-04-11
8
-11
/
+11
*
- set the scope properly. Thanks to Jean Wolter, who wrote:
aldot
2007-04-11
1
-0
/
+12
*
Add NOFORK/NOEXEC documentation.
vda
2007-04-11
1
-0
/
+70
*
fix typo in comment
vda
2007-04-11
1
-2
/
+2
*
fix misplaced #if
vda
2007-04-11
1
-1
/
+1
*
add more convenient defines for [NO]MMU:
vda
2007-04-11
6
-27
/
+30
*
random NOMMU fixes. compressed --help really does work for NOMMU! /me happy
vda
2007-04-10
5
-9
/
+28
*
Rename two config options:
vda
2007-04-10
17
-40
/
+67
*
xargs: fix my brain fart (resulted in memory leak)
vda
2007-04-10
1
-7
/
+6
*
make compressed help code NOMMU- and NOFORK-friendly -
vda
2007-04-10
11
-170
/
+134
*
make a few struct bb_applet members conditional
vda
2007-04-10
18
-83
/
+114
*
- mv ip*_main into ip.c; use a dispatcher to save on needless duplication.
aldot
2007-04-10
7
-136
/
+51
*
- use enum for the OPs as suggested by vda. No obj-code changes.
aldot
2007-04-10
1
-14
/
+18
*
- forgot this hunk that corrects the usage text of ip
aldot
2007-04-10
1
-3
/
+15
*
- rewrite the ip applet to be less bloaty
aldot
2007-04-10
2
-23
/
+49
*
- add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.
aldot
2007-04-10
1
-0
/
+2
*
one-liner: fix indentation
vda
2007-04-10
1
-1
/
+1
*
bunzip2: big style cleanup. No code changes apart from one s/write/safe_write/
vda
2007-04-10
1
-190
/
+208
*
echo: fix regression ("echo" with no arguments didn't print newline.
vda
2007-04-10
1
-8
/
+11
*
audit small applets and mark some of them as NOFORK.
vda
2007-04-10
41
-128
/
+173
*
style fixes. No code changes.
vda
2007-04-10
13
-31
/
+30
*
- very minor shrinkage (-3b)
aldot
2007-04-10
2
-5
/
+7
*
- use skip_non_whitespace() where appropriate
aldot
2007-04-10
3
-7
/
+3
*
- add prototype for str_tolower()
aldot
2007-04-10
1
-0
/
+2
*
- add libbb function str_tolower to convert a string to lowercase.
aldot
2007-04-10
3
-56
/
+63
*
make xfunctions optionally longjump instead of exit.
vda
2007-04-09
10
-24
/
+39
*
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
vda
2007-04-09
4
-68
/
+76
*
xargs: shrink code, ~80 bytes
vda
2007-04-09
2
-77
/
+80
*
wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!
vda
2007-04-09
2
-34
/
+33
*
Implement first instance of NOFORK applet - echo
vda
2007-04-09
6
-50
/
+77
*
busybox: fix "<applet>: applet not found" message
vda
2007-04-09
1
-1
/
+5
*
Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets
vda
2007-04-09
5
-93
/
+65
*
msh: smallish code shrinkage; cosmetics
vda
2007-04-09
1
-68
/
+58
*
merge busybox.c into applets.c
vda
2007-04-09
6
-209
/
+199
*
applets.h: de-obfuscate
vda
2007-04-08
1
-26
/
+35
*
add some missed statics on constant objects.
vda
2007-04-08
10
-35
/
+40
*
adding small script, mostly for documentational purposes
vda
2007-04-08
1
-0
/
+9
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
vda
2007-04-08
10
-55
/
+53
*
find: fix -prune more. Add big comment about it.
vda
2007-04-08
1
-7
/
+21
*
find: fix handling of -prune
vda
2007-04-08
9
-59
/
+71
*
busybox.net: micro fix
vda
2007-04-07
1
-1
/
+0
*
busybox.net: update "screenshot"
vda
2007-04-07
1
-35
/
+39
*
getopt: use getopt32 for option parsing - inspired by patch by
vda
2007-04-07
1
-195
/
+158
*
docs: "how to add a patch"
vda
2007-04-07
2
-1
/
+17
*
libiproute: audit callgraph, shortcut error paths into die() functions.
vda
2007-04-07
11
-319
/
+247
[prev]
[next]