Re: CVS commit: src/usr.sbin/mtree

2013-01-02 Thread Martin Husemann
On Thu, Dec 20, 2012 at 11:43:17AM -0500, Christos Zoulas wrote: Module Name: src Committed By: christos Date: Thu Dec 20 16:43:17 UTC 2012 Modified Files: src/usr.sbin/mtree: create.c extern.h mtree.8 mtree.c spec.c Log Message: Implement the flavor output discussed in

Re: CVS commit: src/usr.sbin/mtree

2013-01-02 Thread Christos Zoulas
On Jan 2, 10:19am, mar...@homeworld.netbsd.org (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/usr.sbin/mtree | On Thu, Dec 20, 2012 at 11:43:17AM -0500, Christos Zoulas wrote: | Module Name:src | Committed By: christos | Date: Thu Dec 20 16:43:17 UTC 2012

Re: CVS commit: src/usr.sbin/mtree

2013-01-02 Thread Paul Goyette
On Wed, 2 Jan 2013, Christos Zoulas wrote: On Jan 2, 10:19am, mar...@homeworld.netbsd.org (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/usr.sbin/mtree | On Thu, Dec 20, 2012 at 11:43:17AM -0500, Christos Zoulas wrote: | Module Name: src | Committed By:christos | Date:

Re: CVS commit: src/usr.sbin/mtree

2013-01-02 Thread Greg Troxel
chris...@zoulas.com (Christos Zoulas) writes: On Jan 2, 10:19am, mar...@homeworld.netbsd.org (Martin Husemann) wrote: -- Subject: Re: CVS commit: src/usr.sbin/mtree | On Thu, Dec 20, 2012 at 11:43:17AM -0500, Christos Zoulas wrote: | Module Name: src | Committed By: christos |

Re: CVS commit: src/usr.sbin/mtree

2013-01-02 Thread Christos Zoulas
On Jan 2, 8:55am, g...@ir.bbn.com (Greg Troxel) wrote: -- Subject: Re: CVS commit: src/usr.sbin/mtree | Then it seems that the tests should have been changed in the same | commit, and new tests added for netbsd flavor! I did not know about the tests. I will fix them. christos

Re: CVS commit: src/sbin/ping

2013-01-02 Thread Greg Troxel
chris...@zoulas.com (Christos Zoulas) writes: ping -s 1 localhost linux: PING localhost (127.0.0.1) 1(29) bytes of data. 9 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 so linux sends n bytes more than the header. macosx PING localhost (127.0.0.1): 1 data bytes 9 bytes from

Re: CVS commit: src/sbin/ping

2013-01-02 Thread Christos Zoulas
On Jan 2, 10:55am, g...@ir.bbn.com (Greg Troxel) wrote: -- Subject: Re: CVS commit: src/sbin/ping | chris...@zoulas.com (Christos Zoulas) writes: | | ping -s 1 localhost | | linux: | PING localhost (127.0.0.1) 1(29) bytes of data. | 9 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 | |

Re: CVS commit: src/sbin/ping

2013-01-02 Thread Greg Troxel
I am not understanding why '-s argument is the number of data bytes beyond the standard 8-byte icmp header' is complicated. People who use -s are trying to control packet size, and the rule of 8 header + data seems to be longstanding. Looking at -current: the size of the timespec should be

Re: CVS commit: src/sbin/ping

2013-01-02 Thread Christos Zoulas
In article rmik3rv4kwp@fnord.ir.bbn.com, Greg Troxel g...@ir.bbn.com wrote: -=-=-=-=-=- I am not understanding why '-s argument is the number of data bytes beyond the standard 8-byte icmp header' is complicated. People who use -s are trying to control packet size, and the rule of 8 header

Re: CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2013-01-02 Thread David Laight
On Wed, Jan 02, 2013 at 09:19:13PM +, Matthias Scheler wrote: Module Name: src Committed By: tron Date: Wed Jan 2 21:19:13 UTC 2013 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c Log Message: Include sys/ioctl.h for the prototype of

CVS commit: src/sys/dev/usb

2013-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 09:49:15 UTC 2013 Modified Files: src/sys/dev/usb: ehci.c Log Message: KNF a comment. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/dev/usb/ehci.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2013-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 09:50:26 UTC 2013 Modified Files: src/sys/dev/usb: ohci.c Log Message: Correct a comment To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/dev/usb/ohci.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2013-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 09:53:58 UTC 2013 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Use NULL not 0 for pointer assignment. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/dev/usb/usb_subr.c Please note

CVS commit: src/external/cddl/osnet/sys/sys

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 10:33:19 UTC 2013 Modified Files: src/external/cddl/osnet/sys/sys: zfs_context.h Log Message: Replace alloca(256) with an array. The code ended up using alloca() from libc - which 'just can't work' (tm). It is also

CVS commit: src/external/cddl/osnet/dist/cmd/zpool

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 10:33:49 UTC 2013 Modified Files: src/external/cddl/osnet/dist/cmd/zpool: zpool_main.c Log Message: Explicitly include sys/ioctl.h To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \

CVS commit: src/usr.bin/pkill

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 10:36:07 UTC 2013 Modified Files: src/usr.bin/pkill: pkill.c Log Message: Explicitly include sys/resource.h To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.bin/pkill/pkill.c Please note that diffs

CVS commit: src/usr.sbin/pstat

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 10:43:11 UTC 2013 Modified Files: src/usr.sbin/pstat: Makefile Log Message: pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/lib/libc/gen

2013-01-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 2 11:28:49 UTC 2013 Modified Files: src/tests/lib/libc/gen: t_glob.c Log Message: Remove check for GLOB_NOCHECK - the behaviour has been changed again, so it will return a modified pattern. To generate a diff of this

CVS commit: src/external/historical/nawk/dist

2013-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 2 13:46:17 UTC 2013 Modified Files: src/external/historical/nawk/dist: b.c Log Message: we define HAS_ISBLANK in the Makefile To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/units

2013-01-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jan 2 14:05:04 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: Really expand the name, not the definition, as the comment says. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/common/lib/libc/arch/arm/string

2013-01-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 2 15:24:21 UTC 2013 Added Files: src/common/lib/libc/arch/arm/string: strlen.S Removed Files: src/common/lib/libc/arch/arm/string: strlen_armv6.S Log Message: Rename strlen_armv6.S to strlen.S since this is no

CVS commit: src/common/lib/libc/arch/arm/string

2013-01-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 2 15:38:03 UTC 2013 Modified Files: src/common/lib/libc/arch/arm/string: strcpy.S Log Message: Deal with _LIBC (aliases, etc). Add missing #endif. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/external/bsd/ipf/bin

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 15:50:34 UTC 2013 Modified Files: src/external/bsd/ipf/bin/ipresend: Makefile src/external/bsd/ipf/bin/ipsend: Makefile Log Message: # There is some very dubious code to locate the values of # tcb.rcv_adv,

CVS commit: src/external/cddl/osnet

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 16:31:25 UTC 2013 Modified Files: src/external/cddl/osnet/lib/libzpool: kernel.c src/external/cddl/osnet/sys/sys: zfs_context.h Log Message: I've NFI why this code has userspace stuff playing with 'struct proc *'

CVS commit: src/sys/sys

2013-01-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 2 17:02:13 UTC 2013 Modified Files: src/sys/sys: cdefs.h Log Message: Don't define __BIT/__BITS if __ASSEMBLER__ is defined. (since they use C syntax they won't work anyways). To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/usr.sbin/mtree

2013-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 2 18:11:44 UTC 2013 Modified Files: src/tests/usr.sbin/mtree: Makefile t_mtree.sh Added Files: src/tests/usr.sbin/mtree: mtree_d_create.out netbsd6_d_create.out Removed Files: src/tests/usr.sbin/mtree:

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

2013-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 2 18:12:58 UTC 2013 Modified Files: src/distrib/sets/lists/tests: mi Log Message: fix mtree sets To generate a diff of this commit: cvs rdiff -u -r1.512 -r1.513 src/distrib/sets/lists/tests/mi Please note that diffs

CVS commit: src/external/bsd/ipf/bin/iptest

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:41:50 UTC 2013 Modified Files: src/external/bsd/ipf/bin/iptest: Makefile Log Message: There is some very dubious code to locate the values of tcb.rcv_adv, tcb.snd_nxt and tcb.rcv_nxt for a socket. so set CPPFLAGS+=

CVS commit: src/external/gpl3/gdb/dist/gdb

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:44:46 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64bsd-nat.c Log Message: amd64's machine/reg now includes fpu.h (to define 'struct fxsave64) so no need to include signal.h here - which shouldn't

