opnsense-src/sys
Warner Losh 4e2a0135a0 mrsas module: Use MACHINE_ARCH exlcusively
TARGET_ARCH is always wrong when not used at the toplevel Makefile*, or
in something that has to be included from there. Switch to using
MACHINE_ARCH exclusively here since there's no benefit from assigning
TARGET_ARCH the value of MACHINE_ARCH and then using TARGET_ARCH (and
make TARGET_ARCH=xxx won't work).

Sponsored by:		Netflix
2022-08-13 11:56:53 -06:00
..
amd64 Document implicit dependencies of the mlx5(4) & friends. 2022-08-11 16:33:09 -07:00
arm arm: Clear TTBCR before enabling the MMU 2022-08-05 16:21:09 -04:00
arm64 Add RockChip RK356X support to existing RockChip thermal driver. 2022-08-11 08:26:39 +00:00
bsm
cam Delay GEOM disk_create() until CAM periph probe completes. 2022-07-14 16:17:36 -04:00
cddl dtrace/amd64: Implement emulation of call instructions 2022-08-09 18:34:01 -04:00
compat elf_note_prpsinfo: handle more failures from proc_getargv() 2022-08-09 15:44:45 -04:00
conf x86: remove MP_WATCHDOG 2022-08-11 21:35:32 +00:00
contrib stand: Only compile decompression routines 2022-08-12 21:48:18 -06:00
crypto skein: Update guard define check 2022-07-24 16:53:35 -06:00
ddb Adjust db_flush_line() definition to avoid clang 15 warning 2022-07-19 20:37:15 +02:00
dev Adjust function definition in ofw to avoid clang 15 warning 2022-08-11 14:30:32 +01:00
dts sys/dts: Remove MIPS files 2022-05-20 17:11:27 +01:00
fs nullfs(5): Fix a typo in a source code comment 2022-08-07 14:04:53 +02:00
gdb ddb: use _FLAGS command macros where appropriate 2022-07-05 11:56:55 -03:00
geom Adjust g_waitidle() visibility and definition 2022-08-02 21:11:10 +03:00
gnu
i386 x86: remove MP_WATCHDOG 2022-08-11 21:35:32 +00:00
isa Adjust function definition in isa's pnp.c to avoid clang 15 warning 2022-07-27 21:13:59 +02:00
kern protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
kgssapi
libkern libkern: Fix a typo in a source code comment 2022-06-05 08:57:26 +02:00
modules mrsas module: Use MACHINE_ARCH exlcusively 2022-08-13 11:56:53 -06:00
net routing: add rib_match_gw() helper 2022-08-12 09:31:21 +00:00
net80211 net80211(4): Fix a typo in a source code comment 2022-08-07 16:01:13 +02:00
netgraph protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
netinet protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
netinet6 protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
netipsec keysock: explicitly initialized LIST_HEAD 2022-08-12 12:29:26 -07:00
netpfil protosw: retire pr_output method 2022-08-11 09:19:37 -07:00
netsmb
nfs nfs: skip bootpc when vfs.root.mountfrom is other than nfs 2022-05-31 16:07:27 -03:00
nfsclient
nfsserver
nlm
ofed protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
opencrypto opencrypto: mark INVARIANTS variables as __diagused 2022-08-10 15:35:29 -04:00
powerpc powerpc/booke: Clamp MAXCPU to 32 for Book-E platforms 2022-08-06 11:42:19 -04:00
riscv AST: rework 2022-08-02 21:11:09 +03:00
rpc Adjust authnone_create() definition to avoid clang 15 warning 2022-07-25 00:40:13 +02:00
security mac_ddb: Fix the show rman validator. 2022-08-12 10:20:05 -07:00
sys protosw: change prototype for pr_control 2022-08-12 12:08:18 -07:00
teken
tests
tools firmware: Map '@' in filenames to '_' in symbols. 2022-06-14 10:50:51 -07:00
ufs stand: Compile out the extensive superblock diagnostic messages for BIOS loader 2022-08-12 21:48:17 -06:00
vm sys/vm: Add TSLOG to some functions 2022-08-12 16:53:04 -07:00
x86 x86: remove MP_WATCHDOG 2022-08-11 21:35:32 +00:00
xdr
xen xenbus: improve device tracking 2022-06-07 12:29:53 +02:00
Makefile