aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* documentation bits in comments, no code changesDenis Vlasenko2007-09-251-0/+6
* *: kill bb_get_last_path_component, replace with two functionsDenis Vlasenko2007-09-241-3/+9
* setup_environment: code shrinkDenis Vlasenko2007-09-101-0/+16
* top: TOPMEM feature - 's(how sizes)' command. +2.5k when enabled,Denis Vlasenko2007-09-081-1/+11
* 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
* 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