Go to file
ozaki-r 475ed81624 Fix race condition on the rawcb list shared by rtsock and keysock
keysock now protects itself by its own mutex, which means that
the rawcb list is protected by two different mutexes (keysock's one
and softnet_lock for rtsock), of course it's useless.

Fix the situation by having a discrete rawcb list for each.
2017-09-25 01:56:22 +00:00
bin Fix a bug noticed by Soren Jacobsen running the netbsd-6-0 build.sh which 2017-08-31 05:09:38 +00:00
common * aarch64/memset.S didn't work! fixed some bugs. 2017-08-29 15:00:23 +00:00
compat Don't mix abis in any CRUNCHEDPROG 2017-01-05 21:28:42 +00:00
crypto Use getpwuid_r instead of getpwuid, so that we don't trash getpw*() internal 2017-09-08 15:29:43 +00:00
dist/pf PR 50709 David Binderman: memory leak 2016-05-30 17:21:07 +00:00
distrib Add tests of rtcache invalidation 2017-09-20 09:36:20 +00:00
doc Note import of dhcpcd-7.0.0-rc2 2017-09-19 19:20:43 +00:00
etc update for xkeyboard-config 2.21. 2017-08-29 07:53:54 +00:00
external Sync 2017-09-19 19:19:21 +00:00
extsrc
games typo 2017-07-02 07:02:47 +00:00
include Add missing strfmon_l. Noticed by Bruno Haible. Add test case. 2017-08-16 13:53:19 +00:00
lib Allow a subwindow to contain another subwindow. 2017-09-18 10:18:13 +00:00
libexec explain AARCH64 PLT design 2017-08-28 06:59:25 +00:00
regress Don't test call gates, they are not supported anymore. 2017-08-30 15:46:19 +00:00
rescue Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
sbin use __arraycount 2017-09-07 10:23:33 +00:00
share Add SDLC - software/system(s) development life cycle 2017-09-21 00:40:10 +00:00
sys Fix race condition on the rawcb list shared by rtsock and keysock 2017-09-25 01:56:22 +00:00
tests Add tests of rtcache invalidation 2017-09-20 09:36:20 +00:00
tools Honor HOST_CC. 2017-09-07 18:57:47 +00:00
usr.bin Force _GNU_SOURCE on Linux, otherwise strptime is not defined and more 2017-09-24 09:43:27 +00:00
usr.sbin Clear the screen after running installboot. If we don't, there will 2017-09-11 15:24:28 +00:00
build.sh - Allow all other targets (like kernel=) to obey mkrepro (-P) 2017-04-08 18:22:35 +00:00
BUILDING regen 2017-05-21 15:30:20 +00:00
Makefile don't descend into gnu 2017-04-11 14:04:15 +00:00
Makefile.inc
UPDATING note GMP 6.1.2 release and the build issues that may occur. 2017-08-22 10:04:44 +00:00