summaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* support "#!/bin/busybox"-style wrappers. Needed for SELinux.Denis Vlasenko2007-08-251-1/+1
* cp,mv: simpler arg[cv] handling -> smallish code savingsDenis Vlasenko2007-08-241-5/+6
* cp: make POSIX-me-harder mode complain with a bit less insane messageDenis Vlasenko2007-08-241-7/+8
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-2/+2
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-13/+18
* make standalone httpd work on NOMMU machinesDenis Vlasenko2007-08-181-5/+10
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-182-16/+31
* httpd shring and logging update, part 1 or 7Denis Vlasenko2007-08-171-26/+100
* hdparm: shrink rodata by ~250 bytesDenis Vlasenko2007-08-161-1/+1
* whitespace fixes, no code changesDenis Vlasenko2007-08-161-8/+8
* v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko2007-08-158-44/+6
* if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko2007-08-151-8/+16
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-5/+7
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-143-28/+12
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-131-1/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-134-9/+9
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-1212-53/+53
* httpd: fix CGI handling bug (we were closing wrong fd).Denis Vlasenko2007-08-111-1/+1
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-1/+1
* stat: fix option -Z segv (bug 1454)Denis Vlasenko2007-08-091-1/+1
* bb_uudecode: now this is the more thorough fix... I hope...Denis Vlasenko2007-08-061-2/+2
* bb_uuencode: fix obscure case where we were using data past last byte of sourceDenis Vlasenko2007-08-061-16/+22
* mount: print errno on NFS error (again)Denis Vlasenko2007-08-033-5/+14
* udhcp: slight shrinkDenis Vlasenko2007-08-021-1/+3
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-021-2/+3