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_root_device: use lstat - don't follow links
vda
2007-04-21
1
-1
/
+2
*
hush: make Ctrl-Z work (at least sometimes)
vda
2007-04-21
2
-176
/
+229
*
hust: add a comment
vda
2007-04-21
1
-0
/
+4
*
hush: fix more backgrounding bugs. Plenty of them remains still.
vda
2007-04-21
2
-11
/
+29
*
hush: explain why "pipe; exit $?" doesn't show correct exitcode
vda
2007-04-21
2
-12
/
+21
*
hush: do not print message if killed by signal;
vda
2007-04-21
1
-122
/
+115
*
hush: begin fixing non-functional job control
vda
2007-04-21
3
-74
/
+208
*
hush: small code shrink; style fixes
vda
2007-04-20
2
-51
/
+58
*
dd: NOEXEC fix
vda
2007-04-19
1
-2
/
+4
*
dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>)
vda
2007-04-19
2
-27
/
+92
*
stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)
vda
2007-04-19
1
-15
/
+16
*
doc: add README on shell job control
vda
2007-04-19
1
-0
/
+237
*
procps: remove all global variables
vda
2007-04-19
5
-45
/
+76
*
ps: add -o tty and -o rss support
vda
2007-04-19
4
-48
/
+80
*
loop device code: readability improvement
vda
2007-04-19
2
-13
/
+20
*
switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it.
vda
2007-04-18
1
-7
/
+8
*
"Unify base64 handling" is done, remove TODO
vda
2007-04-18
2
-9
/
+3
*
make "busybox" w/o args work again, and save 10 bytes in the process.
vda
2007-04-18
1
-50
/
+52
*
hush: remove stray semicolon (should change nothing)
vda
2007-04-18
1
-3
/
+3
*
ether-wake: save a few more bytes of code
vda
2007-04-16
1
-8
/
+7
*
ether-wake: close bug 1317. Reorder fuctions to avoid
vda
2007-04-16
1
-87
/
+86
*
shells: remove few statics and duplicated code
vda
2007-04-16
2
-42
/
+28
*
style fixes, no code changes
vda
2007-04-16
13
-17
/
+34
*
applet.c: ruid is needed only if FEATURE_SUID=y
vda
2007-04-16
1
-2
/
+2
*
- we unconditionally need ruid. Fixes build error in line 334
aldot
2007-04-16
1
-2
/
+0
*
- fix compilation when ENABLE_FEATURE_IP_RULE was off
aldot
2007-04-16
1
-3
/
+5
*
- fix compilation if ENABLE_FEATURE_DD_IBS_OBS is off
aldot
2007-04-16
1
-4
/
+4
*
lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,
vda
2007-04-15
1
-0
/
+2
*
doc: fix code example which may provoke warning
vda
2007-04-15
1
-1
/
+1
*
e2fsprogs: stop using statics in chattr. Minor code shrinkage (-130 bytes)
vda
2007-04-15
3
-83
/
+82
*
deluser: add optional support for removing users from groups
vda
2007-04-15
4
-55
/
+107
*
update style-guide.txt
vda
2007-04-15
1
-54
/
+79
*
xargs: simplify word list management
vda
2007-04-15
1
-29
/
+25
*
msh: style fixes
vda
2007-04-14
2
-6
/
+10
*
lineedit: nuke two unused variables and code which sets them
vda
2007-04-14
3
-51
/
+51
*
lash: recognize and use NOFORK applets
vda
2007-04-14
2
-44
/
+46
*
lineedit: do not try to open NULL history file
vda
2007-04-14
1
-2
/
+2
*
hush: use NOFORK applets as appropriate. Net reduction of code size.
vda
2007-04-14
7
-114
/
+125
*
teach find_root_device to deal with /dev/ subdirs
vda
2007-04-13
9
-27
/
+71
*
dpkg: use nitfields which are a bit closer to typical ushort.
vda
2007-04-13
1
-62
/
+65
*
style fixes
vda
2007-04-13
8
-59
/
+58
*
sourse_route_list -> source_route_list
vda
2007-04-13
1
-6
/
+6
*
make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)
vda
2007-04-13
1
-1
/
+12
*
hush: more style fixes.
vda
2007-04-13
1
-64
/
+66
*
hush: comment out and replace bug in set_local_var:
vda
2007-04-13
1
-44
/
+46
*
shell/: add SUSv3 doc for fast & easy reference
vda
2007-04-13
1
-0
/
+0
*
fix typo in comment
vda
2007-04-13
1
-1
/
+1
*
find: add support for -delete, -path (by Natanael Copa)
vda
2007-04-13
3
-0
/
+64
*
sed: fix escaped newlines in -f; fix multiple -f and -e
vda
2007-04-12
1
-32
/
+18
*
login: fixing my brainfart: xspawn(t_argv) <- was using argv!
vda
2007-04-12
1
-1
/
+1
[next]