summaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* apply accumulated post 1.7.2 patches; bump version to 1.7.31_7_3Denis Vlasenko2007-11-031-1/+1
* apply post 1.7.0 patches, set version to 1.7.11_7_1Denis Vlasenko2007-09-161-4/+5
* 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
* 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
* trylink: automatically use custom link script if user provides oneDenis Vlasenko2007-08-141-2/+1
* s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko2007-08-131-1/+1
* ls,ps,watch: measure terminal width on fd 0, not 1Denis Vlasenko2007-08-091-1/+2
* mount: print errno on NFS error (again)Denis Vlasenko2007-08-031-1/+6
* udhcp: slight shrinkDenis Vlasenko2007-08-021-2/+2
* 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
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-1/+4
* 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-201-1/+13
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-0/+14
* md5_sha1_sum: fix mishandling when run as /bin/md5sum (with path)Denis Vlasenko2007-07-051-5/+6
* 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
* test: shrink a bitDenis Vlasenko2007-06-211-1/+1
* top,ps: 'stringify' tty only when needed. -60 bytes.Denis Vlasenko2007-06-191-3/+2
* networking/interface.c: reduce bss usageDenis Vlasenko2007-06-191-1/+1
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-0/+1
* hwclock: size optimizationsDenis Vlasenko2007-06-171-0/+1
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-3/+2
* hush: fix read builtin to not read ahead past eol and to not useDenis Vlasenko2007-06-131-0/+4
* remove nearly-duplicate PATHs in several placesDenis Vlasenko2007-06-121-2/+3
* login: make /etc/nologin support configurable. -240 bytes if not selected.Denis Vlasenko2007-06-121-2/+0
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-3/+3
* A few more string duplicates found & eliminatedDenis Vlasenko2007-06-121-0/+4
* make busybox --install work even if /proc/self/exe doesn't existDenis Vlasenko2007-06-081-0/+1
* ps: fix -Z (by Yuichi Nakamura <ynakam@hitachisoft.jp>)Denis Vlasenko2007-06-061-0/+4
* nc: make connecting to IPv4 from IPv6-enabled hosts easierDenis Vlasenko2007-06-051-3/+6
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-1/+2
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-0/+8
* whitespace fixesDenis Vlasenko2007-05-301-1/+1
* xpipe: introduce (saves ~170 bytes)Denis Vlasenko2007-05-261-1/+1