Module Name:src
Committed By: msaitoh
Date: Mon Jun 18 09:11:03 UTC 2018
Modified Files:
src/sys/dev/mii: mii.h
Log Message:
- Rename ENP (Extended Next Page) to XNP.
- Add ANLPAR_XNP bit.
- Add definitions for RF1 and RF2 (for 1000BASE-X) .
- Rename MII_ANNP (Autonegotiat
Module Name:src
Committed By: msaitoh
Date: Mon Jun 18 09:12:17 UTC 2018
Modified Files:
src/sys/dev/mii: e1000phyreg.h makphy.c
Log Message:
- All of Marvell PHY's registers from addr 0x0 to 0xf conforms IEEE 802.3
specification, so those register definitions are not req
Module Name:src
Committed By: yamaguchi
Date: Mon Jun 18 09:49:05 UTC 2018
Modified Files:
src/sys/net: if_pppoe.c
Log Message:
Fix not to use PPPOE_UNLOCK before acccess to pppoe_softc
to avoid a race condition
According to the locking order of pppoe(4), the access to
pp
Module Name:src
Committed By: yamaguchi
Date: Mon Jun 18 09:53:45 UTC 2018
Modified Files:
src/sys/net: if_pppoe.c
Log Message:
Fix to aquire pppoe_softc_list_lock before read and write the list
ok by knakahara@n.o
To generate a diff of this commit:
cvs rdiff -u -r1.139
Module Name:src
Committed By: jakllsch
Date: Mon Jun 18 12:42:29 UTC 2018
Modified Files:
src/sys/dev/i2c: gttwsi_core.c
Log Message:
Bail early if gttwsi_send_start() fails in gttwsi_initiate_xfer() to
avoid unexpected state error message later (on Allwinner H5).
To gen
Module Name:src
Committed By: jmcneill
Date: Mon Jun 18 13:05:20 UTC 2018
Modified Files:
src/sys/arch/evbarm/include: bootconfig.h
Log Message:
Pull in opt_bootconfig.h for DRAM_BLOCKS
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/incl
Module Name:src
Committed By: christos
Date: Mon Jun 18 14:56:24 UTC 2018
Modified Files:
src/bin/ed: main.c
Log Message:
Prevent shell execution also in the 'r ! dobad' case, pointed out by
Martijn van Duren, thanks!
XXX: pullup-8
To generate a diff of this commit:
cvs
Module Name:src
Committed By: martin
Date: Mon Jun 18 15:31:49 UTC 2018
Modified Files:
src/usr.sbin/ofctl [netbsd-8]: ofctl.8
Log Message:
Pull up following revision(s) (requested by sevan in ticket #882):
usr.sbin/ofctl/ofctl.8: revision 1.6
usr.sbin/ofc
Module Name:src
Committed By: martin
Date: Mon Jun 18 15:34:34 UTC 2018
Modified Files:
src/sys/arch/arm/arm [netbsd-8]: psci.c
src/sys/arch/arm/fdt [netbsd-8]: psci_fdt.c
Log Message:
Pull up following revision(s) (requested by jakllsch in ticket #883):
s
Module Name:src
Committed By: thorpej
Date: Mon Jun 18 15:36:54 UTC 2018
Modified Files:
src/sys/kern: subr_autoconf.c
src/sys/sys: device.h
Log Message:
Add device_compatible_match(), a generalized routine for weighted
matching of device_compatible_entry data to a
Module Name:src
Committed By: martin
Date: Mon Jun 18 15:37:46 UTC 2018
Modified Files:
src/sys/arch/powerpc/powerpc [netbsd-8]: trap.c
Log Message:
Pull up following revision(s) (requested by uwe in ticket #884):
sys/arch/powerpc/powerpc/trap.c: revision 1.154
I
Module Name:src
Committed By: martin
Date: Mon Jun 18 15:39:49 UTC 2018
Modified Files:
src/sys/dev/ic [netbsd-8]: dwc_gmac.c
Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #885):
sys/dev/ic/dwc_gmac.c: revision 1.47
Avoid calling bus
Module Name:src
Committed By: martin
Date: Mon Jun 18 15:42:29 UTC 2018
Modified Files:
src/share/mk [netbsd-8]: bsd.sys.mk
Log Message:
Pull up following revision(s) (requested by christos in ticket #886):
share/mk/bsd.sys.mk: revision 1.282
The compat build pla
Module Name:src
Committed By: martin
Date: Mon Jun 18 15:44:05 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Tickets #882, #883, #884, #885 and #886
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.211 -r1.1.2.212 src/doc/CHANGES-8.0
Pleas
Module Name:src
Committed By: thorpej
Date: Mon Jun 18 16:31:42 UTC 2018
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
Fix a silly mistake in device_compatible_entry_matches() that I made
while re-factoring this from a prior version.
(I booted the wrong kerne
Module Name:src
Committed By: thorpej
Date: Mon Jun 18 17:07:07 UTC 2018
Modified Files:
src/sys/arch/macppc/dev: deq.c smusat.c
src/sys/arch/sparc64/dev: pcf8591_envctrl.c
src/sys/dev/i2c: adadc.c adm1021.c adm1026.c as3722.c at24cxx.c
axp20x.c
Module Name:src
Committed By: christos
Date: Mon Jun 18 18:33:31 UTC 2018
Modified Files:
src/usr.bin/patch: inp.c pch.c util.c util.h
Log Message:
Keep things portable (requested by joerg) by not depending on reallocarr
and instead doing the overflow check ourselves.
To
Module Name:src
Committed By: maxv
Date: Mon Jun 18 20:20:27 UTC 2018
Modified Files:
src/sys/arch/x86/x86: fpu.c
Log Message:
Add more KASSERTs, see if they help PR/53383.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/x86/x86/fpu.c
Please n
Module Name:src
Committed By: jmcneill
Date: Mon Jun 18 22:57:18 UTC 2018
Modified Files:
src/sys/dev/ic: dwc_gmac.c
Log Message:
Clear IFF_RUNNING | IFF_OACTIVE when stopping interface.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/dev/ic/dwc_gma
Module Name:src
Committed By: pgoyette
Date: Mon Jun 18 23:40:14 UTC 2018
Modified Files:
src/share/man/man9: module.9
Log Message:
The whole point of my recent addition of the specificdata(9) man page
was so it could be cross-referenced here. So, add the xref.
To gener
Module Name:src
Committed By: jmcneill
Date: Mon Jun 18 23:50:35 UTC 2018
Modified Files:
src/sys/dev/ic: dwc_gmac.c
Log Message:
Write MAC address high register before low register. Apparently the
hardware updates the filter when the low register is written.
To generate
Module Name:src
Committed By: jmcneill
Date: Tue Jun 19 01:24:17 UTC 2018
Modified Files:
src/sys/arch/arm/rockchip: rk_cru_composite.c
Log Message:
rk_cru_composite_set_rate: allow selection of parent clocks in different
domains
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: thorpej
Date: Tue Jun 19 02:08:12 UTC 2018
Modified Files:
src/sys/dev/i2c: axppmic.c
Log Message:
Use the device_compatible_entry mechanism rather than of_compat_data;
all of the OF / FDT data we need is already in the i2c_attach_args.
To g
Module Name:src
Committed By: thorpej
Date: Tue Jun 19 04:10:51 UTC 2018
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
Sigh, fix another stupid mistake in previous that squeaked by because,
again, I booted the wrong test kernel.
To generate a diff of this co
Module Name:src
Committed By: msaitoh
Date: Tue Jun 19 05:14:16 UTC 2018
Modified Files:
src/sys/dev/mii: miidevs
Log Message:
All of 88E151[0248]'s model number is 0x001d.
To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/dev/mii/miidevs
Please n
Module Name:src
Committed By: msaitoh
Date: Tue Jun 19 05:14:36 UTC 2018
Modified Files:
src/sys/dev/mii: miidevs.h miidevs_data.h
Log Message:
Regen.
To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/sys/dev/mii/miidevs.h
cvs rdiff -u -r1.119 -r1.120
26 matches
Mail list logo