NetBSD/sys
maya 708af0751d Add accept4, a tiny wrapper around paccept.
accept4 is a syscall in Linux, FreeBSD and OpenBSD. It is used in
LLVM, zeromq, and probably others. paccept is a superset of it.

adding it to libc ensures it is used by programs and prevents the
need to define the same wrapper in every program.
2017-02-08 17:58:41 +00:00
..
altq PR 51553 David Binderman: don't bother counting up backlogged classes 2016-11-21 07:15:36 +00:00
arch don't define __empty. 2017-02-08 16:14:08 +00:00
coda Remove now obsolete operation vcache_remove(). 2016-08-20 12:37:06 +00:00
compat Use ELFOSABI_LINUX instead of a magic number. 2017-02-06 23:45:49 +00:00
conf chipsfb needs glyphcache now 2017-02-02 19:50:35 +00:00
crypto Add XTS mode. 2016-12-11 00:28:44 +00:00
ddb Add ddb command to find a vnode by the address of its lock. 2017-01-11 12:17:34 +00:00
dev Print CPU number correctly. 2017-02-08 09:00:37 +00:00
dist/pf use in6_print 2017-01-16 15:46:19 +00:00
external Remove __DATE__! Intel really likes non-reprodible builds! 2017-02-06 23:12:25 +00:00
fs Run vflush() when going from read/write to read only. 2017-01-27 10:47:54 +00:00
gdbscripts Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" 2016-12-14 15:48:54 +00:00
ipkdb
kern expose sendmsg_so and recvmsg_so. 2017-02-03 16:06:45 +00:00
lib Fix build with clang. 2017-02-03 17:24:43 +00:00
miscfs Handle v_writecount from layer_open(), layer_close() and layer_revoke() 2017-01-27 10:47:13 +00:00
modules Define MODULAR so we can have syscalls autoload after the module autoloads. 2017-01-26 01:32:34 +00:00
net KNF and trailing whitespace. No functional change. 2017-02-07 11:17:50 +00:00
net80211 wlan interfaces make interrupt routine running on softint context. 2017-02-02 10:05:35 +00:00
netatalk Add rtcache_unref to release points of rtentry stemming from rtcache 2016-12-08 05:16:33 +00:00
netbt avoid -Werror=sign-conversion 2017-01-28 19:19:41 +00:00
netinet Add missing NULL checks for m_get_rcvif 2017-02-07 02:38:08 +00:00
netinet6 Add missing NULL checks for m_get_rcvif 2017-02-07 02:38:08 +00:00
netipsec ip6_sprintf -> IN6_PRINT so that we pass the size. 2017-01-16 15:44:46 +00:00
netisdn Defer bpf_mtap in Rx interrupt context to softint 2017-01-24 09:05:27 +00:00
netkey
netmpls Assert size for sockaddr_mpls, but don't require it to be packed. 2016-10-08 20:19:37 +00:00
netnatm Fix race condition on ifqueue used by traditional netisr 2016-10-03 11:06:06 +00:00
netsmb Uninitialized vars, found by brainy 2016-08-15 08:17:35 +00:00
nfs Memory leak, found by Mootja. 2016-11-20 09:28:43 +00:00
opencrypto From Alexander Nasonov: 2016-09-26 14:50:54 +00:00
rump Defer some pr_input to workqueue 2017-02-02 02:52:10 +00:00
secmodel
stand
sys Add accept4, a tiny wrapper around paccept. 2017-02-08 17:58:41 +00:00
ufs Add smaller versions of fsck_ffs(8) and newfs(8) for install media, where 2017-02-08 16:11:39 +00:00
uvm Fix off by one. 2017-02-05 07:25:49 +00:00
Makefile