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
*
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-02-02
1
-2
/
+2
*
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-29
1
-14
/
+14
*
*: move getopt reset code to better place(s)
Denis Vlasenko
2008-01-28
3
-25
/
+23
*
mkswap, readahead: stop using fdlength, it is reported to be unreliable
Denis Vlasenko
2008-01-27
1
-0
/
+2
*
tentatively fix getopt state corruption for NOFORK applets
Denis Vlasenko
2008-01-27
1
-2
/
+24
*
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-27
2
-2
/
+2
*
fdisk: fix a case where break was reached only for DOS labels
Denis Vlasenko
2008-01-24
1
-3
/
+1
*
eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings
Paul Fox
2008-01-18
2
-16
/
+0
*
enable use of ^V prefix to allow forced insertion of any character. in
Paul Fox
2008-01-11
1
-4
/
+3
*
allow 8-bit characters
Paul Fox
2008-01-11
1
-3
/
+0
*
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2008-01-07
3
-7
/
+7
*
ps: fix overflow in USER and VSZ columns
Denis Vlasenko
2008-01-06
1
-8
/
+61
*
ps: add conditional support for -o [e]time
Denis Vlasenko
2008-01-05
1
-2
/
+5
*
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2008-01-02
1
-16
/
+21
*
adding libbb/printable.c
Denis Vlasenko
2007-12-30
1
-0
/
+34
*
libbb: introduce fputc_printable (from ed)
Denis Vlasenko
2007-12-30
1
-0
/
+1
*
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
Denis Vlasenko
2007-12-26
2
-13
/
+25
*
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
[next]