CVS commit: src/sys/dev/pci

2020-02-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Feb 18 04:12:40 UTC 2020

Modified Files:
src/sys/dev/pci: hifn7751.c

Log Message:
No functional change:

 - u_int*_t -> uint*_t
 - whitespace fixes.
 - KNF.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/hifn7751.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/pci

2020-02-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Feb 18 04:09:32 UTC 2020

Modified Files:
src/sys/dev/pci: ichsmb.c if_an_pci.c

Log Message:
 Whitespace fix. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/dev/pci/ichsmb.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/pci/if_an_pci.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/pci

2020-02-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Feb 18 04:08:12 UTC 2020

Modified Files:
src/sys/dev/pci: pcireg.h

Log Message:
 Add comment.


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/sys/dev/pci/pcireg.h

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



CVS commit: src/sys/dev/pci

2020-02-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Feb 18 04:07:14 UTC 2020

Modified Files:
src/sys/dev/pci: if_wm.c

Log Message:
 It's useless to not to set PCI_PMCSR_PME_STS bit when writing because
the bit is W1C. Instead, always write PCI_PMCSR_PME_STS bit to clear in
case it's already set.


To generate a diff of this commit:
cvs rdiff -u -r1.667 -r1.668 src/sys/dev/pci/if_wm.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/pci

2020-02-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Tue Feb 18 03:48:23 UTC 2020

Modified Files:
src/sys/dev/pci: if_re_pci.c if_wm.c

Log Message:
 Whitespace fix. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/if_re_pci.c
cvs rdiff -u -r1.666 -r1.667 src/sys/dev/pci/if_wm.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-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Feb 18 00:40:50 UTC 2020

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

Log Message:
PR/54435: Valery Ushakov: Clear urgent status after reading urgent data, so
that poll(2) works.


To generate a diff of this commit:
cvs rdiff -u -r1.285 -r1.286 src/sys/kern/uipc_socket.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/hpcmips/hpcmips

2020-02-17 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Mon Feb 17 22:52:18 UTC 2020

Modified Files:
src/sys/arch/hpcmips/hpcmips: hpcapm_machdep.c

Log Message:
spelling


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/hpcmips/hpcmips/hpcapm_machdep.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/powerpc/powerpc

2020-02-17 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Mon Feb 17 21:49:27 UTC 2020

Modified Files:
src/sys/arch/powerpc/powerpc: powerpc_machdep.c

Log Message:
cpu_ast(): no need to call userret(), as the caller does it for us. From rin@.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/arch/powerpc/powerpc/powerpc_machdep.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-02-17 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Mon Feb 17 21:47:33 UTC 2020

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

Log Message:
Add Andrew Weatherall
https://www.bbc.co.uk/news/entertainment-arts-51535685
http://www.rottersgolfclub.com/


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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/kern

2020-02-17 Thread Andrew Doran
Module Name:src
Committed By:   ad
Date:   Mon Feb 17 21:44:43 UTC 2020

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

Log Message:
softint_dispatch(): Temporarily call kernel_lock_plug_leak() since there is
incontinent code somewhere.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/kern/kern_softint.c

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



CVS commit: src/share/misc

2020-02-17 Thread Frederic Cambus
Module Name:src
Committed By:   fcambus
Date:   Mon Feb 17 17:16:51 UTC 2020

Modified Files:
src/share/misc: acronyms

Log Message:
Add RIF (reduction in force).


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 src/share/misc/acronyms

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-02-17 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Feb 17 15:51:25 UTC 2020

Modified Files:
src/sys/net: if_media.h

Log Message:
- Remove 50GBASE-LR10.
- Add the following medias:
 - 25GBASE-ACC
 - 100GBASE-ACC
 - 100GBASE-AOC
 - 100GBASE-FR
 - 100GBASE-LR
 - 200GBASE-ER4
 - 400GBASE-ER8
 - 400GBASE-FR4
 - 400GBASE-LR4
 - 400GBASE-SR4.2
 - 400GBASE-SR8


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/net/if_media.h

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



CVS commit: src/sys/arch

2020-02-17 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Mon Feb 17 09:09:50 UTC 2020

Modified Files:
src/sys/arch/amd64/amd64: genassym.cf
src/sys/arch/amiga/amiga: genassym.cf
src/sys/arch/atari/atari: genassym.cf
src/sys/arch/cesfic/cesfic: genassym.cf
src/sys/arch/hp300/hp300: genassym.cf
src/sys/arch/i386/i386: genassym.cf
src/sys/arch/luna68k/luna68k: genassym.cf
src/sys/arch/mac68k/mac68k: genassym.cf
src/sys/arch/mvme68k/mvme68k: genassym.cf
src/sys/arch/news68k/news68k: genassym.cf
src/sys/arch/next68k/next68k: genassym.cf
src/sys/arch/sparc/sparc: genassym.cf
src/sys/arch/sparc64/sparc64: genassym.cf
src/sys/arch/sun2/sun2: genassym.cf
src/sys/arch/sun3/sun3: genassym.cf
src/sys/arch/sun3/sun3x: genassym.cf
src/sys/arch/x68k/x68k: genassym.cf

Log Message:
G/C LS{SLEEP,RUN,ONPROC}

LWP status manipulation was moved out of assembly long ago.


To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/amd64/amd64/genassym.cf
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/amiga/amiga/genassym.cf
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/atari/atari/genassym.cf
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/cesfic/cesfic/genassym.cf
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/hp300/hp300/genassym.cf
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/i386/i386/genassym.cf
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/luna68k/luna68k/genassym.cf
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/mac68k/mac68k/genassym.cf
cvs rdiff -u -r1.36 -r1.37 src/sys/arch/mvme68k/mvme68k/genassym.cf
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/news68k/news68k/genassym.cf
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/next68k/next68k/genassym.cf
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/sparc/sparc/genassym.cf
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/sparc64/sparc64/genassym.cf
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sun2/sun2/genassym.cf
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sun3/sun3/genassym.cf
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/sun3/sun3x/genassym.cf
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/x68k/x68k/genassym.cf

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



CVS commit: src/tests/net/ipsec

2020-02-17 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Mon Feb 17 08:46:10 UTC 2020

Modified Files:
src/tests/net/ipsec: t_ipsec_gif.sh t_ipsec_l2tp.sh

Log Message:
tests: add missing ifconfig -w

This change mitigates PR kern/54897.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/net/ipsec/t_ipsec_gif.sh \
src/tests/net/ipsec/t_ipsec_l2tp.sh

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-02-17 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Mon Feb 17 08:16:44 UTC 2020

Modified Files:
src/sys/dev/usb: usbdi.c

Log Message:
When aborting a pipe, set pipe->up_running = 0.

This prevents any concurrent usb_transfer_complete from restarting
the pipe with usbd_start_next.


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/sys/dev/usb/usbdi.c

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