summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-021-2/+3
* start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko2007-07-311-1/+1
* fix for suffix optimization (which was in previous commit)Denis Vlasenko2007-07-271-0/+1
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-1/+1
* passwd: fix bug: we are trying to update shadow even if user's record is in p...Denis Vlasenko2007-07-271-4/+4
* bb_getpwuid, bb_getgrgid: change order of arguments to more intuitive one;Denis Vlasenko2007-07-271-4/+9
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-2/+4
* setfiles: small tweaks to usage text and codeDenis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-1/+4
* setfiles,restorecon: new SELinux applets by Yuichi Nakamura <ynakam@hitachiso...Denis Vlasenko2007-07-232-0/+43
* style fix (stray space before ';')Denis Vlasenko2007-07-212-14/+14
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-2/+0
* chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org>Denis Vlasenko2007-07-203-41/+63
* Trim help text. With compressed help: -143 bytesDenis Vlasenko2007-07-181-114/+113
* remove accumulated stray trailing whitespaceDenis Vlasenko2007-07-171-1/+1
* grep: implement -m MAX_MATCHES; fix help textDenis Vlasenko2007-07-151-2/+3
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-0/+14
* fix applet order errorDenis Vlasenko2007-07-061-1/+1
* md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko2007-07-051-5/+6
* udhcp: new config option "Rewrite the lease file at every new acknowledge"Denis Vlasenko2007-07-011-2/+3
* top,ps: improve /proc/PID/cmdinfo reading codeDenis Vlasenko2007-06-301-4/+9
* introduce and use bb_basename()Denis Vlasenko2007-06-301-0/+1
* killall, pidof: use argv0 for process matching tooDenis Vlasenko2007-06-301-7/+11
* uuencode: shrinkDenis Vlasenko2007-06-261-1/+1
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-0/+3
* pidof: size optimizations (-50 bytes)Denis Vlasenko2007-06-231-1/+1