summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* xargs: shrink code, ~80 bytesDenis Vlasenko2007-04-091-2/+3
* Implement first instance of NOFORK applet - echoDenis Vlasenko2007-04-091-1/+6
* Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC appletsDenis Vlasenko2007-04-093-24/+40
* merge busybox.c into applets.cDenis Vlasenko2007-04-093-6/+6
* applets.h: de-obfuscateDenis Vlasenko2007-04-081-26/+35
* getopt32: fix llist_t options ordering. llist_rev is not unused.Denis Vlasenko2007-04-081-32/+37
* find: fix handling of -pruneDenis Vlasenko2007-04-081-12/+14
* random small shrinkage and elimination of staticsDenis Vlasenko2007-04-071-1/+1
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)Denis Vlasenko2007-04-051-0/+2
* libbb: add xunlink()Denis Vlasenko2007-04-051-8/+9
* find: improve usage text (Natanael Copa <natanael.copa@gmail.com>)Denis Vlasenko2007-04-051-1/+7
* nc: port nc 1.10 to busyboxDenis Vlasenko2007-04-052-0/+41
* - clean up addgroup, fix adding users to existing groups and make it optional...Bernhard Reutner-Fischer2007-04-051-2/+2
* - add -s|--spider which only checks if the file exists but does not download ...Bernhard Reutner-Fischer2007-04-051-3/+4