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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
- pull fix for bug#1383 from trunk (r18782)
Bernhard Reutner-Fischer
2007-06-09
1
-3
/
+8
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
13
-38
/
+4
*
use "glibc errno" trick not only for ash, but for entire busybox
Denis Vlasenko
2007-05-31
4
-23
/
+3
*
whitespace fixes
Denis Vlasenko
2007-05-30
2
-2
/
+2
*
verror_msg: don't printf(NULL)
Denis Vlasenko
2007-05-29
1
-3
/
+8
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
4
-4
/
+4
*
xpipe: introduce (saves ~170 bytes)
Denis Vlasenko
2007-05-26
1
-14
/
+18
*
hush: fix handling of unmatched ${name (without closing '}') -
Denis Vlasenko
2007-05-24
2
-4
/
+7
*
more compile fixes from randomconfig run
Denis Vlasenko
2007-05-17
1
-0
/
+2
*
fix trivial compile errors found by randomconfig run
Denis Vlasenko
2007-05-17
1
-0
/
+1
*
cryptpw: forgot svn add... how typical of me :(
Denis Vlasenko
2007-05-08
2
-5
/
+50
*
cryptpw: new applet (a bit less than 3k added)
Denis Vlasenko
2007-05-08
2
-1
/
+5
*
fix suid config handling
Denis Vlasenko
2007-05-02
1
-2
/
+2
*
test: code size saving, no logic changes
Denis Vlasenko
2007-05-01
1
-22
/
+126
*
hush: fix nofork + ctrl-Z clobbering of globals
Denis Vlasenko
2007-04-28
1
-12
/
+29
*
find_root_device: use lstat - don't follow links
Denis Vlasenko
2007-04-21
1
-1
/
+2
*
hush: begin fixing non-functional job control
Denis Vlasenko
2007-04-21
1
-2
/
+4
*
procps: remove all global variables
Denis Vlasenko
2007-04-19
2
-2
/
+2
*
ps: add -o tty and -o rss support
Denis Vlasenko
2007-04-19
1
-7
/
+23
*
loop device code: readability improvement
Denis Vlasenko
2007-04-19
1
-10
/
+14
*
lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,
Denis Vlasenko
2007-04-15
1
-0
/
+2
*
lineedit: nuke two unused variables and code which sets them
Denis Vlasenko
2007-04-14
1
-9
/
+0
*
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
1
-41
/
+48
*
teach find_root_device to deal with /dev/ subdirs
Denis Vlasenko
2007-04-13
3
-15
/
+57
*
make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)
Denis Vlasenko
2007-04-13
1
-1
/
+12
*
login: remove setpgrp call (makes it work from shell prompt again).
Denis Vlasenko
2007-04-12
2
-15
/
+4
*
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
Denis Vlasenko
2007-04-12
1
-14
/
+18
*
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...
Bernhard Reutner-Fischer
2007-04-12
1
-0
/
+16
*
style fixes. No code changes
Denis Vlasenko
2007-04-12
5
-17
/
+14
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
4
-19
/
+31
*
fix misplaced #if
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
add more convenient defines for [NO]MMU:
Denis Vlasenko
2007-04-11
1
-15
/
+10
*
random NOMMU fixes. compressed --help really does work for NOMMU! /me happy
Denis Vlasenko
2007-04-10
1
-0
/
+3
*
Rename two config options:
Denis Vlasenko
2007-04-10
5
-9
/
+14
*
make compressed help code NOMMU- and NOFORK-friendly -
Denis Vlasenko
2007-04-10
3
-101
/
+59
*
make a few struct bb_applet members conditional
Denis Vlasenko
2007-04-10
8
-28
/
+49
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
5
-10
/
+14
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
1
-1
/
+1
*
- add libbb function str_tolower to convert a string to lowercase.
Bernhard Reutner-Fischer
2007-04-10
2
-0
/
+14
*
make xfunctions optionally longjump instead of exit.
Denis Vlasenko
2007-04-09
5
-12
/
+31
*
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
Denis Vlasenko
2007-04-09
1
-3
/
+39
*
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
2
-9
/
+8
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-08
2
-13
/
+14
*
find: fix handling of -prune
Denis Vlasenko
2007-04-08
1
-7
/
+7
*
random small shrinkage and elimination of statics
Denis Vlasenko
2007-04-07
1
-1
/
+1
*
svn add match_fstype.c :(
Denis Vlasenko
2007-04-05
1
-0
/
+44
*
[u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)
Denis Vlasenko
2007-04-05
1
-0
/
+1
*
libbb: add xunlink()
Denis Vlasenko
2007-04-05
1
-0
/
+6
[next]