aboutsummaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* procps: remove all global variablesvda2007-04-191-2/+2
* ps: add -o tty and -o rss supportvda2007-04-191-6/+11
* style fixes, no code changesvda2007-04-161-1/+2
* deluser: add optional support for removing users from groupsvda2007-04-151-2/+3
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-141-32/+32
* teach find_root_device to deal with /dev/ subdirsvda2007-04-131-0/+1
* style fixesvda2007-04-132-11/+11
* find: add support for -delete, -path (by Natanael Copa)vda2007-04-131-0/+4
* login: remove setpgrp call (makes it work from shell prompt again).vda2007-04-121-3/+3
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...aldot2007-04-121-0/+2
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-111-0/+2
* rename: run_applet_by_name -> run_applet_and_exitvda2007-04-111-1/+1
* fix typo in commentvda2007-04-111-2/+2
* add more convenient defines for [NO]MMU:vda2007-04-112-7/+15
* Rename two config options:vda2007-04-103-5/+6
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-102-2/+8
* make a few struct bb_applet members conditionalvda2007-04-103-20/+30
* - forgot this hunk that corrects the usage text of ipaldot2007-04-101-3/+15
* - add ATTRIBUTE_DEPRECATED for functions that should be removed in the future.aldot2007-04-101-0/+2
* audit small applets and mark some of them as NOFORK.vda2007-04-101-19/+19
* - very minor shrinkage (-3b)aldot2007-04-101-1/+1
* - add prototype for str_tolower()aldot2007-04-101-0/+2
* make xfunctions optionally longjump instead of exit.vda2007-04-092-1/+2
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.vda2007-04-091-15/+20
* xargs: shrink code, ~80 bytesvda2007-04-091-2/+3
* Implement first instance of NOFORK applet - echovda2007-04-091-1/+6
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsvda2007-04-093-24/+40
* merge busybox.c into applets.cvda2007-04-093-6/+6
* applets.h: de-obfuscatevda2007-04-081-26/+35
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-081-32/+37
* find: fix handling of -prunevda2007-04-081-12/+14
* random small shrinkage and elimination of staticsvda2007-04-071-1/+1
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)vda2007-04-051-0/+2
* libbb: add xunlink()vda2007-04-051-8/+9
* find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)vda2007-04-051-1/+7
* nc: port nc 1.10 to busyboxvda2007-04-052-0/+41
* - clean up addgroup, fix adding users to existing groups and make it optional...aldot2007-04-051-2/+2
* - add -s|--spider which only checks if the file exists but does not download ...aldot2007-04-051-3/+4
* find: un-DESKTOPize (Kai Schwenzfeier <niteblade@gmx.net>)vda2007-04-041-1/+3
* Add/improve comment, shorten some usage texts. No code changes.vda2007-04-041-38/+36
* ipsvd: make udpsvd work similar to tcpsvd (multiple parallelvda2007-04-032-9/+11
* udpsvd: more work on it. works in limited testing.vda2007-04-032-9/+29
* test: comment out unused codevda2007-04-021-3/+4
* udpsvd: next part of ipsvd applets (not working yet)vda2007-04-012-0/+6
* Copyright, help text, whitespace cleanupsvda2007-04-011-2/+20
* tcpsvd: new appletvda2007-04-013-1/+26
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-291-3/+6
* - rewrite run-partsaldot2007-03-281-2/+17
* make pidfile writing configurable.vda2007-03-271-2/+11
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)vda2007-03-261-0/+7