aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src
AgeCommit message (Expand)Author
2010-12-03Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into devPatrik Nyblom
2010-11-30Corrected testcases broken by unicode filenamesPatrik Nyblom
2010-11-30Teach file to accept codepoints beyond 255.Patrik Nyblom
2010-11-30Handle binary file names and conversion of unicode stringsPatrik Nyblom
2010-11-29Teach filename to accept raw data and add filename enc option to emuPatrik Nyblom
2010-11-29Fix type information of 'file' and 'code' modulesKostis Sagonas
2010-11-26Merge branch 'ta/fix-native-looping' into devBjörn Gustavsson
2010-11-22Merge branch 'ks/file_open-mode' into devBjörn Gustavsson
2010-11-09Implement basic inet:getifaddrs/0Raimo Niskanen
2010-10-21Merge branch 'maint-r14' into devBjörn Gustavsson
2010-10-20Fix hang in on_load handlers in embedded modeBjörn Gustavsson
2010-10-14Add the {encoding, _} options to file:open/2's modesKostis Sagonas
2010-10-05error_handler: add no_native compiler directiveTuncer Ayaz
2010-09-13Merge branch 'pan/epmd-vulnerabilities/OTP-8780' into devPatrik Nyblom
2010-09-10Remove warnings for clashes with new autoimported BIFsPatrik Nyblom
2010-09-07Merge branch 'ph/auto_recognize_ipv6' into devBjörn Gustavsson
2010-09-06Let an 8-tuple given as ip_address() for gen_tcp/gen_udp/gen_sctp imply 'inet6'Per Hedeland
2010-09-02Merge branch 'maint-r13' into devHans Bolinder
2010-09-02Merge branch 'rani/sctp-sndrcvinfo/OTP-8795' into devRaimo Niskanen
2010-08-31Keep default #sctp_sndrcvinfo{} fields on gen_sctp:send/4Raimo Niskanen
2010-08-31Remove all support for ancient EPMD protocolPatrik Nyblom
2010-08-25Fix a bug that could cause the net_kernel process to crash.Hans Bolinder
2010-08-20kernel: Patch 1124Hans Bolinder
2010-08-20kernel: Patch 1121Hans Bolinder
2010-08-20kernel: Patch 1109Rickard Green
2010-07-28Load native code for modules loaded before the code serverPaul Guyot
2010-07-07Merge branch 'ks/auth-specs' into devRaimo Niskanen
2010-06-09Merge branch 'pan/otp_8698_file_typespecs' into devErlang/OTP
2010-06-09auth: Fix types and specsKostis Sagonas
2010-06-08Change typespecs for file.erl to match realityPatrik Nyblom
2010-06-08OTP-8686 Bugfix net_kernelHans Bolinder
2010-06-07Merge branch 'ms/file-exclusive-mode' into devErlang/OTP
2010-06-04Support opening files in exclusive modeMichael Santos
2010-06-03kernel: Add declaration for exported typesKostis Sagonas
2010-06-03Merge branch 'pan/otp_8611_standard_io' into devErlang/OTP
2010-06-03Merge branch 'pan/otp_3626_win_find_executable' into devErlang/OTP
2010-06-02Teach os.erl to find executable names with extension (i.e. .exe) on windowsPatrik Nyblom
2010-06-02Merge branch 'am/net_kernel_catchall' into devErlang/OTP
2010-06-02Merge branch 'rn/resolver-leaking-ports' into devErlang/OTP
2010-06-01Add catch all handle_call to net_kernelAntonio SJ Musumeci
2010-06-01Teach file:write/read/read_line about named io_serversPatrik Nyblom
2010-06-01OTP-8643 Improvements of net_kernelHans Bolinder
2010-06-01Merge branch 'bg/dist_utils' into devErlang/OTP
2010-06-01Resolver: make inet_dns decode ugly truncated replyRaimo Niskanen
2010-06-01Resolver: stop inet_res leaking portsRaimo Niskanen
2010-06-01dist_utils: Eliminate crash when list_to_existing_atom/1 failsBjörn Gustavsson
2010-05-31OTP-8653 pg2: bug fixHans Bolinder
2010-05-24Merge branch 'fm/file-operations' into devErlang/OTP
2010-05-20Add file:advise/4 - a wrapper to the POSIX syscall posix_fadviseFilipe David Manana
2010-05-20Add file:datasync/1 for syncing file contents onlyFilipe David Manana