CVS commit: src/sys

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jan 26 07:49:15 UTC 2018 Modified Files: src/sys/net: if_l2tp.c src/sys/netinet: in_l2tp.c src/sys/netinet6: in6_l2tp.c Log Message: Several fixes in L2TP: * l2tp_input(): use m_copydata, and ensure there is

CVS commit: src/sys/arch/mips/mips

2018-01-25 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jan 26 05:29:43 UTC 2018 Modified Files: src/sys/arch/mips/mips: locore_mips3.S Log Message: Don't warn about MIPS1 MULTIPROCESSOR in a mips3 file. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114

CVS commit: src/sys/arch/mips/mips

2018-01-25 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jan 26 05:29:43 UTC 2018 Modified Files: src/sys/arch/mips/mips: locore_mips3.S Log Message: Don't warn about MIPS1 MULTIPROCESSOR in a mips3 file. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114

CVS commit: src/sys/netinet6

2018-01-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 26 06:37:21 UTC 2018 Modified Files: src/sys/netinet6: nd6_rtr.c Log Message: Revert "Get rid of unnecessary splsoftnet" (v1.133) It's not always true that softnet_lock is held these places. See PR kern/52947. To

CVS commit: src/sys/netinet6

2018-01-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 26 06:37:21 UTC 2018 Modified Files: src/sys/netinet6: nd6_rtr.c Log Message: Revert "Get rid of unnecessary splsoftnet" (v1.133) It's not always true that softnet_lock is held these places. See PR kern/52947. To

CVS commit: src/sys/netinet6

2018-01-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 26 06:49:02 UTC 2018 Modified Files: src/sys/netinet6: nd6_rtr.c Log Message: Get rid of unnecessary splsoftnet (redo) Unless NET_MPSAFE, splsoftnet is still needed for rt_* functions. To generate a diff of this

CVS commit: src/sys/netinet6

2018-01-25 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Fri Jan 26 06:49:02 UTC 2018 Modified Files: src/sys/netinet6: nd6_rtr.c Log Message: Get rid of unnecessary splsoftnet (redo) Unless NET_MPSAFE, splsoftnet is still needed for rt_* functions. To generate a diff of this

CVS commit: src/sys

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Jan 26 07:49:15 UTC 2018 Modified Files: src/sys/net: if_l2tp.c src/sys/netinet: in_l2tp.c src/sys/netinet6: in6_l2tp.c Log Message: Several fixes in L2TP: * l2tp_input(): use m_copydata, and ensure there is

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 08:41:17 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: Some clean-up on the HISTORY and AUTHORS sections, and addition of a BUGS section to document the fact that we don't yet handle

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 08:41:17 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: Some clean-up on the HISTORY and AUTHORS sections, and addition of a BUGS section to document the fact that we don't yet handle

CVS commit: src/sys/nfs

2018-01-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jan 25 17:14:36 UTC 2018 Modified Files: src/sys/nfs: nfs.h nfs_syscalls.c Log Message: Use a random opaque cookie, not kva pointer, for nfssvc(2). (What were they smoking?!) I suspect most of this is actually dead code

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

2018-01-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jan 25 17:41:49 UTC 2018 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: Don't call xennet_softstart from hard interrupt; schedule softint. Fixes panic in bpf_mtap which expects to be called only in

CVS commit: src/bin/date

2018-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 25 18:07:17 UTC 2018 Modified Files: src/bin/date: date.1 Log Message: sync with tzcode-2018c To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/bin/date/date.1 Please note that diffs are not public

CVS commit: src/share/man/man4

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 18:56:18 UTC 2018 Modified Files: src/share/man/man4: amdtemp.4 Log Message: Formatting fixes. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/amdtemp.4 Please note that diffs are not

CVS commit: src/usr.sbin/autofs

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 19:15:10 UTC 2018 Modified Files: src/usr.sbin/autofs: auto_master.5 Log Message: .Li is superfluous inside .Bd -literal To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/autofs/auto_master.5

CVS commit: src/sys/netinet6

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 20:55:15 UTC 2018 Modified Files: src/sys/netinet6: frag6.c Log Message: Kick zero-sized fragments. We can't allow them to enter; two fragments could be put at the same offset. To generate a diff of this commit: cvs

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

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 21:23:36 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: KNF: Put back the blank line following the empty variable declarations To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/sets/lists/man

