summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* introduce and use close_on_exec_on(fd). -50 bytes.Denis Vlasenko2007-09-301-0/+1
* print_signames_and_exit -> print_signames (because of "ash calls kill_main")Denis Vlasenko2007-09-301-1/+1
* pgrep,pkill: new applets by Loic Grenie <loic.grenie@gmail.com>Denis Vlasenko2007-09-293-1/+29
* remove stray '/*' within commentDenis Vlasenko2007-09-271-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-5/+7
* introduce safe_poll (fixes a problem in top)Denis Vlasenko2007-09-271-1/+7
* load_policy: update (Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-09-261-2/+2
* losetup: support -f (Loic Grenie <loic.grenie@gmail.com>)Denis Vlasenko2007-09-261-6/+8
* documentation bits in comments, no code changesDenis Vlasenko2007-09-251-0/+6
* insmod: fix help text to not show options if only 2.6 was selectedDenis Vlasenko2007-09-241-3/+6
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-3/+9
* microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru>Denis Vlasenko2007-09-212-0/+6
* setup_environment: code shrinkDenis Vlasenko2007-09-101-0/+16
* top: get rid of on-stack variable buffers, use permanent one.Denis Vlasenko2007-09-081-0/+1
* top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko2007-09-081-1/+11
* overload the existing '-q' flag so that if '-l' and '-q' are usedPaul Fox2007-09-071-1/+1
* usage: trim a bitDenis Vlasenko2007-09-051-34/+32
* watchdog: allow millisecond spec (-t 250ms)Denis Vlasenko2007-09-051-5/+7
* tar + gzip/bzip2/etc: support NOMMU machines (by Alex Landau <landau_alex@yah...Denis Vlasenko2007-09-051-0/+6
* busybox --install -s: prevent puzzling "/bin/busybox: Invalid argument" messageDenis Vlasenko2007-09-051-4/+5
* tar: conditionally don't wait for vforked child to exec, as it alwaysDenis Vlasenko2007-09-041-0/+3
* vsz and rss are unsigned longs (ulong ~= width of void* =>Denis Vlasenko2007-08-291-1/+1
* top: use poll instead of select for waiting on one descriptorDenis Vlasenko2007-08-281-0/+1
* ps: fix RSS parsing (rss field in /proc/PID/stat is in pages, not bytes)Denis Vlasenko2007-08-261-3/+3
* libbb,crond,lash: fix getopt32 (don't know how it managed to slip through)Denis Vlasenko2007-08-191-2/+1
* make standalone httpd work on NOMMU machinesDenis Vlasenko2007-08-181-0/+2
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-7/+7
* httpd shring and logging update, part 1 or 7Denis Vlasenko2007-08-171-2/+2
* remove stray newline from help textDenis Vlasenko2007-08-171-1/+1
* add comments regarding SO_REUSEADDRDenis Vlasenko2007-08-161-1/+9
* Comment out "#include <strings.h>" everywhereDenis Vlasenko2007-08-161-1/+1
* v[hp]error_msg have 2-3 callsites only -> incorporate there.Denis Vlasenko2007-08-151-3/+0
* if pidfile turned out to be !regular file, do not unlink it.Denis Vlasenko2007-08-151-5/+7
* dhcpd: make -S and -f actually workDenis Vlasenko2007-08-151-0/+1
* httpd: add -v[v]: prints client addresses, HTTP codes returned [and URLs]Denis Vlasenko2007-08-141-4/+5
* httpd: extend -p PORT to -p [IP[v6]:]PORTDenis Vlasenko2007-08-141-12/+12
* udhcpd: add -f "foreground" and -S "syslog" optionsDenis Vlasenko2007-08-141-17/+19
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-141-2/+1
* expand, unexpand: new applets from Tito <farmatito@tiscali.it>Denis Vlasenko2007-08-132-0/+24
* df: match coreutils behavior of wrapping lines if filesystem name is too long.Denis Vlasenko2007-08-131-4/+5
* usage.h: style cleanupDenis Vlasenko2007-08-131-36/+36
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-132-5/+5
* syslogd,logread: get rid of head pointer, fix logread bug in the processDenis Vlasenko2007-08-121-5/+5
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-3/+13
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-1/+2
* sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>)Denis Vlasenko2007-08-061-1/+1
* mount: print errno on NFS error (again)Denis Vlasenko2007-08-031-1/+6
* svlogd: fix timestamping; do not warn if config is missingDenis Vlasenko2007-08-031-2/+12
* udhcp: slight shrinkDenis Vlasenko2007-08-021-2/+2
* ttysize: new applet. +200 bytesDenis Vlasenko2007-08-022-2/+8