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
*
ether-wake: close bug 1317. Reorder fuctions to avoid
Denis Vlasenko
2007-04-16
1
-87
/
+86
*
shells: remove few statics and duplicated code
Denis Vlasenko
2007-04-16
2
-42
/
+28
*
style fixes, no code changes
Denis Vlasenko
2007-04-16
13
-17
/
+34
*
applet.c: ruid is needed only if FEATURE_SUID=y
Denis Vlasenko
2007-04-16
1
-2
/
+2
*
- we unconditionally need ruid. Fixes build error in line 334
Bernhard Reutner-Fischer
2007-04-16
1
-2
/
+0
*
- fix compilation when ENABLE_FEATURE_IP_RULE was off
Bernhard Reutner-Fischer
2007-04-16
1
-3
/
+5
*
- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
Bernhard Reutner-Fischer
2007-04-16
1
-4
/
+4
*
lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,
Denis Vlasenko
2007-04-15
1
-0
/
+2
*
doc: fix code example which may provoke warning
Denis Vlasenko
2007-04-15
1
-1
/
+1
*
e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)
Denis Vlasenko
2007-04-15
3
-83
/
+82
*
deluser: add optional support for removing users from groups
Denis Vlasenko
2007-04-15
4
-55
/
+107
*
update style-guide.txt
Denis Vlasenko
2007-04-15
1
-54
/
+79
*
xargs: simplify word list management
Denis Vlasenko
2007-04-15
1
-29
/
+25
*
msh: style fixes
Denis Vlasenko
2007-04-14
2
-6
/
+10
*
lineedit: nuke two unused variables and code which sets them
Denis Vlasenko
2007-04-14
3
-51
/
+51
*
lash: recognize and use NOFORK applets
Denis Vlasenko
2007-04-14
2
-44
/
+46
*
lineedit: do not try to open NULL history file
Denis Vlasenko
2007-04-14
1
-2
/
+2
*
hush: use NOFORK applets as appropriate. Net reduction of code size.
Denis Vlasenko
2007-04-14
7
-114
/
+125
*
teach find_root_device to deal with /dev/ subdirs
Denis Vlasenko
2007-04-13
9
-27
/
+71
*
dpkg: use nitfields which are a bit closer to typical ushort.
Denis Vlasenko
2007-04-13
1
-62
/
+65
*
style fixes
Denis Vlasenko
2007-04-13
8
-59
/
+58
*
sourse_route_list -> source_route_list
Denis Vlasenko
2007-04-13
1
-6
/
+6
*
make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)
Denis Vlasenko
2007-04-13
1
-1
/
+12
*
hush: more style fixes.
Denis Vlasenko
2007-04-13
1
-64
/
+66
*
hush: comment out and replace bug in set_local_var:
Denis Vlasenko
2007-04-13
1
-44
/
+46
*
shell/: add SUSv3 doc for fast & easy reference
Denis Vlasenko
2007-04-13
1
-0
/
+0
*
fix typo in comment
Denis Vlasenko
2007-04-13
1
-1
/
+1
*
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
[next]