2018-01-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jan 25 22:09:56 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi Log Message: Correct the plist entry for ./usr/share/man/cat8/acorn32/MAKEDEV.0 This file is obsolete, replace '.cat' with 'obsolete'. To generate a

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

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 22:14:01 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Put back the variable declaration, too, and mark it __diagused Otherwise a DIAGNOSTIC kernel will complain about the variable being

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

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 22:37:42 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Correct placement of __diagused attribute To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/time

2018-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 25 22:48:42 UTC 2018 Modified Files: src/lib/libc/time: Makefile NEWS README ctime.3 localtime.c theory.html tz-how-to.html tzselect.8 tzselect.ksh tzset.3 version zdump.c zic.8 zic.c Log

CVS commit: src/doc

2018-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 25 22:49:32 UTC 2018 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: mention tzcode2018c To generate a diff of this commit: cvs rdiff -u -r1.1496 -r1.1497 src/doc/3RDPARTY cvs rdiff -u -r1.2350 -r1.2351

CVS commit: src/sys/nfs

2018-01-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jan 25 17:14:36 UTC 2018 Modified Files: src/sys/nfs: nfs.h nfs_syscalls.c Log Message: Use a random opaque cookie, not kva pointer, for nfssvc(2). (What were they smoking?!) I suspect most of this is actually dead code

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

2018-01-25 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jan 25 17:41:49 UTC 2018 Modified Files: src/sys/arch/xen/xen: if_xennet_xenbus.c Log Message: Don't call xennet_softstart from hard interrupt; schedule softint. Fixes panic in bpf_mtap which expects to be called only in

CVS commit: src/bin/date

2018-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 25 18:07:17 UTC 2018 Modified Files: src/bin/date: date.1 Log Message: sync with tzcode-2018c To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/bin/date/date.1 Please note that diffs are not public

CVS commit: src/share/man/man4

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 18:56:18 UTC 2018 Modified Files: src/share/man/man4: amdtemp.4 Log Message: Formatting fixes. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/share/man/man4/amdtemp.4 Please note that diffs are not

CVS commit: src/usr.sbin/autofs

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 19:15:10 UTC 2018 Modified Files: src/usr.sbin/autofs: auto_master.5 Log Message: .Li is superfluous inside .Bd -literal To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/autofs/auto_master.5

CVS commit: src/sys/netinet6

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 20:55:15 UTC 2018 Modified Files: src/sys/netinet6: frag6.c Log Message: Kick zero-sized fragments. We can't allow them to enter; two fragments could be put at the same offset. To generate a diff of this commit: cvs

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

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 21:23:36 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: KNF: Put back the blank line following the empty variable declarations To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/distrib/sets/lists/man

2018-01-25 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Thu Jan 25 22:09:56 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi Log Message: Correct the plist entry for ./usr/share/man/cat8/acorn32/MAKEDEV.0 This file is obsolete, replace '.cat' with 'obsolete'. To generate a

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

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 22:14:01 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Put back the variable declaration, too, and mark it __diagused Otherwise a DIAGNOSTIC kernel will complain about the variable being

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

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 22:37:42 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Correct placement of __diagused attribute To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/time

2018-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 25 22:48:42 UTC 2018 Modified Files: src/lib/libc/time: Makefile NEWS README ctime.3 localtime.c theory.html tz-how-to.html tzselect.8 tzselect.ksh tzset.3 version zdump.c zic.8 zic.c Log

CVS commit: src/doc

2018-01-25 Thread Christos Zoulas
7] zoneinfo: Import tzdata2018c (skipping 2018a & 2018b). [kre 20180124] + libc: Update to tzcode2018c. [christos 20180125]

Re: CVS commit: src/sys/nfs

