Searched hist:1.1632 (Results 1 - 4 of 4) sorted by relevance

/src/doc/
H A D3RDPARTY1.1632 Sat Jun 29 06:57:48 GMT 2019 wiz expat 2.2.7 is out.
H A DCHANGES1.1632 Thu Nov 24 00:56:46 GMT 2011 jmcneill audio: Audio drivers are now MP-safe.
/src/distrib/sets/lists/man/
H A Dmi1.1632 Wed Dec 12 08:20:53 GMT 2018 maxv Add a NVMM(4) man page.
/src/distrib/sets/lists/comp/
H A Dmi1.1632 Sun Jun 26 16:42:40 GMT 2011 christos * Arrange for interfaces that create new file descriptors to be able to
set close-on-exec on creation (http://udrepper.livejournal.com/20407.html).

- Add F_DUPFD_CLOEXEC to fcntl(2).
- Add MSG_CMSG_CLOEXEC to recvmsg(2) for unix file descriptor passing.
- Add dup3(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
- Add pipe2(2) syscall with a flags argument for O_CLOEXEC, O_NONBLOCK.
- Add flags SOCK_CLOEXEC, SOCK_NONBLOCK to the socket type parameter
for socket(2) and socketpair(2).
- Add new paccept(2) syscall that takes an additional sigset_t to alter
the sigmask temporarily and a flags argument to set SOCK_CLOEXEC,
SOCK_NONBLOCK.
- Add new mode character 'e' to fopen(3) and popen(3) to open pipes
and file descriptors for close on exec.
- Add new kqueue1(2) syscall with a new flags argument to open the
kqueue file descriptor with O_CLOEXEC, O_NONBLOCK.

* Fix the system calls that take socklen_t arguments to actually do so.

* Don't include userland header files (signal.h) from system header files
(rump_syscallargs.h).

* Bump libc version for the new syscalls.

Completed in 457 milliseconds