.. |
altq
|
Need opt_inet.h for #ifdef INET, INET6.
|
2020-03-05 07:46:36 +00:00 |
arch
|
Introduce PTRACE_REGS_ALIGN, and on x86, enforce a 16-byte alignment, due
|
2020-05-30 08:41:22 +00:00 |
coda
|
Add ACL support for FFS. From FreeBSD.
|
2020-05-16 18:31:45 +00:00 |
compat
|
Move proc_lock into the data segment. It was dynamically allocated because
|
2020-05-23 23:42:41 +00:00 |
conf
|
Do the chmod last so that the kernels get consistent permissions for MKREPRO
|
2020-05-21 18:44:19 +00:00 |
crypto
|
Count cprng_fast reseed events.
|
2020-04-30 03:29:45 +00:00 |
ddb
|
Move proc_lock into the data segment. It was dynamically allocated because
|
2020-05-23 23:42:41 +00:00 |
dev
|
fix wdcprobe_with_reset() to avoid allocating big structures on stack
|
2020-05-30 13:23:14 +00:00 |
dist/pf
|
Need opt_inet.h for #ifdef INET, INET6.
|
2020-03-05 07:46:36 +00:00 |
dtb
|
imx6 kernels are part of GENERIC now
|
2020-05-23 13:24:07 +00:00 |
external
|
Always enable declarations needed by privcmd.c
|
2020-05-26 10:36:20 +00:00 |
fs
|
tmpfs_write(): use UBC_FAULTBUSY when extending files, if possible, to avoid
|
2020-05-24 20:08:26 +00:00 |
gdbscripts
|
gdb has been fixed, so no need to reload the symbol file.
|
2020-05-02 12:58:46 +00:00 |
kern
|
Introduce PTRACE_REGS_ALIGN, and on x86, enforce a 16-byte alignment, due
|
2020-05-30 08:41:22 +00:00 |
lib
|
Update the comments.
|
2020-05-07 18:02:48 +00:00 |
miscfs
|
Add need-flags for kernfs.
|
2020-05-26 10:37:24 +00:00 |
modules
|
Add ACL support for FFS. From FreeBSD.
|
2020-05-16 18:31:45 +00:00 |
net
|
Backport selected NPF fixes from the upstream (to be pulled up):
|
2020-05-23 19:56:00 +00:00 |
net80211
|
Define and implement a locking protocol for the ifmedia / mii layers:
|
2020-03-15 23:04:50 +00:00 |
netatalk
|
Add sanity check, only sat_len bytes got copied in, the rest is
|
2019-11-29 17:40:16 +00:00 |
netbt
|
pass the address of the field, instead of relying on it being the first
|
2020-02-29 11:40:06 +00:00 |
netcan
|
Adopt <net/if_stats.h>.
|
2020-01-29 05:20:26 +00:00 |
netinet
|
igmp_sendpkt() expects ip_output() to set 'imo.imo_multicast_ttl' into
|
2020-05-15 06:34:34 +00:00 |
netinet6
|
inet6: Ensure that route MTU is guarded by ARC_PHDS_MAXMTU
|
2020-04-28 15:12:28 +00:00 |
netipsec
|
Make crypto/rijindael optional again as cprng_strong does no longer
|
2020-04-22 09:15:39 +00:00 |
netmpls
|
…
|
|
nfs
|
- Alter the convention for uvm_page_array slightly, so the basic search
|
2020-05-25 21:15:10 +00:00 |
opencrypto
|
Make crypto/rijindael optional again as cprng_strong does no longer
|
2020-04-22 09:15:39 +00:00 |
rump
|
Set -fno-delete-null-pointer-checks for RUMP/MKSANITIZER with Clang
|
2020-05-29 00:05:26 +00:00 |
secmodel
|
Accept ioctl(RNDADDDATA) estimates at securelevel 1 (but not 2).
|
2020-05-28 23:17:25 +00:00 |
stand
|
If a device tree overlay does not have a "compatible" match, don't
|
2020-05-23 16:40:41 +00:00 |
sys
|
u_int64_t --> uint64_t. No binary changes.
|
2020-05-29 05:29:23 +00:00 |
ufs
|
Move proc_lock into the data segment. It was dynamically allocated because
|
2020-05-23 23:42:41 +00:00 |
uvm
|
Avoid passing file paths in panic strings, this results in extra long
|
2020-05-30 08:50:31 +00:00 |
Makefile
|
Separate devicetree .dts -> .dtb building from kernel builds. They are now
|
2020-05-18 21:19:34 +00:00 |