Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-14 | erts: Fix signal pipe | Björn-Egil Dahlberg | |
2017-02-23 | Remove debug printout and comment | Sverker Eriksson | |
2017-02-20 | Remove faulty debug ASSERT | Sverker Eriksson | |
Why did I add that? | |||
2017-02-20 | Fix enif_select for windows | Sverker Eriksson | |
2017-02-20 | erts: Avoid revival of dying resource by dec_term | Sverker Eriksson | |
2017-02-20 | Merge branch 'master' into sverker/enif_select | Sverker Eriksson | |
Conflicts: erts/emulator/beam/erl_binary.h erts/emulator/beam/erl_monitors.c erts/emulator/beam/erl_nif.c erts/emulator/beam/global.h erts/emulator/test/nif_SUITE_data/nif_SUITE.c | |||
2017-02-14 | Fixed typos in erts | Andrew Dryga | |
2017-02-09 | erts: Try fix enif_select for windows | Sverker Eriksson | |
by simply disable "delayed deselect". | |||
2017-02-09 | erts: Change return value for enif_select | Sverker Eriksson | |
to negative int as error and positive as success. | |||
2017-02-09 | erts: Add pid argument to enif_select | Sverker Eriksson | |
2017-02-09 | erts: Beautify enif_select | Sverker Eriksson | |
indentation and comments only | |||
2017-02-09 | erts: Fix bad_fd_in_pollset error case for enif_select | Sverker Eriksson | |
2017-02-09 | erts: Add enif_monitor_process and enif_demonitor_process | Sverker Eriksson | |
2017-02-03 | erts: Rename ErlNifResource as ErtsResource | Sverker Eriksson | |
as it's not part of the API | |||
2017-02-03 | Merge branch 'master' into sverker/enif_select | Sverker Eriksson | |
2017-02-02 | erts: Do not handle SIGILL | Björn-Egil Dahlberg | |
* Remove SIGILL from signal whitelist | |||
2017-02-02 | erts: Fix thread suspend in crashdump | Björn-Egil Dahlberg | |
* move signal handler setup | |||
2017-02-02 | erts: Do not enable SIGINT | Björn-Egil Dahlberg | |
2017-02-02 | erts: Use generic signal handler | Björn-Egil Dahlberg | |
2017-01-19 | erts: Handle SIGUSR1 via signal service instead | Björn-Egil Dahlberg | |
2017-01-19 | erts: Handle SIGTERM via signal service instead | Björn-Egil Dahlberg | |
2017-01-05 | erts: Add SIGHUP signal handler | Björn-Egil Dahlberg | |
A received SIGHUP signal to beam will generate a '{notify, sighup}' message to the registered process 'erl_signal_server'. 'erl_signal_server' is a gen_event process. | |||
2017-01-05 | erts: Remove whitespace errors | Björn-Egil Dahlberg | |
* and some minor refactoring | |||
2016-12-19 | Add ErlNifSelectReturn | Sverker Eriksson | |
2016-12-19 | Add stop arguments: fd and is_direct_call | Sverker Eriksson | |
2016-12-19 | erts: Add testing + some minor fixes | Sverker Eriksson | |
2016-12-15 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-12-15 | Merge branch 'egil/erts/handle-sigterm-nicely/OTP-14085' into maint | Björn-Egil Dahlberg | |
* egil/erts/handle-sigterm-nicely/OTP-14085: erts: Document SIGTERM handler erts: Add SIGTERM signal handler | |||
2016-12-07 | erts: Add SIGTERM signal handler | Björn-Egil Dahlberg | |
A received SIGTERM signal to beam will generate a {'stop','stop'} message to the init process and terminate the beam nicely. | |||
2016-11-30 | erts: Add enif_select & enif_open_resource_type_x | Sverker Eriksson | |
2016-11-28 | erts: Rename some static function | Sverker Eriksson | |
2016-11-28 | erts: Refactor add_active_fd | Sverker Eriksson | |
to not inline cold reallocation code. | |||
2016-11-28 | erts: Change handling of error event for driver_select | Sverker Eriksson | |
Make the code simpler. May change the behavior as we may call both iready and oready when getting an error. But doesn't that seem more correct. | |||
2016-11-25 | Merge branch 'maint' | Rickard Green | |
* maint: Fix initialization dependencies between time, lock-check and lcnt | |||
2016-11-25 | Merge branch 'rickard/init-bug/OTP-13911' into maint | Rickard Green | |
* rickard/init-bug/OTP-13911: Fix initialization dependencies between time, lock-check and lcnt Conflicts: erts/emulator/sys/unix/sys.c | |||
2016-11-22 | Merge branch 'maint' | Sverker Eriksson | |
2016-11-22 | Merge branch 'sverker/erts/crash-dump-limit/OTP-14046' into maint | Sverker Eriksson | |
* sverker/erts/crash-dump-limit: erts: Add env variable ERL_CRASH_DUMP_BYTES erts: Add ErtsStrToSint64 erts: Refactor crash dumping with cbprintf erts: Add cbprintf for Callback Printing erts: Remove unused erl_crash_dump() | |||
2016-11-17 | erts: Fix all -Wundef errors | Sverker Eriksson | |
2016-11-17 | erts: Add ErtsStrToSint64 | Sverker Eriksson | |
for simplify string to 64-bit integer parsing. | |||
2016-11-17 | erts: Refactor crash dumping with cbprintf | Sverker Eriksson | |
Instead of passing around a file descriptor use a function pointer to facilitate more advanced backend write logic such as size limitation or compression. | |||
2016-11-16 | erts: Remove unused erl_crash_dump() | Sverker Eriksson | |
2016-11-09 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: OTP_VERSION | |||
2016-11-09 | Merge branch 'maint-19' into maint | Björn-Egil Dahlberg | |
2016-11-01 | erts: Fix SIGUSR1 crashdump generation | Björn-Egil Dahlberg | |
Do not generate a core when a crashdump is asked for. Regression introduced in 56090db3ea417157a749bdd810fc61d117493f1f | |||
2016-10-21 | erts: Use mprotect for hipe on all arch except x86_64 | Sverker Eriksson | |
Only x86_64 needs to reserve low virtual memory for its amd64 small code model. | |||
2016-10-14 | erts: Enable exec_alloc for all hipe architectures | Sverker Eriksson | |
For non-amd64 it's a "normal" allocator with a wrapper around mseg_alloc to call mprotect(PROT_EXEC). | |||
2016-09-27 | erts: Rename __errno in order to avoid conflict on openbsd | Lukas Larsson | |
2016-09-26 | Fix initialization dependencies between time, lock-check and lcnt | Rickard Green | |
2016-09-05 | Merge branch 'lukas/erts/fix_signalhandler_errno_restore/OTP-13868' into maint | Lukas Larsson | |
* lukas/erts/fix_signalhandler_errno_restore/OTP-13868: erts: Fix child setup signal hander bug | |||
2016-09-02 | erts: Fix child setup signal hander bug | Lukas Larsson | |
When running the signal handler, the errno has to be restored to its original value, otherwise code running in the same thread may misbehave. |