NetBSD/sys
maxv 60236c8c49 x86: fix several CPUID flags
- Rename: CPUID_PN      -> CPUID_PSN
           CPUID_CFLUSH  -> CPUID_CLFSH
           CPUID_SBF     -> CPUID_PBE
           CPUID_LZCNT   -> CPUID_ABM
           CPUID_P1GB    -> CPUID_PAGE1GB
           CPUID2_PCLMUL -> CPUID2_PCLMULQDQ
           CPUID2_CID    -> CPUID2_CNXTID
           CPUID2_xTPR   -> CPUID2_XTPR
           CPUID2_AES    -> CPUID2_AESNI
   To match the x86 specification and the other OSes.

 - Remove: CPUID_B10, CPUID_B20, CPUID_IA64. They do not exist.
2020-09-05 07:45:44 +00:00
..
altq Need opt_inet.h for #ifdef INET, INET6. 2020-03-05 07:46:36 +00:00
arch x86: fix several CPUID flags 2020-09-05 07:45:44 +00:00
coda Add ACL support for FFS. From FreeBSD. 2020-05-16 18:31:45 +00:00
compat The conversion of FPU tracking to PCU rendered the fpcurlwp variable 2020-09-03 14:26:31 +00:00
conf Nix trailing whitespace. 2020-08-28 14:58:25 +00:00
crypto x86: fix several CPUID flags 2020-09-05 07:45:44 +00:00
ddb db_get_line - raw access to the DDB command line. 2020-07-29 23:29:42 +00:00
dev x86: fix several CPUID flags 2020-09-05 07:45:44 +00:00
dist/pf Clean up _LKM --> _MODULE leftovers. 2020-08-10 10:59:33 +00:00
dtb Build i.MX7D dtbs for armv7 2020-06-10 18:53:31 +00:00
external x86: fix several CPUID flags 2020-09-05 07:45:44 +00:00
fs Operation union_readdirhook() stores the lower directory as un_uppervp. 2020-08-18 09:44:07 +00:00
gdbscripts gdb has been fixed, so no need to reload the symbol file. 2020-05-02 12:58:46 +00:00
kern thmap: Use keyed BLAKE2s for second-level hash and beyond. 2020-08-31 20:22:57 +00:00
lib Reduce diffs to upstream: get rid of FLOAT64_{,DE}MANGLE(); it's no longer 2020-09-02 04:06:43 +00:00
miscfs genfs_rename: Fix deadlocks in cross-directory cyclic rename. 2020-09-05 02:47:03 +00:00
modules Upgrade NVMM to WARNS=5. 2020-08-05 10:33:01 +00:00
net wg: Avoid memory leak if socreate fails. 2020-08-31 20:34:43 +00:00
net80211 Omit now-unused function. 2020-07-28 15:41:26 +00:00
netatalk
netbt pass the address of the field, instead of relying on it being the first 2020-02-29 11:40:06 +00:00
netcan
netinet Fix fast path for uni directional transfers 2020-09-02 15:08:46 +00:00
netinet6 inet6: reduce silent packet discards 2020-08-28 06:32:24 +00:00
netipsec ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy 2020-08-28 06:20:44 +00:00
netmpls
nfs Introduce genfs_pathconf() and use it for the default case in all filesystems. 2020-06-27 17:29:17 +00:00
opencrypto Fix kmem_free size in recent malloc->kmem conversion. 2020-07-04 18:07:31 +00:00
rump ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy 2020-08-28 06:20:44 +00:00
secmodel Clean up _LKM --> _MODULE leftovers. 2020-08-10 10:59:33 +00:00
stand Fixup OpenSimpleReadFile usage: 2020-07-15 00:51:40 +00:00
sys Allow ths file to be included by a _KMEMUSER. 2020-09-04 00:36:07 +00:00
ufs Revert "ufs: Prevent mkdir from choking on deleted directories." 2020-09-05 02:55:38 +00:00
uvm Remove pte_zero_p and simply check against 0. 2020-08-22 15:34:51 +00:00
Makefile Separate devicetree .dts -> .dtb building from kernel builds. They are now 2020-05-18 21:19:34 +00:00