Re: CVS commit: src/sys

2014-07-06 Thread Ryota Ozaki
On Sun, Jul 6, 2014 at 9:24 AM, Mindaugas Rasiukevicius rm...@netbsd.org wrote: David Holland dholland-sourcechan...@netbsd.org wrote: On Tue, Jul 01, 2014 at 10:16:02AM +, Ryota Ozaki wrote: Log Message: Lock IFQ operations when NET_MPSAFE - Introduce NET_MPSAFE - not

CVS commit: src/sys/arch/x68k/stand

2014-07-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 6 06:28:50 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: Makefile boot.c src/sys/arch/x68k/stand/netboot: Makefile Removed Files: src/sys/arch/x68k/stand/netboot: boot.c Log Message: Merge and

CVS commit: src/share/mk

2014-07-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 6 06:34:33 UTC 2014 Modified Files: src/share/mk: bsd.doc.mk Log Message: Don't install EXTRAHTMLFILES if MKHTML is no. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/share/mk/bsd.doc.mk Please

CVS commit: src/sys/kern

2014-07-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 6 07:41:41 UTC 2014 Modified Files: src/sys/kern: exec_elf.c Log Message: Check .evs_used==0 instead of .evs_cmds==NULL. evs_cmds would not be NULL if another _makecmds() had allocated and deallocated VMCMDs (not the case

CVS commit: src/sys/arch/powerpc/include/oea

2014-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 6 08:06:03 UTC 2014 Modified Files: src/sys/arch/powerpc/include/oea: bat.h Log Message: make sure struct bat is aligned to 8 bytes as we shift them 3 bits. fixes PReP lossage as reported on port-powerpc and port-prep.

CVS commit: src/sys/arch/x68k/stand/boot

2014-07-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 6 08:10:21 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Probe the actual memory size and warn if it's different from SRAM value. Without this, ancient X680x0 machines with a dead SRAM

CVS commit: src/distrib/sets/lists

2014-07-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 6 08:53:16 UTC 2014 Modified Files: src/distrib/sets/lists/games: mi src/distrib/sets/lists/misc: mi Log Message: fix docs for MKHTML=no To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sbin/iscsid

2014-07-06 Thread Zafer Aydogan
Module Name:src Committed By: zafer Date: Sun Jul 6 14:41:24 UTC 2014 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: mention requirements for custom kernels. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsid/iscsid.8 Please note

CVS commit: src/sys/netnatm

2014-07-06 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jul 6 15:09:38 UTC 2014 Modified Files: src/sys/netnatm: natm.c Log Message: fix pasto in function name should be natm_stat instead of natm_ioctl To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/kern

2014-07-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 6 15:22:31 UTC 2014 Modified Files: src/sys/kern: subr_kobj.c Log Message: Use a macro instead of always putting __func__ and __LINE__. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/kern

2014-07-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 6 15:35:32 UTC 2014 Modified Files: src/sys/kern: subr_kobj.c Log Message: Remove this (symtabindex == -1) check; it is already handled by (nsym != 1). Put a KASSERT instead. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/dev/acpi

2014-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 6 15:35:42 UTC 2014 Modified Files: src/sys/dev/acpi: acpi_ec.c Log Message: Register a null power handler if acpiec fails to attach. On one of my machines, there's no _GPE method, so acpiec_parse_gpe_package fails,

CVS commit: src/sys/external/bsd/drm2/include/linux

2014-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 6 15:43:55 UTC 2014 Modified Files: src/sys/external/bsd/drm2/include/linux: timer.h Log Message: Modify Linux timer API to add teardown_timer. del_timer_sync does not actually destroy the timer so it can't be reused

CVS commit: src/sys/netnatm

2014-07-06 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jul 6 15:44:25 UTC 2014 Modified Files: src/sys/netnatm: natm.h natm_pcb.c Log Message: * #include sys/kmem.h for kmem_intr_xxx() * ansify pcb_add() function signature and make its prototype parameter types match its

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

2014-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 6 15:44:55 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_irq.c Log Message: Call teardown_timer in drm_vblank_cleanup. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2014-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 6 15:47:36 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_dma.c Log Message: Call teardown_timer in i915_driver_unload. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/netnatm

2014-07-06 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jul 6 15:49:14 UTC 2014 Modified Files: src/sys/netnatm: natm.c Log Message: * #include sys/kmem.h for kmem_intr_free() * add missing variables used by natm_attach(), natm_ioctl() To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/net

2014-07-06 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jul 6 16:06:19 UTC 2014 Modified Files: src/sys/net: link_proto.c Log Message: * split PRU_SENSE functionality out of link_usrreq() and place into separate link_stat(struct socket *, struct stat *) function To generate a

CVS commit: src/sys/rump/net/lib/libsockin

2014-07-06 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jul 6 16:18:46 UTC 2014 Modified Files: src/sys/rump/net/lib/libsockin: sockin.c Log Message: * split PRU_SENSE functionality out of sockin_usrreq() and place into separate sockin_stat(struct socket *, struct stat *)

CVS commit: src

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 17:35:09 UTC 2014 Modified Files: src: build.sh Log Message: Fix two incorrect attempts to skip blank lines or comment lines. They failed to account for the space that is appended to ${line} before comparison. To

CVS commit: src

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 17:49:20 UTC 2014 Modified Files: src: build.sh Log Message: Set USETOOLS and MAKEWRAPPERMACHINE in parseoptions(), where several other make variables are set, insteadof in special case code in createmakewrapper(). To

CVS commit: src

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 18:04:44 UTC 2014 Modified Files: src: build.sh Log Message: Make the makewrapper script robust against variables with embedded special characters. * Add a shell_quote function, identical to that in postinstall(1) and

CVS commit: src/lib/libedit

2014-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 6 18:09:04 UTC 2014 Modified Files: src/lib/libedit: readline.c Log Message: PR/48957: Federico G. Schwindt: Restore commented out code that broke rl_callback_handler. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libedit

2014-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 6 18:15:34 UTC 2014 Modified Files: src/lib/libedit: map.c map.h parse.c read.c Log Message: Bounds search for reallocated index, from OpenBSD via Andreas Fett To generate a diff of this commit: cvs rdiff -u -r1.33

CVS commit: src/external/ibm-public/postfix

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 19:53:06 UTC 2014 Modified Files: src/external/ibm-public/postfix/lib/global: Makefile src/external/ibm-public/postfix/lib/tls: Makefile src/external/ibm-public/postfix/lib/util: Makefile

CVS commit: src/external/ibm-public/postfix

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:09:26 UTC 2014 Modified Files: src/external/ibm-public/postfix/man/man1: Makefile src/external/ibm-public/postfix/sbin: Makefile Added Files: src/external/ibm-public/postfix/sbin/posttls-finger:

CVS commit: src/doc

2014-07-06 Thread Matthias Scheler
. [christos 20140622] + postfix(1): Import version 2.11.1 [tron 20140706]

CVS commit: src/external/ibm-public/postfix/share/README_FILES

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:18:19 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/README_FILES: Makefile Log Message: Update list of readme files. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/external/ibm-public/postfix/share/html

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:25:48 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/html: Makefile Log Message: Update list of HTML pages. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/ibm-public/postfix/share

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:38:34 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/README_FILES: Makefile src/external/ibm-public/postfix/share/html: Makefile Log Message: Don't install files related to other operating

CVS commit: src/external/ibm-public/postfix/share/html

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:39:14 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/html: Makefile Log Message: Don't install installation documentation. It is highly irrelevant. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/ibm-public/postfix/share

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:41:56 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/README_FILES: Makefile src/external/ibm-public/postfix/share/html: Makefile Log Message: More corrections. To generate a diff of this

CVS commit: src/usr.bin/xinstall

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 20:50:03 UTC 2014 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: When printing a timestamp to a metalog, use 9 digits for the nanoseconds part, except use only 1 digit if the value was zero. To generate a

CVS commit: src/usr.bin/xinstall

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 20:54:47 UTC 2014 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: mtree spec files want nanoseconds, so multiply the microseconds by 1000. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/external/ibm-public/postfix/share/README_FILES

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 21:04:10 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/README_FILES: Makefile Log Message: Add a few files back. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/distrib/sets/lists

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 21:06:48 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/man: mi src/distrib/sets/lists/misc: mi Log Message: Update set lists for

CVS commit: src/external/ibm-public/postfix/share/html

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 21:14:43 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/html: Makefile Log Message: Add one more file back. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/sys/arch/x68k/stand

2014-07-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 6 06:28:50 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: Makefile boot.c src/sys/arch/x68k/stand/netboot: Makefile Removed Files: src/sys/arch/x68k/stand/netboot: boot.c Log Message: Merge and

CVS commit: src/share/mk

2014-07-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 6 06:34:33 UTC 2014 Modified Files: src/share/mk: bsd.doc.mk Log Message: Don't install EXTRAHTMLFILES if MKHTML is no. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/share/mk/bsd.doc.mk Please

CVS commit: src/sys/kern

2014-07-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 6 07:41:41 UTC 2014 Modified Files: src/sys/kern: exec_elf.c Log Message: Check .evs_used==0 instead of .evs_cmds==NULL. evs_cmds would not be NULL if another _makecmds() had allocated and deallocated VMCMDs (not the case

CVS commit: src/sys/arch/powerpc/include/oea

2014-07-06 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 6 08:06:03 UTC 2014 Modified Files: src/sys/arch/powerpc/include/oea: bat.h Log Message: make sure struct bat is aligned to 8 bytes as we shift them 3 bits. fixes PReP lossage as reported on port-powerpc and port-prep.

CVS commit: src/sys/arch/x68k/stand/boot

2014-07-06 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sun Jul 6 08:10:21 UTC 2014 Modified Files: src/sys/arch/x68k/stand/boot: boot.c Log Message: Probe the actual memory size and warn if it's different from SRAM value. Without this, ancient X680x0 machines with a dead SRAM

CVS commit: src/distrib/sets/lists

2014-07-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 6 08:53:16 UTC 2014 Modified Files: src/distrib/sets/lists/games: mi src/distrib/sets/lists/misc: mi Log Message: fix docs for MKHTML=no To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51

CVS commit: src/sbin/iscsid

2014-07-06 Thread Zafer Aydogan
Module Name:src Committed By: zafer Date: Sun Jul 6 14:41:24 UTC 2014 Modified Files: src/sbin/iscsid: iscsid.8 Log Message: mention requirements for custom kernels. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sbin/iscsid/iscsid.8 Please note

CVS commit: src/sys/dev/acpi

2014-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 6 15:35:42 UTC 2014 Modified Files: src/sys/dev/acpi: acpi_ec.c Log Message: Register a null power handler if acpiec fails to attach. On one of my machines, there's no _GPE method, so acpiec_parse_gpe_package fails,

CVS commit: src/sys/kern

2014-07-06 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Jul 6 15:35:32 UTC 2014 Modified Files: src/sys/kern: subr_kobj.c Log Message: Remove this (symtabindex == -1) check; it is already handled by (nsym != 1). Put a KASSERT instead. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/external/bsd/drm2/include/linux

2014-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 6 15:43:55 UTC 2014 Modified Files: src/sys/external/bsd/drm2/include/linux: timer.h Log Message: Modify Linux timer API to add teardown_timer. del_timer_sync does not actually destroy the timer so it can't be reused

CVS commit: src/sys/netnatm

2014-07-06 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jul 6 15:44:25 UTC 2014 Modified Files: src/sys/netnatm: natm.h natm_pcb.c Log Message: * #include sys/kmem.h for kmem_intr_xxx() * ansify pcb_add() function signature and make its prototype parameter types match its

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

2014-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 6 15:44:55 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm: drm_irq.c Log Message: Call teardown_timer in drm_vblank_cleanup. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

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

2014-07-06 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 6 15:47:36 UTC 2014 Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_dma.c Log Message: Call teardown_timer in i915_driver_unload. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/netnatm

2014-07-06 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jul 6 15:49:14 UTC 2014 Modified Files: src/sys/netnatm: natm.c Log Message: * #include sys/kmem.h for kmem_intr_free() * add missing variables used by natm_attach(), natm_ioctl() To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/net

2014-07-06 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jul 6 16:06:19 UTC 2014 Modified Files: src/sys/net: link_proto.c Log Message: * split PRU_SENSE functionality out of link_usrreq() and place into separate link_stat(struct socket *, struct stat *) function To generate a

CVS commit: src/sys/rump/net/lib/libsockin

2014-07-06 Thread Tyler R. Retzlaff
Module Name:src Committed By: rtr Date: Sun Jul 6 16:18:46 UTC 2014 Modified Files: src/sys/rump/net/lib/libsockin: sockin.c Log Message: * split PRU_SENSE functionality out of sockin_usrreq() and place into separate sockin_stat(struct socket *, struct stat *)

CVS commit: src

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 17:35:09 UTC 2014 Modified Files: src: build.sh Log Message: Fix two incorrect attempts to skip blank lines or comment lines. They failed to account for the space that is appended to ${line} before comparison. To

CVS commit: src

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 17:49:20 UTC 2014 Modified Files: src: build.sh Log Message: Set USETOOLS and MAKEWRAPPERMACHINE in parseoptions(), where several other make variables are set, insteadof in special case code in createmakewrapper(). To

CVS commit: src

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 18:04:44 UTC 2014 Modified Files: src: build.sh Log Message: Make the makewrapper script robust against variables with embedded special characters. * Add a shell_quote function, identical to that in postinstall(1) and

CVS commit: src/lib/libedit

2014-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 6 18:09:04 UTC 2014 Modified Files: src/lib/libedit: readline.c Log Message: PR/48957: Federico G. Schwindt: Restore commented out code that broke rl_callback_handler. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libedit

2014-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 6 18:15:34 UTC 2014 Modified Files: src/lib/libedit: map.c map.h parse.c read.c Log Message: Bounds search for reallocated index, from OpenBSD via Andreas Fett To generate a diff of this commit: cvs rdiff -u -r1.33

CVS commit: src

2014-07-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jul 6 18:22:03 UTC 2014 Modified Files: src/distrib/sets/lists/games: mi src/distrib/sets/lists/misc: mi src/share/mk: bsd.README bsd.doc.mk bsd.own.mk Log Message: Add MKGROFFHTMLDOC and make it default to

CVS commit: src/external/ibm-public/postfix/dist

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 19:45:51 UTC 2014 Modified Files: src/external/ibm-public/postfix/dist: makedefs src/external/ibm-public/postfix/dist/README_FILES: ADDRESS_VERIFICATION_README INSTALL TLS_README

CVS commit: src/external/ibm-public/postfix

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 19:53:06 UTC 2014 Modified Files: src/external/ibm-public/postfix/lib/global: Makefile src/external/ibm-public/postfix/lib/tls: Makefile src/external/ibm-public/postfix/lib/util: Makefile

CVS commit: src/external/ibm-public/postfix

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:09:26 UTC 2014 Modified Files: src/external/ibm-public/postfix/man/man1: Makefile src/external/ibm-public/postfix/sbin: Makefile Added Files: src/external/ibm-public/postfix/sbin/posttls-finger:

CVS commit: src/doc

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:14:08 UTC 2014 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Postfix 2.11.1 was imported. To generate a diff of this commit: cvs rdiff -u -r1.1129 -r1.1130 src/doc/3RDPARTY cvs rdiff -u -r1.1940 -r1.1941

CVS commit: src/external/ibm-public/postfix/share/README_FILES

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:18:19 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/README_FILES: Makefile Log Message: Update list of readme files. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 \

CVS commit: src/external/ibm-public/postfix/share/html

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:25:48 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/html: Makefile Log Message: Update list of HTML pages. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/ibm-public/postfix/share

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:38:34 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/README_FILES: Makefile src/external/ibm-public/postfix/share/html: Makefile Log Message: Don't install files related to other operating

CVS commit: src/external/ibm-public/postfix/share/html

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:39:14 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/html: Makefile Log Message: Don't install installation documentation. It is highly irrelevant. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/ibm-public/postfix/share

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 20:41:56 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/README_FILES: Makefile src/external/ibm-public/postfix/share/html: Makefile Log Message: More corrections. To generate a diff of this

CVS commit: src/usr.bin/xinstall

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 20:50:03 UTC 2014 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: When printing a timestamp to a metalog, use 9 digits for the nanoseconds part, except use only 1 digit if the value was zero. To generate a

CVS commit: src/usr.bin/xinstall

2014-07-06 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 6 20:54:47 UTC 2014 Modified Files: src/usr.bin/xinstall: xinstall.c Log Message: mtree spec files want nanoseconds, so multiply the microseconds by 1000. To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117

CVS commit: src/external/ibm-public/postfix/share/README_FILES

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 21:04:10 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/README_FILES: Makefile Log Message: Add a few files back. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \

CVS commit: src/distrib/sets/lists

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 21:06:48 UTC 2014 Modified Files: src/distrib/sets/lists/base: mi src/distrib/sets/lists/debug: mi src/distrib/sets/lists/man: mi src/distrib/sets/lists/misc: mi Log Message: Update set lists for

CVS commit: src/external/ibm-public/postfix/share/html

2014-07-06 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Sun Jul 6 21:14:43 UTC 2014 Modified Files: src/external/ibm-public/postfix/share/html: Makefile Log Message: Add one more file back. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8