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
*
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
*
xrealloc_getcwd_or_warn: smaller cod and less wasted RAM at run time
Denis Vlasenko
2007-09-29
1
-17
/
+14
*
remove if() which is always true
Denis Vlasenko
2007-09-29
1
-2
/
+1
*
more "if (p) free(p)" fixes; fix a typo in comment
Denis Vlasenko
2007-09-28
2
-13
/
+7
*
remove stray semicolon
Denis Vlasenko
2007-09-28
1
-1
/
+1
*
libbb: make const_int_0 reside in rodata
Denis Vlasenko
2007-09-27
1
-1
/
+3
*
libbb: align bb_common_bufsiz1 to "long long"
Denis Vlasenko
2007-09-27
1
-1
/
+4
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
3
-9
/
+17
*
lineedit: plug memory leak
Denis Vlasenko
2007-09-27
1
-5
/
+12
*
introduce safe_poll (fixes a problem in top)
Denis Vlasenko
2007-09-27
3
-1
/
+36
*
documentation bits in comments, no code changes
Denis Vlasenko
2007-09-25
2
-1
/
+6
*
*: kill bb_get_last_path_component, replace with two functions
Denis Vlasenko
2007-09-24
2
-17
/
+27
[next]