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

2011-02-02 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Feb 2 09:02:40 UTC 2011 Modified Files: src/sys/arch/powerpc/powerpc: vm_machdep.c Log Message: Always call cpu_lwp_bootstrap even in cpu_setfunc. Let cpu_lwp_fork use cpu_setfunc instead of duplicating code. Simplify stack s

CVS commit: src/lib/libnpf

2011-02-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 2 09:05:01 UTC 2011 Modified Files: src/lib/libnpf: npf.3 Log Message: New sentence, new line. Mark up NULL. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libnpf/npf.3 Please note that diffs are not

CVS commit: src/share/man/man7

2011-02-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Feb 2 09:07:33 UTC 2011 Modified Files: src/share/man/man7: sysctl.7 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/share/man/man7/sysctl.7 Please note that diffs ar

CVS commit: src/sys/arch/x86

2011-02-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Feb 2 12:26:43 UTC 2011 Modified Files: src/sys/arch/x86/include: cpu_counter.h src/sys/arch/x86/x86: cpu.c tsc.c Log Message: Some CPU have cpu counter (CPUID_TSC is there) but don't handle the rdmsr instruction (CPU

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

2011-02-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 2 14:41:56 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: adjust inode size too if VOP_SETATTR changes size To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/rump/librump

CVS commit: src/tests/fs/vfs

2011-02-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 2 14:42:15 UTC 2011 Modified Files: src/tests/fs/vfs: t_io.c Log Message: add a few overwrite-related tests To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/fs/vfs/t_io.c Please note that diffs are

CVS commit: src/sys/uvm

2011-02-02 Thread Chuck Cranor
Module Name:src Committed By: chuck Date: Wed Feb 2 15:13:34 UTC 2011 Modified Files: src/sys/uvm: uvm.h uvm_amap.c uvm_amap.h uvm_anon.c uvm_anon.h uvm_ddb.h uvm_device.c uvm_device.h uvm_extern.h uvm_fault.c uvm_fault.h uvm_fault_i.h uvm_glue.h uv

CVS commit: src/lib/libnpf

2011-02-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Feb 2 15:17:38 UTC 2011 Modified Files: src/lib/libnpf: npf.c Log Message: npf_nat_create: fix attributes. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libnpf/npf.c Please note that diffs are not publ

CVS commit: src/crypto/dist/ipsec-tools/src/racoon

2011-02-02 Thread VANHULLEBUS Yvan
Module Name:src Committed By: vanhu Date: Wed Feb 2 15:21:34 UTC 2011 Modified Files: src/crypto/dist/ipsec-tools/src/racoon: cftoken.l isakmp.c remoteconf.h sainfo.c sainfo.h Log Message: store ph1id in an u_int32_t instead of a (signed)int. Patch from Christ

CVS commit: src/sys/uvm

2011-02-02 Thread Chuck Cranor
Module Name:src Committed By: chuck Date: Wed Feb 2 15:25:28 UTC 2011 Modified Files: src/sys/uvm: uvm_coredump.c uvm_glue.c uvm_km.c uvm_map.c uvm_map.h uvm_meter.c uvm_page.c uvm_page.h uvm_pdaemon.c uvm_pdaemon.h uvm_pdpolicy_clock.c Log Message

CVS commit: src/sys/uvm

