aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hush: fix handling of unmatched ${name (without closing '}') -Denis Vlasenko2007-05-241-0/+1
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-081-0/+2
* ash,kill: use common code for kill applet/builtinDenis Vlasenko2007-04-291-0/+1
* hush: fix nofork + ctrl-Z clobbering of globalsDenis Vlasenko2007-04-281-2/+12
* procps: remove all global variablesDenis Vlasenko2007-04-191-2/+2
* ps: add -o tty and -o rss supportDenis Vlasenko2007-04-191-6/+11
* hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko2007-04-141-32/+32
* teach find_root_device to deal with /dev/ subdirsDenis Vlasenko2007-04-131-0/+1
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer2007-04-121-0/+2
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-0/+2
* rename: run_applet_by_name -> run_applet_and_exitDenis Vlasenko2007-04-111-1/+1
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-111-5/+5
* Rename two config options:Denis Vlasenko2007-04-101-2/+3
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-101-2/+3
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-101-5/+5
* - very minor shrinkage (-3b)Bernhard Reutner-Fischer2007-04-101-1/+1
* - add prototype for str_tolower()Bernhard Reutner-Fischer2007-04-101-0/+2