.. |
altq
|
Need opt_inet.h for #ifdef INET, INET6.
|
2020-03-05 07:46:36 +00:00 |
arch
|
instead of reading memory directly, db_read_bytes() is used to avoid faults in ddb.
|
2020-05-22 04:46:26 +00:00 |
coda
|
Add ACL support for FFS. From FreeBSD.
|
2020-05-16 18:31:45 +00:00 |
compat
|
Add ACL support for FFS. From FreeBSD.
|
2020-05-16 18:31:45 +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
|
Handle "no count" properly in db_kernhist_print_cmd
|
2020-04-13 11:43:27 +00:00 |
dev
|
Support get_framerate and provide a stub for set_framerate
|
2020-05-22 11:25:06 +00:00 |
dist/pf
|
Need opt_inet.h for #ifdef INET, INET6.
|
2020-03-05 07:46:36 +00:00 |
dtb
|
Separate devicetree .dts -> .dtb building from kernel builds. They are now
|
2020-05-18 21:19:34 +00:00 |
external
|
Update ux_length in usbd_setup_isoc_xfer and use this to usb_syncmem
|
2020-05-15 06:15:42 +00:00 |
fs
|
PR kern/32166: pgo_get protocol is ambiguous
|
2020-05-19 22:22:15 +00:00 |
gdbscripts
|
gdb has been fixed, so no need to reload the symbol file.
|
2020-05-02 12:58:46 +00:00 |
kern
|
In sleepq_insert(), in the SOBJ_SLEEPQ_SORTED case, if there are existing
|
2020-05-21 00:39:04 +00:00 |
lib
|
Update the comments.
|
2020-05-07 18:02:48 +00:00 |
miscfs
|
Fix EPERM vs EACCES on chtimes (thanks @hannken)
|
2020-05-20 17:06:15 +00:00 |
modules
|
Add ACL support for FFS. From FreeBSD.
|
2020-05-16 18:31:45 +00:00 |
net
|
hardclock_ticks -> getticks()
|
2020-05-15 19:28:09 +00:00 |
net80211
|
Define and implement a locking protocol for the ifmedia / mii layers:
|
2020-03-15 23:04:50 +00:00 |
netatalk
|
|
|
netbt
|
|
|
netcan
|
|
|
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
|
Start trying to reduce cache misses on vm_page during fault processing.
|
2020-05-17 19:38:16 +00:00 |
opencrypto
|
Make crypto/rijindael optional again as cprng_strong does no longer
|
2020-04-22 09:15:39 +00:00 |
rump
|
Add ACL support for FFS. From FreeBSD.
|
2020-05-16 18:31:45 +00:00 |
secmodel
|
Make it clear that only KAUTH_MACHDEP_SVS_DISABLE is deprecated.
|
2020-05-16 19:12:38 +00:00 |
stand
|
Make efi_rng_show return early if RNG protocol is not available. While
|
2020-05-14 23:09:29 +00:00 |
sys
|
Remove misleading comment.
|
2020-05-18 09:52:30 +00:00 |
ufs
|
fix accessx confusion (thanks hannken@)
|
2020-05-20 17:04:58 +00:00 |
uvm
|
DRY code in uvm_swap_io() for the write loop
|
2020-05-22 11:54:05 +00:00 |
Makefile
|
Separate devicetree .dts -> .dtb building from kernel builds. They are now
|
2020-05-18 21:19:34 +00:00 |