2018-01-25 Thread Maxime Villard
Le 25/01/2018 à 18:14, Taylor R Campbell a écrit : Module Name:src Committed By: riastradh Date: Thu Jan 25 17:14:36 UTC 2018 Modified Files: src/sys/nfs: nfs.h nfs_syscalls.c Log Message: Use a random opaque cookie, not kva pointer, for nfssvc(2). (What were they

Re: CVS commit: src/sys/nfs

2018-01-25 Thread Taylor R Campbell
> Date: Thu, 25 Jan 2018 19:08:16 +0100 > From: Maxime Villard > > I noticed this issue a long time ago too. While it's clear that this hack was > utter garbage, it wasn't essentially critical since the path that leads to > this > place is privileged, and basically there's

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

2018-01-25 Thread Paul Goyette
On Thu, 25 Jan 2018, Patrick Welche wrote: Module Name:src Committed By: prlw1 Date: Thu Jan 25 15:01:05 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Unused variable build fix. (now void *aux is unused) To generate a diff of this commit:

CVS commit: src/sys/netinet6

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 15:33:06 UTC 2018 Modified Files: src/sys/netinet6: frag6.c ip6_var.h Log Message: Several changes: * Move the structure definitions into frag6.c, they should not be used elsewhere. * Rename ip6af_mff ->

CVS commit: src/sys/netinet6

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 15:33:06 UTC 2018 Modified Files: src/sys/netinet6: frag6.c ip6_var.h Log Message: Several changes: * Move the structure definitions into frag6.c, they should not be used elsewhere. * Rename ip6af_mff ->

CVS commit: src/sys/dev/pci

2018-01-25 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Jan 25 16:02:12 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Marvell Yukon 88E8040T To generate a diff of this commit: cvs rdiff -u -r1.1306 -r1.1307 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/dev/pci

2018-01-25 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Jan 25 16:02:12 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Marvell Yukon 88E8040T To generate a diff of this commit: cvs rdiff -u -r1.1306 -r1.1307 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/modules

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 23:40:06 UTC 2018 Modified Files: src/sys/modules: Makefile Added Files: src/sys/modules/amdsmn: Makefile amdsmn.ioconf src/sys/modules/amdzentemp: Makefile amdzentemp.ioconf Log Message: Create

CVS commit: src/sys/modules

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 23:40:06 UTC 2018 Modified Files: src/sys/modules: Makefile Added Files: src/sys/modules/amdsmn: Makefile amdsmn.ioconf src/sys/modules/amdzentemp: Makefile amdzentemp.ioconf Log Message: Create

CVS commit: src/distrib/sets/lists/modules

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 23:42:06 UTC 2018 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 Log Message: Update sets lists for new amdsmn(4) and amdzentemp(4) modules To generate a diff of this commit: cvs rdiff -u -r1.72

CVS commit: src/distrib/sets/lists/modules

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 23:42:06 UTC 2018 Modified Files: src/distrib/sets/lists/modules: md.amd64 md.i386 Log Message: Update sets lists for new amdsmn(4) and amdzentemp(4) modules To generate a diff of this commit: cvs rdiff -u -r1.72

CVS commit: src/sys/netinet6

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 15:55:57 UTC 2018 Modified Files: src/sys/netinet6: frag6.c Log Message: Remove outdated comment and fix typo. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/netinet6/frag6.c Please note that

CVS commit: src/sys/netinet6

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 15:55:57 UTC 2018 Modified Files: src/sys/netinet6: frag6.c Log Message: Remove outdated comment and fix typo. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/netinet6/frag6.c Please note that

CVS commit: src/sys/dev/pci

2018-01-25 Thread Stephen Borrill
Module Name:src Committed By: sborrill Date: Thu Jan 25 16:05:12 UTC 2018 Modified Files: src/sys/dev/pci: pcidevs.h pcidevs_data.h Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.1299 -r1.1300 src/sys/dev/pci/pcidevs.h cvs rdiff -u -r1.1298

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

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 23:37:34 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: Modularize the amdsmn(4) driver, and update dependency for amdzentemp(4) To generate a diff of this commit: cvs rdiff -u

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

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 23:37:34 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdsmn.c amdzentemp.c Log Message: Modularize the amdsmn(4) driver, and update dependency for amdzentemp(4) To generate a diff of this commit: cvs rdiff -u

Re: CVS commit: src/sys/nfs

2018-01-25 Thread Tom Spindler (moof)
> > Log Message: > > Use a random opaque cookie, not kva pointer, for nfssvc(2). > > > > (What were they smoking?!) It looks like most of the code is from the 4.4-Lite merge from mycroft circa 1994 (!!); I leave it up to the reader to determine what was being smoked when at Berkeley. > > I

CVS commit: src/share/man/man4

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 09:29:18 UTC 2018 Modified Files: src/share/man/man4: ipsecif.4 Log Message: Improve wording, and put a new drawing, from me and Kengo Nakahara. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/share/man/man4

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 09:29:18 UTC 2018 Modified Files: src/share/man/man4: ipsecif.4 Log Message: Improve wording, and put a new drawing, from me and Kengo Nakahara. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 10:28:57 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: Add missing article 'a' To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.x86/amdzentemp.4

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jan 25 10:28:57 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: Add missing article 'a' To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/share/man/man4/man4.x86/amdzentemp.4

CVS commit: src/sys

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 10:45:58 UTC 2018 Modified Files: src/sys/netinet: in_l2tp.c src/sys/netinet6: in6_l2tp.c Log Message: Style, reduce the indentation level when possible, and add a missing NULL check after M_PREPEND. To

CVS commit: src/sys

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 10:45:58 UTC 2018 Modified Files: src/sys/netinet: in_l2tp.c src/sys/netinet6: in6_l2tp.c Log Message: Style, reduce the indentation level when possible, and add a missing NULL check after M_PREPEND. To

CVS commit: src/share/man/man9

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 09:33:21 UTC 2018 Modified Files: src/share/man/man9: mbuf.9 Log Message: Improve wording. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/share/man/man9/mbuf.9 Please note that diffs are not public

CVS commit: src/share/man/man9

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 09:33:21 UTC 2018 Modified Files: src/share/man/man9: mbuf.9 Log Message: Improve wording. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/share/man/man9/mbuf.9 Please note that diffs are not public

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 10:48:28 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: New sentence - new line. Sort sections. Use .Xr to refer to amdtemp(4). To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 10:48:28 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: New sentence - new line. Sort sections. Use .Xr to refer to amdtemp(4). To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 10:52:49 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdsmn.4 Log Message: Xref the right driver. .An -nosplit Delint. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 10:52:49 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdsmn.4 Log Message: Xref the right driver. .An -nosplit Delint. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/distrib/sets/lists/debug

2018-01-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 25 08:57:59 UTC 2018 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Revert previous. obsolete + other tags is not easy to clean up. To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237

CVS commit: src/sys/net

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 10:33:37 UTC 2018 Modified Files: src/sys/net: if_l2tp.c Log Message: style To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/net/if_l2tp.c Please note that diffs are not public domain; they are

CVS commit: src/sys/net

2018-01-25 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jan 25 10:33:37 UTC 2018 Modified Files: src/sys/net: if_l2tp.c Log Message: style To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/net/if_l2tp.c Please note that diffs are not public domain; they are

CVS commit: src/distrib/sets/lists/debug

2018-01-25 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jan 25 08:57:59 UTC 2018 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Revert previous. obsolete + other tags is not easy to clean up. To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 10:15:24 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: Fix .Dt name. Formatting fixes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/share/man/man4/man4.x86

2018-01-25 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 25 10:15:24 UTC 2018 Modified Files: src/share/man/man4/man4.x86: amdzentemp.4 Log Message: Fix .Dt name. Formatting fixes. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/sparc/dev

2018-01-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 25 14:45:58 UTC 2018 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: do boundary checks when writing cursor sprite colour registers To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

CVS commit: src/sys/arch/sparc/dev

2018-01-25 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 25 14:45:58 UTC 2018 Modified Files: src/sys/arch/sparc/dev: cgfourteen.c Log Message: do boundary checks when writing cursor sprite colour registers To generate a diff of this commit: cvs rdiff -u -r1.84 -r1.85

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

2018-01-25 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Thu Jan 25 15:01:05 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Unused variable build fix. (now void *aux is unused) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2018-01-25 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Thu Jan 25 15:01:05 UTC 2018 Modified Files: src/sys/arch/x86/pci: amdzentemp.c Log Message: Unused variable build fix. (now void *aux is unused) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2