2011-02-02 Thread Chuck Cranor
Module Name:src Committed By: chuck Date: Wed Feb 2 15:28:38 UTC 2011 Modified Files: src/sys/uvm: uvm_aobj.c uvm_aobj.h Log Message: udpate license clauses on chuck^2 code to match the new-style BSD licenses. based on diff that rmind@ sent me (and confirmed with chs@ via

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

2011-02-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 2 15:55:22 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: never open rumpblk backend with O_TRUNC XXX: the rumpuser_open interface needs a beating To generate a diff of this commit: cvs rdi

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

2011-02-02 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Feb 2 15:58:09 UTC 2011 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: Allow etfs for CREATE lookups too. This takes care of O_CREAT calls to open(), which act just like lookups if the node exists (found

CVS commit: src/common/lib/libprop

2011-02-02 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Feb 2 16:37:27 UTC 2011 Modified Files: src/common/lib/libprop: prop_dictionary.3 Log Message: prop_dictionary_internalize_from_file_returns_a_dictionary_not_an_array To generate a diff of this commit: cvs rdiff -u -r1.15 -

CVS commit: src/sys

2011-02-02 Thread Chuck Cranor
Module Name:src Committed By: chuck Date: Wed Feb 2 17:53:42 UTC 2011 Modified Files: src/sys/arch/mvme68k/stand/sboot: console.c etherfun.c etherfun.h sboot.c sboot.h src/sys/uvm: uvm.h uvm_page.c Log Message: udpate license clauses on my code to matc

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Feb 2 19:17:09 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: Makefile quotas_common.sh t_getquota.sh t_setquota.sh src/tests/fs/ffs/clients [bouyer-quota2]: Makefile Added Files: src/te

CVS commit: src/sys/uvm

2011-02-02 Thread Chuck Cranor
Module Name:src Committed By: chuck Date: Wed Feb 2 20:07:25 UTC 2011 Modified Files: src/sys/uvm: uvm_mmap.c uvm_pager.h uvm_unix.c uvm_vnode.c Log Message: udpate license clauses on my code to match the new-style BSD licenses. verified with Mike Hibler it is ok to remov

CVS commit: src/sys

2011-02-02 Thread Chuck Cranor
Module Name:src Committed By: chuck Date: Wed Feb 2 20:10:09 UTC 2011 Modified Files: src/sys/compat/netbsd32: netbsd32_core.c src/sys/kern: core_netbsd.c Log Message: udpate license clauses on my code to match the new-style BSD licenses. verified with Mike Hibler

CVS commit: [bouyer-quota2] src/tests/fs/ffs

2011-02-02 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Wed Feb 2 21:01:09 UTC 2011 Modified Files: src/tests/fs/ffs [bouyer-quota2]: t_quotalimit.sh Log Message: Check that a new id properly get limits from the defaults. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1

CVS commit: src/sys/net/npf

2011-02-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Feb 2 23:01:34 UTC 2011 Modified Files: src/sys/net/npf: npf.h Log Message: Bump NPF_VERSION. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/net/npf/npf.h Please note that diffs are not public domain; t

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

2011-02-02 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Wed Feb 2 23:27:12 UTC 2011 Modified Files: src/distrib/sets/lists/comp: shl.mi Log Message: +libnpf.so.0.0.debug To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/distrib/sets/lists/comp/shl.mi Please note th

CVS commit: src/lib/libpam/modules/pam_exec

2011-02-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 3 02:06:00 UTC 2011 Modified Files: src/lib/libpam/modules/pam_exec: pam_exec.c Log Message: PR/44505: Mark Davies: pam_exec fails to realloc enough space, while there add a volatile variable (From FreeBSD) To generat

CVS commit: [matt-nb5-mips64] src/sys/lib/libkern

2011-02-02 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Thu Feb 3 02:24:21 UTC 2011 Modified Files: src/sys/lib/libkern [matt-nb5-mips64]: libkern.h Log Message: fix KASSERTMSG To generate a diff of this commit: cvs rdiff -u -r1.82.8.1 -r1.82.8.2 src/sys/lib/libkern/libkern.h Please

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2011-02-02 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Thu Feb 3 02:36:42 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: pmap_tlb.c Log Message: fix use of KASSERTMSG To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/sys/arch/mips/mips/pma

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2011-02-02 Thread Cliff Neighbors
Module Name:src Committed By: cliff Date: Thu Feb 3 02:39:47 UTC 2011 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_softint.c syscall.c Log Message: fix KASSERTMSG useage To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/sys/arch/m

CVS commit: src/crypto/external/bsd/openssh/dist

2011-02-02 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Thu Feb 3 04:24:23 UTC 2011 Modified Files: src/crypto/external/bsd/openssh/dist: sshd_config.5 Log Message: Note that our installed sshd_config overwrite the LoginGraceTime to 600s. To generate a diff of this commit: cvs rdiff