CVS commit: src/sys/compat/osf1

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:48:22 UTC 2013 Modified Files: src/sys/compat/osf1: osf1_errno.c osf1_signo.c Log Message: These files don't need compat/osf1/osf1_cvt.h To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/compat

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:50:08 UTC 2013 Modified Files: src/sys/compat/ibcs2: ibcs2_signal.h src/sys/compat/svr4: svr4_signal.h Log Message: Put the kernel function prototypes inside #ifdef _KERNEL To generate a diff of this commit:

CVS commit: src/sys/sys

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:51:53 UTC 2013 Modified Files: src/sys/sys: errno.h Log Message: Expose the pseudo-errors if _KMEMUSER is defined (as well as _KERNEL). CVS :-- To

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

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:24:31 UTC 2013 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: #include sys/ioctl.h To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/cpuctl/arch/i386.c Please note that diffs

CVS commit: src/sys/sys

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:29:40 UTC 2013 Modified Files: src/sys/sys: sysctl.h Log Message: Only define 'struct kinfo_proc' if _KERNEL or _KMEMUSER is defined. All 'normal' programs should be using kinfo_proc2 instead. To generate a diff of

CVS commit: src/sys/sys

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:35:44 UTC 2013 Modified Files: src/sys/sys: file.h Log Message: Expose the DTYPE_xxx (names) defines even if _KERNEL isn't defined. There is no other excuse for including this file in userspace. To generate a diff of

