haiku/headers
Augustin Cavalier cf344027f8 kernel: Add padding in mutex fields for equivalent KDEBUG/non-KDEBUG sizing.
Non-KDEBUG kernels and kernel add-ons use atomic operations to acquire
and release the locks inline, so non-KDEBUG kernels/addons are only
compatible with other non-KDEBUG kernels/addons.

Following this change, though, KDEBUG kernels/addons should be able
to run under non-KDEBUG kernels/addons, too, since they always call
into the actual kernel functions and do not inline anything of
consequence.
2019-09-13 22:02:52 -04:00
..
build s/Haiku License/MIT License/g. 2019-08-30 18:16:02 -04:00
compatibility s/Haiku License/MIT License/g. 2019-08-30 18:16:02 -04:00
config ARM64: Initial changes so we can compile GCC toolchain 2019-08-30 19:05:16 +00:00
cpp
glibc
libs PVS V501: comparing number with itself 2019-07-28 10:16:43 +00:00
os arm64: Add more headers for code compilation 2019-09-01 03:02:49 +00:00
posix POSIX: add a few constants for sysconf. 2019-09-07 15:04:14 +00:00
private kernel: Add padding in mutex fields for equivalent KDEBUG/non-KDEBUG sizing. 2019-09-13 22:02:52 -04:00
tools