CVS commit: src/sys/modules

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Nov 27 06:31:16 UTC 2018 Modified Files: src/sys/modules: Makefile Log Message: Remove the rest of my local change that somehow snuck in to an earlier commit. To generate a diff of this commit: cvs rdiff -u -r1.212

CVS commit: src/sys/modules

2018-11-26 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Tue Nov 27 05:39:00 UTC 2018 Modified Files: src/sys/modules: Makefile Log Message: Remove obsolete ksem entry to prevent build break. To generate a diff of this commit: cvs rdiff -u -r1.211 -r1.212 src/sys/modules/Makefile

CVS commit: src/lib/libc/hash/sha1

2018-11-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 27 03:56:37 UTC 2018 Modified Files: src/lib/libc/hash/sha1: Makefile.inc Log Message: Fix link sha1.3 <- SHA1File.3 This SHA1File used to link to sha2(3). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/hash/sha1

2018-11-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 27 03:29:36 UTC 2018 Modified Files: src/lib/libc/hash/sha1: sha1.3 Log Message: Document SHA1FileChunk(3) in sha1(3) Description taken from OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Nov 27 00:32:14 UTC 2018 Modified Files: src/distrib/sets/lists/modules: md.sparc64 src/sys/modules: Makefile Log Message: Include the compat_netbsd32* modules for sparc64 Their absence was noticed by martin@ when

CVS commit: src/usr.sbin/tprof

2018-11-26 Thread Kengo NAKAHARA
Module Name:src Committed By: knakahara Date: Mon Nov 26 23:20:57 UTC 2018 Modified Files: src/usr.sbin/tprof: tprof.8 src/usr.sbin/tprof/arch: tprof_x86.c Log Message: tprof: Add goldmont plus support. Tested by msaitoh@n.o, thanks. To generate a diff of this

CVS commit: src/sys/dev/pci

2018-11-26 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Nov 26 21:56:04 UTC 2018 Modified Files: src/sys/dev/pci: ahcisata_pci.c Log Message: add AHCI_PCI_QUIRK_FORCE for apu2 to be recognized; patch by Mike Pumford on current-users@ To generate a diff of this commit: cvs

CVS commit: src/bin/sh

2018-11-26 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 26 20:03:40 UTC 2018 Modified Files: src/bin/sh: redir.c Log Message: Fix typo: O_ALTIO -> O_ALT_IO Noted by @jbeich via GitHub. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/bin/sh/redir.c Please

CVS commit: src/usr.sbin/cpuctl/arch

2018-11-26 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Mon Nov 26 18:08:41 UTC 2018 Modified Files: src/usr.sbin/cpuctl/arch: aarch64.c Log Message: Add ThunderX IDs To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/cpuctl/arch/aarch64.c Please note that diffs

CVS commit: src/libexec/ld.elf_so

2018-11-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 26 17:40:26 UTC 2018 Modified Files: src/libexec/ld.elf_so: rtld.h Log Message: Now that lib/csu no longer uses the object handle, drop the magic and version field from the internal object. It is kept in the legacy version

CVS commit: src/lib/csu

2018-11-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Nov 26 17:37:46 UTC 2018 Modified Files: src/lib/csu/arch/aarch64: crt0.S src/lib/csu/arch/alpha: crt0.S src/lib/csu/arch/arm: crt0.S src/lib/csu/arch/earm: crt0.S src/lib/csu/arch/hppa: crt0.S

CVS commit: [netbsd-8] src/doc

2018-11-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Nov 26 17:29:36 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.1 Log Message: tickets 1105-1108 To generate a diff of this commit: cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-8.1 Please note that diffs are not

CVS commit: [netbsd-8] src/sys/dev/pci

2018-11-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Nov 26 17:24:51 UTC 2018 Modified Files: src/sys/dev/pci [netbsd-8]: if_wm.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #1108): sys/dev/pci/if_wm.c: revision 1.599 - Fix a bug that i82578

CVS commit: [netbsd-8] src/sys/dev/pci

2018-11-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Nov 26 17:22:32 UTC 2018 Modified Files: src/sys/dev/pci [netbsd-8]: if_bge.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1107): sys/dev/pci/if_bge.c: revision 1.316 5717 and newer handle

CVS commit: [netbsd-8] src/sys/kern

