index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
Age
Commit message (
Expand
)
Author
2008-02-13
cp: add ENABLE_FEATURE_VERBOSE_CP_MESSAGE. Closes bug 1470
Denis Vlasenko
2008-02-11
- spelling fixes
Bernhard Reutner-Fischer
2008-02-10
getpot: add support for "a+" specifier for nonnegative int parameters.
Denis Vlasenko
2008-02-02
msh: fix Ctrl-C handling with line editing
Denis Vlasenko
2008-01-29
- be C99 friendly. Anonymous unions are a GNU extension. This change is
Bernhard Reutner-Fischer
2008-01-28
*: move getopt reset code to better place(s)
Denis Vlasenko
2008-01-27
mkswap, readahead: stop using fdlength, it is reported to be unreliable
Denis Vlasenko
2008-01-27
tentatively fix getopt state corruption for NOFORK applets
Denis Vlasenko
2008-01-27
- fix conflicting decls of syslog related facilitynames and prioritynames tables
Bernhard Reutner-Fischer
2008-01-24
fdisk: fix a case where break was reached only for DOS labels
Denis Vlasenko
2008-01-18
eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savings
Paul Fox
2008-01-11
enable use of ^V prefix to allow forced insertion of any character. in
Paul Fox
2008-01-11
allow 8-bit characters
Paul Fox
2008-01-07
ps: fix build breakage from vda's recent commit
Denis Vlasenko
2008-01-06
ps: fix overflow in USER and VSZ columns
Denis Vlasenko
2008-01-05
ps: add conditional support for -o [e]time
Denis Vlasenko
2008-01-02
libbb: introduce and use safe_waitpid (loops in EINTR)
Denis Vlasenko
2007-12-30
adding libbb/printable.c
Denis Vlasenko
2007-12-30
libbb: introduce fputc_printable (from ed)
Denis Vlasenko
2007-12-26
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
Denis Vlasenko
2007-12-24
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
Denis Vlasenko
2007-12-24
defconfig: update
Denis Vlasenko
2007-12-22
perror_nomsg: don't print extra colon
Denis Vlasenko
2007-12-11
num conversions: allow for leading '+' (renice needs that)
Denis Vlasenko
2007-12-09
lineedit: don't violate API if we do simple fgets
Denis Vlasenko
2007-12-04
signal names hack was wrong, it broke "get signal name" function.
Denis Vlasenko
2007-12-04
Make signal table a bit smaller
Denis Vlasenko
2007-12-04
guard against SIGxxx >= 32 (no code changes on i386)
Denis Vlasenko
2007-12-03
lineedit: reduce stack usage
Denis Vlasenko
2007-12-02
explain why we use mmap instead of malloc
Denis Vlasenko
2007-12-02
Introduce FEATURE_COPYBUF_KB.
Denis Vlasenko
2007-11-30
test: stop using lots of bss.
Denis Vlasenko
2007-11-29
Further optimize applet tables; prettify build output
Denis Vlasenko
2007-11-28
reorganize applet table. Eliminates pointers to names.
Denis Vlasenko
2007-11-25
which: fix testsuite failure
Denis Vlasenko
2007-11-14
Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:
Denis Vlasenko
2007-11-10
lineedit: stop using both data/bss and tons of stack.
Denis Vlasenko
2007-11-10
syslogd: support "symlink to symlink" for /dev/log; reduce stack usage
Denis Vlasenko
2007-11-08
- commentary fixes
Bernhard Reutner-Fischer
2007-11-08
xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,
Paul Fox
2007-11-08
xreadlink: code shrink
Denis Vlasenko
2007-11-08
follow symlinks to find the true passwd file before updating.
Paul Fox
2007-11-08
new xmalloc_readlink_follow() routine to fully expand trailing symlinks
Paul Fox
2007-11-06
login: clear dangerous environment variables if started by non-root
Denis Vlasenko
2007-11-06
fbset: fix buglet where we were using wrong pointer
Denis Vlasenko
2007-11-04
ifconfig: code shrink
Denis Vlasenko
2007-11-02
insmod: code shrink, stop exporting insmod_ng_main.
Denis Vlasenko
2007-10-29
appletlib.c: make it actally follow _BB_SUID_ALWAYS rules
Denis Vlasenko
2007-10-29
syscall: code shrink
Denis Vlasenko
2007-10-20
bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
Denis Vlasenko
[next]