Module Name:src
Committed By: msaitoh
Date: Thu Jul 13 07:50:49 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
- Use device_printf() instead of aprint_error_dev() for PHY read/write
functions because those are used not only in device attach.
- Add debug p
Module Name:src
Committed By: msaitoh
Date: Thu Jul 13 08:04:56 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
- Fix a bug that wm_gmii_i82544_{read,write}reg() didn't take care of page
select. PHY access from igphy() automatically did it, but accessing f
Module Name:src
Committed By: msaitoh
Date: Thu Jul 13 08:22:21 UTC 2017
Modified Files:
src/sys/dev/mii: inbmphyreg.h
src/sys/dev/pci: if_wm.c if_wmreg.h
Log Message:
- Call wm_kmrn_lock_loss_workaround_ich8lan() before any PHY access in
wm_linkintr_gmii().
- Re
Module Name:src
Committed By: manu
Date: Thu Jul 13 08:26:29 UTC 2017
Modified Files:
src/sbin/route: rtutil.c
Log Message:
Fix route and netstat -r output when built with -DSMALL
A missing \n caused the routing table to be printed all in one line
if -DSMALL was used.
T
Module Name:src
Committed By: msaitoh
Date: Thu Jul 13 08:41:20 UTC 2017
Modified Files:
src/sys/dev/pci: pci_subr.c pcireg.h
Log Message:
- Official shortname of LN Requester is LNR, so change PCI_EXTCAP_LN_REQ
to PCI_EXTCAP_LNR
- Use macro.
To generate a diff of this
Module Name:src
Committed By: martin
Date: Thu Jul 13 09:01:29 UTC 2017
Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/krb5 [netbsd-6]: ticket.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1461):
crypto/external/bsd/heimda
Module Name:src
Committed By: martin
Date: Thu Jul 13 09:02:11 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1461
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.289 -r1.1.2.290 src/doc/CHANGES-6.2
Please note that diffs are not p
Module Name:src
Committed By: jmcneill
Date: Thu Jul 13 09:04:28 UTC 2017
Modified Files:
src/sys/arch/arm/sunxi: sunxi_platform.c
Log Message:
Add support for Allwinner H2+ as found in the Orange Pi Zero.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/s
Module Name:src
Committed By: jmcneill
Date: Thu Jul 13 09:06:28 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: SUNXI
Log Message:
Build sun8i-h2-plus-orangepi-zero.dts
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/SUNXI
Plea
Module Name:src
Committed By: martin
Date: Thu Jul 13 09:44:34 UTC 2017
Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/krb5 [netbsd-6-1]: ticket.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1461):
crypto/external/bsd/heim
Module Name:src
Committed By: martin
Date: Thu Jul 13 09:45:08 UTC 2017
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
Ticket #1461
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.96 -r1.1.2.97 src/doc/CHANGES-6.1.6
Please note that diffs are n
Module Name:src
Committed By: martin
Date: Thu Jul 13 09:45:58 UTC 2017
Modified Files:
src/crypto/external/bsd/heimdal/dist/lib/krb5 [netbsd-6-0]: ticket.c
Log Message:
Pull up following revision(s) (requested by christos in ticket #1461):
crypto/external/bsd/heim
Module Name:src
Committed By: martin
Date: Thu Jul 13 09:47:03 UTC 2017
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
Ticket #1461
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.98 -r1.1.2.99 src/doc/CHANGES-6.0.7
Please note that diffs are n
Module Name:src
Committed By: wiz
Date: Thu Jul 13 10:59:53 UTC 2017
Modified Files:
src/usr.bin/pmc: pmc.1
Log Message:
Sort sections. Fix macro usage.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/pmc/pmc.1
Please note that diffs are not pu
Module Name:src
Committed By: msaitoh
Date: Thu Jul 13 13:27:08 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
IF TX is not required to flush, RX is also not required to flush. Same as
other OSes.
To generate a diff of this commit:
cvs rdiff -u -r1.523 -
Module Name:src
Committed By: roy
Date: Thu Jul 13 13:50:48 UTC 2017
Modified Files:
src/etc/powerd/scripts: sleep_button
Log Message:
Remove the stopping and starting of various network scripts on
sleep / resume.
This should no longer be needed now the various application
Module Name:src
Committed By: joerg
Date: Thu Jul 13 14:10:38 UTC 2017
Modified Files:
src/libexec/ld.elf_so: tls.c
Log Message:
Fix two bugs related to promotion of DSO TLS blocks into the static
thread allocation:
(1) Set the DTV vector up whenever an offset into the sta
Module Name:src
Committed By: joerg
Date: Thu Jul 13 15:13:19 UTC 2017
Modified Files:
src/sys/lib/libunwind: Registers.hpp
Log Message:
GCC 5.3 likes to emit unwind data with float registers, i.e. register
halfs. Compensate.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: joerg
Date: Thu Jul 13 15:35:44 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
Claim responsibility for ld.elf_so.
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/doc/RESPONSIBLE
Please note that diffs are no
Module Name:src
Committed By: joerg
Date: Thu Jul 13 15:36:20 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
jmcneill is committing again, so unstar him.
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/doc/RESPONSIBLE
Please note that dif
Module Name:src
Committed By: joerg
Date: Thu Jul 13 15:38:23 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
Drop part-responsibility for audio on nat.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/doc/RESPONSIBLE
Please note that diffs
Module Name:src
Committed By: joerg
Date: Thu Jul 13 15:44:46 UTC 2017
Modified Files:
src/lib/libc/citrus: citrus_none.c
Log Message:
Spell NULL correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/citrus/citrus_none.c
Please note that
Module Name:src
Committed By: joerg
Date: Thu Jul 13 15:46:26 UTC 2017
Modified Files:
src/lib/libc/citrus: citrus_none.c
Log Message:
Redo previous: catch NULL pointer earlier, check for empty string
latter.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21
Module Name:src
Committed By: christos
Date: Thu Jul 13 16:00:30 UTC 2017
Modified Files:
src/lib/libc/citrus: citrus_none.c
Log Message:
s == NULL is illegal.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/citrus/citrus_none.c
Please note th
Module Name:src
Committed By: christos
Date: Thu Jul 13 16:03:36 UTC 2017
Modified Files:
src/etc/etc.hpcmips: ttys
Log Message:
turn on "console" which can be either the serial console or the glass tty
instead of ttyE0, to facilitate anita tests. From uanand.
To generat
Module Name:src
Committed By: uwe
Date: Thu Jul 13 16:46:43 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
Add myself to sh3.
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/doc/RESPONSIBLE
Please note that diffs are not public domain; th
Module Name:src
Committed By: uwe
Date: Thu Jul 13 19:10:59 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
Claim responsibility for landisk too.
To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 src/doc/RESPONSIBLE
Please note that diffs are no
Module Name:src
Committed By: christos
Date: Thu Jul 13 21:14:41 UTC 2017
Modified Files:
src/sys/arch/pmax/conf: RAMDISK
Log Message:
ramdisk ate too much ice cream, compensate.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/pmax/conf/RAMDISK
Module Name:src
Committed By: pgoyette
Date: Thu Jul 13 22:17:09 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
Add myself in a couple of places
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/doc/RESPONSIBLE
Please note that diffs are no
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 14 01:24:24 UTC 2017
Modified Files:
src/sys/netipsec: key.c key.h xform.h xform_ah.c xform_esp.c
xform_ipcomp.c xform_ipip.c xform_tcp.c
Log Message:
Pass sav directly to opencrypto callback
In a callback, u
Module Name:src
Committed By: ozaki-r
Date: Fri Jul 14 01:30:09 UTC 2017
Modified Files:
src/sys/netipsec: key.c
Log Message:
Avoid examining freshness of sav on packet processing
If a sav list is sorted (by lft_c->sadb_lifetime_addtime) in advance,
we don't need to exami
Module Name:src
Committed By: msaitoh
Date: Fri Jul 14 04:34:29 UTC 2017
Modified Files:
src/sys/dev/pci: if_wm.c
Log Message:
Calling wm_init_lcd_from_nvm() makes hang on some machines reported by
Brad Harder. Until fix this problem correctly, Disable whole of
wm_init_lc
Module Name:src
Committed By: spz
Date: Fri Jul 14 04:56:12 UTC 2017
Modified Files:
src/doc: RESPONSIBLE
Log Message:
add a few more '*'
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/doc/RESPONSIBLE
Please note that diffs are not public domain; th
Module Name:src
Committed By: snj
Date: Fri Jul 14 06:13:07 UTC 2017
Modified Files:
src/share/man/man9 [netbsd-6]: bus_dma.9
Log Message:
Pull up following revision(s) (requested by sevan in ticket #1426):
share/man/man9/bus_dma.9: 1.58-1.62 via patch
fix proto
--
Module Name:src
Committed By: snj
Date: Fri Jul 14 06:18:25 UTC 2017
Modified Files:
src/sys/kern [netbsd-6]: exec_elf.c
Log Message:
Pull up following revision(s) (requested by uwe in ticket #1438):
sys/kern/exec_elf.c: revision 1.88 via patch
netbsd_elf_signature
Module Name:src
Committed By: snj
Date: Fri Jul 14 06:19:58 UTC 2017
Modified Files:
src/usr.sbin/rtadvd [netbsd-6]: config.c rtadvd.h
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1440):
usr.sbin/rtadvd/rtadvd.h: revision 1.15
Module Name:src
Committed By: snj
Date: Fri Jul 14 06:20:55 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1426, 1438, 1440
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.290 -r1.1.2.291 src/doc/CHANGES-6.2
Please note that diffs are not
Module Name:src
Committed By: snj
Date: Fri Jul 14 06:24:16 UTC 2017
Modified Files:
src/usr.sbin/rtadvd [netbsd-6-1]: config.c rtadvd.h
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1440):
usr.sbin/rtadvd/rtadvd.h: revision 1.15
Module Name:src
Committed By: snj
Date: Fri Jul 14 06:24:37 UTC 2017
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6
Log Message:
1440
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-6.1.6
Please note that diffs are not public d
Module Name:src
Committed By: snj
Date: Fri Jul 14 06:28:01 UTC 2017
Modified Files:
src/usr.sbin/rtadvd [netbsd-6-0]: config.c rtadvd.h
Log Message:
Pull up following revision(s) (requested by ozaki-r in ticket #1440):
usr.sbin/rtadvd/rtadvd.h: revision 1.15
Module Name:src
Committed By: snj
Date: Fri Jul 14 06:28:22 UTC 2017
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
1440
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.99 -r1.1.2.100 src/doc/CHANGES-6.0.7
Please note that diffs are not public
Module Name:src
Committed By: skrll
Date: Fri Jul 14 06:33:26 UTC 2017
Modified Files:
src/sys/arch/arm/cortex: gic.c
Log Message:
KNF
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/cortex/gic.c
Please note that diffs are not public domai
42 matches
Mail list logo