summaryrefslogtreecommitdiff
path: root/lib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dgud/kernel/refc_sched_wall_time/OTP-11694'Dan Gudmundsson2017-12-195-4/+218
|\
| * Redirect system_flag(scheduler_wall_time,_) to kernel_refcRickard Green2017-12-191-2/+2
| * kernel: add a resource reference counterDan Gudmundsson2017-12-015-4/+218
* | Merge pull request #1654 from bjorng/bjorn/kernel/file_io_serverBjörn Gustavsson2017-12-131-1/+20
|\ \
| * | Slightly optimize reading of cooked files in list modeBjörn Gustavsson2017-12-081-1/+20
* | | Merge branch 'maint'Henrik Nord2017-12-132-1/+16
|\ \ \ | |/ / |/| |
| * | Update release notesErlang/OTP2017-12-081-0/+15
| * | Update version numbersErlang/OTP2017-12-081-1/+1
* | | Merge branch 'raimo/ssl-dist-bench/OTP-14657'Raimo Niskanen2017-12-041-1/+6
|\ \ \
| * | | Correct distribution docRaimo Niskanen2017-12-041-1/+6
* | | | Make file:sendfile/5 follow its documented error behaviorJohn Högberg2017-11-302-11/+46
* | | | Remove doc for sendfile/5 use_threads optionJohn Högberg2017-11-301-12/+4
* | | | Update file performance adviceJohn Högberg2017-11-301-138/+82
* | | | Stop testing use_threads in sendfile_SUITEJohn Högberg2017-11-301-51/+46
* | | | Stop testing the artificial size limit on writesJohn Högberg2017-11-301-9/+4
* | | | get_cwd/1 on non-existent drives should error outJohn Högberg2017-11-301-2/+7
* | | | Reads that draw from both buffer and file must workJohn Högberg2017-11-301-0/+10
* | | | Volume-relative paths must work on WindowsJohn Högberg2017-11-301-2/+20
* | | | Operations on closed raw files should return EINVALJohn Högberg2017-11-301-0/+17
* | | | Use lexemes/2 instead of the deprecated tokens/2John Högberg2017-11-301-2/+2
* | | | Remove disk_log_SUITE:evilJohn Högberg2017-11-301-117/+2
* | | | Ensure that trailing slashes are ignored on list_dirJohn Högberg2017-11-301-0/+4
* | | | Ensure that root paths are translated to our preferred formJohn Högberg2017-11-301-2/+2
* | | | Tighten timings in delayed_writeJohn Högberg2017-11-301-9/+11
* | | | pread/2 must always return a list of resultsJohn Högberg2017-11-301-2/+2
* | | | Test opening raw files in the same manner as regular onesJohn Högberg2017-11-301-2/+11
* | | | Add microbenchmarks for file:read/2 and file:write/2John Högberg2017-11-302-2/+94
* | | | Account for new behavior in tests that touch prim_fileJohn Högberg2017-11-305-551/+227
* | | | Reimplement efile_drv as a dirty NIFJohn Högberg2017-11-3014-131/+1265
|/ / /
* | | Merge branch 'maint'Dan Gudmundsson2017-11-271-2/+4
|\ \ \ | |/ /
| * | Merge branch 'siri/appups-20.2' into maintSiri Hansen2017-11-271-2/+4
| |\ \
| | * | Update kernel appup for OTP-20.2Siri Hansen2017-10-231-2/+4
* | | | Merge branch 'sverker/async-auto-connect/OTP-14370' AGAINSverker Eriksson2017-11-231-0/+2
|\ \ \ \
| * | | | erts: Fix erlang:monitor toward c-nodesSverker Eriksson2017-11-231-0/+2
* | | | | Fix broken to_dis after merge from maint to masterBjörn Gustavsson2017-11-221-17/+19
* | | | | Merge branch 'maint'Lukas Larsson2017-11-201-3/+4
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Merge branch 'lukas/system/improve_profile_docs/OTP-14633' into maintLukas Larsson2017-11-201-3/+4
| |\ \ \
| | * | | kernel: Clarify gen_tcp:listen documentationLukas Larsson2017-10-311-3/+4
| | | |/ | | |/|
* | | | Merge branch 'maint'Lukas Larsson2017-11-201-9/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'lukas/compiler/add_to_dis/OTP-14784' into maintLukas Larsson2017-11-201-9/+17
| |\ \ \
| | * | | compiler: Add +to_dis option that dumps loaded asmLukas Larsson2017-11-201-9/+17
| | |/ /
* | | | Merge branch 'maint'Lukas Larsson2017-11-201-1/+1
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge branch 'lukas/docs/xmllint_fixes/OTP-14721' into maintLukas Larsson2017-11-201-1/+1
| |\ \
| | * | Refactor xmllint check and make it fail on failureLukas Larsson2017-10-311-1/+1
| | |/
* | | Move new|abort_connection_id to erts_internalSverker Eriksson2017-11-151-8/+8
* | | Cleanup net_kernelSverker Eriksson2017-11-151-26/+23
* | | Improve connection abortingSverker Eriksson2017-11-151-13/+19
* | | erts: Keep magic ref to DistEntry in net_kernelSverker Eriksson2017-11-151-8/+9
* | | erts: Introduce asynchronous auto-connectSverker Eriksson2017-11-151-51/+159
* | | kernel: Move auto connect into net_kernel serverSverker Eriksson2017-11-151-84/+90