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
path:
root
/
libbb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
make /etc/network parsing configurable. -200 bytes when off.
Denis Vlasenko
2007-06-19
2
-4
/
+13
*
networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...
Denis Vlasenko
2007-06-19
1
-57
/
+47
*
networking/interface.c: reduce bss usage
Denis Vlasenko
2007-06-19
1
-1
/
+1
*
libbb: random hunt for statics
Denis Vlasenko
2007-06-18
2
-13
/
+16
*
fix an obvious typo while trying to access the tv_usec member
Mike Frysinger
2007-06-18
1
-1
/
+1
*
wget: use monotonic_sec instead of gettimeofday
Denis Vlasenko
2007-06-17
1
-2
/
+13
*
hwclock: size optimizations
Denis Vlasenko
2007-06-17
3
-0
/
+43
*
remove obsolete comment
Denis Vlasenko
2007-06-16
1
-2
/
+1
*
find: make -size match GNU find
Denis Vlasenko
2007-06-16
1
-2
/
+2
*
- vda perfers not to use the banner
Bernhard Reutner-Fischer
2007-06-15
1
-3
/
+2
*
init: make sure fd 0,1,2 are not closed, + related optimizations.
Denis Vlasenko
2007-06-14
1
-6
/
+6
*
*: BB_BANNER -> bb_banner (it is not a const or #define)!
Denis Vlasenko
2007-06-13
2
-5
/
+9
*
hush: fix read builtin to not read ahead past eol and to not use
Denis Vlasenko
2007-06-13
1
-11
/
+42
*
remove nearly-duplicate PATHs in several places
Denis Vlasenko
2007-06-12
2
-2
/
+2
*
login: make /etc/nologin support configurable. -240 bytes if not selected.
Denis Vlasenko
2007-06-12
1
-2
/
+0
*
diff: shrink code (-85 bytes):
Denis Vlasenko
2007-06-12
1
-1
/
+1
*
A few more string duplicates found & eliminated
Denis Vlasenko
2007-06-12
2
-6
/
+5
*
uudecode: nuke duplicate base64_table[]. saves 65 bytes
Denis Vlasenko
2007-06-12
1
-2
/
+3
*
- use bb_msg_full_version instead of a separate string. Saves a minor 3 bytes.
Bernhard Reutner-Fischer
2007-06-11
1
-2
/
+2
*
top: add config option and code for global CPU % display
Denis Vlasenko
2007-06-10
1
-2
/
+9
*
moved biggest stack buffers to malloc space, or made their size configurable
Denis Vlasenko
2007-06-10
2
-23
/
+34
*
login: ask passwords even for wrong usernames.
Denis Vlasenko
2007-06-08
1
-3
/
+8
*
make busybox --install work even if /proc/self/exe doesn't exist
Denis Vlasenko
2007-06-08
3
-4
/
+5
*
ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)
Denis Vlasenko
2007-06-06
1
-1
/
+10
*
nc: make connecting to IPv4 from IPv6-enabled hosts easier
Denis Vlasenko
2007-06-05
1
-12
/
+20
*
Audit bb_common_bufsiz usage, add script which looks for misuse.
Denis Vlasenko
2007-06-04
1
-1
/
+1
*
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
[next]