Age | Commit message (Expand) | Author |
2012-07-09 | Fix erl_prim_loader errors in handling of primary archive | Siri Hansen |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-22 | Remove code causing dialyzer warning from prim_file | Patrik Nyblom |
2012-03-22 | Rename dyntrace BIFs to more suiting names | Patrik Nyblom |
2012-03-22 | Correct some errors in the user tag spreading | Patrik Nyblom |
2012-03-22 | Add user tag spreading functionality to VM and use in file | Patrik Nyblom |
2012-03-22 | Update dtrace for changes in R15 | Björn-Egil Dahlberg |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 4/4 | Scott Lystig Fritchie |
2012-03-20 | Merge branch 'sverk/zlib_port_leak' into maint | Sverker Eriksson |
2012-03-19 | Merge branch 'ph/fix-enfile/OTP-9990' into maint | Björn-Egil Dahlberg |
2012-03-16 | Update preloaded prim_inet.beam | Björn-Egil Dahlberg |
2012-03-16 | prim_inet: Catch system_limit in open_port | Björn-Egil Dahlberg |
2012-03-15 | Fix port leaks in zlib | Sverker Eriksson |
2012-01-26 | Implement statistics(scheduler_wall_time) | Rickard Green |
2011-12-12 | Update preloaded modules | Björn-Egil Dahlberg |
2011-12-09 | Update preloaded modules | Björn-Egil Dahlberg |
2011-12-08 | Merge branch 'egil/file-info-opt-utc/OTP-7687' | Björn-Egil Dahlberg |
2011-12-08 | Update prim_file.beam and prim_zip.beam | Björn-Egil Dahlberg |
2011-12-08 | Change name of bif universaltime_to_seconds/1 | Björn-Egil Dahlberg |
2011-12-08 | Change options to prim_file:*_file_info/* | Björn-Egil Dahlberg |
2011-12-08 | Catch errors from prim_file:*_file_info | Björn-Egil Dahlberg |
2011-12-08 | Let prim_file validate ctime in file_info | Björn-Egil Dahlberg |
2011-12-05 | Fix typos in erts/preloaded/src | Tuncer Ayaz |
2011-12-02 | Silence warnings in prim_file | Björn-Egil Dahlberg |
2011-12-02 | Fix validate structure in file_info | Björn-Egil Dahlberg |
2011-12-02 | Fix prim_file time conversions | Björn-Egil Dahlberg |
2011-12-02 | Do not use calendar module in preloaded | Björn-Egil Dahlberg |
2011-12-02 | Move datetime into prim_file | Björn-Egil Dahlberg |
2011-12-02 | Use epoch seconds instead of datetime() | Björn-Egil Dahlberg |
2011-12-02 | Update preloaded modules | Lukas Larsson |
2011-12-02 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson |
2011-12-02 | Remove header/trailer support | Lukas Larsson |
2011-12-02 | Only allow tcp sockets as target for sendfile | Lukas Larsson |
2011-12-01 | Preliminary work on header/trailer | Lukas Larsson |
2011-12-01 | Implement ignorefd for TCP | Lukas Larsson |
2011-12-01 | Implement blocking calls for sendfile | Lukas Larsson |
2011-12-01 | Implement sendfile using blocking io in asynch threads | Lukas Larsson |
2011-12-01 | Create erlang fallback for sendfile | Lukas Larsson |
2011-11-30 | erlang: Eliminate a clause in aa_mem_data/2 that can never match | Björn Gustavsson |
2011-11-29 | Implement file:sendfile | Tuncer Ayaz |
2011-11-17 | Update preloaded files | Raimo Niskanen |
2011-11-17 | erts,kernel: Return eprotonosupport when SCTP is not supported | Raimo Niskanen |
2011-11-17 | Update primary bootstrap and preloaded files | Raimo Niskanen |
2011-11-17 | erts,kernel: Implement gen_sctp:peeloff/2 | Raimo Niskanen |
2011-11-17 | erts,kernel: Add type stream sockets to SCTP | Raimo Niskanen |
2011-11-16 | erts,kernel: Rename operations common to TCP and SCTP | Raimo Niskanen |
2011-11-13 | Merge branch 'rickard/alloc-opt/OTP-7775' | Rickard Green |
2011-11-13 | Optimize memory allocation | Rickard Green |
2011-09-29 | Merge branch 'dev' into major | Björn-Egil Dahlberg |