aboutsummaryrefslogtreecommitdiff
path: root/libbb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* loop device code: readability improvementvda2007-04-191-10/+14
* lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY,vda2007-04-151-0/+2
* lineedit: nuke two unused variables and code which sets themvda2007-04-141-9/+0
* lineedit: do not try to open NULL history filevda2007-04-141-2/+2
* hush: use NOFORK applets as appropriate. Net reduction of code size.vda2007-04-141-41/+48
* teach find_root_device to deal with /dev/ subdirsvda2007-04-133-15/+57
* make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y)vda2007-04-131-1/+12
* login: remove setpgrp call (makes it work from shell prompt again).vda2007-04-122-15/+4
* pass a copy of argv[i] to NOFORK applets (they may permute it etc).vda2007-04-121-14/+18
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...aldot2007-04-121-0/+16
* style fixes. No code changesvda2007-04-125-17/+14
* bb_full_fd_action: remove potential xmalloc from NOFORK pathvda2007-04-114-19/+31
* fix misplaced #ifvda2007-04-111-1/+1
* add more convenient defines for [NO]MMU:vda2007-04-111-15/+10
* random NOMMU fixes. compressed --help really does work for NOMMU! /me happyvda2007-04-101-0/+3
* Rename two config options:vda2007-04-105-9/+14
* make compressed help code NOMMU- and NOFORK-friendly -vda2007-04-103-101/+59
* make a few struct bb_applet members conditionalvda2007-04-108-28/+49
* audit small applets and mark some of them as NOFORK.vda2007-04-105-10/+14
* style fixes. No code changes.vda2007-04-101-1/+1
* - add libbb function str_tolower to convert a string to lowercase.aldot2007-04-102-0/+14
* make xfunctions optionally longjump instead of exit.vda2007-04-095-12/+31
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.vda2007-04-091-3/+39
* wait4pid: if passed with pid < 0, do not set errno - it is already set by exec!vda2007-04-092-34/+33
* Implement first instance of NOFORK applet - echovda2007-04-092-9/+8
* getopt32: fix llist_t options ordering. llist_rev is not unused.vda2007-04-082-13/+14
* find: fix handling of -prunevda2007-04-081-7/+7
* random small shrinkage and elimination of staticsvda2007-04-071-1/+1
* svn add match_fstype.c :(vda2007-04-051-0/+44
* [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>)vda2007-04-051-0/+1
* libbb: add xunlink()vda2007-04-051-0/+6
* nc: port nc 1.10 to busyboxvda2007-04-053-1/+166
* - fix segfault in reset_ino_dev_hashtable() when *hashtable was null.aldot2007-04-051-1/+3
* test: comment out unused codevda2007-04-021-6/+22
* tcpsvd: new appletvda2007-04-012-7/+62
* - fix bug where we did not reject invalid classes like '[[:alpha'aldot2007-03-301-6/+5
* - fold recurse, depthFirst and dereference params into one param flags.aldot2007-03-291-21/+20
* ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer)vda2007-03-281-3/+3
* pidfile creation mode set to 0666 (umask affects it as usual)vda2007-03-271-1/+1
* forgotten svn add...vda2007-03-271-0/+29
* make pidfile writing configurable.vda2007-03-272-6/+7
* remove_file: cosmetic code improvement, a few bytes savedvda2007-03-261-34/+21
* zcip: make it work on NOMMU (+ improve NOMMU support machinery)vda2007-03-262-6/+16
* Attempt to get more applets compile for NOMMU.vda2007-03-261-4/+6
* libbb: rework NOMMU helper API so that it makes more sensevda2007-03-262-79/+133
* add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copyvda2007-03-251-0/+10
* random style fixes (extra spaces deleted)vda2007-03-242-3/+3
* NOMMU re-exec trick shuld not depend on existence of "don't daemonize"vda2007-03-241-14/+9
* applets.c, xfunc.c: style cleanupvda2007-03-241-8/+8
* fix accumulated whitespace and indentation damagevda2007-03-202-3/+3