Module Name:src
Committed By: hannken
Date: Fri Oct 11 08:04:52 UTC 2019
Modified Files:
src/sys/kern: vnode_if.sh vnode_if.src
Log Message:
As VOP_STRATEGY() usually calls itself on the file system holding "/dev"
it may deadlock on suspension of this file system.
Add fst
Module Name:src
Committed By: hannken
Date: Fri Oct 11 08:04:52 UTC 2019
Modified Files:
src/sys/kern: vnode_if.sh vnode_if.src
Log Message:
As VOP_STRATEGY() usually calls itself on the file system holding "/dev"
it may deadlock on suspension of this file system.
Add fst
Module Name:src
Committed By: hannken
Date: Fri Oct 11 08:05:19 UTC 2019
Modified Files:
src/sys/kern: vnode_if.c
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/kern/vnode_if.c
Please note that diffs are not public domain; th
Module Name:src
Committed By: hannken
Date: Fri Oct 11 08:05:19 UTC 2019
Modified Files:
src/sys/kern: vnode_if.c
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 src/sys/kern/vnode_if.c
Please note that diffs are not public domain; th
Module Name:src
Committed By: msaitoh
Date: Fri Oct 11 09:29:04 UTC 2019
Modified Files:
src/sys/dev/mii: ciphy.c rgephy.c
Log Message:
- Indicat master mode if the negotiated result say so.
- KNF
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/
Module Name:src
Committed By: msaitoh
Date: Fri Oct 11 09:29:04 UTC 2019
Modified Files:
src/sys/dev/mii: ciphy.c rgephy.c
Log Message:
- Indicat master mode if the negotiated result say so.
- KNF
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/
Module Name:src
Committed By: msaitoh
Date: Fri Oct 11 09:31:52 UTC 2019
Modified Files:
src/sys/dev/mii: ciphy.c
Log Message:
Call mii_phy_flowstatus() to show the flow setting.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/mii/ciphy.c
Plea
Module Name:src
Committed By: msaitoh
Date: Fri Oct 11 09:31:52 UTC 2019
Modified Files:
src/sys/dev/mii: ciphy.c
Log Message:
Call mii_phy_flowstatus() to show the flow setting.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/mii/ciphy.c
Plea
Module Name:src
Committed By: roy
Date: Fri Oct 11 11:01:23 UTC 2019
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv19794
Log Message:
Import dhcpcd-8.1.0 with the following changes:
* Fix carrier status after a route socket overflow
Module Name:src
Committed By: roy
Date: Fri Oct 11 11:01:23 UTC 2019
Update of /cvsroot/src/external/bsd/dhcpcd/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv19794
Log Message:
Import dhcpcd-8.1.0 with the following changes:
* Fix carrier status after a route socket overflow
Module Name:src
Committed By: roy
Date: Fri Oct 11 11:03:59 UTC 2019
Modified Files:
src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcp6.c dhcpcd.8.in
dhcpcd.c if-bsd.c if-options.c
Log Message:
Sync
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1
Module Name:src
Committed By: roy
Date: Fri Oct 11 11:03:59 UTC 2019
Modified Files:
src/external/bsd/dhcpcd/dist/src: bpf.c dhcp.c dhcp6.c dhcpcd.8.in
dhcpcd.c if-bsd.c if-options.c
Log Message:
Sync
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1
Module Name:src
Committed By: roy
Date: Fri Oct 11 11:05:42 UTC 2019
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Note import of dhcpcd-8.1.0
To generate a diff of this commit:
cvs rdiff -u -r1.1660 -r1.1661 src/doc/3RDPARTY
cvs rdiff -u -r1.2591 -r1.2592 src/d
19a to 2019c (incl 2019b) [kre 20191008]
services(5): Update to version 2019-10-04 from IANA.
[sevan 20191009]
+ dhcpcd(8): Import dhcpcd-8.1.0 [roy 20191011]
Module Name:src
Committed By: roy
Date: Fri Oct 11 13:32:46 UTC 2019
Modified Files:
src/sys/netinet: if_arp.c
Log Message:
ARP: Don't defend ARP probes.
We should let the nature of ARP takes it's course here when our address
is neither tentative nor duplicated.
This allo
Module Name:src
Committed By: roy
Date: Fri Oct 11 13:32:46 UTC 2019
Modified Files:
src/sys/netinet: if_arp.c
Log Message:
ARP: Don't defend ARP probes.
We should let the nature of ARP takes it's course here when our address
is neither tentative nor duplicated.
This allo
Module Name:src
Committed By: msaitoh
Date: Fri Oct 11 14:22:47 UTC 2019
Modified Files:
src/sys/dev/ic: am79900reg.h
src/sys/dev/pci: if_pcn.c
Log Message:
Use unsigned to avoid undefined behavior. Found by kUBSan.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: msaitoh
Date: Fri Oct 11 14:22:47 UTC 2019
Modified Files:
src/sys/dev/ic: am79900reg.h
src/sys/dev/pci: if_pcn.c
Log Message:
Use unsigned to avoid undefined behavior. Found by kUBSan.
To generate a diff of this commit:
cvs rdiff -
Module Name:src
Committed By: jmcneill
Date: Fri Oct 11 18:04:52 UTC 2019
Modified Files:
src/sys/dev/tprof: tprof_x86_amd.c
Log Message:
Match Family 15h
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/tprof/tprof_x86_amd.c
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Fri Oct 11 18:04:52 UTC 2019
Modified Files:
src/sys/dev/tprof: tprof_x86_amd.c
Log Message:
Match Family 15h
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/tprof/tprof_x86_amd.c
Please note that diff
Module Name:src
Committed By: jmcneill
Date: Fri Oct 11 18:05:52 UTC 2019
Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c
Log Message:
Add support for AMD Family 15h
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/tprof/arch/tprof_x86.c
Ple
Module Name:src
Committed By: jmcneill
Date: Fri Oct 11 18:05:52 UTC 2019
Modified Files:
src/usr.sbin/tprof/arch: tprof_x86.c
Log Message:
Add support for AMD Family 15h
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/tprof/arch/tprof_x86.c
Ple
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:15:39 UTC 2019
Modified Files:
src/external/bsd/ipf/dist/man [netbsd-8]: ipf.5
Log Message:
Pull up following revision(s) (requested by uwe in ticket #1404):
external/bsd/ipf/dist/man/ipf.5: revision 1.6
Ty
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:15:39 UTC 2019
Modified Files:
src/external/bsd/ipf/dist/man [netbsd-8]: ipf.5
Log Message:
Pull up following revision(s) (requested by uwe in ticket #1404):
external/bsd/ipf/dist/man/ipf.5: revision 1.6
Ty
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:16:45 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Ticket #1404
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-8.2
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:16:45 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Ticket #1404
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.49 -r1.1.2.50 src/doc/CHANGES-8.2
Please note that diffs are not pub
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:19:31 UTC 2019
Modified Files:
src/external/bsd/ipf/dist/man [netbsd-9]: ipf.5
Log Message:
Pull up following revision(s) (requested by uwe in ticket #299):
external/bsd/ipf/dist/man/ipf.5: revision 1.6
Typ
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:19:31 UTC 2019
Modified Files:
src/external/bsd/ipf/dist/man [netbsd-9]: ipf.5
Log Message:
Pull up following revision(s) (requested by uwe in ticket #299):
external/bsd/ipf/dist/man/ipf.5: revision 1.6
Typ
Module Name:src
Committed By: christos
Date: Fri Oct 11 18:20:20 UTC 2019
Modified Files:
src/external/bsd/libpcap/dist: pcap-bpf.c
Log Message:
Fix the rest of the places where strncpy was called instead of pcap_strlcpy
to copy the interface name. The kernel requires the
Module Name:src
Committed By: christos
Date: Fri Oct 11 18:20:20 UTC 2019
Modified Files:
src/external/bsd/libpcap/dist: pcap-bpf.c
Log Message:
Fix the rest of the places where strncpy was called instead of pcap_strlcpy
to copy the interface name. The kernel requires the
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:22:14 UTC 2019
Modified Files:
src/sys/netinet [netbsd-9]: if_arp.c
Log Message:
Pull up following revision(s) (requested by roy in ticket #300):
sys/netinet/if_arp.c: revision 1.289
ARP: Don't defend ARP p
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:22:14 UTC 2019
Modified Files:
src/sys/netinet [netbsd-9]: if_arp.c
Log Message:
Pull up following revision(s) (requested by roy in ticket #300):
sys/netinet/if_arp.c: revision 1.289
ARP: Don't defend ARP p
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:23:40 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #299 and #300
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-9.0
Please note that diffs ar
Module Name:src
Committed By: martin
Date: Fri Oct 11 18:23:40 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #299 and #300
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-9.0
Please note that diffs ar
Module Name:src
Committed By: nros
Date: Fri Oct 11 18:36:22 UTC 2019
Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libm: Makefile
Log Message:
Add manpage links for frexpf and frexpl.
Manpage links were missing for frexpf and frexpl even thogh they were
Module Name:src
Committed By: nros
Date: Fri Oct 11 18:36:22 UTC 2019
Modified Files:
src/distrib/sets/lists/comp: mi
src/lib/libm: Makefile
Log Message:
Add manpage links for frexpf and frexpl.
Manpage links were missing for frexpf and frexpl even thogh they were
Module Name:src
Committed By: jmcneill
Date: Fri Oct 11 20:18:20 UTC 2019
Modified Files:
src/usr.sbin/tprof: tprof.8
Log Message:
Add AMD Family 15h to supported model list
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/tprof/tprof.8
Please
Module Name:src
Committed By: jmcneill
Date: Fri Oct 11 20:18:20 UTC 2019
Modified Files:
src/usr.sbin/tprof: tprof.8
Log Message:
Add AMD Family 15h to supported model list
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/tprof/tprof.8
Please
Module Name:src
Committed By: macallan
Date: Fri Oct 11 21:56:55 UTC 2019
Modified Files:
src/sys/arch/macppc/macppc: locore.S
Log Message:
don't zero the MSR when building with options FIRMWORKSBUGS
with this a FIRMWORKSBUGS kernel boots on my TiBook
first step to address
Module Name:src
Committed By: macallan
Date: Fri Oct 11 21:56:55 UTC 2019
Modified Files:
src/sys/arch/macppc/macppc: locore.S
Log Message:
don't zero the MSR when building with options FIRMWORKSBUGS
with this a FIRMWORKSBUGS kernel boots on my TiBook
first step to address
On 11/10/2019 22:56, Michael Lorenz wrote:
> first step to address PR2231
PR22316
http://gnats.netbsd.org/22316
Sevan
Module Name:src
Committed By: christos
Date: Fri Oct 11 23:04:52 UTC 2019
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
gpt_uuid_parse does not set errno ...
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sbin/gpt/gpt.c
Please note that diffs are n
Module Name:src
Committed By: christos
Date: Fri Oct 11 23:04:52 UTC 2019
Modified Files:
src/sbin/gpt: gpt.c
Log Message:
gpt_uuid_parse does not set errno ...
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sbin/gpt/gpt.c
Please note that diffs are n
Module Name:src
Committed By: christos
Date: Sat Oct 12 00:49:30 UTC 2019
Modified Files:
src/sys/opencrypto: cryptosoft.c cryptosoft_xform.c
Log Message:
add (void *) intermediate casts to elide gcc function cast warnings. This
is the simplest solution; choices:
- add pra
Module Name:src
Committed By: christos
Date: Sat Oct 12 00:49:30 UTC 2019
Modified Files:
src/sys/opencrypto: cryptosoft.c cryptosoft_xform.c
Log Message:
add (void *) intermediate casts to elide gcc function cast warnings. This
is the simplest solution; choices:
- add pra
Module Name:src
Committed By: skrll
Date: Sat Oct 12 05:19:00 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: std.n900
Log Message:
Sort. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/std.n900
Please note that diffs are no
Module Name:src
Committed By: skrll
Date: Sat Oct 12 05:19:00 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: std.n900
Log Message:
Sort. NFCI.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/std.n900
Please note that diffs are no
Module Name:src
Committed By: skrll
Date: Sat Oct 12 05:19:49 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: std.n900
Log Message:
Add __HAVE_GENERIC_START
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/std.n900
Please note that
Module Name:src
Committed By: skrll
Date: Sat Oct 12 05:19:49 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: std.n900
Log Message:
Add __HAVE_GENERIC_START
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/std.n900
Please note that
Module Name:src
Committed By: msaitoh
Date: Sat Oct 12 06:00:52 UTC 2019
Modified Files:
src/sys/dev/pci: if_et.c
Log Message:
Fix a bug that multicast address filter doesn't work correctly.
XXX pullup-[789].
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.2
Module Name:src
Committed By: msaitoh
Date: Sat Oct 12 06:00:52 UTC 2019
Modified Files:
src/sys/dev/pci: if_et.c
Log Message:
Fix a bug that multicast address filter doesn't work correctly.
XXX pullup-[789].
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.2
Module Name:src
Committed By: maxv
Date: Sat Oct 12 06:31:04 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S genassym.cf locore.S machdep.c
spl.S
src/sys/arch/amd64/include: frameasm.h pcb.h proc.h
src/sys/arch/i386/i386: genassym
Module Name:src
Committed By: maxv
Date: Sat Oct 12 06:31:04 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S genassym.cf locore.S machdep.c
spl.S
src/sys/arch/amd64/include: frameasm.h pcb.h proc.h
src/sys/arch/i386/i386: genassym
Module Name:src
Committed By: skrll
Date: Sat Oct 12 06:46:13 UTC 2019
Modified Files:
src/sys/arch/arm/imx: files.imx51 files.imx6 files.imx7
src/sys/arch/arm/imx/fdt: files.imx6
Log Message:
Spell controller correctly
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: skrll
Date: Sat Oct 12 06:46:42 UTC 2019
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Spell controller correctly
To generate a diff of this commit:
cvs rdiff -u -r1.1387 -r1.1388 src/sys/dev/pci/pcidevs
Please note that diffs are n
Module Name:src
Committed By: skrll
Date: Sat Oct 12 06:46:13 UTC 2019
Modified Files:
src/sys/arch/arm/imx: files.imx51 files.imx6 files.imx7
src/sys/arch/arm/imx/fdt: files.imx6
Log Message:
Spell controller correctly
To generate a diff of this commit:
cvs rdif
Module Name:src
Committed By: skrll
Date: Sat Oct 12 06:46:42 UTC 2019
Modified Files:
src/sys/dev/pci: pcidevs
Log Message:
Spell controller correctly
To generate a diff of this commit:
cvs rdiff -u -r1.1387 -r1.1388 src/sys/dev/pci/pcidevs
Please note that diffs are n
57 matches
Mail list logo