Age | Commit message (Expand) | Author |
2009-10-11 | libbb: revert the change where spawn reports exec failure | Denys Vlasenko |
2009-10-08 | libbb: make spawn() print "can't execute '%s'" on execv error | Denys Vlasenko |
2009-09-23 | *: more portability fixes by Dan Fandrich | Denys Vlasenko |
2009-06-07 | stop using non-standard macro, use WEXITSTATUS instead | Denys Vlasenko |
2009-03-20 | Compatibility fixes: | Denis Vlasenko |
2008-11-06 | runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. | Denis Vlasenko |
2008-10-20 | ash: fix a bug in standalone mode (corrupted getopt() state) | Denis Vlasenko |
2008-07-06 | mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). | Denis Vlasenko |
2008-07-01 | revert last two commits. vfork cannot be used in subroutine, | Denis Vlasenko |
2008-07-01 | *: introduce and use xfork() | Denis Vlasenko |
2008-07-01 | *: introduce and use xvfork() | Denis Vlasenko |
2008-06-27 | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-04-13 | fix english in comment | Denis Vlasenko |
2008-04-13 | ash: speed up NOFORK code in ash by eliminating second find_applet(). | Denis Vlasenko |
2008-02-17 | libbb: introduce and use xrename and rename_or_warn. | Denis Vlasenko |
2008-01-28 | *: move getopt reset code to better place(s) | Denis Vlasenko |
2008-01-27 | tentatively fix getopt state corruption for NOFORK applets | Denis Vlasenko |
2008-01-02 | libbb: introduce and use safe_waitpid (loops in EINTR) | Denis Vlasenko |
2007-11-29 | Further optimize applet tables; prettify build output | Denis Vlasenko |
2007-11-28 | reorganize applet table. Eliminates pointers to names. | Denis Vlasenko |
2007-10-10 | get rid of global "struct bb_applet *current_applet" | Denis Vlasenko |
2007-10-01 | 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. | Denis Vlasenko |
2007-08-18 | make standalone httpd work on NOMMU machines | Denis Vlasenko |
2007-07-31 | start_stop_daemon: NOMMU fix; smaller fixes | Denis Vlasenko |
2007-06-14 | init: make sure fd 0,1,2 are not closed, + related optimizations. | Denis Vlasenko |
2007-06-08 | make busybox --install work even if /proc/self/exe doesn't exist | Denis Vlasenko |
2007-05-24 | hush: fix handling of unmatched ${name (without closing '}') - | Denis Vlasenko |
2007-05-17 | more compile fixes from randomconfig run | Denis Vlasenko |
2007-04-28 | hush: fix nofork + ctrl-Z clobbering of globals | Denis Vlasenko |
2007-04-14 | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko |
2007-04-12 | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | Denis Vlasenko |
2007-04-11 | fix misplaced #if | Denis Vlasenko |
2007-04-11 | add more convenient defines for [NO]MMU: | Denis Vlasenko |
2007-04-10 | random NOMMU fixes. compressed --help really does work for NOMMU! /me happy | Denis Vlasenko |
2007-04-10 | Rename two config options: | Denis Vlasenko |
2007-04-10 | make compressed help code NOMMU- and NOFORK-friendly - | Denis Vlasenko |
2007-04-10 | make a few struct bb_applet members conditional | Denis Vlasenko |
2007-04-09 | make xfunctions optionally longjump instead of exit. | Denis Vlasenko |
2007-04-09 | factor out NOFORK/NOEXEC code from find. Use it for xargs too. | Denis Vlasenko |
2007-04-09 | wait4pid: if passed with pid < 0, do not set errno - it is already set by exec! | Denis Vlasenko |
2007-04-09 | Implement first instance of NOFORK applet - echo | Denis Vlasenko |
2007-03-26 | zcip: make it work on NOMMU (+ improve NOMMU support machinery) | Denis Vlasenko |
2007-03-26 | Attempt to get more applets compile for NOMMU. | Denis Vlasenko |
2007-03-26 | libbb: rework NOMMU helper API so that it makes more sense | Denis Vlasenko |
2007-03-24 | NOMMU re-exec trick shuld not depend on existence of "don't daemonize" | Denis Vlasenko |
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko |
2006-12-26 | style fixes | Denis Vlasenko |
2006-09-30 | lsmod: repair indentation | Denis Vlasenko |
2006-08-20 | - merge -r15463:15564 from busybox_scratch branch through these changesets: | Bernhard Reutner-Fischer |