CVS commit: src

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:39:04 UTC 2013 Modified Files: src/sys/sys: lwp.h proc.h src/usr.bin/kdump: kdump.c Log Message: Only expose the bulk of sys/proc.h and sys/lwp.h if _KERNEL or _KMEMUSER is defined. i386 and amd64 build ok.

CVS commit: src/sys/arch/amd64/include

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:40:23 UTC 2013 Modified Files: src/sys/arch/amd64/include: signal.h Log Message: This is included into user-programs by signal.h, it shouldn't be pulling in machine/fpu.h - which doesn't describe anything userspace

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

2013-01-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 2 19:45:49 UTC 2013 Modified Files: src/external/ibm-public/postfix/lib/global: Makefile src/external/ibm-public/postfix/lib/util: Makefile src/external/ibm-public/postfix/libexec/postscreen: Makefile

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2013-01-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 2 21:19:13 UTC 2013 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c Log Message: Include sys/ioctl.h for the prototype of ioctl(2) which fixes the build. To generate a diff of this commit:

CVS commit: src/bin/sh

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 22:28:42 UTC 2013 Modified Files: src/bin/sh: eval.c Log Message: include limits.h for CHAR_MIN To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/bin/sh/eval.c Please note that diffs are not public

CVS commit: src

2013-01-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 2 22:33:21 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/misc: mi src/external/ibm-public/postfix/man/man5: Makefile

CVS commit: src/doc

2013-01-02 Thread Matthias Scheler
-l and -L options. [apb 20130101] + postfix(1): Import version 2.9.5 [tron 20130102]

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

