Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-30 | Convert filenames read on MacOSX to canonical form | Patrik Nyblom | |
2010-11-30 | Make Unicode filenames work on Windows | Patrik Nyblom | |
2010-11-30 | Correction of VS2008 redistributables location | Patrik Nyblom | |
2010-11-30 | Allow installer to take redistributables from VC9 | Patrik Nyblom | |
2010-11-30 | Handle binary file names and conversion of unicode strings | Patrik Nyblom | |
2010-11-29 | Teach binary:matches not to return 'nomatch' on empty input | Patrik Nyblom | |
2010-11-29 | Teach filename to accept raw data and add filename enc option to emu | Patrik Nyblom | |
2010-11-29 | Add bifs to translate between erlang filenames and native encoding | Patrik Nyblom | |
2010-11-29 | Merge branch 'jr/windows-file-append' into dev | Patrik Nyblom | |
* jr/windows-file-append: Fix appending to large files (>4GB) on Windows OTP-8958 | |||
2010-11-29 | Merge branch 'bw/win32-laa' into dev | Patrik Nyblom | |
* bw/win32-laa: Added win32 large address aware link option OTP-8956 | |||
2010-11-29 | Merge branch 'bw/win32-file-linking' into dev | Patrik Nyblom | |
* bw/win32-file-linking: Add Win32 support for hard and symbolic file system links OTP-8955 | |||
2010-11-29 | Update ct_run deprectaion warning to work properly on windows | Lukas Larsson | |
2010-11-29 | Update make and install files to use ct_run instead of run_test and to keep ↵ | Lukas Larsson | |
a link to run_test available | |||
2010-11-29 | Add deprication warning to run_test.c | Lukas Larsson | |
2010-11-26 | Merge branch 'sverker/halfword-testcases/OTP-8884' into dev | Sverker Eriksson | |
* sverker/halfword-testcases/OTP-8884: NIF 64-bit integer get/make bugfix for halfword emulator. Teach erl_alloc.c not to disable internal allocators for halfword | |||
2010-11-26 | Merge branch 'sverker/unsafe_CancelIoEx/OTP-8937' into dev | Sverker Eriksson | |
* sverker/unsafe_CancelIoEx/OTP-8937: Remove use of unreliable CancelIoEx on Windows. | |||
2010-11-25 | NIF 64-bit integer get/make bugfix for halfword emulator. | Sverker Eriksson | |
2010-11-25 | Teach erl_alloc.c not to disable internal allocators for halfword | Patrik Nyblom | |
2010-11-24 | Merge branch 'sverker/ets_compress/OTP-8922' into dev | Sverker Eriksson | |
* sverker/ets_compress/OTP-8922: ETS 'compressed' option. | |||
2010-11-24 | Merge branch 'sverker/crypto_aes_ctr_cmac/OTP-8752' into dev | Sverker Eriksson | |
* sverker/crypto_aes_ctr_cmac/OTP-8752: Fix nif_SUITE to not assume that it is the only one loading NIFs. crypto CTR support | |||
2010-11-24 | Remove use of unreliable CancelIoEx on Windows. | Sverker Eriksson | |
CancelIoEx has been seen to cause problems with some drivers. Also improve fallback solution to reuse existing handle-closer-threads. | |||
2010-11-22 | ETS 'compressed' option. | Sverker Eriksson | |
The compressed format is using a slighty modified variant of the extern format (term_to_binary). To not worsen key lookup's too much, the top tuple itself and the key element are not compressed. Table objects with only immediate non-key elements will therefor not gain anything (but actually consume one extra word for "alloc_size"). | |||
2010-11-22 | Merge branch 'ta/fix-ethread-void-return' into dev | Rickard Green | |
* ta/fix-ethread-void-return: ethread: do not return from void ethr_atomic_set_relb OTP-8944 | |||
2010-11-22 | Merge branch 'ks/init-spec-fixes' into dev | Björn Gustavsson | |
* ks/init-spec-fixes: init: Fix two erroneous specs | |||
2010-11-22 | Fix nif_SUITE to not assume that it is the only one loading NIFs. | Sverker Eriksson | |
2010-11-22 | Merge branch 'rickard/thr-spec-inet-buf/OTP-8916' into dev | Rickard Green | |
* rickard/thr-spec-inet-buf/OTP-8916: Remove tight restrictions on some options Thread specific inet driver buffer stack | |||
2010-11-18 | Fix two typos in the epmd documentation | Holger Weiß | |
2010-11-18 | Remove tight restrictions on some options | Rickard Green | |
Remove tight restrictions on the high_watermark, low_watermark, and buffer options. | |||
2010-11-18 | Thread specific inet driver buffer stack | Rickard Green | |
The inet driver internal buffer stack implementation has been rewritten in order to reduce lock contention. | |||
2010-11-18 | Merge branch 'rickard/cpu-groups/OTP-8861' into dev | Rickard Green | |
* rickard/cpu-groups/OTP-8861: Generalize reader groups Move cpu topology functionality into erl_cpu_topology.[ch] Do not use more reader groups for schedulers than schedulers Conflicts: erts/emulator/beam/erl_init.c | |||
2010-11-18 | Generalize reader groups | Rickard Green | |
Reader groups have been generalized to cpu groups which can be used for implementing reader groups, but also for implementing other functionality in the future. | |||
2010-11-18 | Move cpu topology functionality into erl_cpu_topology.[ch] | Rickard Green | |
2010-11-18 | Do not use more reader groups for schedulers than schedulers | Rickard Green | |
When the runtime system had fewer schedulers than logical processors, the system could get an unnecessarily large amount reader groups. | |||
2010-11-18 | Merge branch 'rickard/sys_schedule_debug' into dev | Rickard Green | |
* rickard/sys_schedule_debug: Verify that no outstanding I/O exist when checking for I/O in debug build | |||
2010-11-18 | Verify that no outstanding I/O exist when checking for I/O in debug build | Rickard Green | |
2010-11-18 | Merge branch 'pg/freebsd-cpu-affinity-and-topology' into dev | Rickard Green | |
* pg/freebsd-cpu-affinity-and-topology: Add support for CPU affinity & topology detection on FreeBSD 8 OTP-8939 | |||
2010-11-18 | Merge branch 'pg/fix-system_info-cpu_topology-segfault' into dev | Rickard Green | |
* pg/fix-system_info-cpu_topology-segfault: Fix crash with erlang:system_info({cpu_topology,junk}) OTP-8914 | |||
2010-11-18 | Add support for CPU affinity & topology detection on FreeBSD 8 | Paul Guyot | |
2010-11-18 | Merge branch 'rickard/sched-misc/OTP-8932' into dev | Rickard Green | |
* rickard/sched-misc/OTP-8932: Fix erts_schedule_misc_op() so it can be called from arbitrary threads | |||
2010-11-18 | Merge branch 'rickard/halfword-fix/OTP-8910' into dev | Rickard Green | |
* rickard/halfword-fix/OTP-8910: Fix ERL_DRV_INT and ERL_DRV_UINT in halfword emulator | |||
2010-11-18 | Merge branch 'rickard/dist/OTP-8901' into dev | Rickard Green | |
* rickard/dist/OTP-8901: Be less eager to set dist entry in busy state | |||
2010-11-18 | Merge branch 'rickard/tsd-get/OTP-8889' into dev | Rickard Green | |
* rickard/tsd-get/OTP-8889: Fix erl_drv_tsd_get() and enif_tsd_get() | |||
2010-11-18 | Merge branch 'rickard/configure-help/OTP-8859' into dev | Rickard Green | |
* rickard/configure-help/OTP-8859: Cleanup configure help texts Conflicts: erts/aclocal.m4 | |||
2010-11-18 | Merge branch 'rickard/pre-pentium4-compat/OTP-8847' into dev | Rickard Green | |
* rickard/pre-pentium4-compat/OTP-8847: Allow usage of libatomic_ops when other compilers than gcc are used Add pre pentium 4 compatibilty configure test Fix --enable-ethread-pre-pentium4-compatibility | |||
2010-11-15 | Merge branch 'dgud/erts/windows-vs10-express' into dev | Dan Gudmundsson | |
* dgud/erts/windows-vs10-express: Fix manifest files | |||
2010-11-12 | Fix manifest files | Dan Gudmundsson | |
It seems windows have updated manifest files in VS2010 which caused the erlang programs to contain duplicate requestedExecutionLevel entries, which is not allowed. This patch removes the microsoft entry, before adding our own which is known to work with XP and Vista. | |||
2010-11-12 | Merge branch 'raimo/inet-getifaddrs/OTP-8926' into dev | Raimo Niskanen | |
* raimo/inet-getifaddrs/OTP-8926: Write documentation Delete decommented code Add testcase Implement inet:getifaddrs/0 on Windows Implement basic inet:getifaddrs/0 Fix building error of SCTP in FreeBSD 7.1 and later | |||
2010-11-10 | Fix erts_schedule_misc_op() so it can be called from arbitrary threads | Rickard Green | |
Tracing to port could cause an emulator crash when unloading the trace driver. | |||
2010-11-09 | Merge branch 'sverker/doc-fixes/OTP-8880' into dev | Sverker Eriksson | |
* sverker/doc-fixes/OTP-8880: Documentation update to ETS and drivers | |||
2010-11-09 | init: Fix two erroneous specs | Kostis Sagonas | |
While at it, introduced a state() type and used it in some place. |