In message <50246694-58eb-0a68-7c9f-309ae2777...@freebsd.org>, Jung-uk Kim writ
es:
>
> On 20. 10. 3., Cy Schubert wrote:
> > In message c
> > om>
> > , Mateusz Guzik writes:
> >> On 10/2/20, Emmanuel Vadot wrote:
> >>> Author: manu
> >>> Date: Fri Oct 2 19:56:54 2020
> >>> New Revision: 366381
Author: manu
Date: Sat Oct 3 08:31:28 2020
New Revision: 366386
URL: https://svnweb.freebsd.org/changeset/base/366386
Log:
pwm_backlight: Fix 32 bits build
Reported by: jenkins, mjg
Modified:
head/sys/dev/pwm/pwm_backlight.c
Modified: head/sys/dev/pwm/pwm_backlight.c
=
On Fri, 02 Oct 2020 21:12:01 -0700
Cy Schubert wrote:
> In message om>
> , Mateusz Guzik writes:
> > On 10/2/20, Emmanuel Vadot wrote:
> > > Author: manu
> > > Date: Fri Oct 2 19:56:54 2020
> > > New Revision: 366381
> > > URL: https://svnweb.freebsd.org/changeset/base/366381
> > >
> > > Log:
On Sat, 3 Oct 2020 05:47:22 +0200
Mateusz Guzik wrote:
> On 10/2/20, Emmanuel Vadot wrote:
> > Author: manu
> > Date: Fri Oct 2 19:56:54 2020
> > New Revision: 366381
> > URL: https://svnweb.freebsd.org/changeset/base/366381
> >
> > Log:
> > pwm_backlight: Restrict module to armv7 and aarch64
Author: vmaffione
Date: Sat Oct 3 09:23:34 2020
New Revision: 366387
URL: https://svnweb.freebsd.org/changeset/base/366387
Log:
netmap: pkt-gen: minor corrections to documentation
Submitted by: Brian Poole
MFC after:3 days
Modified:
head/tools/tools/netmap/pkt-gen.8
head/tools/
Author: vmaffione
Date: Sat Oct 3 09:33:29 2020
New Revision: 366388
URL: https://svnweb.freebsd.org/changeset/base/366388
Log:
netmap: fix constness warnings generated by "-Wcast-qual"
Submitted by: milosz.kaniew...@gmail.com
MFC after:3 days
Modified:
head/sys/net/netmap_user.h
Author: vmaffione
Date: Sat Oct 3 09:36:33 2020
New Revision: 366389
URL: https://svnweb.freebsd.org/changeset/base/366389
Log:
netmap: minor documentation fix
Also update date of pkt-gen.8 (not done in r366387).
Submitted by: milosz.kaniew...@gmail.com
MFC after:3 days
Modifie
Author: melifaro
Date: Sat Oct 3 10:47:17 2020
New Revision: 366390
URL: https://svnweb.freebsd.org/changeset/base/366390
Log:
Introduce scalable route multipath.
This change is based on the nexthop objects landed in D24232.
The change introduces the concept of nexthop groups.
Each
Author: trasz
Date: Sat Oct 3 12:03:08 2020
New Revision: 366391
URL: https://svnweb.freebsd.org/changeset/base/366391
Log:
Move KTRUSERRET() from userret() to ast(). It's a really long
detour - it writes ktrace entries to the filesystem - so the overhead
of ast() won't make any difference
This gives me:
/tank/users/mjg/src/freebsd/sys/net/route/route_ctl.c:94:13: warning:
unused function 'rib_can_multipath' [-Wunused-function]
static bool rib_can_multipath(struct rib_head *rh);
^
/tank/users/mjg/src/freebsd/sys/net/rtsock.c:851:1: warning: unused
function 'save_del_noti
Author: trasz
Date: Sat Oct 3 13:01:07 2020
New Revision: 366392
URL: https://svnweb.freebsd.org/changeset/base/366392
Log:
Optimize riscv's cpu_fetch_syscall_args(), making it possible
for the compiler to inline the memcpy.
Reviewed by: arichardson, mhorne
MFC after:2 weeks
Spo
Author: vmaffione
Date: Sat Oct 3 13:19:48 2020
New Revision: 366393
URL: https://svnweb.freebsd.org/changeset/base/366393
Log:
netmap: tools: fix several compiler warnings
MFC after:1 week
Modified:
head/tools/tools/netmap/Makefile
head/tools/tools/netmap/bridge.c
head/tools/to
Author: vmaffione
Date: Sat Oct 3 13:27:12 2020
New Revision: 366394
URL: https://svnweb.freebsd.org/changeset/base/366394
Log:
netmap: tools: extend CFLAGS after including bsd.prog.mk
MFC after:1 week
Modified:
head/tools/tools/netmap/Makefile
Modified: head/tools/tools/netmap/Mak
Author: kevans
Date: Sat Oct 3 13:27:57 2020
New Revision: 366395
URL: https://svnweb.freebsd.org/changeset/base/366395
Log:
MFC r361254: Fix Typo in ng_hci_le_connection_complete_ep struct.
PR: 246538
Modified:
stable/12/sys/netgraph/bluetooth/include/ng_hci.h
Directory Prope
On 10/3/20, Emmanuel Vadot wrote:
> Author: manu
> Date: Sat Oct 3 08:31:28 2020
> New Revision: 366386
> URL: https://svnweb.freebsd.org/changeset/base/366386
>
> Log:
> pwm_backlight: Fix 32 bits build
>
Some kernels are still failing at least with:
In file included from /usr/src/sys/dev/pwm
Author: manu
Date: Sat Oct 3 14:00:33 2020
New Revision: 366396
URL: https://svnweb.freebsd.org/changeset/base/366396
Log:
pwm_backlight: Depend on ext_resources
This driver cannot work without it.
Modified:
head/sys/conf/files
Modified: head/sys/conf/files
Author: manu
Date: Sat Oct 3 14:01:20 2020
New Revision: 366397
URL: https://svnweb.freebsd.org/changeset/base/366397
Log:
pwm_backlight: Add regnode_if.h to SRCS
If the kernel config doesn't have this pseudo device it will not be generated
and then the module will fail to compile.
Author: melifaro
Date: Sat Oct 3 14:37:54 2020
New Revision: 366398
URL: https://svnweb.freebsd.org/changeset/base/366398
Log:
Remove ROUTE_MPATH-related warnings introduced in r366390.
Reported by: mjg
Modified:
head/sys/net/route/route_ctl.c
head/sys/net/rtsock.c
Modified: head/sy
Author: gbe (doc committer)
Date: Sat Oct 3 14:45:17 2020
New Revision: 366399
URL: https://svnweb.freebsd.org/changeset/base/366399
Log:
MFC r365640: Improvements for the src.conf(5) and build(7) man pages
PR: 203863 (based on)
Submitted by: Russell Haley
Reviewed by: bcr, imp
A
Author: gbe (doc committer)
Date: Sat Oct 3 14:51:15 2020
New Revision: 366400
URL: https://svnweb.freebsd.org/changeset/base/366400
Log:
MFC r365903: src.conf(5): Fix some mandoc issues in source files
- new sentence, new line
- blank line in fill mode
Event:Septemb
Author: gbe (doc committer)
Date: Sat Oct 3 15:06:47 2020
New Revision: 366401
URL: https://svnweb.freebsd.org/changeset/base/366401
Log:
MFC r365904: crypto(7): Correct Sections out of conventional order error
Event:September 2020 Bugathon
Modified:
stable/12/share/man/
On 10/2/20 1:52 PM, Emmanuel Vadot wrote:
> Author: manu
> Date: Fri Oct 2 20:52:09 2020
> New Revision: 366382
> URL: https://svnweb.freebsd.org/changeset/base/366382
>
> Log:
> Fix LINT: Add backlight to NOTES
>
> Modified:
> head/sys/amd64/conf/NOTES
> head/sys/arm/conf/NOTES
> head/s
In message <20201003103357.24c2f3201ab4b2637fb8e...@bidouilliste.com>,
Emmanuel
Vadot writes:
> On Fri, 02 Oct 2020 21:12:01 -0700
> Cy Schubert wrote:
>
> > In message c
> > om>
> > , Mateusz Guzik writes:
> > > On 10/2/20, Emmanuel Vadot wrote:
> > > > Author: manu
> > > > Date: Fri Oct 2 1
Author: gbe (doc committer)
Date: Sat Oct 3 18:30:01 2020
New Revision: 366402
URL: https://svnweb.freebsd.org/changeset/base/366402
Log:
ipfw(8): Bugfixes for some issues reported by mandoc
- whitespace at end of input line
- new sentence, new line
- skipping paragraph macro: Pp befor
Author: gbe (doc committer)
Date: Sat Oct 3 18:34:24 2020
New Revision: 366403
URL: https://svnweb.freebsd.org/changeset/base/366403
Log:
ls(1): Bugfix for an issue reported by mandoc
- no blank before trailing delimiter
MFC after:1 week
Modified:
head/bin/ls/ls.1
Modified: he
Author: gbe (doc committer)
Date: Sat Oct 3 18:36:22 2020
New Revision: 366404
URL: https://svnweb.freebsd.org/changeset/base/366404
Log:
cp(1): Bugfixes for some issues reported by mandoc
- no blank before trailing delimiter
MFC after:1 week
Modified:
head/bin/cp/cp.1
Modifie
Author: gbe (doc committer)
Date: Sat Oct 3 18:37:59 2020
New Revision: 366405
URL: https://svnweb.freebsd.org/changeset/base/366405
Log:
devd.conf(5): Bugfix for an issue reported by mandoc
- whitespace at end of input line
MFC after:1 week
Modified:
head/sbin/devd/devd.conf.5
Author: gbe (doc committer)
Date: Sat Oct 3 18:40:02 2020
New Revision: 366406
URL: https://svnweb.freebsd.org/changeset/base/366406
Log:
camcontrol(8): Bugfixes for some issues reported by mandoc
- new sentence, new line
MFC after:1 week
Modified:
head/sbin/camcontrol/camcontr
Author: gbe (doc committer)
Date: Sat Oct 3 18:42:15 2020
New Revision: 366407
URL: https://svnweb.freebsd.org/changeset/base/366407
Log:
dhclient(8): Bugfixes for some issues reported by mandoc
- no blank before trailing delimiter
- new sentence, new line
MFC after:1 week
Modi
Author: gbe (doc committer)
Date: Sat Oct 3 18:44:13 2020
New Revision: 366408
URL: https://svnweb.freebsd.org/changeset/base/366408
Log:
fsdb(8): Fix an issue reported by mandoc
- whitespace at end of input line
MFC after:1 week
Modified:
head/sbin/fsdb/fsdb.8
Modified: head/
Author: gbe (doc committer)
Date: Sat Oct 3 18:46:42 2020
New Revision: 366409
URL: https://svnweb.freebsd.org/changeset/base/366409
Log:
veriexec(8): Bugfix for an issue reported by mandoc
- consider using OS macro: Nx
MFC after:1 week
Modified:
head/sbin/veriexec/veriexec.8
Author: gbe (doc committer)
Date: Sat Oct 3 18:47:50 2020
New Revision: 366410
URL: https://svnweb.freebsd.org/changeset/base/366410
Log:
mdmfs(8): Fix an issue reported by mandoc
- whitespace at end of input line
MFC after:1 week
Modified:
head/sbin/mdmfs/mdmfs.8
Modified: he
Gordon Bergling wrote:
Author: gbe (doc committer)
Date: Sat Oct 3 18:34:24 2020
New Revision: 366403
URL: https://svnweb.freebsd.org/changeset/base/366403
Log:
ls(1): Bugfix for an issue reported by mandoc
- no blank before trailing delimiter
MFC after: 1 week
Modified:
h
Author: gbe (doc committer)
Date: Sat Oct 3 18:49:00 2020
New Revision: 366411
URL: https://svnweb.freebsd.org/changeset/base/366411
Log:
gvinum(8): Fix an issue reported by mandoc
- new sentence, new line
MFC after:1 week
Modified:
head/sbin/gvinum/gvinum.8
Modified: head/sbi
Author: jceel
Date: Sat Oct 3 18:52:54 2020
New Revision: 366412
URL: https://svnweb.freebsd.org/changeset/base/366412
Log:
Import lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c.
Approved by: trasz (mentor)
Sponsored by: Conclusive Engineering Sp. z o. o.
Modified:
head/contrib/lib9p
Author: jceel
Date: Sat Oct 3 19:05:13 2020
New Revision: 366413
URL: https://svnweb.freebsd.org/changeset/base/366413
Log:
Add virtio-9p (aka VirtFS) filesystem sharing to bhyve.
VirtFS allows sharing an arbitrary directory tree between bhyve virtual
machine and the host. Current implem
Author: gbe (doc committer)
Date: Sat Oct 3 19:10:54 2020
New Revision: 366414
URL: https://svnweb.freebsd.org/changeset/base/366414
Log:
cpuset(1): Fix some issues reported by mandoc
- whitespace at end of input line
- new sentence, new line
MFC after:1 week
Modified:
head/u
On Sat, Oct 03, 2020 at 09:47:48PM +0300, xto...@hotmail.com wrote:
> Gordon Bergling wrote:
> > Author: gbe (doc committer)
> > Date: Sat Oct 3 18:34:24 2020
> > New Revision: 366403
> > URL: https://svnweb.freebsd.org/changeset/base/366403
> >
> > Log:
> >ls(1): Bugfix for an issue reported
Gordon Bergling wrote:
On Sat, Oct 03, 2020 at 09:47:48PM +0300, xto...@hotmail.com wrote:
Gordon Bergling wrote:
Author: gbe (doc committer)
Date: Sat Oct 3 18:34:24 2020
New Revision: 366403
URL: https://svnweb.freebsd.org/changeset/base/366403
Log:
ls(1): Bugfix for an issue reported b
Author: kib
Date: Sat Oct 3 23:07:09 2020
New Revision: 366415
URL: https://svnweb.freebsd.org/changeset/base/366415
Log:
Move ctx_switch_xsave declaration to amd64 md_var.h.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/amd64/include/md_var.h
head/sys
Author: kib
Date: Sat Oct 3 23:11:20 2020
New Revision: 366416
URL: https://svnweb.freebsd.org/changeset/base/366416
Log:
Fix pmap_pti_add_kva() call for doublefault stack page.
After r354889 stack got struct nmi_pcpu at top, which makes IST top
not page-aligned. Since pmap_pti_add_kva(
Author: kib
Date: Sat Oct 3 23:17:29 2020
New Revision: 366417
URL: https://svnweb.freebsd.org/changeset/base/366417
Log:
amd64: Store full 64bit of FIP/FDP for 64bit processes when using XSAVE.
If current process is 64bit, use rex-prefixed version of XSAVE
(XSAVE64). If current process
Author: kib
Date: Sun Oct 4 00:40:28 2020
New Revision: 366418
URL: https://svnweb.freebsd.org/changeset/base/366418
Log:
MFC r366210:
Consistently use __FBSDID("FreeBSD") for ids in usr.bin/procstat.
Modified:
stable/12/usr.bin/procstat/procstat.c
stable/12/usr.bin/procstat/procstat_arg
Author: kevans
Date: Sun Oct 4 01:39:29 2020
New Revision: 366419
URL: https://svnweb.freebsd.org/changeset/base/366419
Log:
MFS r366395: Fix Typo in ng_hci_le_connection_complete_ep struct.
Approved by: re (gjb)
Modified:
releng/12.2/sys/netgraph/bluetooth/include/ng_hci.h
Directory P
Author: cy
Date: Sun Oct 4 03:31:35 2020
New Revision: 366420
URL: https://svnweb.freebsd.org/changeset/base/366420
Log:
MFC r366202:
Continuing the effort started in r343701, #ifdef cleanup, remove
never to be used again checks.
Modified:
stable/11/contrib/ipfilter/ipsend/iptests.c
D
Author: cy
Date: Sun Oct 4 03:31:35 2020
New Revision: 366420
URL: https://svnweb.freebsd.org/changeset/base/366420
Log:
MFC r366202:
Continuing the effort started in r343701, #ifdef cleanup, remove
never to be used again checks.
Modified:
stable/12/contrib/ipfilter/ipsend/iptests.c
D
Author: cy
Date: Sun Oct 4 03:33:05 2020
New Revision: 366421
URL: https://svnweb.freebsd.org/changeset/base/366421
Log:
MFC r366203:
Remove Linux and IRIX specific files.
Deleted:
stable/11/contrib/ipfilter/ipsend/larp.c
stable/11/contrib/ipfilter/ipsend/linux.h
stable/11/contrib/i
Author: cy
Date: Sun Oct 4 03:33:05 2020
New Revision: 366421
URL: https://svnweb.freebsd.org/changeset/base/366421
Log:
MFC r366203:
Remove Linux and IRIX specific files.
Deleted:
stable/12/contrib/ipfilter/ipsend/larp.c
stable/12/contrib/ipfilter/ipsend/linux.h
stable/12/contrib/i
Author: imp
Date: Sun Oct 4 06:12:52 2020
New Revision: 366422
URL: https://svnweb.freebsd.org/changeset/base/366422
Log:
MFC: r366228
Report the kernel console on the boot screen
Report what console the boot loader is telling the kernel to use:
o Dual (Serial Primary)
Author: imp
Date: Sun Oct 4 06:14:51 2020
New Revision: 366423
URL: https://svnweb.freebsd.org/changeset/base/366423
Log:
MFC: r366229
For mulitcons boot, report it and which console is primary
Until we can do proper /etc/rc output on both consoles in multicons
boot (or all of them
50 matches
Mail list logo