Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-17 | Merge branch 'raimo/getifaddrs_ifa_addr_NULL/OTP-8996' into dev | Raimo Niskanen | |
* raimo/getifaddrs_ifa_addr_NULL/OTP-8996: Fix segfault for NULL return value fields from getifaddrs() | |||
2010-12-17 | Merge branch 'rickard/exit/2-refc/OTP-9005' into dev | Rickard Green | |
* rickard/exit/2-refc/OTP-9005: Decrement refc after unlock in exit/2 | |||
2010-12-17 | Decrement refc after unlock in exit/2 | Rickard Green | |
2010-12-17 | Fix missed change of aux_work type | Rickard Green | |
2010-12-17 | Merge branch 'rickard/fix-warnings/R14B02' into dev | Rickard Green | |
* rickard/fix-warnings/R14B02: Remove unused variable Remove stray semicolons in erl_term.h | |||
2010-12-17 | Merge branch 'rickard/ets-no-write-refc/OTP-9000' into dev | Rickard Green | |
* rickard/ets-no-write-refc/OTP-9000: Stop using reference counter when write accessing ETS-tables Conflicts: erts/emulator/beam/erl_db.c | |||
2010-12-17 | Merge branch 'rickard/ets-tab-delete/OTP-8999' into dev | Rickard Green | |
* rickard/ets-tab-delete/OTP-8999: Safe deallocation of ETS-table structures Fix rwlock resource leak when hitting system limit Conflicts: erts/emulator/beam/erl_process.h erts/emulator/beam/erl_process.c | |||
2010-12-17 | Merge branch 'bmk/inets/httpd_hrl_file_install/OTP-8988' into dev | Ingela Anderton Andin | |
* bmk/inets/httpd_hrl_file_install/OTP-8988: External include files | |||
2010-12-17 | Merge branch 'ia/ssl/cover-clean' into dev | Ingela Anderton Andin | |
* ia/ssl/cover-clean: Cleaned up meaningless code discovered thanks to cover | |||
2010-12-17 | Cleaned up meaningless code discovered thanks to cover | Ingela Anderton Andin | |
2010-12-16 | External include files | Micael Karlberg | |
HTTPD header file install "fixed". That is, the include files in the include dir are installed in the include dir (by the Makefile in the src/inets_app). New wrapper header files (with the same names httpd.hrl and mod_auth.hrl) has been created in the src/http_server dir (which in turn is installed in the src/http_server dir by the Makefile in the src/http_server dir). | |||
2010-12-16 | Merge branch 'rickard/atomic-type/OTP-8974' into dev | Rickard Green | |
* rickard/atomic-type/OTP-8974: Unbreak atomic fallback | |||
2010-12-16 | Unbreak atomic fallback | Rickard Green | |
2010-12-16 | Merge branch 'rickard/atomic-type/OTP-8974' into dev | Rickard Green | |
* rickard/atomic-type/OTP-8974: Use 32-bit atomics for system block Use 32-bit atomics for misc scheduling specific information Use 32-bit atomic for uaflgs in thread specific events Use 32-bit atomics for process lock flags Add 32-bit atomics to emulator APIs Use new atomic types in emulator Use 32-bit atomics for ethr_thr_create Use 32-bit atomics for mutex and rwmutex flags Use 32-bit atomics for events Add support for 32-bit atomics Move atomic API into own files Add support for 64-bit atomics on Windows Remove unused ethread time functionality Introduce ethr_sint_t and use it for atomics | |||
2010-12-16 | Use 32-bit atomics for system block | Rickard Green | |
2010-12-16 | Use 32-bit atomics for misc scheduling specific information | Rickard Green | |
2010-12-16 | Use 32-bit atomic for uaflgs in thread specific events | Rickard Green | |
2010-12-16 | Use 32-bit atomics for process lock flags | Rickard Green | |
2010-12-16 | Add 32-bit atomics to emulator APIs | Rickard Green | |
2010-12-16 | Stop using reference counter when write accessing ETS-tables | Rickard Green | |
2010-12-16 | Safe deallocation of ETS-table structures | Rickard Green | |
Ensure that all threads potentially accessing an ETS-table have dropped all references to the table before deallocating it. | |||
2010-12-16 | Fix rwlock resource leak when hitting system limit | Rickard Green | |
2010-12-15 | Remove unused variable | Rickard Green | |
2010-12-15 | Remove stray semicolons in erl_term.h | Rickard Green | |
2010-12-15 | Use new atomic types in emulator | Rickard Green | |
2010-12-15 | Use 32-bit atomics for ethr_thr_create | Rickard Green | |
2010-12-15 | Use 32-bit atomics for mutex and rwmutex flags | Rickard Green | |
2010-12-15 | Use 32-bit atomics for events | Rickard Green | |
2010-12-15 | Add support for 32-bit atomics | Rickard Green | |
2010-12-15 | Merge branch 'egil/fix-distribution-testcase' into dev | Björn-Egil Dahlberg | |
* egil/fix-distribution-testcase: kernel: fix faulty distribution testcase | |||
2010-12-15 | kernel: fix faulty distribution testcase | Björn-Egil Dahlberg | |
2010-12-14 | Move atomic API into own files | Rickard Green | |
2010-12-14 | Add support for 64-bit atomics on Windows | Rickard Green | |
2010-12-14 | Remove unused ethread time functionality | Rickard Green | |
2010-12-14 | Fix segfault for NULL return value fields from getifaddrs() | Raimo Niskanen | |
2010-12-11 | Introduce ethr_sint_t and use it for atomics | Rickard Green | |
The atomic memory operations interface used the 'long' type and assumed that it was of the same size as 'void *'. This is true on most platforms, however, not on Windows 64. | |||
2010-12-10 | Fix a couple typos in filename encoding docs | Tuncer Ayaz | |
2010-12-08 | Update version numbers | Björn-Egil Dahlberg | |
2010-12-07 | Merge branch 'pan/doc-md-panic-fix' into devOTP_R14B01 | Patrik Nyblom | |
* pan/doc-md-panic-fix: Workaround for ampersands in INSTALL-WIN32.md | |||
2010-12-07 | Workaround for ampersands in INSTALL-WIN32.md | Patrik Nyblom | |
2010-12-06 | Prepare release | Erlang/OTP | |
2010-12-06 | Merge branch 'mc/dialyzer-doc' into dev | Niclas Axelsson | |
* mc/dialyzer-doc: dialyzer: Update documentation | |||
2010-12-06 | dialyzer: Update documentation | Maria Christakis | |
2010-12-06 | Merge branch 'rickard/rwmutex-bug/OTP-8925' into dev | Rickard Green | |
* rickard/rwmutex-bug/OTP-8925: Fix erroneous assertion | |||
2010-12-06 | Fix erroneous assertion | Rickard Green | |
2010-12-03 | Merge branch 'sverker/ets_compress/OTP-8922' into dev | Sverker Eriksson | |
* sverker/ets_compress/OTP-8922: Fix ets_SUITE:types to not fail due to false mem leaks | |||
2010-12-03 | Fix ets_SUITE:types to not fail due to false mem leaks | Sverker Eriksson | |
Waiting for table sys_dist to stablize after slave node has been stopped. | |||
2010-12-03 | Merge branch 'pan/inet6_corrections/OTP-8969' into dev | Raimo Niskanen | |
* pan/inet6_corrections/OTP-8969: Stop using uncertain flags for getaddrinfo() Teach inet_test_lib to understand enetunreach Make windows inet_gethost work for ipv6 | |||
2010-12-03 | Update preloaded modules | Patrik Nyblom | |
2010-12-03 | Update primary bootstrap | Patrik Nyblom | |