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
*
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
1
-1
/
+1
*
defconfig: update
Denis Vlasenko
2007-12-24
1
-4
/
+6
*
perror_nomsg: don't print extra colon
Denis Vlasenko
2007-12-22
1
-2
/
+4
*
num conversions: allow for leading '+' (renice needs that)
Denis Vlasenko
2007-12-11
1
-5
/
+7
*
lineedit: don't violate API if we do simple fgets
Denis Vlasenko
2007-12-09
1
-2
/
+4
*
signal names hack was wrong, it broke "get signal name" function.
Denis Vlasenko
2007-12-04
1
-43
/
+40
*
Make signal table a bit smaller
Denis Vlasenko
2007-12-04
1
-3
/
+6
*
guard against SIGxxx >= 32 (no code changes on i386)
Denis Vlasenko
2007-12-04
1
-34
/
+39
*
lineedit: reduce stack usage
Denis Vlasenko
2007-12-03
1
-50
/
+43
*
explain why we use mmap instead of malloc
Denis Vlasenko
2007-12-02
1
-0
/
+2
*
Introduce FEATURE_COPYBUF_KB.
Denis Vlasenko
2007-12-02
2
-8
/
+34
*
test: stop using lots of bss.
Denis Vlasenko
2007-11-30
1
-0
/
+2
*
Further optimize applet tables; prettify build output
Denis Vlasenko
2007-11-29
2
-8
/
+8
*
reorganize applet table. Eliminates pointers to names.
Denis Vlasenko
2007-11-28
3
-56
/
+55
*
which: fix testsuite failure
Denis Vlasenko
2007-11-25
1
-1
/
+1
*
Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:
Denis Vlasenko
2007-11-14
1
-3
/
+16
*
lineedit: stop using both data/bss and tons of stack.
Denis Vlasenko
2007-11-10
1
-93
/
+166
*
syslogd: support "symlink to symlink" for /dev/log; reduce stack usage
Denis Vlasenko
2007-11-10
1
-1
/
+1
*
- commentary fixes
Bernhard Reutner-Fischer
2007-11-08
1
-11
/
+11
*
xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,
Paul Fox
2007-11-08
2
-16
/
+23
*
xreadlink: code shrink
Denis Vlasenko
2007-11-08
1
-17
/
+18
*
follow symlinks to find the true passwd file before updating.
Paul Fox
2007-11-08
1
-1
/
+6
*
new xmalloc_readlink_follow() routine to fully expand trailing symlinks
Paul Fox
2007-11-08
1
-0
/
+45
*
login: clear dangerous environment variables if started by non-root
Denis Vlasenko
2007-11-06
1
-0
/
+26
*
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-11-06
3
-6
/
+11
*
ifconfig: code shrink
Denis Vlasenko
2007-11-04
1
-0
/
+9
*
insmod: code shrink, stop exporting insmod_ng_main.
Denis Vlasenko
2007-11-02
1
-1
/
+2
*
appletlib.c: make it actally follow _BB_SUID_ALWAYS rules
Denis Vlasenko
2007-10-29
2
-11
/
+13
*
syscall: code shrink
Denis Vlasenko
2007-10-29
1
-2
/
+6
*
bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
Denis Vlasenko
2007-10-20
1
-17
/
+19
*
read_line_input: fix it to not do any fancy editing if echoing is disabled.
Denis Vlasenko
2007-10-20
1
-2
/
+10
*
ping: fix breakage from -I fix
Denis Vlasenko
2007-10-20
2
-0
/
+43
*
kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com>
Denis Vlasenko
2007-10-20
1
-1
/
+1
*
xatonum.h: add comment
Denis Vlasenko
2007-10-18
1
-1
/
+1
*
another fix for build failure found by randomconfig
Denis Vlasenko
2007-10-17
1
-0
/
+1
*
even more fixes from randomconfig runs
Denis Vlasenko
2007-10-16
1
-0
/
+1
*
remove trailing whitespace
Denis Vlasenko
2007-10-14
1
-1
/
+1
*
fix a problem with two different applet_name's
Denis Vlasenko
2007-10-11
1
-2
/
+3
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-3
/
+3
*
Move applets/applet.c into libbb, allows to get rid of --whole-archive
Denis Vlasenko
2007-10-10
1
-4
/
+549
*
get rid of global "struct bb_applet *current_applet"
Denis Vlasenko
2007-10-10
2
-8
/
+7
*
whitespace fix
Denis Vlasenko
2007-10-08
1
-1
/
+1
*
add libbb/appletlib.c
Denis Vlasenko
2007-10-08
1
-0
/
+139
*
libbusybox: move (possibly compressed) help stuff into libbusybox.
Denis Vlasenko
2007-10-07
1
-0
/
+1
*
printf("%s\n") -> puts()
Denis Vlasenko
2007-10-01
1
-1
/
+1
*
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-10-01
8
-10
/
+20
*
introduce and use close_on_exec_on(fd). -50 bytes.
Denis Vlasenko
2007-09-30
1
-0
/
+5
*
print_signames_and_exit -> print_signames (because of "ash calls kill_main")
Denis Vlasenko
2007-09-30
1
-2
/
+1
*
trivial typo fix
Denis Vlasenko
2007-09-29
1
-1
/
+1
*
pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>
Denis Vlasenko
2007-09-29
2
-1
/
+25
[next]