2013-01-02 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 2 23:23:15 UTC 2013 Modified Files: src/sys/kern [netbsd-6]: vfs_wapbl.c Log Message: Pull up following revision(s) (requested by hannken in ticket #758): sys/kern/vfs_wapbl.c: revision 1.53

CVS commit: [netbsd-6] src/sys/dev/sdmmc

2013-01-02 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 2 23:34:56 UTC 2013 Modified Files: src/sys/dev/sdmmc [netbsd-6]: sdhc.c sdhcreg.h Log Message: sys/dev/sdmmc/sdhc.cpatch sys/dev/sdmmc/sdhcreg.h patch Support

CVS commit: [netbsd-6] src/doc

2013-01-02 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 2 23:36:12 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Tickets 758, 759 To generate a diff of this commit: cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-6.1 Please note that diffs are not

CVS commit: src/sys/arch/sparc64/sparc64

2013-01-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 3 07:51:49 UTC 2013 Modified Files: src/sys/arch/sparc64/sparc64: db_interface.c Log Message: There is no point in trying to tell userland access from kernel access by looking at the address on sparc64 - so, let us

CVS commit: src/sys/dev/usb

2013-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 09:49:15 UTC 2013 Modified Files: src/sys/dev/usb: ehci.c Log Message: KNF a comment. To generate a diff of this commit: cvs rdiff -u -r1.193 -r1.194 src/sys/dev/usb/ehci.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2013-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 09:50:26 UTC 2013 Modified Files: src/sys/dev/usb: ohci.c Log Message: Correct a comment To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 src/sys/dev/usb/ohci.c Please note that diffs are not public

CVS commit: src/sys/dev/usb

2013-01-02 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jan 2 09:53:58 UTC 2013 Modified Files: src/sys/dev/usb: usb_subr.c Log Message: Use NULL not 0 for pointer assignment. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/dev/usb/usb_subr.c Please note

CVS commit: src/external/cddl/osnet/dist/cmd/zpool

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 10:33:49 UTC 2013 Modified Files: src/external/cddl/osnet/dist/cmd/zpool: zpool_main.c Log Message: Explicitly include sys/ioctl.h To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \

CVS commit: src/usr.bin/pkill

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 10:36:07 UTC 2013 Modified Files: src/usr.bin/pkill: pkill.c Log Message: Explicitly include sys/resource.h To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.bin/pkill/pkill.c Please note that diffs

CVS commit: src/usr.sbin/pstat

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 10:43:11 UTC 2013 Modified Files: src/usr.sbin/pstat: Makefile Log Message: pstat is a kmem groveller, set -D_KMEMUSER in CPPFLAGS To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/tests/lib/libc/gen

2013-01-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Jan 2 11:28:49 UTC 2013 Modified Files: src/tests/lib/libc/gen: t_glob.c Log Message: Remove check for GLOB_NOCHECK - the behaviour has been changed again, so it will return a modified pattern. To generate a diff of this

CVS commit: src/external/historical/nawk/dist

2013-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 2 13:46:17 UTC 2013 Modified Files: src/external/historical/nawk/dist: b.c Log Message: we define HAS_ISBLANK in the Makefile To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.bin/units

2013-01-02 Thread Alan Barrett
Module Name:src Committed By: apb Date: Wed Jan 2 14:05:04 UTC 2013 Modified Files: src/usr.bin/units: units.c Log Message: Really expand the name, not the definition, as the comment says. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/common/lib/libc/arch/arm/string

2013-01-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 2 15:24:21 UTC 2013 Added Files: src/common/lib/libc/arch/arm/string: strlen.S Removed Files: src/common/lib/libc/arch/arm/string: strlen_armv6.S Log Message: Rename strlen_armv6.S to strlen.S since this is no

CVS commit: src/external/bsd/ipf/bin

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 15:50:34 UTC 2013 Modified Files: src/external/bsd/ipf/bin/ipresend: Makefile src/external/bsd/ipf/bin/ipsend: Makefile Log Message: # There is some very dubious code to locate the values of # tcb.rcv_adv,

CVS commit: src/external/cddl/osnet

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 16:31:25 UTC 2013 Modified Files: src/external/cddl/osnet/lib/libzpool: kernel.c src/external/cddl/osnet/sys/sys: zfs_context.h Log Message: I've NFI why this code has userspace stuff playing with 'struct proc *'

CVS commit: src/sys/sys

2013-01-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Jan 2 17:02:13 UTC 2013 Modified Files: src/sys/sys: cdefs.h Log Message: Don't define __BIT/__BITS if __ASSEMBLER__ is defined. (since they use C syntax they won't work anyways). To generate a diff of this commit: cvs rdiff

CVS commit: src/tests/usr.sbin/mtree

2013-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 2 18:11:44 UTC 2013 Modified Files: src/tests/usr.sbin/mtree: Makefile t_mtree.sh Added Files: src/tests/usr.sbin/mtree: mtree_d_create.out netbsd6_d_create.out Removed Files: src/tests/usr.sbin/mtree:

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

2013-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jan 2 18:12:58 UTC 2013 Modified Files: src/distrib/sets/lists/tests: mi Log Message: fix mtree sets To generate a diff of this commit: cvs rdiff -u -r1.512 -r1.513 src/distrib/sets/lists/tests/mi Please note that diffs

CVS commit: src/external/bsd/ipf/bin/iptest

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:41:50 UTC 2013 Modified Files: src/external/bsd/ipf/bin/iptest: Makefile Log Message: There is some very dubious code to locate the values of tcb.rcv_adv, tcb.snd_nxt and tcb.rcv_nxt for a socket. so set CPPFLAGS+=

CVS commit: src/external/gpl3/gdb/dist/gdb

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:44:46 UTC 2013 Modified Files: src/external/gpl3/gdb/dist/gdb: amd64bsd-nat.c Log Message: amd64's machine/reg now includes fpu.h (to define 'struct fxsave64) so no need to include signal.h here - which shouldn't

CVS commit: src/sys/compat/osf1

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:48:22 UTC 2013 Modified Files: src/sys/compat/osf1: osf1_errno.c osf1_signo.c Log Message: These files don't need compat/osf1/osf1_cvt.h To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/compat

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:50:08 UTC 2013 Modified Files: src/sys/compat/ibcs2: ibcs2_signal.h src/sys/compat/svr4: svr4_signal.h Log Message: Put the kernel function prototypes inside #ifdef _KERNEL To generate a diff of this commit:

