On Wed, Oct 31, 2018 at 08:37:12PM +, Devin Teske wrote:
> Author: dteske
> Date: Wed Oct 31 20:37:12 2018
> New Revision: 339971
> URL: https://svnweb.freebsd.org/changeset/base/339971
>
> Log:
> Add new rc keywords: enable, disable, delete
>
> This adds new keywords to rc/service to e
Author: mckusick
Date: Thu Nov 1 03:38:57 2018
New Revision: 339983
URL: https://svnweb.freebsd.org/changeset/base/339983
Log:
In preparation for adding inode check-hashes, convert the clri(8)
program to use the libufs library interface. No functional change
(as for now the libufs library d
Author: kib
Date: Wed Oct 31 23:17:00 2018
New Revision: 339979
URL: https://svnweb.freebsd.org/changeset/base/339979
Log:
Add pci_early function to detect Intel stolen memory.
On some Intel devices BIOS does not properly reserve memory (called
"stolen memory") for the GPU. If the stolen
Author: kevans
Date: Wed Oct 31 22:55:43 2018
New Revision: 339974
URL: https://svnweb.freebsd.org/changeset/base/339974
Log:
i386/MINIMAL: VERBOSE_SYSINIT=0 for consistency
MFC after:never
Modified:
head/sys/i386/conf/MINIMAL
Modified: head/sys/i386/conf/MINIMAL
===
Author: kevans
Date: Wed Oct 31 22:38:19 2018
New Revision: 339973
URL: https://svnweb.freebsd.org/changeset/base/339973
Log:
Compile in VERBOSE_SYSINIT support by default, remain silent by default
The loader tunable 'debug.verbose_sysinit' may be used to toggle verbosity.
This is added t
Author: kevans
Date: Wed Oct 31 20:42:18 2018
New Revision: 339972
URL: https://svnweb.freebsd.org/changeset/base/339972
Log:
rescue: Add bectl(8)
Requested by: kevans, Shawn Webb
MFC after:3 days
Modified:
head/rescue/rescue/Makefile
Modified: head/rescue/rescue/Makefile
Author: dteske
Date: Wed Oct 31 20:37:12 2018
New Revision: 339971
URL: https://svnweb.freebsd.org/changeset/base/339971
Log:
Add new rc keywords: enable, disable, delete
This adds new keywords to rc/service to enable/disable a service's
rc.conf(5) variable and "delete" to remove the vari
Author: glebius
Date: Wed Oct 31 19:59:20 2018
New Revision: 339970
URL: https://svnweb.freebsd.org/changeset/base/339970
Log:
Remove unnecessary include from libstand.
Modified:
head/stand/libsa/ip.c
head/stand/libsa/net.c
head/stand/libsa/udp.c
Modified: head/stand/libsa/ip.c
=
On Wed, 31 Oct 2018 at 18:38, Mark Millard wrote:
>
> On 2018-Oct-30, at 3:23 PM, Alexander Richardson
> wrote:
>
> > . . .
> > Before this change obj->textsize was always set as the end of
> > PT_LOAD[0]. Now it will contain everything up to the end of the last
> > PT_LOAD with execute permissi
Author: glebius
Date: Wed Oct 31 19:37:11 2018
New Revision: 339969
URL: https://svnweb.freebsd.org/changeset/base/339969
Log:
Define QMD_SAVELINK() only for QUEUE_MACRO_DEBUG_TRASH case. Otherwise
with QUEUE_MACRO_DEBUG_TRACE compilation fails due to unused variable.
Modified:
head/sys/sys
On 2018-Oct-31, at 11:53 AM, Alexander Richardson
wrote:
> On Wed, 31 Oct 2018 at 18:38, Mark Millard
> wrote:
>>
>> On 2018-Oct-30, at 3:23 PM, Alexander Richardson > freebsd.org> wrote:
>>
>>> . . .
>>> Before this change obj->textsize was always set as the end of
>>> PT_LOAD[0]. Now it wi
Author: np
Date: Wed Oct 31 19:19:13 2018
New Revision: 339967
URL: https://svnweb.freebsd.org/changeset/base/339967
Log:
cxgbe(4): Add rate limiting support for UDP.
MFC after:1 month
Sponsored by: Chelsio Communications
Modified:
head/sys/dev/cxgbe/t4_sge.c
Modified: head/sys/de
On 2018-Oct-30, at 3:23 PM, Alexander Richardson
wrote:
> . . .
> Before this change obj->textsize was always set as the end of
> PT_LOAD[0]. Now it will contain everything up to the end of the last
> PT_LOAD with execute permissions. In the binary you dumped this is
> PT_LOAD[0] both before and
Author: np
Date: Wed Oct 31 18:30:17 2018
New Revision: 339965
URL: https://svnweb.freebsd.org/changeset/base/339965
Log:
cxgbe(4): Report a reasonable non-zero if_hw_tsomaxsegsize to the
kernel.
This reverts an accidental change that snuck in with r339628.
Sponsored by: Chelsio Comm
Author: emaste
Date: Wed Oct 31 18:08:12 2018
New Revision: 339964
URL: https://svnweb.freebsd.org/changeset/base/339964
Log:
Avoid binutils test in cleandir/obj stages
Further to r339946 skip the .error case for lack of in-tree binutils
support when we haven't set the toolchain feature v
Author: 0mp (ports committer)
Date: Wed Oct 31 17:47:08 2018
New Revision: 339962
URL: https://svnweb.freebsd.org/changeset/base/339962
Log:
ps(1): Pet mandoc and igor
- Use Xr to reference other manual pages.
- Reference execve(2) instead of exec(2) as exec(2) does not exist.
- Remove
Author: andrew
Date: Wed Oct 31 17:41:53 2018
New Revision: 339961
URL: https://svnweb.freebsd.org/changeset/base/339961
Log:
Always set the MP_QUIRK_CPULIST quirk under ACPI. This needs a run time
check to only set it for emulators as the CPU list may be changed when
the emulator starts. Un
Author: cem
Date: Wed Oct 31 17:37:54 2018
New Revision: 339960
URL: https://svnweb.freebsd.org/changeset/base/339960
Log:
freebsd-update: add a progress report for the "fetching files..."
After patching step is done.
PR: 232857
Submitted by: mat@
MFC after:a week
Mo
On Wed, Oct 31, 2018 at 06:50:53AM -0400, Ed Maste wrote:
> On Wed, 31 Oct 2018 at 10:07, Shawn Webb wrote:
> >
> > Does this need a /* FALLTHROUGH */ comment to appease the Coverity
> > Gods?
>
> No, successive case statements without intervening bodies is a widely
> used idiom well understood b
I forgot to note imp, sorry…
rgds,
toomas
> On 31 Oct 2018, at 18:42, Toomas Soome wrote:
>
> Author: tsoome
> Date: Wed Oct 31 16:42:40 2018
> New Revision: 339959
> URL: https://svnweb.freebsd.org/changeset/base/339959
>
> Log:
> loader: issue edd probe before legacy ah=08 and detect no med
Author: tsoome
Date: Wed Oct 31 16:42:40 2018
New Revision: 339959
URL: https://svnweb.freebsd.org/changeset/base/339959
Log:
loader: issue edd probe before legacy ah=08 and detect no media
while probing for drives, use int13 extended info before standard one and
provide workaround for ca
Author: brooks
Date: Wed Oct 31 16:17:45 2018
New Revision: 339958
URL: https://svnweb.freebsd.org/changeset/base/339958
Log:
Reformat syscalls.master for better readability.
This takes advantage of two recents changes to makesyscalls.sh:
r328598: Permit a range of syscall numbers for UNI
Author: 0mp (ports committer)
Date: Wed Oct 31 16:10:04 2018
New Revision: 339957
URL: https://svnweb.freebsd.org/changeset/base/339957
Log:
ps(1): Add a standard exit status section
Reviewed by: bcr, eadler
Approved by: krion (mentor)
MFC after: 3 days
Differential Revision:
Author: yuripv
Date: Wed Oct 31 15:29:26 2018
New Revision: 339956
URL: https://svnweb.freebsd.org/changeset/base/339956
Log:
dtrace(1): remove reference to dtruss that was removed from base
system in r300226.
PR: 211618
Reviewed by: gnn, markj, 0mp
Approved by: kib (mento
Author: yuripv
Date: Wed Oct 31 15:04:41 2018
New Revision: 339955
URL: https://svnweb.freebsd.org/changeset/base/339955
Log:
usr.bin/sed/tests: fix one of the regression test cases by adding its
results file to the build.
Reviewed by: kevans
Approved by: kib (mentor, implicit)
Diff
On Wed, 2018-10-31 at 10:06 -0400, Shawn Webb wrote:
> On Wed, Oct 31, 2018 at 01:27:44AM +, Marcelo Araujo wrote:
> >
> > Author: araujo
> > Date: Wed Oct 31 01:27:44 2018
> > New Revision: 339936
> > URL: https://svnweb.freebsd.org/changeset/base/339936
> >
> > Log:
> > Merge cases with u
On Wed, 31 Oct 2018 at 10:07, Shawn Webb wrote:
>
> Does this need a /* FALLTHROUGH */ comment to appease the Coverity
> Gods?
No, successive case statements without intervening bodies is a widely
used idiom well understood by all reasonable tools.
___
Author: emaste
Date: Wed Oct 31 14:19:58 2018
New Revision: 339954
URL: https://svnweb.freebsd.org/changeset/base/339954
Log:
Add __used to __CTOR_LIST__ and __DTOR_LIST__
Enabling BSD_CRTBEGIN on amd64 resulted in
error: unused variable '__CTOR_LIST__'.
__CTOR_LIST__ is indeed unuse
On Wed, Oct 31, 2018, 10:07 PM Shawn Webb
wrote:
> On Wed, Oct 31, 2018 at 01:27:44AM +, Marcelo Araujo wrote:
> > Author: araujo
> > Date: Wed Oct 31 01:27:44 2018
> > New Revision: 339936
> > URL: https://svnweb.freebsd.org/changeset/base/339936
> >
> > Log:
> > Merge cases with upper blo
On Wed, Oct 31, 2018 at 01:27:44AM +, Marcelo Araujo wrote:
> Author: araujo
> Date: Wed Oct 31 01:27:44 2018
> New Revision: 339936
> URL: https://svnweb.freebsd.org/changeset/base/339936
>
> Log:
> Merge cases with upper block.
> This is a cosmetic change only to simplify code.
>
>
Author: 0mp (ports committer)
Date: Wed Oct 31 12:53:58 2018
New Revision: 339952
URL: https://svnweb.freebsd.org/changeset/base/339952
Log:
tpm(4): Add the STANDARDS and HISTORY sections
Also, link to the homepage of the BSSSD project, which developed the
original driver.
Reviewed b
Author: andrew
Date: Wed Oct 31 12:00:35 2018
New Revision: 339948
URL: https://svnweb.freebsd.org/changeset/base/339948
Log:
Use pmap_invalidate_all rather than invalidating 512 level 2 entries in
the early pmap_mapbios/unmapbios code. It is even worse when there are
multiple L2 entries to
Author: arichardson
Date: Wed Oct 31 10:45:28 2018
New Revision: 339946
URL: https://svnweb.freebsd.org/changeset/base/339946
Log:
Don't run cc --version during cleandir/obj stages
This will no work when there is no cc in $PATH (which is the case before the
cross-tools stage once we no lo
Author: andrew
Date: Wed Oct 31 10:30:19 2018
New Revision: 339945
URL: https://svnweb.freebsd.org/changeset/base/339945
Log:
Remove function prototypes for functions removed in r339943.
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm64/arm64/mp_machdep.c
Modified: head/sys/arm64/arm64
Author: andrew
Date: Wed Oct 31 09:39:38 2018
New Revision: 339944
URL: https://svnweb.freebsd.org/changeset/base/339944
Log:
Fix some style(9) issues in the arm64 pmap_mapbios/unmapbios. Split lines
when they are too long.
Sponsored by: DARPA, AFRL
Modified:
head/sys/arm64/arm64/pmap.
Author: andrew
Date: Wed Oct 31 09:25:17 2018
New Revision: 339943
URL: https://svnweb.freebsd.org/changeset/base/339943
Log:
Remove the unused arm64_cpu driver.
This was previously used for CPU initilisation, however this hasn't been
the case in a long time.
Sponsored by: DARPA, AFR
> Author: bz
> Date: Tue Oct 30 20:45:15 2018
> New Revision: 339930
> URL: https://svnweb.freebsd.org/changeset/base/339930
>
> Log:
> With more excessive use of modules, more kernel parts working with
> VIMAGE, and feature richness and global state increasing the 8k of
> vnet module space
37 matches
Mail list logo