CVS commit: src/sys/lib/libsa
Module Name:src Committed By: christos Date: Sun Aug 21 08:27:57 UTC 2016 Modified Files: src/sys/lib/libsa: ext2fs.c Log Message: delete now unused function . To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/lib/libsa/ext2fs.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/amd64/amd64
Module Name:src Committed By: christos Date: Sun Aug 21 08:30:22 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: gdt.c Log Message: fix the build. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amd64/amd64/gdt.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/amd64/amd64
Module Name:src Committed By: maxv Date: Sun Aug 21 09:53:25 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: locore.S Log Message: Simplify. To generate a diff of this commit: cvs rdiff -u -r1.108 -r1.109 src/sys/arch/amd64/amd64/locore.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/amd64/amd64
Module Name:src Committed By: maxv Date: Sun Aug 21 10:07:15 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: gdt.c Log Message: Explain a little what we are doing. Also, make sure gdt_init_cpu is called on the currently running CPU. Theoretically, we could put the same KASSERT in gdt_reload_cpu, but the associated IPI is never sent, which is another issue. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/sys/arch/amd64/amd64/gdt.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/amd64/amd64
Module Name:src Committed By: maxv Date: Sun Aug 21 10:20:22 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: gdt.c Log Message: Use KASSERT, and panic by default instead of allowing the area to overflow. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/sys/arch/amd64/amd64/gdt.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/amd64/amd64
Module Name:src Committed By: maxv Date: Sun Aug 21 10:42:33 UTC 2016 Modified Files: src/sys/arch/amd64/amd64: gdt.c Log Message: Simplify gdt_grow, and make sure we don't kenter more than has been virtually allocated. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/amd64/amd64/gdt.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/amd64/include
Module Name:src Committed By: maxv Date: Sun Aug 21 11:48:59 UTC 2016 Modified Files: src/sys/arch/amd64/include: segments.h Log Message: KNF, and typo. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amd64/include/segments.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: maxv Date: Sun Aug 21 12:02:38 UTC 2016 Modified Files: src/doc: CHANGES Log Message: My changes. To generate a diff of this commit: cvs rdiff -u -r1.2181 -r1.2182 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/server/drivers/xf86-video-openchrome
Module Name:src Committed By: joerg Date: Sun Aug 21 12:39:18 UTC 2016 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-openchrome: Makefile Log Message: HAVE_GCC may be undefined. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/external/mit/xorg/server/drivers/xf86-video-openchrome/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/fs/vfs
Module Name:src Committed By: christos Date: Sun Aug 21 13:23:36 UTC 2016 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: fix wrong variable. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/tests/fs/vfs/t_vnops.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
Module Name:src Committed By: hannken Date: Sun Aug 21 15:24:18 UTC 2016 Modified Files: src/sys/kern: kern_sig.c Log Message: siggetinfo: use TAILQ_FOREACH_SAFE as the element gets removed from the list. To generate a diff of this commit: cvs rdiff -u -r1.328 -r1.329 src/sys/kern/kern_sig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/bsd/unbound
Module Name:src Committed By: christos Date: Sun Aug 21 17:24:22 UTC 2016 Modified Files: src/external/bsd/unbound: Makefile.inc Log Message: reorder for the benefit of sun2 To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/bsd/unbound/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-openchrome/dist/src
Module Name:xsrc Committed By: joerg Date: Sun Aug 21 18:18:57 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-openchrome/dist/src: via_display.c Log Message: Fix format strings. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \ xsrc/external/mit/xf86-video-openchrome/dist/src/via_display.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: xsrc/external/mit/xf86-video-glint/dist/src
Module Name:xsrc Committed By: joerg Date: Sun Aug 21 18:19:25 UTC 2016 Modified Files: xsrc/external/mit/xf86-video-glint/dist/src: pm2_accel.c pm_accel.c Log Message: Avoid undefined behavior by left-shifting negative numbers. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \ xsrc/external/mit/xf86-video-glint/dist/src/pm2_accel.c \ xsrc/external/mit/xf86-video-glint/dist/src/pm_accel.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/lib/libdrm_nouveau
Module Name:src Committed By: joerg Date: Sun Aug 21 18:23:33 UTC 2016 Modified Files: src/external/mit/xorg/lib/libdrm_nouveau: Makefile Log Message: Ignore abuse of VLAs. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/mit/xorg/lib/libdrm_nouveau/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/server/drivers
Module Name:src Committed By: joerg Date: Sun Aug 21 18:23:58 UTC 2016 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-nouveau: Makefile src/external/mit/xorg/server/drivers/xf86-video-siliconmotion: Makefile src/external/mit/xorg/server/drivers/xf86-video-sis: Makefile Log Message: HAVE_GCC may be undefined. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \ src/external/mit/xorg/server/drivers/xf86-video-nouveau/Makefile cvs rdiff -u -r1.9 -r1.10 \ src/external/mit/xorg/server/drivers/xf86-video-siliconmotion/Makefile cvs rdiff -u -r1.13 -r1.14 \ src/external/mit/xorg/server/drivers/xf86-video-sis/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/external/mit/xorg/server/xorg-server
Module Name:src Committed By: mrg Date: Sun Aug 21 20:51:04 UTC 2016 Modified Files: src/external/mit/xorg/server/xorg-server: Makefile Log Message: build 'hw' (the actual servers) after everything else. should fix a build issue reported by Dave Tyson. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/external/mit/xorg/server/xorg-server/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/mount_msdos
Module Name:src Committed By: jdolecek Date: Sun Aug 21 22:27:20 UTC 2016 Modified Files: src/sbin/mount_msdos: mount_msdos.c Log Message: report also gmtoff in the output of mount options To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sbin/mount_msdos/mount_msdos.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/pkill
Module Name:src Committed By: sevan Date: Mon Aug 22 00:15:59 UTC 2016 Modified Files: src/usr.bin/pkill: pkill.1 Log Message: Add AUTHORS section bump date To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/pkill/pkill.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/xdebug
Module Name:src Committed By: mlelstv Date: Mon Aug 22 04:15:58 UTC 2016 Modified Files: src/distrib/sets/lists/xdebug: md.amd64 md.i386 Log Message: align with xserver lists To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/distrib/sets/lists/xdebug/md.amd64 cvs rdiff -u -r1.30 -r1.31 src/distrib/sets/lists/xdebug/md.i386 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libc/stdio
Module Name:src Committed By: christos Date: Mon Aug 22 06:11:39 UTC 2016 Modified Files: src/lib/libc/stdio: fgetwln.c Log Message: >From OpenBSD: bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well; To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/stdio/fgetwln.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.