CVS commit: src/sys/sys

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 18:51:53 UTC 2013 Modified Files: src/sys/sys: errno.h Log Message: Expose the pseudo-errors if _KMEMUSER is defined (as well as _KERNEL). CVS :-- To

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

2013-01-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 2 19:18:37 UTC 2013 Modified Files: src/external/ibm-public/postfix/dist: makedefs postfix-install src/external/ibm-public/postfix/dist/README_FILES: ADDRESS_VERIFICATION_README INSTALL TLS_README

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

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:24:31 UTC 2013 Modified Files: src/usr.sbin/cpuctl/arch: i386.c Log Message: #include sys/ioctl.h To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/cpuctl/arch/i386.c Please note that diffs

CVS commit: src/sys/sys

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:29:40 UTC 2013 Modified Files: src/sys/sys: sysctl.h Log Message: Only define 'struct kinfo_proc' if _KERNEL or _KMEMUSER is defined. All 'normal' programs should be using kinfo_proc2 instead. To generate a diff of

CVS commit: src/sys/sys

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:35:44 UTC 2013 Modified Files: src/sys/sys: file.h Log Message: Expose the DTYPE_xxx (names) defines even if _KERNEL isn't defined. There is no other excuse for including this file in userspace. To generate a diff of

CVS commit: src

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:39:04 UTC 2013 Modified Files: src/sys/sys: lwp.h proc.h src/usr.bin/kdump: kdump.c Log Message: Only expose the bulk of sys/proc.h and sys/lwp.h if _KERNEL or _KMEMUSER is defined. i386 and amd64 build ok.

CVS commit: src/sys/arch/amd64/include

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 19:40:23 UTC 2013 Modified Files: src/sys/arch/amd64/include: signal.h Log Message: This is included into user-programs by signal.h, it shouldn't be pulling in machine/fpu.h - which doesn't describe anything userspace

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

2013-01-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 2 19:45:49 UTC 2013 Modified Files: src/external/ibm-public/postfix/lib/global: Makefile src/external/ibm-public/postfix/lib/util: Makefile src/external/ibm-public/postfix/libexec/postscreen: Makefile

CVS commit: src/external/cddl/osnet/dist/lib/libdtrace/common

2013-01-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 2 21:19:13 UTC 2013 Modified Files: src/external/cddl/osnet/dist/lib/libdtrace/common: dt_subr.c Log Message: Include sys/ioctl.h for the prototype of ioctl(2) which fixes the build. To generate a diff of this commit:

CVS commit: src/bin/sh

2013-01-02 Thread David Laight
Module Name:src Committed By: dsl Date: Wed Jan 2 22:28:42 UTC 2013 Modified Files: src/bin/sh: eval.c Log Message: include limits.h for CHAR_MIN To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 src/bin/sh/eval.c Please note that diffs are not public

CVS commit: src

2013-01-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 2 22:33:21 UTC 2013 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/misc: mi src/external/ibm-public/postfix/man/man5: Makefile

CVS commit: src/doc

2013-01-02 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Wed Jan 2 22:34:05 UTC 2013 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Note that Postfix 2.9.5 was imported. To generate a diff of this commit: cvs rdiff -u -r1.993 -r1.994 src/doc/3RDPARTY cvs rdiff -u -r1.1774

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

2013-01-02 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 2 23:23:15 UTC 2013 Modified Files: src/sys/kern [netbsd-6]: vfs_wapbl.c Log Message: Pull up following revision(s) (requested by hannken in ticket #758): sys/kern/vfs_wapbl.c: revision 1.53

CVS commit: [netbsd-6] src/sys/dev/sdmmc

2013-01-02 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 2 23:34:56 UTC 2013 Modified Files: src/sys/dev/sdmmc [netbsd-6]: sdhc.c sdhcreg.h Log Message: sys/dev/sdmmc/sdhc.cpatch sys/dev/sdmmc/sdhcreg.h patch Support

CVS commit: [netbsd-6] src/doc

2013-01-02 Thread Jeff Rizzo
Module Name:src Committed By: riz Date: Wed Jan 2 23:36:12 UTC 2013 Modified Files: src/doc [netbsd-6]: CHANGES-6.1 Log Message: Tickets 758, 759 To generate a diff of this commit: cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-6.1 Please note that diffs are not

CVS commit: src/sys/arch/sparc64/sparc64

2013-01-02 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jan 3 07:51:49 UTC 2013 Modified Files: src/sys/arch/sparc64/sparc64: db_interface.c Log Message: There is no point in trying to tell userland access from kernel access by looking at the address on sparc64 - so, let us