| Commit message (Expand) | Author | Age | Files | Lines |
* | find_root_device: use lstat - don't follow links | vda | 2007-04-21 | 1 | -1/+2 |
* | hush: begin fixing non-functional job control | vda | 2007-04-21 | 1 | -2/+4 |
* | procps: remove all global variables | vda | 2007-04-19 | 2 | -2/+2 |
* | ps: add -o tty and -o rss support | vda | 2007-04-19 | 1 | -7/+23 |
* | loop device code: readability improvement | vda | 2007-04-19 | 1 | -10/+14 |
* | lineedit: state->hist_file doesn't exist if !FEATURE_EDITING_SAVEHISTORY, | vda | 2007-04-15 | 1 | -0/+2 |
* | lineedit: nuke two unused variables and code which sets them | vda | 2007-04-14 | 1 | -9/+0 |
* | lineedit: do not try to open NULL history file | vda | 2007-04-14 | 1 | -2/+2 |
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | vda | 2007-04-14 | 1 | -41/+48 |
* | teach find_root_device to deal with /dev/ subdirs | vda | 2007-04-13 | 3 | -15/+57 |
* | make xsocket die with address family printed (if VERBOSE_RESOLUTION_ERRORS=y) | vda | 2007-04-13 | 1 | -1/+12 |
* | login: remove setpgrp call (makes it work from shell prompt again). | vda | 2007-04-12 | 2 | -15/+4 |
* | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | vda | 2007-04-12 | 1 | -14/+18 |
* | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a... | aldot | 2007-04-12 | 1 | -0/+16 |
* | style fixes. No code changes | vda | 2007-04-12 | 5 | -17/+14 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | vda | 2007-04-11 | 4 | -19/+31 |
* | fix misplaced #if | vda | 2007-04-11 | 1 | -1/+1 |
* | add more convenient defines for [NO]MMU: | vda | 2007-04-11 | 1 | -15/+10 |
* | random NOMMU fixes. compressed --help really does work for NOMMU! /me happy | vda | 2007-04-10 | 1 | -0/+3 |
* | Rename two config options: | vda | 2007-04-10 | 5 | -9/+14 |
* | make compressed help code NOMMU- and NOFORK-friendly - | vda | 2007-04-10 | 3 | -101/+59 |
* | make a few struct bb_applet members conditional | vda | 2007-04-10 | 8 | -28/+49 |
* | audit small applets and mark some of them as NOFORK. | vda | 2007-04-10 | 5 | -10/+14 |
* | style fixes. No code changes. | vda | 2007-04-10 | 1 | -1/+1 |
* | - add libbb function str_tolower to convert a string to lowercase. | aldot | 2007-04-10 | 2 | -0/+14 |
* | make xfunctions optionally longjump instead of exit. | vda | 2007-04-09 | 5 | -12/+31 |
* | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | vda | 2007-04-09 | 1 | -3/+39 |
* | wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! | vda | 2007-04-09 | 2 | -34/+33 |
* | Implement first instance of NOFORK applet - echo | vda | 2007-04-09 | 2 | -9/+8 |
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | vda | 2007-04-08 | 2 | -13/+14 |
* | find: fix handling of -prune | vda | 2007-04-08 | 1 | -7/+7 |
* | random small shrinkage and elimination of statics | vda | 2007-04-07 | 1 | -1/+1 |
* | svn add match_fstype.c :( | vda | 2007-04-05 | 1 | -0/+44 |
* | [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | vda | 2007-04-05 | 1 | -0/+1 |
* | libbb: add xunlink() | vda | 2007-04-05 | 1 | -0/+6 |
* | nc: port nc 1.10 to busybox | vda | 2007-04-05 | 3 | -1/+166 |
* | - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. | aldot | 2007-04-05 | 1 | -1/+3 |
* | test: comment out unused code | vda | 2007-04-02 | 1 | -6/+22 |
* | tcpsvd: new applet | vda | 2007-04-01 | 2 | -7/+62 |
* | - fix bug where we did not reject invalid classes like '[[:alpha' | aldot | 2007-03-30 | 1 | -6/+5 |
* | - fold recurse, depthFirst and dereference params into one param flags. | aldot | 2007-03-29 | 1 | -21/+20 |
* | ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) | vda | 2007-03-28 | 1 | -3/+3 |
* | pidfile creation mode set to 0666 (umask affects it as usual) | vda | 2007-03-27 | 1 | -1/+1 |
* | forgotten svn add... | vda | 2007-03-27 | 1 | -0/+29 |
* | make pidfile writing configurable. | vda | 2007-03-27 | 2 | -6/+7 |
* | remove_file: cosmetic code improvement, a few bytes saved | vda | 2007-03-26 | 1 | -34/+21 |
* | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | vda | 2007-03-26 | 2 | -6/+16 |
* | Attempt to get more applets compile for NOMMU. | vda | 2007-03-26 | 1 | -4/+6 |
* | libbb: rework NOMMU helper API so that it makes more sense | vda | 2007-03-26 | 2 | -79/+133 |
* | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | vda | 2007-03-25 | 1 | -0/+10 |