aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* msh: fix Ctrl-C handling with line editingDenis Vlasenko2008-02-021-2/+2
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-14/+14
* *: move getopt reset code to better place(s)Denis Vlasenko2008-01-283-25/+23
* mkswap, readahead: stop using fdlength, it is reported to be unreliableDenis Vlasenko2008-01-271-0/+2
* tentatively fix getopt state corruption for NOFORK appletsDenis Vlasenko2008-01-271-2/+24
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-272-2/+2
* fdisk: fix a case where break was reached only for DOS labelsDenis Vlasenko2008-01-241-3/+1
* eliminated CONFIG_FEATURE_EDITING_FANCY_KEYS. the size savingsPaul Fox2008-01-182-16/+0
* enable use of ^V prefix to allow forced insertion of any character. inPaul Fox2008-01-111-4/+3
* allow 8-bit charactersPaul Fox2008-01-111-3/+0
* ps: fix build breakage from vda's recent commitDenis Vlasenko2008-01-073-7/+7
* ps: fix overflow in USER and VSZ columnsDenis Vlasenko2008-01-061-8/+61
* ps: add conditional support for -o [e]timeDenis Vlasenko2008-01-051-2/+5
* libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko2008-01-021-16/+21
* adding libbb/printable.cDenis Vlasenko2007-12-301-0/+34
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-0/+1
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-262-13/+25
* nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko2007-12-241-1/+1
* defconfig: updateDenis Vlasenko2007-12-241-4/+6
* perror_nomsg: don't print extra colonDenis Vlasenko2007-12-221-2/+4
* num conversions: allow for leading '+' (renice needs that)Denis Vlasenko2007-12-111-5/+7
* lineedit: don't violate API if we do simple fgetsDenis Vlasenko2007-12-091-2/+4
* signal names hack was wrong, it broke "get signal name" function.Denis Vlasenko2007-12-041-43/+40
* Make signal table a bit smallerDenis Vlasenko2007-12-041-3/+6
* guard against SIGxxx >= 32 (no code changes on i386)Denis Vlasenko2007-12-041-34/+39
* lineedit: reduce stack usageDenis Vlasenko2007-12-031-50/+43
* explain why we use mmap instead of mallocDenis Vlasenko2007-12-021-0/+2
* Introduce FEATURE_COPYBUF_KB.Denis Vlasenko2007-12-022-8/+34
* test: stop using lots of bss.Denis Vlasenko2007-11-301-0/+2
* Further optimize applet tables; prettify build outputDenis Vlasenko2007-11-292-8/+8
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-283-56/+55
* which: fix testsuite failureDenis Vlasenko2007-11-251-1/+1
* Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko2007-11-141-3/+16
* lineedit: stop using both data/bss and tons of stack.Denis Vlasenko2007-11-101-93/+166
* syslogd: support "symlink to symlink" for /dev/log; reduce stack usageDenis Vlasenko2007-11-101-1/+1
* - commentary fixesBernhard Reutner-Fischer2007-11-081-11/+11
* xmalloc_follow_symlinks() -- fix ELOOP issue with absolute paths,Paul Fox2007-11-082-16/+23
* xreadlink: code shrinkDenis Vlasenko2007-11-081-17/+18
* follow symlinks to find the true passwd file before updating.Paul Fox2007-11-081-1/+6
* new xmalloc_readlink_follow() routine to fully expand trailing symlinksPaul Fox2007-11-081-0/+45
* login: clear dangerous environment variables if started by non-rootDenis Vlasenko2007-11-061-0/+26
* fbset: fix buglet where we were using wrong pointerDenis Vlasenko2007-11-063-6/+11
* ifconfig: code shrinkDenis Vlasenko2007-11-041-0/+9
* insmod: code shrink, stop exporting insmod_ng_main.Denis Vlasenko2007-11-021-1/+2
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-292-11/+13
* syscall: code shrinkDenis Vlasenko2007-10-291-2/+6
* bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko2007-10-201-17/+19
* read_line_input: fix it to not do any fancy editing if echoing is disabled.Denis Vlasenko2007-10-201-2/+10
* ping: fix breakage from -I fixDenis Vlasenko2007-10-202-0/+43
* kbd_mode: new applet by Loïc Grenié <loic.grenie@gmail.com>Denis Vlasenko2007-10-201-1/+1