CVS commit: src/usr.sbin/npf/npfctl

2010-08-23 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Aug 23 06:01:04 UTC 2010 Modified Files: src/usr.sbin/npf/npfctl: npf_data.c Log Message: fix build failure -- correct printf sizes To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/net/icmp

2010-08-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 23 10:49:28 UTC 2010 Modified Files: src/tests/net/icmp: t_ping.c Log Message: Add a delay between startup of pinger and pingee here too. XXX: there's apparently some race condition which appears to trigger if a broadcast

CVS commit: src/share/mk

2010-08-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 23 16:03:03 UTC 2010 Modified Files: src/share/mk: bsd.test.mk Log Message: Simplify. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/share/mk/bsd.test.mk Please note that diffs are not public domain;

CVS commit: othersrc

2010-08-23 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Mon Aug 23 17:09:59 UTC 2010 Modified Files: othersrc/bin/ls: ls.c othersrc/usr.bin/du: du.c Log Message: Add #include sys/param.h for howmany(). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/kern

2010-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 23 20:53:08 UTC 2010 Modified Files: src/sys/kern: exec_subr.c kern_pax.c Log Message: Fix issues with stack allocation and pax aslr: - since the size is unsigned, don't check just that it is 0, but limit it to the

CVS commit: src/distrib/sets/lists

2010-08-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 23 20:53:41 UTC 2010 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi Log Message: add rumpdev_scsipi To generate a diff of this commit: cvs rdiff -u -r1.548 -r1.549

CVS commit: src/share/examples/rump

2010-08-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 23 20:56:27 UTC 2010 Modified Files: src/share/examples/rump/sdread: Makefile src/share/examples/rump/umserv: Makefile Log Message: update component lists: scsipi is independent of umass now To generate a diff of

CVS commit: src/sys/netinet6

2010-08-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Aug 24 00:07:00 UTC 2010 Modified Files: src/sys/netinet6: in6_proto.c ip6_etherip.c ip6_etherip.h Log Message: Make the EtherIP in IPv6 input path work. XXX: Figure out if we really need a separate protosw for IPv6. To

CVS commit: src/sys/dev/acpi

2010-08-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Aug 24 04:36:02 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Initialize acpi_force_load so that it gets allocated in the data segment rather than BSS. This lets you change its value with 'gdb --write'.

CVS commit: src/share/man/man9

2010-08-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Aug 24 05:34:16 UTC 2010 Modified Files: src/share/man/man9: module.9 Log Message: Few small nits. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/module.9 Please note that diffs are not

CVS commit: src/usr.sbin/npf/npfctl

2010-08-23 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Mon Aug 23 06:01:04 UTC 2010 Modified Files: src/usr.sbin/npf/npfctl: npf_data.c Log Message: fix build failure -- correct printf sizes To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/tests/net/icmp

2010-08-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 23 10:49:28 UTC 2010 Modified Files: src/tests/net/icmp: t_ping.c Log Message: Add a delay between startup of pinger and pingee here too. XXX: there's apparently some race condition which appears to trigger if a broadcast

CVS commit: src/sys/rump/librump/rumpkern

2010-08-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Mon Aug 23 14:00:40 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Initialize the new kernconfig_lock for rump kernels before it can be used. Should fix the rather massive breakage in the automated

CVS commit: src/share/mk

2010-08-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 23 16:03:03 UTC 2010 Modified Files: src/share/mk: bsd.test.mk Log Message: Simplify. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/share/mk/bsd.test.mk Please note that diffs are not public domain;

CVS commit: src/sys

2010-08-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Mon Aug 23 16:20:45 UTC 2010 Modified Files: src/sys/arch/x86/acpi: acpi_cpu_md.c src/sys/arch/x86/include: machdep.h src/sys/arch/x86/x86: x86_machdep.c src/sys/dev/acpi: acpi_cpu.h acpi_cpu_cstate.c Log

CVS commit: othersrc

2010-08-23 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Mon Aug 23 17:09:59 UTC 2010 Modified Files: othersrc/bin/ls: ls.c othersrc/usr.bin/du: du.c Log Message: Add #include sys/param.h for howmany(). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: othersrc

2010-08-23 Thread Arnaud Ysmal
Module Name:othersrc Committed By: stacktic Date: Mon Aug 23 17:11:29 UTC 2010 Modified Files: othersrc: Makefile.fsu Log Message: Added rumpdev, rumpdev_putter and rumpdev_disk to LDADD for fs-utils binaries To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/scsipi

2010-08-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 23 20:01:17 UTC 2010 Modified Files: src/sys/dev/scsipi: scsipi_base.c Log Message: Convert one second(!!) delay to kpause. It was originally done from a callout, so delay was the only option (in those days). Then the

CVS commit: src/sys/kern

2010-08-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 23 20:53:08 UTC 2010 Modified Files: src/sys/kern: exec_subr.c kern_pax.c Log Message: Fix issues with stack allocation and pax aslr: - since the size is unsigned, don't check just that it is 0, but limit it to the

CVS commit: src/distrib/sets/lists

2010-08-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 23 20:53:41 UTC 2010 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: mi shl.mi Log Message: add rumpdev_scsipi To generate a diff of this commit: cvs rdiff -u -r1.548 -r1.549

CVS commit: src/share/examples/rump

2010-08-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Aug 23 20:56:27 UTC 2010 Modified Files: src/share/examples/rump/sdread: Makefile src/share/examples/rump/umserv: Makefile Log Message: update component lists: scsipi is independent of umass now To generate a diff of

CVS commit: src/sys/netinet6

2010-08-23 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Aug 24 00:07:00 UTC 2010 Modified Files: src/sys/netinet6: in6_proto.c ip6_etherip.c ip6_etherip.h Log Message: Make the EtherIP in IPv6 input path work. XXX: Figure out if we really need a separate protosw for IPv6. To

CVS commit: src/sys/dev/acpi

2010-08-23 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Tue Aug 24 04:36:02 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Initialize acpi_force_load so that it gets allocated in the data segment rather than BSS. This lets you change its value with 'gdb --write'.

CVS commit: src/share/man/man9

2010-08-23 Thread Jukka Ruohonen
Module Name:src Committed By: jruoho Date: Tue Aug 24 05:34:16 UTC 2010 Modified Files: src/share/man/man9: module.9 Log Message: Few small nits. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/share/man/man9/module.9 Please note that diffs are not