Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc mention recent changes.



details:   https://anonhg.NetBSD.org/src/rev/749e980505ff
branches:  trunk
changeset: 766539:749e980505ff
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 26 16:49:39 2011 +0000

description:
mention recent changes.

diffstat:

 doc/CHANGES |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 51f4c6ed41c2 -r 749e980505ff doc/CHANGES
--- a/doc/CHANGES       Sun Jun 26 16:42:39 2011 +0000
+++ b/doc/CHANGES       Sun Jun 26 16:49:39 2011 +0000
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1571 $>
+# LIST OF CHANGES FROM LAST RELEASE:                   <$Revision: 1.1572 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1047,3 +1047,11 @@
        sandpoint: Add support for booting from RAID 1 [jdc 20110620]
        GCC: Import version 4.5.3.  [mrg 20110620]
        ld.elf_so(1): Support ELF symbol versioning. [nonaka 20110625]
+       kernel: Add new system calls pipe2(2), dup3(2), paccept(2), kqueue1(2)
+               and flags SOCK_CLOEXEC/SOCK_NONBLOCK to socket(2), and
+               socketpair(2), as well as fcntl(2) F_DUPFD_CLOEXEC, and
+               a MSG_CMSG_CLOEXEC flag to recvfrom(2) to be able to set
+               close-on-exec to all newly created file descriptors
+               [christos 20110626]
+       userland: Add an 'e' mode character to popen(3), and fopen(3) to set
+               close on exec to opened file descriptors. [christos 20110626]



Home | Main Index | Thread Index | Old Index