CVS commit: src

2016-07-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jul 10 04:44:47 UTC 2016 Modified Files: src/share/man/man4: piixpm.4 src/sys/dev/pci: piixpm.c Log Message: The piixpm(4) driver also supports AMD's HUDSON chipset's SMBus function. >From OpenBSD, verified. To

CVS commit: src/sys/external/bsd/drm2/dist/drm/radeon

2016-07-09 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Jul 10 01:35:27 UTC 2016 Modified Files: src/sys/external/bsd/drm2/dist/drm/radeon: radeon_ttm.c Log Message: Don't assign value to rdev unless we're going to use the value. Therefore, don't declare the variable unless

CVS commit: src/sys/arch/evbmips/loongson

2016-07-09 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jul 10 00:14:37 UTC 2016 Modified Files: src/sys/arch/evbmips/loongson: yeeloong_machdep.c Log Message: The version of PMON on my 8089B (LM8089-1.4.9a) configures OHCI but doesn't enable memory space access. Enable it

CVS commit: src/share/man/man7

2016-07-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 9 23:13:47 UTC 2016 Modified Files: src/share/man/man7: signal.7 Log Message: bump up the copyright date since I practically rewrote the file To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/share/man/man7

2016-07-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 9 23:12:27 UTC 2016 Modified Files: src/share/man/man7: signal.7 Log Message: Document all the signals properly. Please review. Kick out the list of async-signal-safe functions (it is now in sigaction(2)) because this

CVS commit: src/lib/libc/sys

2016-07-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 9 23:10:05 UTC 2016 Modified Files: src/lib/libc/sys: fork.2 Log Message: Drop in a reference to the list of async-signal-safe functions. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/lib/libc/sys

2016-07-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 9 23:08:32 UTC 2016 Modified Files: src/lib/libc/sys: sigaction.2 Log Message: Dump the list of async-signal-safe functions here. It belongs in programmer-facing docs, not user-facing docs, so shouldn't be in

CVS commit: xsrc/external/mit

2016-07-09 Thread Jared D. McNeill
Module Name:xsrc Committed By: jmcneill Date: Sat Jul 9 22:19:34 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-siliconmotion/dist/src: smi_driver.c xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw: vgaHW.h

CVS commit: src/lib/libc/gen

2016-07-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 9 21:15:01 UTC 2016 Modified Files: src/lib/libc/gen: siglist.c Log Message: Fix three of these strings (ones that are rarely seen) To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: [nick-nhusb] src/sys

2016-07-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 9 20:25:25 UTC 2016 Modified Files: src/sys/altq [nick-nhusb]: altq_cbq.c altq_cdnr.c altq_subr.c src/sys/arch/acorn26/ioc [nick-nhusb]: if_eca.c src/sys/arch/acorn26/stand/boot26 [nick-nhusb]: boot26.c

CVS commit: src/lib/libc

2016-07-09 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jul 9 20:15:06 UTC 2016 Modified Files: src/lib/libc: shlib_version Log Message: note that on libc bump obsolete signal functions should be sent to libcompat. To generate a diff of this commit: cvs rdiff -u -r1.265

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

2016-07-09 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Sat Jul 9 15:04:06 UTC 2016 Modified Files: src/sys/arch/arm/omap: omap2_gpio.c omap_edma.c Log Message: Remove white-spaces. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/omap/omap2_gpio.c

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

2016-07-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 9 09:33:21 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Simplify pmap_get_physpage. To generate a diff of this commit: cvs rdiff -u -r1.209 -r1.210 src/sys/arch/x86/x86/pmap.c Please note that

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

2016-07-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 9 09:25:44 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Use pmap_bootstrap_palloc. To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 src/sys/arch/x86/x86/pmap.c Please note that diffs

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

2016-07-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 9 08:05:47 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: When a user pmap is created, it is populated with the higher kernel slots, which become accessible upon kernel entry (syscall, cpu switch, or

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

2016-07-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 9 07:47:25 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: KNF this function a little To generate a diff of this commit: cvs rdiff -u -r1.206 -r1.207 src/sys/arch/x86/x86/pmap.c Please note that diffs

CVS commit: src/sys

2016-07-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 9 07:25:00 UTC 2016 Modified Files: src/sys/kern: subr_kobj.c subr_kobj_vfs.c src/sys/sys: kobj_impl.h Log Message: When loading a module from VFS and from the bootloader, the kernel packs up the module segments

CVS commit: src/sys/arch

2016-07-09 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sat Jul 9 06:58:06 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: locore.S src/sys/arch/i386/i386: locore.S Log Message: The CPU considers a given va as executable if none of its levels have the NOX bit. With the top

CVS commit: src/sys/arch/hpcmips/tx

2016-07-09 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Jul 9 06:49:03 UTC 2016 Modified Files: src/sys/arch/hpcmips/tx: tx3912video.c Log Message: KNF To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/arch/hpcmips/tx/tx3912video.c Please note that diffs are