summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply four post-1.8.2 patches; bump to 1.8.31_8_3Denis Vlasenko2008-03-211-4/+5
* 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
* xatonum.h: add commentDenis Vlasenko2007-10-181-1/+1
* another fix for build failure found by randomconfigDenis Vlasenko2007-10-171-0/+1
* even more fixes from randomconfig runsDenis Vlasenko2007-10-161-0/+1
* remove trailing whitespaceDenis Vlasenko2007-10-141-1/+1
* fix a problem with two different applet_name'sDenis Vlasenko2007-10-111-2/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-3/+3
* Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko2007-10-101-4/+549
* get rid of global "struct bb_applet *current_applet"Denis Vlasenko2007-10-102-8/+7
* whitespace fixDenis Vlasenko2007-10-081-1/+1
* add libbb/appletlib.cDenis Vlasenko2007-10-081-0/+139
* libbusybox: move (possibly compressed) help stuff into libbusybox.Denis Vlasenko2007-10-071-0/+1
* printf("%s\n") -> puts()Denis Vlasenko2007-10-011-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-018-10/+20
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-0/+5
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-301-2/+1
* trivial typo fixDenis Vlasenko2007-09-291-1/+1
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-292-1/+25
* xrealloc_getcwd_or_warn: smaller cod and less wasted RAM at run timeDenis Vlasenko2007-09-291-17/+14
* remove if() which is always trueDenis Vlasenko2007-09-291-2/+1
* more "if (p) free(p)" fixes; fix a typo in commentDenis Vlasenko2007-09-282-13/+7
* remove stray semicolonDenis Vlasenko2007-09-281-1/+1
* libbb: make const_int_0 reside in rodataDenis Vlasenko2007-09-271-1/+3
* libbb: align bb_common_bufsiz1 to "long long"Denis Vlasenko2007-09-271-1/+4
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-273-9/+17
* lineedit: plug memory leakDenis Vlasenko2007-09-271-5/+12
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-273-1/+36
* documentation bits in comments, no code changesDenis Vlasenko2007-09-252-1/+6
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-242-17/+27
* cp: make it a bit closer to POSIX, but still refuse to open andDenis Vlasenko2007-09-111-5/+7
* cp: make "cp file /dev/node" special case; explained in commentsDenis Vlasenko2007-09-111-7/+15
* run_shell: code shrink for selinuxDenis Vlasenko2007-09-101-7/+5
* setup_environment: code shrinkDenis Vlasenko2007-09-101-13/+12
* top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko2007-09-081-0/+73
* messages: by popular request allow PATH to be customized at build timeDenis Vlasenko2007-09-071-7/+16
* busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko2007-09-051-6/+16
* smart_ulltoa5: emit small letters k,m,g... - makes topDenis Vlasenko2007-08-281-1/+2
* top: use poll instead of select for waiting on one descriptorDenis Vlasenko2007-08-281-18/+28
* cp: fix recursion check to not waste bytes remembering names of dirsDenis Vlasenko2007-08-271-6/+5
* cp: detect and prevent infinite recursionDenis Vlasenko2007-08-271-17/+35
* ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)Denis Vlasenko2007-08-261-4/+15
* make copy_file() a bit easier to understand, and smallerDenis Vlasenko2007-08-252-69/+66