On 11/13/18 7:10 AM, Kevin Bowling wrote:
ppc64 will be the next arch after amd64 to get modern graphics
(https://github.com/POWER9BSD/freebsd/commits/projects/lkpi) but we
like the tier-2 status for now and will replay changes from amd64
GENERIC once I'm able to test.
FWIW evdev is the standard
On 11/13/18 1:49 AM, Warner Losh wrote:
On Mon, Nov 12, 2018 at 5:30 PM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
On Mon, Nov 12, 2018, 3:12 PM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net wrote:
Author: zeising (doc,ports committer)
Date: Mon Nov 12 21:01:28 2018
New Rev
ppc64 will be the next arch after amd64 to get modern graphics
(https://github.com/POWER9BSD/freebsd/commits/projects/lkpi) but we
like the tier-2 status for now and will replay changes from amd64
GENERIC once I'm able to test.
FWIW evdev is the standard with libinput for X11 under Linux. It's
us
Author: kevans
Date: Tue Nov 13 04:34:30 2018
New Revision: 340392
URL: https://svnweb.freebsd.org/changeset/base/340392
Log:
Add dynamic_kenv assertion to init_static_kenv
Both to formally document the requirement that this not be called after the
dynamic kenv is setup, and to perhaps he
Author: emaste
Date: Tue Nov 13 01:30:31 2018
New Revision: 340391
URL: https://svnweb.freebsd.org/changeset/base/340391
Log:
Revert r340385, strings capability mode
This needs to be reworked for bootstrapping.
Modified:
head/contrib/elftoolchain/strings/strings.c
Modified: head/contrib
On Mon, Nov 12, 2018 at 5:30 PM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> > On Mon, Nov 12, 2018, 3:12 PM Rodney W. Grimes <
> > free...@pdx.rh.cn85.dnsmgr.net wrote:
> >
> > > > Author: zeising (doc,ports committer)
> > > > Date: Mon Nov 12 21:01:28 2018
> > > > New Revision: 34
> On Mon, Nov 12, 2018, 3:12 PM Rodney W. Grimes <
> free...@pdx.rh.cn85.dnsmgr.net wrote:
>
> > > Author: zeising (doc,ports committer)
> > > Date: Mon Nov 12 21:01:28 2018
> > > New Revision: 340387
> > > URL: https://svnweb.freebsd.org/changeset/base/340387
> > >
> > > Log:
> > > Add evdev su
On Mon, Nov 12, 2018, 3:12 PM Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net wrote:
> > Author: zeising (doc,ports committer)
> > Date: Mon Nov 12 21:01:28 2018
> > New Revision: 340387
> > URL: https://svnweb.freebsd.org/changeset/base/340387
> >
> > Log:
> > Add evdev support to amd64 and i
On Mon, Nov 12, 2018 at 06:00:19AM -0800, Rodney W. Grimes wrote:
> it is not the change that I am ranting about, but the fact that the
> process is broken.
If the "process" must be followed absolutely, then FreeBSD has already
failed. This was a text file, advisory to users only; no executable
c
Author: kevans
Date: Mon Nov 12 22:18:11 2018
New Revision: 340390
URL: https://svnweb.freebsd.org/changeset/base/340390
Log:
Fix test-dts{,o} targets
There were two main problems here:
1.) sys/dts/Makefile.inc is not included from various */overlays directories
by default, only
> Author: zeising (doc,ports committer)
> Date: Mon Nov 12 21:01:28 2018
> New Revision: 340387
> URL: https://svnweb.freebsd.org/changeset/base/340387
>
> Log:
> Add evdev support to amd64 and i386 kernels
>
> Include evdev support and drivers in the amd64 and i386 GENERIC and MINIMAL
>
Author: zeising (doc,ports committer)
Date: Mon Nov 12 21:01:28 2018
New Revision: 340387
URL: https://svnweb.freebsd.org/changeset/base/340387
Log:
Add evdev support to amd64 and i386 kernels
Include evdev support and drivers in the amd64 and i386 GENERIC and MINIMAL
kernels. Evdev is u
Author: emaste
Date: Mon Nov 12 20:44:22 2018
New Revision: 340386
URL: https://svnweb.freebsd.org/changeset/base/340386
Log:
retire LINKER_FEATURES filter flag
And build libdl unconditionally. All supported FreeBSD linkers accept
-F / --filter so there is no need to test for support.
Author: emaste
Date: Mon Nov 12 20:38:43 2018
New Revision: 340385
URL: https://svnweb.freebsd.org/changeset/base/340385
Log:
strings: enter capability mode when operating on stdin
Reviewed by: oshogbo
MFC after:1 month
Sponsored by: The FreeBSD Foundation
Modified:
head/contrib
Author: kib
Date: Mon Nov 12 19:17:26 2018
New Revision: 340384
URL: https://svnweb.freebsd.org/changeset/base/340384
Log:
Apply fix to un-cripple max cpu id on BSP earlier.
We need to know actual value for the standard extended features before
ifuncs are resolved.
Reported and teste
Author: kib
Date: Mon Nov 12 19:12:14 2018
New Revision: 340383
URL: https://svnweb.freebsd.org/changeset/base/340383
Log:
Create namespace for the symbols added during 13-CURRENT cycle.
Sponsored by: The FreeBSD Foundation
MFC after:1 week
Modified:
head/lib/libc/Versions.def
Mod
Author: oshogbo
Date: Mon Nov 12 18:43:51 2018
New Revision: 340382
URL: https://svnweb.freebsd.org/changeset/base/340382
Log:
s/caph_enter_capser/caph_enter_casper/g
Reported by: npn
Modified:
head/usr.bin/wc/wc.c
Modified: head/usr.bin/wc/wc.c
Author: oshogbo
Date: Mon Nov 12 18:37:31 2018
New Revision: 340381
URL: https://svnweb.freebsd.org/changeset/base/340381
Log:
Fix typo in the comparison.
This fix build with gcc.
Reported by: jenkins
Modified:
head/lib/libcasper/services/cap_fileargs/cap_fileargs.c
Modified: head/li
Author: oshogbo
Date: Mon Nov 12 18:34:55 2018
New Revision: 340380
URL: https://svnweb.freebsd.org/changeset/base/340380
Log:
s/caph_enter_with_casper/caph_enter_casper/
Reported by: npn
Modified:
head/usr.bin/wc/wc.c
Modified: head/usr.bin/wc/wc.c
Author: oshogbo
Date: Mon Nov 12 18:01:36 2018
New Revision: 340377
URL: https://svnweb.freebsd.org/changeset/base/340377
Log:
wc: We should sandbox wc only if Capers is available.
Modified:
head/usr.bin/wc/wc.c
Modified: head/usr.bin/wc/wc.c
=
Author: oshogbo
Date: Mon Nov 12 17:59:15 2018
New Revision: 340376
URL: https://svnweb.freebsd.org/changeset/base/340376
Log:
head: sandbox using capsicum
Reviewed by: emaste
Differential Revision:https://reviews.freebsd.org/D14409
Modified:
head/usr.bin/head/Makefile
head/
Author: jch
Date: Mon Nov 12 17:57:12 2018
New Revision: 340375
URL: https://svnweb.freebsd.org/changeset/base/340375
Log:
cxgbe/netmap: Fix cxgbe netmap when interface is DOWN
A kernel panic can occur if the cxgbe interface is DOWN
when activating netmap. This patch prevents the driver
On 11/2/18 11:43 PM, Matt Macy wrote:
Author: mmacy
Date: Sat Nov 3 03:43:32 2018
New Revision: 340097
URL:
https://urldefense.proofpoint.com/v2/url?u=https-3A__svnweb.freebsd.org_changeset_base_340097&d=DwIDaQ&c=imBPVzF25OnBgGmVOlcsiEgHoG1i6YHLR0Sj_gZ4adc&r=Ed-falealxPeqc22ehgAUCLh8zlZbibZLSMW
On Mon, 5 Nov 2018 at 16:53, Antoine Brodin wrote:
>
> On Mon, Nov 5, 2018 at 8:26 PM Ed Maste wrote:
> >
> > Author: emaste
> > Date: Mon Nov 5 19:25:57 2018
> > New Revision: 340156
> > URL: https://svnweb.freebsd.org/changeset/base/340156
> >
> > Log:
> > Remove backwards-compatibility sys/
Author: oshogbo
Date: Mon Nov 12 17:47:51 2018
New Revision: 340374
URL: https://svnweb.freebsd.org/changeset/base/340374
Log:
wc: sandbox wc using capsicum
Reviewed by: AllanJude, emaste
Differential Revision:https://reviews.freebsd.org/D14409
Modified:
head/usr.bin/wc/Makefi
Author: oshogbo
Date: Mon Nov 12 17:40:47 2018
New Revision: 340373
URL: https://svnweb.freebsd.org/changeset/base/340373
Log:
libcasper: introduce cap_fileargs service
cap_fileargs is a Casper service which helps to sandbox applications that need
access to the filesystem namespace. The m
Author: kevans
Date: Mon Nov 12 17:10:44 2018
New Revision: 340372
URL: https://svnweb.freebsd.org/changeset/base/340372
Log:
dtb.mk: Fix passing of ECHO to make_dtb{,o}.sh
Modified:
head/sys/conf/dtb.mk
Modified: head/sys/conf/dtb.mk
=
Author: brooks
Date: Mon Nov 12 16:55:20 2018
New Revision: 340371
URL: https://svnweb.freebsd.org/changeset/base/340371
Log:
Use ...-freebsd13.0 in -target strings.
Reported by: Mark Millard
Modified:
head/Makefile.libcompat
Modified: head/Makefile.libcompat
==
On Sat, Nov 10, 2018 at 12:18:13AM -0800, Eitan Adler wrote:
> On Fri, 9 Nov 2018 at 10:19, Brooks Davis wrote:
> >
> > On Fri, Nov 09, 2018 at 06:03:01PM +, Brooks Davis wrote:
> > > Author: brooks
> > > Date: Fri Nov 9 18:03:01 2018
> > > New Revision: 340294
> > > URL: https://svnweb.freeb
On Mon, Nov 12, 2018 at 03:10:54PM +, Bjoern A. Zeeb wrote:
> On 6 May 2018, at 0:38, Mark Johnston wrote:
>
> > Author: markj
> > Date: Sun May 6 00:38:29 2018
> > New Revision: 333283
> > URL: https://svnweb.freebsd.org/changeset/base/333283
> >
> > Log:
> > Import the netdump client code
Author: oshogbo
Date: Mon Nov 12 16:44:26 2018
New Revision: 340370
URL: https://svnweb.freebsd.org/changeset/base/340370
Log:
head: fix style nits
No functional change intended.
Reviewed by: emaste
MFC after:3 weeks
Differential Revision:https://reviews.freebsd.org/D1
Author: kib
Date: Mon Nov 12 15:59:32 2018
New Revision: 340364
URL: https://svnweb.freebsd.org/changeset/base/340364
Log:
Allow set ether/vlan PCP operation from the VNET jails.
The vlan interfaces can be created from vnet jails, it seems, so it
sounds logical to allow pcp configuration
;
# done
+# 20181112: Cleanup old libcap_dns.
+OLD_LIBS+=lib/casper/libcap_dns.so.1
+OLD_LIBS+=usr/lib32/libcap_dns.so.1
# 20181030: malloc_domain(9) KPI change
OLD_FILES+=share/man/man9/malloc_domain.9.gz
# 20181026: joy(4) removal
Modified: head/contrib/tcpdump/tcpdump.c
> On 6 May 2018, at 0:38, Mark Johnston wrote:
>
> > Author: markj
> > Date: Sun May 6 00:38:29 2018
> > New Revision: 333283
> > URL: https://svnweb.freebsd.org/changeset/base/333283
> >
> > Log:
> > Import the netdump client code.
>
> So this is an IPv4-only feature; what would be needed to
On 6 May 2018, at 0:38, Mark Johnston wrote:
Author: markj
Date: Sun May 6 00:38:29 2018
New Revision: 333283
URL: https://svnweb.freebsd.org/changeset/base/333283
Log:
Import the netdump client code.
So this is an IPv4-only feature; what would be needed to add IPv6
support to netdump?
On Mon, 12 Nov 2018 at 22:19, Rodney W. Grimes <
free...@pdx.rh.cn85.dnsmgr.net> wrote:
> Do NOT tag me into a review if your going to commit it before
> I can possibly be expected to respond. I well rant on anyone
> who does that.
>
> CLEAR NOW?
>
Understood.
Cheers,
Ben
__
> I absolutely approve of Ben's excellent addition to UPDATING, a text document.
At no point did I raise ANY objectection to the content
of his change, stop trying to make that the issue.
> Your demands for additional scrutiny and time-wasting around code
> review are ridiculous and disproportiona
Author: tuexen
Date: Mon Nov 12 13:26:13 2018
New Revision: 340361
URL: https://svnweb.freebsd.org/changeset/base/340361
Log:
Fix printing of 64-bit counters on 32-bit ppc platforms.
Several statistic counters are uint64_t values and are printed by systat
using %lu. This results in displa
On 11/3/18 4:43 AM, Matt Macy wrote:
Author: mmacy
Date: Sat Nov 3 03:43:32 2018
New Revision: 340097
URL: https://svnweb.freebsd.org/changeset/base/340097
Log:
Convert epoch to read / write records per cpu
In discussing D17503 "Run epoch calls sooner and more reliably" with
sbahr
Author: ae
Date: Mon Nov 12 11:20:59 2018
New Revision: 340360
URL: https://svnweb.freebsd.org/changeset/base/340360
Log:
Add ability to use dynamic external prefix in ipfw_nptv6 module.
Now an interface name can be specified for nptv6 instance instead of
ext_prefix. The module will track
40 matches
Mail list logo