72
I Use This!
Activity Not Available

Commits : Listings

Analyzed 8 months ago. based on code collected over 2 years ago.
Jun 15, 2023 — Jul 15, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hp300/intr.h: Put most of this under #ifdef _KERNEL. More... over 2 years ago
lint: in debug mode, don't generate empty message texts More... over 2 years ago
Replace kmutex_t * (which may be undefined here) with struct kmutex *, suggested by Taylor. More... over 2 years ago
Belatedly add an entry for the openssl version switch - it may cause subtle test failures after update builds (files with same installed name created from different sources depending on openssl version). More... over 2 years ago
Explicitly include <sys/mutex.h> for kmutex_t. More... over 2 years ago
fix editor mishap in previous More... over 2 years ago
Make ipl_cookie_t visible for _KMEMUSER userland applications. More... over 2 years ago
x68k/intr.h: Put functions under _KERNEL so crash(8) can use this. More... over 2 years ago
vax/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8). More... over 2 years ago
sun68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8). More... over 2 years ago
sys/ksem.h: Hack around fstat(8) abuse of _KERNEL. More... over 2 years ago
next68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8). More... over 2 years ago
news68k/intr.h: Fix includes. Put some definitions under _KERNEL. More... over 2 years ago
mvme68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8). More... over 2 years ago
luna68k/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8). More... over 2 years ago
hppa/intr.h: Expose ipl_cookie_t to _KMEMUSER for crash(8). More... over 2 years ago
ddb: Cast pointer to uintptr_t first before db_expr_t. More... over 2 years ago
Move the definition of ipl_cookie_t out of the kernel-only sections, some _KMEMUSER applications need it. More... over 2 years ago
arm/cpu.h: Need sys/param.h for COHERENCY_UNIT. More... over 2 years ago
atari/intr.h: Expose ipl_cookie_t with _KMEMUSER for crash(8). More... over 2 years ago
cesfic/intr.h: Expose ipl_cookie_t to userland only with _KMEMUSER. More... over 2 years ago
cesfic/intr.h: Expose ipl_cookie_t to userland for crash(8). More... over 2 years ago
amiga/intr.h: Don't define spl*() functions if !_KERNEL. More... over 2 years ago
linux/idr.h: Need <sys/mutex.h> for kmutex_t. More... over 2 years ago
hp300/intr.h: Fix missing includes. More... over 2 years ago
opencrypto/cryptodev.h: Fix includes. More... over 2 years ago
evbarm/intr.h: Define ipl_cookie_t before including ARM_INTR_IMPL. More... over 2 years ago
arm/mutex.h: Need machine/intr.h, machine/lock.h. More... over 2 years ago
sys: Rip <sys/resourcevar.h> out of <uvm/uvm_param.h>. More... over 2 years ago
Include psl.h for ipl_cookie_t if __MUTEX_PRIVATE More... over 2 years ago