CVS commit: src/sys/arch/arm/sociox

2020-03-27 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri Mar 27 07:59:50 UTC 2020

Modified Files:
src/sys/arch/arm/sociox: if_scx.c

Log Message:
more register mashup work


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/sociox/if_scx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/etc

2020-03-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Mar 27 08:43:42 UTC 2020

Modified Files:
src/etc [netbsd-9]: named.conf

Log Message:
Pull up the following revisions(s) (requested by christos in ticket #806):
etc/named.conf: revision 1.8

Stop using obsolete dnssec-lookaside (implies use of dlv.isc.org, which
no longer serves any useful purpose).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.32.1 src/etc/named.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/doc

2020-03-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Mar 27 08:46:07 UTC 2020

Modified Files:
src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Ticket #806


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/CHANGES-9.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/etc

2020-03-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Mar 27 08:48:23 UTC 2020

Modified Files:
src/etc [netbsd-8]: named.conf

Log Message:
Pull up the following revisions(s) (requested by christos in ticket #1524):
etc/named.conf: revision 1.8

Stop using obsolete dnssec-lookaside (implies use of dlv.isc.org, which
no longer serves any useful purpose).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.7.22.1 src/etc/named.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/doc

2020-03-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Mar 27 08:48:57 UTC 2020

Modified Files:
src/doc [netbsd-8]: CHANGES-8.2

Log Message:
Ticket #1524


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.109 -r1.1.2.110 src/doc/CHANGES-8.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/doc

2020-03-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Mar 27 08:49:53 UTC 2020

Modified Files:
src/doc [netbsd-8]: CHANGES-8.2

Log Message:
Fix ticket number


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.110 -r1.1.2.111 src/doc/CHANGES-8.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-9] src/doc

2020-03-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Mar 27 08:51:59 UTC 2020

Modified Files:
src/doc [netbsd-9]: CHANGES-9.1

Log Message:
Add missing line-break


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.24 -r1.1.2.25 src/doc/CHANGES-9.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/sociox

2020-03-27 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri Mar 27 09:19:33 UTC 2020

Modified Files:
src/sys/arch/arm/sociox: if_scx.c

Log Message:
try to be better register descriptions


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/sociox/if_scx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86/x86

2020-03-27 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Mar 27 09:47:03 UTC 2020

Modified Files:
src/sys/arch/x86/x86: coretemp.c

Log Message:
 Add special handling for model 0x0f stepping >=2 or mode 0x0e to get Tjmax.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x86/x86/coretemp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pckbport

2020-03-27 Thread Nia Alarie
Module Name:src
Committed By:   nia
Date:   Fri Mar 27 11:10:07 UTC 2020

Modified Files:
src/sys/dev/pckbport: synaptics.c

Log Message:
synaptics: Revert changes that broke gestures in cases where they worked.

It seems I have to figure out another way to make scrolling work for me.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/dev/pckbport/synaptics.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2020-03-27 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Fri Mar 27 11:13:57 UTC 2020

Modified Files:
src/sys/kern: subr_disk.c

Log Message:
Avoid division by zero if label isn't valid.


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/kern/subr_disk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/scsipi

2020-03-27 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Fri Mar 27 11:15:33 UTC 2020

Modified Files:
src/sys/dev/scsipi: cd.c

Log Message:
Allow open of RAWPART even when no medium is loaded.
Keep errors silent if no medium is loaded.

Fixes PR kern/55104


To generate a diff of this commit:
cvs rdiff -u -r1.342 -r1.343 src/sys/dev/scsipi/cd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/sociox

2020-03-27 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri Mar 27 13:00:13 UTC 2020

Modified Files:
src/sys/arch/arm/sociox: if_scx.c

Log Message:
extend mii_statchg() to use ether_mediachange(). care about hash filter 
selection.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/sociox/if_scx.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/sociox

2020-03-27 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri Mar 27 13:00:22 UTC 2020

Modified Files:
src/sys/arch/arm/sociox: if_ave.c

Log Message:
extend mii_statchg() to use ether_mediachange(). care about hash filter 
selection.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/sociox/if_ave.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2020-03-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 27 15:11:57 UTC 2020

Modified Files:
src/distrib/sets/lists/base: mi
src/lib/libterminfo: compile.c term.c term_private.h tparm.c
src/share/terminfo: Makefile
src/usr.bin/tic: tic.c

Log Message:
As described in tech-userlevel:
- Modify the writing code to only write entries in the new
  format for the terminal descriptions that require it.
- Store new format entries as @v3
- Store old format entries with clamped values as  for
  backwards compatibility
- Lookup first @v3 and then  if that is not found.
- Don't create terminfo2 anymore; old programs keep working with
  clamped entries, and new programs be able to use the wide
  fields with using the original db file.


To generate a diff of this commit:
cvs rdiff -u -r1.1233 -r1.1234 src/distrib/sets/lists/base/mi
cvs rdiff -u -r1.14 -r1.15 src/lib/libterminfo/compile.c
cvs rdiff -u -r1.30 -r1.31 src/lib/libterminfo/term.c
cvs rdiff -u -r1.12 -r1.13 src/lib/libterminfo/term_private.h
cvs rdiff -u -r1.17 -r1.18 src/lib/libterminfo/tparm.c
cvs rdiff -u -r1.4 -r1.5 src/share/terminfo/Makefile
cvs rdiff -u -r1.32 -r1.33 src/usr.bin/tic/tic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/sparc64/instfs

2020-03-27 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Fri Mar 27 15:18:22 UTC 2020

Modified Files:
src/distrib/sparc64/instfs: list

Log Message:
Get back to terminfo.cdb.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/distrib/sparc64/instfs/list

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2020-03-27 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Fri Mar 27 16:34:58 UTC 2020

Modified Files:
src/sys/netinet: in_offload.c

Log Message:
fix in4_cksum() panic "in4_cksum: mbuf 14 too short for IP header 20"
triggered by bridge_output() when passing packet originally for
interface supporting hw csum offload to destination interface
not supporting it

problem happens because bridge_output() is called after ether_output()
M_PREPEND() the ether_header into the mbuf chain, if there is not
enough space on the first mbuf of the chain, it ends up prepending
a new short mbuf with just ether_header

triggered by running UDP (IPv4) 'netio -u' benchmark with packet size 2 KB

XXX seems in6_undefer_cksum() should have similar fix, however I was
XXX not able to trigger the problem there


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/netinet/in_offload.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2020-03-27 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Fri Mar 27 16:47:00 UTC 2020

Modified Files:
src/sys/net: if_bridge.c

Log Message:
replace the conditional m_pullup() on start of bridge_output() with
a KASSERT(), to make it clear no mbuf manipulation is ever done here

the condition should never trigger, this always runs after ether_output()
M_PREPEND()s ether_header


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/net/if_bridge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/net

2020-03-27 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Fri Mar 27 17:18:15 UTC 2020

Modified Files:
src/sys/net: ether_sw_offload.c

Log Message:
replace the conditional m_pullup() on start of ether_sw_offload_tx()
with a KASSERT(), to make it clear no mbuf manipulation is ever done here


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/net/ether_sw_offload.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libterminfo

2020-03-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 27 17:39:53 UTC 2020

Modified Files:
src/lib/libterminfo: compile.c term.c term_private.h termcap.c

Log Message:
Introduce a bunch of inline functions and utilities to avoid code duplication.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libterminfo/compile.c
cvs rdiff -u -r1.31 -r1.32 src/lib/libterminfo/term.c
cvs rdiff -u -r1.13 -r1.14 src/lib/libterminfo/term_private.h
cvs rdiff -u -r1.22 -r1.23 src/lib/libterminfo/termcap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/tic

2020-03-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar 27 17:42:36 UTC 2020

Modified Files:
src/usr.bin/tic: tic.c

Log Message:
Use the new functions and add more error checking.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/tic/tic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/usb

2020-03-27 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri Mar 27 18:04:45 UTC 2020

Modified Files:
src/sys/dev/usb: if_axe.c if_ure.c

Log Message:
- change to use rcvfilt_locked() name to clarify the intent.
- stylise receive filter manipulation logic.
- use ETHER_F_ALLMULTI flag.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/dev/usb/if_axe.c
cvs rdiff -u -r1.39 -r1.40 src/sys/dev/usb/if_ure.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/xen

2020-03-27 Thread Jaromir Dolecek
Module Name:src
Committed By:   jdolecek
Date:   Fri Mar 27 18:37:30 UTC 2020

Modified Files:
src/sys/arch/xen/xen: if_xennet_xenbus.c xennetback_xenbus.c

Log Message:
use standard deferred if_start framework instead of custom variant


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/xen/xen/if_xennet_xenbus.c
cvs rdiff -u -r1.85 -r1.86 src/sys/arch/xen/xen/xennetback_xenbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/calendar/calendars

2020-03-27 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Fri Mar 27 21:03:18 UTC 2020

Modified Files:
src/usr.bin/calendar/calendars: calendar.music

Log Message:
Add higher state of consciousness
https://twitter.com/joshwink1/status/1243360644042113024


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/calendar/calendars/calendar.music

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/i386

2020-03-27 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Fri Mar 27 21:05:03 UTC 2020

Modified Files:
src/sys/arch/i386/i386: locore.S

Log Message:
PR kern/55114: Install fails with "cpu_switchto: switching above IPL_SCHED (8)"

cpu_switch(): Remove stuff dealing with interrupt levels.  From memory it
was something to do with TLB shootdown interrupts but they have long been
outside the SPL framework.


To generate a diff of this commit:
cvs rdiff -u -r1.178 -r1.179 src/sys/arch/i386/i386/locore.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/installboot/evbarm

2020-03-27 Thread Christoph Badura
Module Name:src
Committed By:   bad
Date:   Fri Mar 27 23:02:33 UTC 2020

Modified Files:
src/share/installboot/evbarm: boards.plist

Log Message:
Belatedly add NanoPi R1.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/installboot/evbarm/boards.plist

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ufs/lfs

2020-03-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 28 01:08:43 UTC 2020

Modified Files:
src/sys/ufs/lfs: lfs.h

Log Message:
Comment out some of the CTASSERTS for lint until I fix lint.


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 src/sys/ufs/lfs/lfs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libterminfo

2020-03-27 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Mar 28 02:38:15 UTC 2020

Modified Files:
src/lib/libterminfo: compile.c

Log Message:
support for older compilers


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libterminfo/compile.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2020-03-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Mar 28 04:21:58 UTC 2020

Modified Files:
src/share/man/man4: audio.4

Log Message:
Revert 1.96, 1.97 and 1.100.  (no response from nia@)
These changes are not correct nor notable unresolvable problem.
If you find any problems, please send a report before changing manpage.


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/share/man/man4/audio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2020-03-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Mar 28 04:55:08 UTC 2020

Modified Files:
src/share/man/man4: audio.4

Log Message:
Add description about channel limitation introduced in audio.c 1.43.
PR kern/54973.


To generate a diff of this commit:
cvs rdiff -u -r1.101 -r1.102 src/share/man/man4/audio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2020-03-27 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sat Mar 28 05:47:41 UTC 2020

Modified Files:
src/share/man/man4: audio.4

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.102 -r1.103 src/share/man/man4/audio.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.