aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2008-02-02msh: fix Ctrl-C handling with line editingDenis Vlasenko
2008-01-29- be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer
2008-01-28*: move getopt reset code to better place(s)Denis Vlasenko
2008-01-27mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko
2008-01-27tentatively fix getopt state corruption for NOFORK appletsDenis Vlasenko
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2008-01-24fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko
2008-01-18eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savingsPaul Fox
2008-01-11enable use of ^V prefix to allow forced insertion of any character. inPaul Fox
2008-01-11allow 8-bit charactersPaul Fox
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2008-01-06ps: fix overflow in USER and VSZ columnsDenis Vlasenko
2008-01-05ps: add conditional support for -o [e]timeDenis Vlasenko
2008-01-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko
2007-12-30adding libbb/printable.cDenis Vlasenko
2007-12-30libbb: introduce fputc_printable (from ed)Denis Vlasenko
2007-12-26Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-12-24defconfig: updateDenis Vlasenko
2007-12-22perror_nomsg: don't print extra colonDenis Vlasenko
2007-12-11num conversions: allow for leading '+' (renice needs that)Denis Vlasenko
2007-12-09lineedit: don't violate API if we do simple fgetsDenis Vlasenko
2007-12-04signal names hack was wrong, it broke "get signal name" function.Denis Vlasenko
2007-12-04Make signal table a bit smallerDenis Vlasenko
2007-12-04guard against SIGxxx >= 32 (no code changes on i386)Denis Vlasenko
2007-12-03lineedit: reduce stack usageDenis Vlasenko
2007-12-02explain why we use mmap instead of mallocDenis Vlasenko
2007-12-02Introduce FEATURE_COPYBUF_KB.Denis Vlasenko
2007-11-30test: stop using lots of bss.Denis Vlasenko
2007-11-29Further optimize applet tables; prettify build outputDenis Vlasenko
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko
2007-11-25which: fix testsuite failureDenis Vlasenko
2007-11-14Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko
2007-11-10lineedit: stop using both data/bss and tons of stack.Denis Vlasenko
2007-11-10syslogd: support "symlink to symlink" for /dev/log; reduce stack usageDenis Vlasenko
2007-11-08- commentary fixesBernhard Reutner-Fischer
2007-11-08xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox
2007-11-08xreadlink: code shrinkDenis Vlasenko
2007-11-08follow symlinks to find the true passwd file before updating.Paul Fox
2007-11-08new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox
2007-11-06login: clear dangerous environment variables if started by non-rootDenis Vlasenko
2007-11-06fbset: fix buglet where we were using wrong pointerDenis Vlasenko
2007-11-04ifconfig: code shrinkDenis Vlasenko
2007-11-02insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-10-29syscall: code shrinkDenis Vlasenko
2007-10-20bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko
2007-10-20read_line_input: fix it to not do any fancy editing if echoing is disabled.Denis Vlasenko
2007-10-20ping: fix breakage from -I fixDenis Vlasenko
2007-10-20kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com>Denis Vlasenko