| Commit message (Expand) | Author | Age | Files | Lines |
* | make compressed help code NOMMU- and NOFORK-friendly - | Denis Vlasenko | 2007-04-10 | 3 | -101/+59 |
* | make a few struct bb_applet members conditional | Denis Vlasenko | 2007-04-10 | 8 | -28/+49 |
* | audit small applets and mark some of them as NOFORK. | Denis Vlasenko | 2007-04-10 | 5 | -10/+14 |
* | style fixes. No code changes. | Denis Vlasenko | 2007-04-10 | 1 | -1/+1 |
* | - add libbb function str_tolower to convert a string to lowercase. | Bernhard Reutner-Fischer | 2007-04-10 | 2 | -0/+14 |
* | make xfunctions optionally longjump instead of exit. | Denis Vlasenko | 2007-04-09 | 5 | -12/+31 |
* | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | Denis Vlasenko | 2007-04-09 | 1 | -3/+39 |
* | wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! | Denis Vlasenko | 2007-04-09 | 2 | -34/+33 |
* | Implement first instance of NOFORK applet - echo | Denis Vlasenko | 2007-04-09 | 2 | -9/+8 |
* | getopt32: fix llist_t options ordering. llist_rev is not unused. | Denis Vlasenko | 2007-04-08 | 2 | -13/+14 |
* | find: fix handling of -prune | Denis Vlasenko | 2007-04-08 | 1 | -7/+7 |
* | random small shrinkage and elimination of statics | Denis Vlasenko | 2007-04-07 | 1 | -1/+1 |
* | svn add match_fstype.c :( | Denis Vlasenko | 2007-04-05 | 1 | -0/+44 |
* | [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) | Denis Vlasenko | 2007-04-05 | 1 | -0/+1 |
* | libbb: add xunlink() | Denis Vlasenko | 2007-04-05 | 1 | -0/+6 |
* | nc: port nc 1.10 to busybox | Denis Vlasenko | 2007-04-05 | 3 | -1/+166 |
* | - fix segfault in reset_ino_dev_hashtable() when *hashtable was null. | Bernhard Reutner-Fischer | 2007-04-05 | 1 | -1/+3 |
* | test: comment out unused code | Denis Vlasenko | 2007-04-02 | 1 | -6/+22 |
* | tcpsvd: new applet | Denis Vlasenko | 2007-04-01 | 2 | -7/+62 |
* | - fix bug where we did not reject invalid classes like '[[:alpha' | Bernhard Reutner-Fischer | 2007-03-30 | 1 | -6/+5 |
* | - fold recurse, depthFirst and dereference params into one param flags. | Bernhard Reutner-Fischer | 2007-03-29 | 1 | -21/+20 |
* | ps: work around libc bug: printf("%.*s\n", MAX_INT, buffer) | Denis Vlasenko | 2007-03-28 | 1 | -3/+3 |
* | pidfile creation mode set to 0666 (umask affects it as usual) | Denis Vlasenko | 2007-03-27 | 1 | -1/+1 |
* | forgotten svn add... | Denis Vlasenko | 2007-03-27 | 1 | -0/+29 |
* | make pidfile writing configurable. | Denis Vlasenko | 2007-03-27 | 2 | -6/+7 |
* | remove_file: cosmetic code improvement, a few bytes saved | Denis Vlasenko | 2007-03-26 | 1 | -34/+21 |
* | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | Denis Vlasenko | 2007-03-26 | 2 | -6/+16 |
* | Attempt to get more applets compile for NOMMU. | Denis Vlasenko | 2007-03-26 | 1 | -4/+6 |
* | libbb: rework NOMMU helper API so that it makes more sense | Denis Vlasenko | 2007-03-26 | 2 | -79/+133 |
* | add NOMMU fixme's; move move_fd from runit_lib to libbb; nuke fd_copy | Denis Vlasenko | 2007-03-25 | 1 | -0/+10 |
* | random style fixes (extra spaces deleted) | Denis Vlasenko | 2007-03-24 | 2 | -3/+3 |
* | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko | 2007-03-24 | 1 | -14/+9 |
* | applets.c, xfunc.c: style cleanup | Denis Vlasenko | 2007-03-24 | 1 | -8/+8 |
* | fix accumulated whitespace and indentation damage | Denis Vlasenko | 2007-03-20 | 2 | -3/+3 |
* | fix inadvertently leaked PWD_BUFFER_SIZE | Denis Vlasenko | 2007-03-18 | 1 | -1/+1 |
* | gzip: Improve ptr_to_globals trick, allowing gcc | Denis Vlasenko | 2007-03-15 | 1 | -1/+2 |
* | copy_file: comment out one condition which is always false. | Denis Vlasenko | 2007-03-15 | 1 | -28/+50 |
* | fix TODO: getopt32 should reset optind to 1 itself | Denis Vlasenko | 2007-03-15 | 1 | -2/+6 |
* | modify ptr_to_globals trick so that we do not violate | Denis Vlasenko | 2007-03-15 | 1 | -1/+2 |
* | swapon: reinstate hole check but reduce it to warning | Denis Vlasenko | 2007-03-14 | 1 | -1/+0 |
* | stop using big static buffer for inode hash | Denis Vlasenko | 2007-03-14 | 2 | -42/+44 |
* | stop using (yet another) static buffer | Denis Vlasenko | 2007-03-14 | 1 | -3/+1 |
* | gzip: reduce global data footprint, part 3 | Denis Vlasenko | 2007-03-14 | 1 | -1/+1 |
* | gzip: reduce global data footprint, part 2 | Denis Vlasenko | 2007-03-14 | 1 | -0/+2 |
* | Do not fail password check if shadow password does not exist - | Denis Vlasenko | 2007-03-13 | 2 | -16/+24 |
* | introduce and use setfscreatecon_or_die | Denis Vlasenko | 2007-03-12 | 2 | -1/+11 |
* | next portion of selinux updates: chcon, runcon. From | Denis Vlasenko | 2007-03-11 | 2 | -0/+31 |
* | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko | 2007-03-10 | 1 | -0/+40 |
* | clean up accumulated whitespace damage | Denis Vlasenko | 2007-03-07 | 4 | -6/+6 |
* | ifupdown: code to deconstruct the state_list gracefully | Denis Vlasenko | 2007-03-06 | 1 | -8/+27 |