Here I keep all the progress made with my Master's Dissertation.
Go to file
millert 9f1f2f9e44 Use __STDC_VERSION__ instead of __ISO_C_VISIBLE to guard _Static_assert.
We need to test what the compiler supports, not what the C library
provides.  This prevents static_assert from being defined when compiling
with the in-tree gcc (4.2.1) which does not support _Static_assert.
2020-09-06 12:57:25 +00:00
bin Fix multiple variable definitions to avoid errors with -fno-common. 2020-08-30 22:23:47 +00:00
distrib sync 2020-09-01 01:09:09 +00:00
etc 6.9 packages key 2020-08-31 21:37:27 +00:00
games grdc(6): implement timeout with alarm(3) 2020-06-06 17:03:16 +00:00
gnu Delete my leftover comment. 2020-08-31 01:46:38 +00:00
include Use __STDC_VERSION__ instead of __ISO_C_VISIBLE to guard _Static_assert. 2020-09-06 12:57:25 +00:00
lib For page-sized and larger allocations do not put the pages we're 2020-09-06 06:41:03 +00:00
libexec clang 10 now emits calls to __multi3 from libcompiler_rt 2020-08-11 23:32:06 +00:00
regress oops, i tripped over $Mdocdate$ again; so sync the date after the commit 2020-09-03 20:40:05 +00:00
sbin Use peer from policy, not from the acquire message. 2020-09-05 19:17:36 +00:00
share remove some ifconfig internals; ok kn 2020-09-02 05:53:55 +00:00
sys Implement spilling of kernel SLB entries. Mostly from FreeBSD. 2020-09-05 19:21:10 +00:00
usr.bin On tls_config_set_protocols() failure, include the output of 2020-09-06 09:49:11 +00:00
usr.sbin Use SETSDIR consistently. 2020-09-05 16:52:25 +00:00
Makefile minor cranking of libraries exposes a problem, details too long to explain. 2020-04-05 20:14:14 +00:00
Makefile.cross Update compiler-rt path in cross-build infrastructure. 2020-08-14 16:55:07 +00:00