.. |
altq
|
Need opt_inet.h for #ifdef INET, INET6.
|
2020-03-05 07:46:36 +00:00 |
arch
|
Try to get the starting bus number from _CRS before falling back to _BBN.
|
2020-05-08 14:44:23 +00:00 |
coda
|
Replace most uses of vp->v_usecount with a call to vrefcnt(vp), a function
|
2020-04-13 19:23:17 +00:00 |
compat
|
Always clear FUTEX_PRIVATE_FLAG for Linux processes. NetBSD-native futexes
|
2020-05-03 01:06:55 +00:00 |
conf
|
Make crypto/rijindael optional again as cprng_strong does no longer
|
2020-04-22 09:15:39 +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
|
Simplify /dev/random without reference to entropy_depletion.
|
2020-05-08 15:53:26 +00:00 |
dist/pf
|
Need opt_inet.h for #ifdef INET, INET6.
|
2020-03-05 07:46:36 +00:00 |
external
|
Align addresses to cache lines in __clear_cache for aarch64.
|
2020-05-05 12:47:16 +00:00 |
fs
|
autofs: Silence down a warning which should really be a debug message
|
2020-04-26 17:00:31 +00:00 |
gdbscripts
|
gdb has been fixed, so no need to reload the symbol file.
|
2020-05-02 12:58:46 +00:00 |
kern
|
Clear PSL_TRACEDCHILD on ptrace(PT_DETACH)
|
2020-05-08 10:35:51 +00:00 |
lib
|
Update the comments.
|
2020-05-07 18:02:48 +00:00 |
miscfs
|
Put forward declaration a little further forward to unbreak build.
|
2020-04-29 07:18:24 +00:00 |
modules
|
Include netbsd32_futex.c in the module.
|
2020-05-02 22:19:47 +00:00 |
net
|
adjust comment - sosetopt() path doesn't take IFNET_LOCK()
|
2020-05-05 09:26:29 +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
|
Omit needless #include <sys/rnd.h>.
|
2020-04-30 03:30:10 +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
|
Resolve delayed truncation from nfs_inactive() too.
|
2020-05-01 08:43:00 +00:00 |
opencrypto
|
Make crypto/rijindael optional again as cprng_strong does no longer
|
2020-04-22 09:15:39 +00:00 |
rump
|
No need for a lock around rnd_add_data any more.
|
2020-04-30 03:41:20 +00:00 |
secmodel
|
Use the module subsystem's ability to process SYSCTL_SETUP() entries to
|
2020-03-16 21:20:09 +00:00 |
stand
|
Adjust for binutils 2.34 in the same manner as efiboot/x86:
|
2020-04-26 06:51:35 +00:00 |
sys
|
Add a new function, sleepq_transfer(), that moves an lwp from one
|
2020-05-08 03:26:51 +00:00 |
ufs
|
Remove the unlock/relock hack by using IO_EXT to indicate that we are already
|
2020-05-02 22:11:16 +00:00 |
uvm
|
- In uvm_voaddr_acquire(), take an extra hold on the anon lock obj.
|
2020-04-30 04:18:07 +00:00 |
Makefile
|
remove SMBFS and nsmb(4) - kernel part
|
2020-04-04 15:43:21 +00:00 |