aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* find: add conditional support for -maxdepth and -regexDenis Vlasenko2007-06-151-32/+36
* fdisk: fix minor issues with help textDenis Vlasenko2007-06-151-26/+26
* *: 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-123-28/+28
* 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
* rmp: add optional support for bz2 data. +50 bytes of codeDenis Vlasenko2007-06-081-4/+4
* 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
* uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com>Denis Vlasenko2007-06-041-6/+5
* Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko2007-06-041-1/+2
* delete tons of extra #includesDenis Vlasenko2007-05-311-1/+1
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-0/+8
* whitespace fixesDenis Vlasenko2007-05-302-6/+6
* 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
* cttyhack: new applet.Denis Vlasenko2007-05-181-0/+1
* fix trivial compile errors found by randomconfig runDenis Vlasenko2007-05-171-0/+6
* netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko2007-05-151-12/+14
* cryptpw: new applet (a bit less than 3k added)Denis Vlasenko2007-05-083-0/+10
* fix -Werror compileDenis Vlasenko2007-05-041-1/+5
* 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
* style fixes, no code changesDenis Vlasenko2007-04-161-1/+2
* deluser: add optional support for removing users from groupsDenis Vlasenko2007-04-151-2/+3
* 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
* style fixesDenis Vlasenko2007-04-132-11/+11
* find: add support for -delete, -path (by Natanael Copa)Denis Vlasenko2007-04-131-0/+4
* login: remove setpgrp call (makes it work from shell prompt again).Denis Vlasenko2007-04-121-3/+3
* - 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
* fix typo in commentDenis Vlasenko2007-04-111-2/+2
* add more convenient defines for [NO]MMU:Denis Vlasenko2007-04-112-7/+15
* Rename two config options:Denis Vlasenko2007-04-103-5/+6
* make compressed help code NOMMU- and NOFORK-friendly -Denis Vlasenko2007-04-102-2/+8
* make a few struct bb_applet members conditionalDenis Vlasenko2007-04-103-20/+30
* - forgot this hunk that corrects the usage text of ipBernhard Reutner-Fischer2007-04-101-3/+15
* - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.Bernhard Reutner-Fischer2007-04-101-0/+2
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-19/+19
* - very minor shrinkage (-3b)Bernhard Reutner-Fischer2007-04-101-1/+1
* - add prototype for str_tolower()Bernhard Reutner-Fischer2007-04-101-0/+2
* make xfunctions optionally longjump instead of exit.Denis Vlasenko2007-04-092-1/+2
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko2007-04-091-15/+20