Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / vfork_daemon_rexec.c
2019-04-29 Denys Vlasenkostart-stop-daemon: do try to close fds > 2
2019-01-14 Denys Vlasenkostart-stop-daemon: create pidfile before parent exits...
2018-03-04 Sean MacLennanmake busybox more portable
2017-08-08 Denys Vlasenkogetopt32: remove opt_complementary
2017-08-08 Denys Vlasenkogetopt32: remove applet_long_options
2017-08-08 Denys Vlasenkolibbb: simplify NOFORK/NOEXEC defines, move set_task_co...
2017-08-07 Denys Vlasenkolibbb: rearrange NOFORK/NOEXEC code, logic is not changed
2017-08-07 Denys Vlasenkonoexec: consolidate code
2017-08-07 Denys Vlasenkonoexec: do GETOPT_RESET() before entering APPLET_main()
2017-08-07 Denys Vlasenkonoexec: set comm field for noexecs
2017-08-07 Denys Vlasenkofree,stat: make NOEXEC
2017-08-04 Denys Vlasenkolibbb: use _exit, not exit, in bb_daemonize_or_rexec()
2017-08-03 Denys Vlasenkonofork: fix a bug uncovered by hush testsuite (forgotte...
2017-08-03 Denys Vlasenkonew NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink...
2017-07-07 Denys Vlasenkomain: fix the case where user has "halt" as login shell...
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-04-12 Kaarle Ritvanenlibbb: GETOPT_RESET macro
2017-01-26 Denys Vlasenkolibbb: spawn_and_wait() fflushes before forking NOEXEC...
2016-07-22 Denys Vlasenkoconfig: disentangle PREFER_APPLETS from SH_STANDALONE...
2016-03-29 Ron Yorstonapplet_tables: save space by removing applet name offsets
2015-10-09 Denys Vlasenkoremove global "jmp_buf die_jmp" from !FEATURE_PREFER_AP...
2011-11-09 Peter Korsgaardbb_daemonize_or_rexec(): add flag to double-fork; use...
2011-02-03 Denys Vlasenkolibbb: spawn should remove child which failed to exec
2011-02-02 Denys Vlasenkomove nofork_save_area from libbb.h to vfork_daemon_rexec.c
2011-02-02 Denys Vlasenkolibbb: make BB_EXECVP/LP try to exec real binary if...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-07-03 Pascal Bellardlibbb: introduce and use BB_EXECVP_or_die()
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2010-03-18 Denys Vlasenko*: code shrink and better "died from signal" reporting...
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-11 Denys Vlasenkolibbb: revert the change where spawn reports exec failure
2009-10-08 Denys Vlasenkolibbb: make spawn() print "can't execute '%s'" on execv...
2009-09-23 Denys Vlasenko*: more portability fixes by Dan Fandrich
2009-06-07 Denys Vlasenkostop using non-standard macro, use WEXITSTATUS instead
2009-03-20 Denis VlasenkoCompatibility fixes:
2008-11-06 Denis Vlasenkorunsvdir: alternative methon of supporting runsvdir...
2008-10-20 Denis Vlasenkoash: fix a bug in standalone mode (corrupted getopt...
2008-07-06 Denis Vlasenkomdev: do not follow symlinks in /sys (as was intended...
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xfork()
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-04-13 Denis Vlasenkofix english in comment
2008-04-13 Denis Vlasenkoash: speed up NOFORK code in ash by eliminating second...
2008-02-17 Denis Vlasenkolibbb: introduce and use xrename and rename_or_warn.
2008-01-28 Denis Vlasenko*: move getopt reset code to better place(s)
2008-01-27 Denis Vlasenkotentatively fix getopt state corruption for NOFORK...
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-11-29 Denis VlasenkoFurther optimize applet tables; prettify build output
2007-11-28 Denis Vlasenkoreorganize applet table. Eliminates pointers to names.
2007-10-10 Denis Vlasenkoget rid of global "struct bb_applet *current_applet"
2007-10-01 Denis Vlasenko'simple' error message functions by Loic Grenie <loic...
2007-08-18 Denis Vlasenkomake standalone httpd work on NOMMU machines
2007-07-31 Denis Vlasenkostart_stop_daemon: NOMMU fix; smaller fixes
2007-06-14 Denis Vlasenkoinit: make sure fd 0,1,2 are not closed, + related...
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-05-24 Denis Vlasenkohush: fix handling of unmatched ${name (without closin...
2007-05-17 Denis Vlasenkomore compile fixes from randomconfig run
2007-04-28 Denis Vlasenkohush: fix nofork + ctrl-Z clobbering of globals
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-12 Denis Vlasenkopass a copy of argv[i] to NOFORK applets (they may...
2007-04-11 Denis Vlasenkofix misplaced #if
2007-04-11 Denis Vlasenkoadd more convenient defines for [NO]MMU:
2007-04-10 Denis Vlasenkorandom NOMMU fixes. compressed --help really does work...
2007-04-10 Denis VlasenkoRename two config options:
2007-04-10 Denis Vlasenkomake compressed help code NOMMU- and NOFORK-friendly -
2007-04-10 Denis Vlasenkomake a few struct bb_applet members conditional
2007-04-09 Denis Vlasenkomake xfunctions optionally longjump instead of exit.
2007-04-09 Denis Vlasenkofactor out NOFORK/NOEXEC code from find. Use it for...
2007-04-09 Denis Vlasenkowait4pid: if passed with pid < 0, do not set errno...
2007-04-09 Denis VlasenkoImplement first instance of NOFORK applet - echo
2007-03-26 Denis Vlasenkozcip: make it work on NOMMU (+ improve NOMMU support...
2007-03-26 Denis VlasenkoAttempt to get more applets compile for NOMMU.
2007-03-26 Denis Vlasenkolibbb: rework NOMMU helper API so that it makes more...
2007-03-24 Denis VlasenkoNOMMU re-exec trick shuld not depend on existence of...
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-26 Denis Vlasenkostyle fixes
2006-09-30 Denis Vlasenkolsmod: repair indentation
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-06-16 Rob LandleyRevert svn 15333. If you vfork, you must either exec...
2006-06-07 Mike Frysingersometimes daemonizing and vfork()/exit() is ok
2006-05-31 Bernhard Reutner... - s/defined(__uClinux__)/BB_NOMMU/
2006-05-19 Bernhard Reutner... - replace _PATH_DEVNULL with bb_dev_null
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-12-15 Russ DillGet vfork_daemon_rexec working under uclinux
2003-07-28 Eric Andersenlast_patch95 from vodz: