Age | Commit message (Expand) | Author |
2018-03-04 | make busybox more portable | Sean MacLennan |
2017-08-08 | getopt32: remove opt_complementary | Denys Vlasenko |
2017-08-08 | getopt32: remove applet_long_options | Denys Vlasenko |
2017-08-08 | libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb | Denys Vlasenko |
2017-08-08 | libbb: rearrange NOFORK/NOEXEC code, logic is not changed | Denys Vlasenko |
2017-08-07 | noexec: consolidate code | Denys Vlasenko |
2017-08-07 | noexec: do GETOPT_RESET() before entering APPLET_main() | Denys Vlasenko |
2017-08-07 | noexec: set comm field for noexecs | Denys Vlasenko |
2017-08-07 | free,stat: make NOEXEC | Denys Vlasenko |
2017-08-04 | libbb: use _exit, not exit, in bb_daemonize_or_rexec() | Denys Vlasenko |
2017-08-03 | nofork: fix a bug uncovered by hush testsuite (forgotten fflush) | Denys Vlasenko |
2017-08-03 | new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize | Denys Vlasenko |
2017-07-07 | main: fix the case where user has "halt" as login shell. Closes 9986 | Denys Vlasenko |
2017-07-03 | fixes for bugs found by make_single_applets.sh | Denys Vlasenko |
2017-04-12 | libbb: GETOPT_RESET macro | Kaarle Ritvanen |
2017-01-26 | libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode | Denys Vlasenko |
2016-07-22 | config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK | Denys Vlasenko |
2016-03-30 | applet_tables: save space by removing applet name offsets | Ron Yorston |
2015-10-09 | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko |
2011-11-09 | bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon | Peter Korsgaard |
2011-02-03 | libbb: spawn should remove child which failed to exec | Denys Vlasenko |
2011-02-02 | move nofork_save_area from libbb.h to vfork_daemon_rexec.c | Denys Vlasenko |
2011-02-02 | libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe | Denys Vlasenko |
2010-08-16 | *: make GNU licensing statement forms more regular | Denys Vlasenko |
2010-07-04 | *: introduce and use xfork() and xvfork() | Pascal Bellard |
2010-07-04 | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard |
2010-06-25 | *: make exec failure message more consistent | Denys Vlasenko |
2010-03-18 | *: code shrink and better "died from signal" reporting from wait4pid | Denys Vlasenko |
2009-11-02 | *: introduce and use ffulsh_all() | Denys Vlasenko |
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 |