2018-11-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Nov 26 17:19:46 UTC 2018 Modified Files: src/sys/kern [netbsd-8]: subr_evcnt.c Log Message: Apply patch (requested by maxv in ticket #1106): Fix kernel information leak. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/sys/kern

2018-11-26 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 26 17:18:01 UTC 2018 Modified Files: src/sys/kern: kern_lwp.c Log Message: Use cpu_index(). NFC. To generate a diff of this commit: cvs rdiff -u -r1.194 -r1.195 src/sys/kern/kern_lwp.c Please note that diffs are not

CVS commit: [netbsd-8] src/sys/dev

2018-11-26 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Mon Nov 26 17:13:07 UTC 2018 Modified Files: src/sys/dev [netbsd-8]: dksubr.c Log Message: Pull up following revision(s) (requested by bouyer in ticket #1105): sys/dev/dksubr.c: revision 1.104 rnd_add_uint32() doens't

CVS commit: src/sys/modules/compat_linux32

2018-11-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Nov 26 15:02:11 UTC 2018 Modified Files: src/sys/modules/compat_linux32: Makefile Log Message: One more - we also need the libnv for compat_linux32 module To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/bin/sh

2018-11-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Nov 26 13:47:39 UTC 2018 Modified Files: src/bin/sh: eval.c Log Message: Make it be that an empty command is treated as a regular builtin for the purposes of any redirects it might have -- ie: as posix requires, make the

CVS commit: [pgoyette-compat] src/sys/dev/pci

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 13:16:46 UTC 2018 Modified Files: src/sys/dev/pci [pgoyette-compat]: xhci_pci.c Log Message: And one more missed conflict. (I think this is the last one.) To generate a diff of this commit: cvs rdiff -u -r1.11.2.4

CVS commit: [pgoyette-compat] src/sys/modules/compat_linux32

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 12:42:48 UTC 2018 Modified Files: src/sys/modules/compat_linux32 [pgoyette-compat]: Makefile Log Message: One more - we also need the libnv for compat_linux32 module To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-compat] src/sys/modules

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 12:36:17 UTC 2018 Modified Files: src/sys/modules/compat_netbsd32_09 [pgoyette-compat]: Makefile src/sys/modules/compat_netbsd32_12 [pgoyette-compat]: Makefile src/sys/modules/compat_netbsd32_13

CVS commit: [pgoyette-compat] src/sys/modules

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 12:25:20 UTC 2018 Modified Files: src/sys/modules/compat_netbsd32 [pgoyette-compat]: Makefile src/sys/modules/compat_netbsd32_mqueue [pgoyette-compat]: Makefile src/sys/modules/compat_netbsd32_nfssrv

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

2018-11-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Nov 26 12:21:51 UTC 2018 Modified Files: src/sys/arch/arm/s3c2xx0: s3c2800_pci.c Log Message: Switch to designated initializers To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26

CVS commit: src/sys/arch/evbarm/ifpga

2018-11-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Nov 26 12:21:32 UTC 2018 Modified Files: src/sys/arch/evbarm/ifpga: ifpga_pci.c Log Message: Switch to designated initializers To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: [pgoyette-compat] src/usr.bin/gzip

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 12:05:55 UTC 2018 Modified Files: src/usr.bin/gzip [pgoyette-compat]: gzip.c Log Message: Another missed pseudo-conflict To generate a diff of this commit: cvs rdiff -u -r1.112.2.3 -r1.112.2.4

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

2018-11-26 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Nov 26 11:53:58 UTC 2018 Modified Files: src/sys/arch/arm/marvell: pci_machdep.c Log Message: Switch to designated initializers To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: [pgoyette-compat] src/distrib/sets/lists/modules

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 11:38:35 UTC 2018 Modified Files: src/distrib/sets/lists/modules [pgoyette-compat]: md.sparc64 Log Message: Add compat_netbsd32* modules for sparc64 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.22.1

CVS commit: [pgoyette-compat] src/sys/modules

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 11:34:29 UTC 2018 Modified Files: src/sys/modules [pgoyette-compat]: Makefile Log Message: Build the compat_netbsd32* modules for sparc64, too XXX Sets lists will be updated later. To generate a diff of this

CVS commit: [pgoyette-compat] src/sys/modules

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 11:21:15 UTC 2018 Modified Files: src/sys/modules [pgoyette-compat]: Makefile Log Message: Keep only a single copy of the list of compat_netbsd32* modules. To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-compat] src/sys/dev/usb

2018-11-26 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Nov 26 10:43:37 UTC 2018 Modified Files: src/sys/dev/usb [pgoyette-compat]: usbdi.c Log Message: Missed a $Id$ conflict in the last sync-with-HEAD To generate a diff of this commit: cvs rdiff -u -r1.175.2.3 -r1.175.2.4

CVS commit: src/sys/modules

2018-11-26 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Mon Nov 26 08:48:43 UTC 2018 Modified Files: src/sys/modules/compat_netbsd32: Makefile src/sys/modules/compat_netbsd32_mqueue: Makefile src/sys/modules/compat_netbsd32_nfssrv: Makefile