Author: eadler
Date: Wed Mar 28 05:58:08 2018
New Revision: 331661
URL: https://svnweb.freebsd.org/changeset/base/331661
Log:
MFC: r331533
[pci-vendors] Update to 2018-03-21
Modified:
stable/11/share/misc/pci_vendors
Directory Properties:
stable/11/ (props changed)
Modified: stable/
On 27 March 2018 at 14:07, Jeff Roberson wrote:
> On Tue, 27 Mar 2018, Li-Wen Hsu wrote:
>
>> On Mon, Mar 26, 2018 at 20:35:12 -1000, Jeff Roberson wrote:
>>>
>>> The patch has been on my branch for weeks and has been tested by a half
>>> dozen people. I'm sorry it does not work for you. If you
On Tue, Mar 27, 2018 at 09:48:43AM -0700, John Baldwin wrote:
> On Tuesday, March 27, 2018 05:19:12 AM Alexey Dokuchaev wrote:
> > On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote:
> > > On Thursday, March 22, 2018 04:39:38 AM Alexey Dokuchaev wrote:
> > > > > ...
> > > > Right, but Joh
On Tue, 27 Mar 2018 23:20:53 -0600
Cy Schubert wrote:
> Have you disabled DDB in your kernel config?
I have. No debugger.
>
> ---
> Sent using a tiny phone keyboard.
> Apologies for any typos and autocorrect.
> Also, this old phone only supports top post. Apologies.
>
> Cy Schubert
> or
> T
Have you disabled DDB in your kernel config?
---
Sent using a tiny phone keyboard.
Apologies for any typos and autocorrect.
Also, this old phone only supports top post. Apologies.
Cy Schubert
or
The need of the many outweighs the greed of the few.
---
-Original Message-
From: O. Hartma
On Tue, 27 Mar 2018 20:57:51 + (UTC)
John Baldwin wrote:
> Author: jhb
> Date: Tue Mar 27 20:57:51 2018
> New Revision: 331650
> URL: https://svnweb.freebsd.org/changeset/base/331650
>
> Log:
> Remove very old and unused signal information codes.
>
> These have been supplanted by the
Author: mjg
Date: Wed Mar 28 04:38:45 2018
New Revision: 331660
URL: https://svnweb.freebsd.org/changeset/base/331660
Log:
seq: provide a comment explaining what seq is for and note 2 caveats
Modified:
head/sys/sys/seq.h
Modified: head/sys/sys/seq.h
==
Author: mjg
Date: Wed Mar 28 03:15:42 2018
New Revision: 331659
URL: https://svnweb.freebsd.org/changeset/base/331659
Log:
seq: disable preemption around seq_write_*
This is a long standing performance bug which happened to not cause trouble
in practice due to rather limited use of these
Author: jhibbits
Date: Wed Mar 28 03:11:50 2018
New Revision: 331658
URL: https://svnweb.freebsd.org/changeset/base/331658
Log:
Fix another optional standard. Build openpic_ofw again.
Modified:
head/sys/conf/files.powerpc
Modified: head/sys/conf/files.powerpc
===
Author: mjg
Date: Wed Mar 28 03:07:02 2018
New Revision: 331657
URL: https://svnweb.freebsd.org/changeset/base/331657
Log:
fd: tighten seq protected areas to not contain malloc/free
Modified:
head/sys/kern/kern_descrip.c
Modified: head/sys/kern/kern_descrip.c
Author: cem
Date: Tue Mar 27 22:49:06 2018
New Revision: 331656
URL: https://svnweb.freebsd.org/changeset/base/331656
Log:
ctfconvert: Fix minor memory leaks in STABS parser
In an error case, free leaked objects. Does anything use STABS anymore?
Probably not.
Reported by: Coverity
Author: brooks
Date: Tue Mar 27 21:14:39 2018
New Revision: 331654
URL: https://svnweb.freebsd.org/changeset/base/331654
Log:
Don't access userspace directly from the kernel in nxge(4).
Update to what the previous code seemed to be doing via the correct
interfaces. Further issues exist i
On Tue, 27 Mar 2018, Li-Wen Hsu wrote:
On Mon, Mar 26, 2018 at 20:35:12 -1000, Jeff Roberson wrote:
The patch has been on my branch for weeks and has been tested by a half
dozen people. I'm sorry it does not work for you. If you reverted 331605
the change that followed should not have built p
Author: brooks
Date: Tue Mar 27 21:06:18 2018
New Revision: 331653
URL: https://svnweb.freebsd.org/changeset/base/331653
Log:
Copy flags over ifr_union directly rather than via casts through ifr_data.
No functional change in practice. If the sbni driver supported
64-bit big-endian system
Author: brooks
Date: Tue Mar 27 21:04:54 2018
New Revision: 331652
URL: https://svnweb.freebsd.org/changeset/base/331652
Log:
Revert r331651 to recommit with proper commit metadata.
Modified:
head/sys/dev/sbni/if_sbni.c
Modified: head/sys/dev/sbni/if_sbni.c
==
Author: brooks
Date: Tue Mar 27 21:03:29 2018
New Revision: 331651
URL: https://svnweb.freebsd.org/changeset/base/331651
Log:
Copy flags over ifr_union directly rather than via casts through ifr_data.
No functional change in practice. If the sbni driver supported
64-bit big-endian system
Author: jhb
Date: Tue Mar 27 20:57:51 2018
New Revision: 331650
URL: https://svnweb.freebsd.org/changeset/base/331650
Log:
Remove very old and unused signal information codes.
These have been supplanted by the MI signal information codes in
since 7.0. The FPE_*_TRAP ones were deprecated
On Tue, Mar 27, 2018 at 08:51:49PM +, Brooks Davis wrote:
> Author: brooks
> Date: Tue Mar 27 20:51:49 2018
> New Revision: 331648
> URL: https://svnweb.freebsd.org/changeset/base/331648
>
> Log:
> Improve copy-and-pasted versions of SIOCGIFADDR.
>
> The original implementation used a r
Author: jhb
Date: Tue Mar 27 20:54:57 2018
New Revision: 331649
URL: https://svnweb.freebsd.org/changeset/base/331649
Log:
Use the offload transmit queue to set flags on TLS connections.
Requests to modify the state of TLS connections need to be sent on the
same queue as TLS record transm
Author: brooks
Date: Tue Mar 27 20:51:49 2018
New Revision: 331648
URL: https://svnweb.freebsd.org/changeset/base/331648
Log:
Improve copy-and-pasted versions of SIOCGIFADDR.
The original implementation used a reference to ifr_data and a cast to
do the equivalent of accessing ifr_addr. Th
Author: jhb
Date: Tue Mar 27 20:49:47 2018
New Revision: 331647
URL: https://svnweb.freebsd.org/changeset/base/331647
Log:
MFC 318387: Add support for child devices that aren't ports.
Invoke any identify routines of child drivers during attach before attaching
children, and delete any rem
Author: jhb
Date: Tue Mar 27 20:49:47 2018
New Revision: 331647
URL: https://svnweb.freebsd.org/changeset/base/331647
Log:
MFC 318387: Add support for child devices that aren't ports.
Invoke any identify routines of child drivers during attach before attaching
children, and delete any rem
Author: ken
Date: Tue Mar 27 20:34:49 2018
New Revision: 331646
URL: https://svnweb.freebsd.org/changeset/base/331646
Log:
MFC r331422:
r331422 | ken | 2018-03-23 07:52:26 -0600 (Fri, 23 Mar 2018) | 42 lines
Author: jhb
Date: Tue Mar 27 20:14:22 2018
New Revision: 331645
URL: https://svnweb.freebsd.org/changeset/base/331645
Log:
MFC 329785: Move DDP PCB state into a helper structure.
This consolidates all of the DDP state in one place. Also, the code has
now been fixed to ensure that DDP sta
Author: brooks
Date: Tue Mar 27 18:55:39 2018
New Revision: 331644
URL: https://svnweb.freebsd.org/changeset/base/331644
Log:
Fix a whitespace bug missed in refactoring prior to r331641.
MFC with: r331641
Modified:
head/sys/net/if.c
Modified: head/sys/net/if.c
==
Author: dim
Date: Tue Mar 27 18:52:27 2018
New Revision: 331643
URL: https://svnweb.freebsd.org/changeset/base/331643
Log:
MFC r314568 (by emaste):
kern_sig.c: ANSIfy and remove archaic register keyword
Sponsored by: The FreeBSD Foundation
MFC r318389 (by emaste):
Remove regi
Author: hselasky
Date: Tue Mar 27 18:44:05 2018
New Revision: 331642
URL: https://svnweb.freebsd.org/changeset/base/331642
Log:
Add support for right and middle click with integrated button to WSP
USB trackpad driver.
Submitted by: James Wright
PR: 226961
MFC after:1 we
Author: brooks
Date: Tue Mar 27 18:26:50 2018
New Revision: 331641
URL: https://svnweb.freebsd.org/changeset/base/331641
Log:
Fix access to ifru_buffer on freebsd32.
Make all kernel accesses to ifru_buffer go via access functions
which take the process ABI into account and use an appropri
On Tuesday, March 27, 2018 11:40:22 AM Ian Lepore wrote:
> On Tue, 2018-03-27 at 09:48 -0700, John Baldwin wrote:
> > On Tuesday, March 27, 2018 05:19:12 AM Alexey Dokuchaev wrote:
> > >
> > > On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote:
> > > >
> > > > On Thursday, March 22, 201
Author: kib
Date: Tue Mar 27 18:05:51 2018
New Revision: 331640
URL: https://svnweb.freebsd.org/changeset/base/331640
Log:
Fix several leaks of kernel stack data through paddings.
It is random collection of fixes for issues not yet corrected,
reported at https://tsyrklevi.ch/clang_analyze
On Tuesday, March 27, 2018 10:48:22 AM Rodney W. Grimes wrote:
> [ Charset ISO-8859-1 unsupported, converting... ]
> > On Tue, 2018-03-27 at 09:48 -0700, John Baldwin wrote:
> > > On Tuesday, March 27, 2018 05:19:12 AM Alexey Dokuchaev wrote:
> > > >
> > > > On Thu, Mar 22, 2018 at 08:52:47AM -070
Author: cem
Date: Tue Mar 27 17:58:00 2018
New Revision: 331639
URL: https://svnweb.freebsd.org/changeset/base/331639
Log:
opencrypto: Add mechanism to pass multiple crypto blocks to some ciphers
xforms that support processing of multiple blocks at a time (to support more
efficient modes,
Author: jkim
Date: Tue Mar 27 17:54:46 2018
New Revision: 331638
URL: https://svnweb.freebsd.org/changeset/base/331638
Log:
MFC: r331627
Merge OpenSSL 1.0.2o.
Modified:
stable/11/crypto/openssl/CHANGES
stable/11/crypto/openssl/Configure
stable/11/crypto/openssl/LICENSE
stable/11/c
Author: brooks
Date: Tue Mar 27 17:52:52 2018
New Revision: 331637
URL: https://svnweb.freebsd.org/changeset/base/331637
Log:
MFC r330949:
Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.
This includes FSACTL_LNX_GET_NEXT_ADAPTER_FIB.
Reviewed by: cem
Obtained from:
Author: brooks
Date: Tue Mar 27 17:51:45 2018
New Revision: 331636
URL: https://svnweb.freebsd.org/changeset/base/331636
Log:
MFC r330949:
Fix FSACTL_GET_NEXT_ADAPTER_FIB under 32-bit compat.
This includes FSACTL_LNX_GET_NEXT_ADAPTER_FIB.
Reviewed by: cem
Obtained from:
[ Charset ISO-8859-1 unsupported, converting... ]
> On Tue, 2018-03-27 at 09:48 -0700, John Baldwin wrote:
> > On Tuesday, March 27, 2018 05:19:12 AM Alexey Dokuchaev wrote:
> > >
> > > On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote:
> > > >
> > > > On Thursday, March 22, 2018 04:39
Author: brooks
Date: Tue Mar 27 17:48:39 2018
New Revision: 331635
URL: https://svnweb.freebsd.org/changeset/base/331635
Log:
MFC r330876, r330945
r330876:
Fix ISP_FC_LIP and ISP_RESCAN on big-endian 64-bit systems.
For _IO() ioctls, addr is a pointer to uap->data which is a caddr_t.
Author: brooks
Date: Tue Mar 27 17:46:25 2018
New Revision: 331634
URL: https://svnweb.freebsd.org/changeset/base/331634
Log:
MFC r330876, r330945
r330876:
Fix ISP_FC_LIP and ISP_RESCAN on big-endian 64-bit systems.
For _IO() ioctls, addr is a pointer to uap->data which is a caddr_t.
> On Tuesday, March 27, 2018 05:19:12 AM Alexey Dokuchaev wrote:
> > On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote:
> > > On Thursday, March 22, 2018 04:39:38 AM Alexey Dokuchaev wrote:
> > > > > ...
> > > > Right, but John had mentioned extra reboot *between* installkernel and
> > >
Author: brooks
Date: Tue Mar 27 17:43:03 2018
New Revision: 331633
URL: https://svnweb.freebsd.org/changeset/base/331633
Log:
MFC r330820:
Reject ioctls to SCSI enclosures from 32-bit compat processes.
The ioctl objects contain pointers and require translation and some
refactoring of
Author: brooks
Date: Tue Mar 27 17:42:04 2018
New Revision: 331632
URL: https://svnweb.freebsd.org/changeset/base/331632
Log:
MFC r330819, r330885, r330934
r330819:
Reject CAMIOGET and CAMIOQUEUE ioctl's on pass(4) in 32-bit compat mode.
These take a union ccb argument which is full
On Tue, 2018-03-27 at 09:48 -0700, John Baldwin wrote:
> On Tuesday, March 27, 2018 05:19:12 AM Alexey Dokuchaev wrote:
> >
> > On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote:
> > >
> > > On Thursday, March 22, 2018 04:39:38 AM Alexey Dokuchaev wrote:
> > > >
> > > > >
> > > > > .
Author: brooks
Date: Tue Mar 27 17:39:27 2018
New Revision: 331631
URL: https://svnweb.freebsd.org/changeset/base/331631
Log:
MFC r330820:
Reject ioctls to SCSI enclosures from 32-bit compat processes.
The ioctl objects contain pointers and require translation and some
refactoring of
Author: eugen
Date: Tue Mar 27 17:37:08 2018
New Revision: 331630
URL: https://svnweb.freebsd.org/changeset/base/331630
Log:
Fix instructions in the zfsboot manual page.
zfsloader(8) fails to probe a slice containing ZFS pool if its second sector
contains traces of BSD label (DISKMAGIC ==
Author: brooks
Date: Tue Mar 27 17:35:15 2018
New Revision: 331629
URL: https://svnweb.freebsd.org/changeset/base/331629
Log:
MFC r330819, r330885, r330934
r330819:
Reject CAMIOGET and CAMIOQUEUE ioctl's on pass(4) in 32-bit compat mode.
These take a union ccb argument which is full
Author: cem
Date: Tue Mar 27 17:34:28 2018
New Revision: 331628
URL: https://svnweb.freebsd.org/changeset/base/331628
Log:
cryptotest: Add blake2 hashes to tool
Sponsored by: Dell EMC Isilon
Modified:
head/tools/tools/crypto/cryptotest.c
Modified: head/tools/tools/crypto/cryptotest.c
==
On Tuesday, March 27, 2018 05:19:12 AM Alexey Dokuchaev wrote:
> On Thu, Mar 22, 2018 at 08:52:47AM -0700, John Baldwin wrote:
> > On Thursday, March 22, 2018 04:39:38 AM Alexey Dokuchaev wrote:
> > > > ...
> > > Right, but John had mentioned extra reboot *between* installkernel and
> > > installwo
Author: jkim
Date: Tue Mar 27 17:17:58 2018
New Revision: 331627
URL: https://svnweb.freebsd.org/changeset/base/331627
Log:
Merge OpenSSL 1.0.2o.
Modified:
head/crypto/openssl/CHANGES
head/crypto/openssl/Configure
head/crypto/openssl/LICENSE
head/crypto/openssl/Makefile
head/crypto/op
Author: jkim
Date: Tue Mar 27 17:04:01 2018
New Revision: 331626
URL: https://svnweb.freebsd.org/changeset/base/331626
Log:
Tag OpenSSL 1.0.2o.
Added:
vendor-crypto/openssl/1.0.2o/
- copied from r331625, vendor-crypto/openssl/dist/
___
svn-src-
Author: jkim
Date: Tue Mar 27 17:03:01 2018
New Revision: 331625
URL: https://svnweb.freebsd.org/changeset/base/331625
Log:
Import OpenSSL 1.0.2o.
Modified:
vendor-crypto/openssl/dist/CHANGES
vendor-crypto/openssl/dist/Configure
vendor-crypto/openssl/dist/FREEBSD-upgrade
vendor-crypto/o
On Monday, March 26, 2018 11:55:00 PM Conrad Meyer wrote:
> Author: cem
> Date: Mon Mar 26 23:54:59 2018
> New Revision: 331602
> URL: https://svnweb.freebsd.org/changeset/base/331602
>
> Log:
> Update to Zstandard 1.3.4
>
> Includes our local patch to conditionalize use of __builtin_clz(ll
Author: trasz
Date: Tue Mar 27 16:38:32 2018
New Revision: 331624
URL: https://svnweb.freebsd.org/changeset/base/331624
Log:
Bump .Dd after r331113.
Reported by: oshogbo@
MFC after:2 weeks
Modified:
head/sbin/savecore/savecore.8
Modified: head/sbin/savecore/savecore.8
===
Author: brooks
Date: Tue Mar 27 16:07:54 2018
New Revision: 331623
URL: https://svnweb.freebsd.org/changeset/base/331623
Log:
Move 32-bit compat for md(4) ioctls into the md code.
This is more correct in that ioctl commands have no meaning until they
hit the handler associated with the fi
On Tue, Mar 27, 2018 at 8:41 AM, Rodney W. Grimes
wrote:
> Without the private part of the TLS they can not alter that data,
> correct?
Correct — a property typically referred to as "integrity." (Well,
obviously they can truncate streams with RST, but that isn't very
subtle to any client.)
> I
> Thinking of the network as attacker-controlled is fine, but without
> the CA certificate database in ports, TLS provides neither data
> integrity nor confidentiality.[0]
>
> Even with certificate validation, it's unlikely that TLS provides
> meaningful confidentiality for svn.freebsd.org ? IP st
Thinking of the network as attacker-controlled is fine, but without
the CA certificate database in ports, TLS provides neither data
integrity nor confidentiality.[0]
Even with certificate validation, it's unlikely that TLS provides
meaningful confidentiality for svn.freebsd.org — IP still exposes
Author: kib
Date: Tue Mar 27 15:29:32 2018
New Revision: 331622
URL: https://svnweb.freebsd.org/changeset/base/331622
Log:
Allow to specify PCP on packets not belonging to any VLAN.
According to 802.1Q-2014, VLAN tagged packets with VLAN id 0 should be
considered as untagged, and only PCP
Author: brooks
Date: Tue Mar 27 15:20:03 2018
New Revision: 331621
URL: https://svnweb.freebsd.org/changeset/base/331621
Log:
Move uio enums to sys/_uio.h.
Include _uio.h instead of uio.h in several headers to reduce header
polution.
Fix a few places that relied on header polution to
On Tue, Mar 27, 2018 at 9:57 AM, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > Author: trasz
> > Date: Tue Mar 27 14:51:19 2018
> > New Revision: 331618
> > URL: https://svnweb.freebsd.org/changeset/base/331618
> >
> > Log:
> > Use https:// instead of http://.
> >
> > MFC after
> Author: trasz
> Date: Tue Mar 27 14:51:19 2018
> New Revision: 331618
> URL: https://svnweb.freebsd.org/changeset/base/331618
>
> Log:
> Use https:// instead of http://.
>
> MFC after: 2 weeks
>
> Modified:
> head/share/man/man7/development.7
>
> Modified: head/share/man/man7/develop
Author: cem
Date: Tue Mar 27 14:55:01 2018
New Revision: 331620
URL: https://svnweb.freebsd.org/changeset/base/331620
Log:
MFV: libb2: use native calls for secure memory clearance
Drop our local patch and restore full vanilla upstream code in
contrib/libb2.
No functional change inten
Author: trasz
Date: Tue Mar 27 14:54:02 2018
New Revision: 331619
URL: https://svnweb.freebsd.org/changeset/base/331619
Log:
Add trailing slash for consistency.
For some reason, the other link - https://lists.FreeBSD.org/ - needs
the trailing slash, otherwise man(8) renders it in a weird
Author: trasz
Date: Tue Mar 27 14:51:19 2018
New Revision: 331618
URL: https://svnweb.freebsd.org/changeset/base/331618
Log:
Use https:// instead of http://.
MFC after:2 weeks
Modified:
head/share/man/man7/development.7
Modified: head/share/man/man7/development.7
===
Author: trasz
Date: Tue Mar 27 14:50:12 2018
New Revision: 331617
URL: https://svnweb.freebsd.org/changeset/base/331617
Log:
Fix capitalization.
MFC after:2 weeks
Modified:
head/share/man/man7/development.7
Modified: head/share/man/man7/development.7
Author: avg
Date: Tue Mar 27 14:31:42 2018
New Revision: 331616
URL: https://svnweb.freebsd.org/changeset/base/331616
Log:
vfs_donmount: in certain cases try r/o mount if r/w mount fails
If the operation is not an update, if neither r/w nor r/o mode is
explicitly requested, if the error c
Author: kevans
Date: Tue Mar 27 13:59:57 2018
New Revision: 331615
URL: https://svnweb.freebsd.org/changeset/base/331615
Log:
MFC r331475: loader consoles: Implement SGR 24, 25
Mostly for completeness sake- implement 24 (no underline) and 25 (no blink)
Modified:
stable/11/stand/efi/libef
Author: kib
Date: Tue Mar 27 13:09:35 2018
New Revision: 331614
URL: https://svnweb.freebsd.org/changeset/base/331614
Log:
MFC r331247:
Check for wrap-around in vm_phys_alloc_seg_contig().
Modified:
stable/11/sys/vm/vm_phys.c
Directory Properties:
stable/11/ (props changed)
Modified: s
Author: avg
Date: Tue Mar 27 11:49:15 2018
New Revision: 331613
URL: https://svnweb.freebsd.org/changeset/base/331613
Log:
ZFS test suite: fix uses of illumos /dev/[r]dsk/ and /dev/zvol/[r]dsk/
Modified:
head/tests/sys/cddl/zfs/bin/devname2devid.c
head/tests/sys/cddl/zfs/bin/zpool_bsd.ksh
Author: avg
Date: Tue Mar 27 11:34:34 2018
New Revision: 331612
URL: https://svnweb.freebsd.org/changeset/base/331612
Log:
MFC r330974: MFV r330973: 9164 assert: newds == os->os_dsl_dataset
PR: 225877
Modified:
stable/10/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset
Author: avg
Date: Tue Mar 27 11:33:21 2018
New Revision: 331611
URL: https://svnweb.freebsd.org/changeset/base/331611
Log:
MFC r330974: MFV r330973: 9164 assert: newds == os->os_dsl_dataset
PR: 225877
Modified:
stable/11/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dmu_objset
Author: jeff
Date: Tue Mar 27 10:20:50 2018
New Revision: 331610
URL: https://svnweb.freebsd.org/changeset/base/331610
Log:
Backout r331606 until I can identify why it does not boot on some
machines.
Modified:
head/sys/amd64/include/intr_machdep.h
head/sys/i386/include/intr_machdep.h
he
On Mon, Mar 26, 2018 at 20:35:12 -1000, Jeff Roberson wrote:
> The patch has been on my branch for weeks and has been tested by a half
> dozen people. I'm sorry it does not work for you. If you reverted 331605
> the change that followed should not have built properly. Did you build
> cleanly?
On 27 March 2018 at 01:45, Hans Petter Selasky wrote:
> On 03/27/18 05:37, Jeff Roberson wrote:
>>
>> do {
>> - current_cpu++;
>> - if (current_cpu > mp_maxid)
>> - current_cpu = 0;
>> - } while (!CPU_ISSET(current_cpu, &intr_cpus));
On 03/27/18 05:37, Jeff Roberson wrote:
do {
- current_cpu++;
- if (current_cpu > mp_maxid)
- current_cpu = 0;
- } while (!CPU_ISSET(current_cpu, &intr_cpus));
+ current_cpu[domain]++;
+ if (current_cpu[do
On Tue, 27 Mar 2018, Jeff Roberson wrote:
Log:
Move vm_ndomains to vm.h where it can be used with a single header include
rather than requiring a half-dozen. Many non-vm files may want to know
the number of valid domains.
Shouldn't it go in vm_extern.h? What is the point of having vm_exte
75 matches
Mail list logo