Go to file
kamil 4e2759a682 Do not cause Undefined Behavior in vi(1)
Replace unportable manual calculation of alignof() that causes UB, with
a GCC extension __alignof__.

This fixes a problem reported by UBSan with the MKSANITIZER distribution.
2018-06-16 18:54:52 +00:00
bin remove notreached 2018-06-14 02:46:56 +00:00
common Complete previous by complteley removing the _DIAGASSERT from memmove - 2018-02-12 11:14:15 +00:00
compat fix a comment. 2018-02-06 10:00:00 +00:00
crypto Do not reference buffer after the code scope {} 2018-06-16 18:51:36 +00:00
dist/pf fix two issues found by GCC 6.4: 2018-02-04 08:44:36 +00:00
distrib Add if_vlan directory to lists to fix the build failure 2018-06-15 09:54:02 +00:00
doc arm: Add support for Rockchip RK3328 SoC. 2018-06-16 00:19:42 +00:00
etc Add if_vlan directory to lists to fix the build failure 2018-06-15 09:54:02 +00:00
external Do not cause Undefined Behavior in vi(1) 2018-06-16 18:54:52 +00:00
extsrc
games Restore the MKGROFF=bo MKCXX=yes build 2018-06-11 14:18:16 +00:00
include Mark in string.h: memccpy(3) and strdup(3) as _POSIX_C_SOURCE >= 2001 2018-02-20 02:35:24 +00:00
lib atomic_and/atomic_or do bitwise ops, not logical ops. 2018-06-16 08:11:32 +00:00
libexec We can't build those three with MKSANITIZER, they are used too early. 2018-06-09 22:41:55 +00:00
regress
rescue Add progress(1) into /rescue. 2018-04-11 00:26:38 +00:00
sbin Remove duplicate assignments. 2018-06-12 20:12:21 +00:00
share Add missing word. 2018-06-15 23:13:19 +00:00
sys switch to using OpenBSD eehpy(4) code to drive maphy(4), synchronizing support 2018-06-16 17:44:53 +00:00
tests for consistency, print the statement that is true in the error case. 2018-06-14 21:57:25 +00:00
tools Revert my previous config test inclusion for u_longlong_t. 2018-06-13 04:17:43 +00:00
usr.bin PR/53368: Thomas Barabosch: Potential integer overflow in usr.bin/patch/inp.c 2018-06-16 00:40:14 +00:00
usr.sbin PR/53371: Thomas Barabosch: Potential memory leak in usr.sbin/ndp/ndp.c 2018-06-16 13:09:41 +00:00
BUILDING Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
Makefile Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
Makefile.inc Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
UPDATING Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00
build.sh Re-add files that were accidentally deleted in my previous commit. 2018-05-02 07:34:44 +00:00