| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-15 | 1 | -8/+7 |
|\ |
|
| * | make busybox more portable | Sean MacLennan | 2018-03-04 | 1 | -8/+7 |
* | | libbb: exclude more Linux-specific functions from being compiled | Johannes Schindelin | 2017-08-30 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 1 | -73/+118 |
|\| |
|
| * | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -3/+0 |
| * | getopt32: remove applet_long_options | Denys Vlasenko | 2017-08-08 | 1 | -9/+8 |
| * | libbb: simplify NOFORK/NOEXEC defines, move set_task_comm to libbb | Denys Vlasenko | 2017-08-08 | 1 | -9/+24 |
| * | libbb: rearrange NOFORK/NOEXEC code, logic is not changed | Denys Vlasenko | 2017-08-08 | 1 | -56/+69 |
| * | noexec: consolidate code | Denys Vlasenko | 2017-08-07 | 1 | -16/+21 |
| * | noexec: do GETOPT_RESET() before entering APPLET_main() | Denys Vlasenko | 2017-08-07 | 1 | -0/+1 |
| * | noexec: set comm field for noexecs | Denys Vlasenko | 2017-08-07 | 1 | -2/+5 |
| * | free,stat: make NOEXEC | Denys Vlasenko | 2017-08-07 | 1 | -0/+2 |
| * | libbb: use _exit, not exit, in bb_daemonize_or_rexec() | Denys Vlasenko | 2017-08-04 | 1 | -2/+8 |
| * | nofork: fix a bug uncovered by hush testsuite (forgotten fflush) | Denys Vlasenko | 2017-08-03 | 1 | -0/+2 |
| * | new NOFORKs: pwdx,kill[all5],ttysize,realpath,readlink NOEXECs: date,resize | Denys Vlasenko | 2017-08-03 | 1 | -2/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-07-18 | 1 | -2/+3 |
|\| |
|
| * | main: fix the case where user has "halt" as login shell. Closes 9986 | Denys Vlasenko | 2017-07-07 | 1 | -1/+1 |
| * | fixes for bugs found by make_single_applets.sh | Denys Vlasenko | 2017-07-03 | 1 | -1/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-05-29 | 1 | -26/+2 |
|\| |
|
| * | libbb: GETOPT_RESET macro | Kaarle Ritvanen | 2017-04-12 | 1 | -26/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-02-08 | 1 | -17/+21 |
|\| |
|
| * | libbb: spawn_and_wait() fflushes before forking NOEXEC; child reinits logmode | Denys Vlasenko | 2017-01-26 | 1 | -17/+19 |
* | | Merge branch busybox (up to "ash: comment out free(p) just before...") | Ron Yorston | 2016-10-19 | 1 | -2/+3 |
|\| |
|
| * | config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK | Denys Vlasenko | 2016-07-22 | 1 | -2/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2016-04-04 | 1 | -2/+1 |
|\| |
|
| * | applet_tables: save space by removing applet name offsets | Ron Yorston | 2016-03-30 | 1 | -2/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2015-10-13 | 1 | -14/+25 |
|\| |
|
| * | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko | 2015-10-09 | 1 | -14/+25 |
* | | mingw: define a macro for spawn | Ron Yorston | 2015-05-27 | 1 | -3/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2012-03-23 | 1 | -1/+9 |
|\| |
|
| * | bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemon | Peter Korsgaard | 2011-11-09 | 1 | -1/+9 |
* | | Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge | Ron Yorston | 2012-03-22 | 1 | -35/+26 |
|\| |
|
| * | libbb: spawn should remove child which failed to exec | Denys Vlasenko | 2011-02-03 | 1 | -0/+1 |
| * | move nofork_save_area from libbb.h to vfork_daemon_rexec.c | Denys Vlasenko | 2011-02-02 | 1 | -29/+19 |
| * | libbb: make BB_EXECVP/LP try to exec real binary if there's no /proc/self/exe | Denys Vlasenko | 2011-02-02 | 1 | -6/+6 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+1 |
|\| |
|
| * | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | | Merge branch 'origin/master' (early part) | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -50/+2 |
|\| |
|
| * | *: introduce and use xfork() and xvfork() | Pascal Bellard | 2010-07-04 | 1 | -15/+1 |
| * | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard | 2010-07-04 | 1 | -34/+0 |
| * | *: make exec failure message more consistent | Denys Vlasenko | 2010-06-25 | 1 | -1/+1 |
* | | win32: Replace spawn() and spawn_and_wait() with Win32 version | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -1/+4 |
|/ |
|
* | *: code shrink and better "died from signal" reporting from wait4pid | Denys Vlasenko | 2010-03-18 | 1 | -1/+1 |
* | *: introduce and use ffulsh_all() | Denys Vlasenko | 2009-11-02 | 1 | -1/+1 |
* | libbb: revert the change where spawn reports exec failure | Denys Vlasenko | 2009-10-11 | 1 | -1/+2 |
* | libbb: make spawn() print "can't execute '%s'" on execv error | Denys Vlasenko | 2009-10-08 | 1 | -0/+1 |
* | *: more portability fixes by Dan Fandrich | Denys Vlasenko | 2009-09-23 | 1 | -1/+0 |
* | stop using non-standard macro, use WEXITSTATUS instead | Denys Vlasenko | 2009-06-07 | 1 | -2/+1 |
* | Compatibility fixes: | Denis Vlasenko | 2009-03-20 | 1 | -10/+9 |
* | runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. | Denis Vlasenko | 2008-11-06 | 1 | -4/+4 |