CVS commit: src/usr.sbin/perfused

2010-09-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 6 13:15:29 UTC 2010 Modified Files: src/usr.sbin/perfused: perfused.c Log Message: Fix some typos in messages. Make usage match manpage. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/sys/dev/acpi

2010-09-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 6 14:09:54 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_quirks.c Log Message: Remove quirk added in rev 1.14. Even after the change of 1.16, it still matches more boards that just the one with the problem.

CVS commit: src/include

2010-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 6 14:38:56 UTC 2010 Modified Files: src/include: glob.h Log Message: add globstar. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/include/glob.h Please note that diffs are not public domain; they

CVS commit: src/lib/libc/gen

2010-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 6 14:40:25 UTC 2010 Modified Files: src/lib/libc/gen: glob.3 glob.c Log Message: Add GLOB_STAR support from Greg Dionne. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/lib/libc/gen/glob.3 cvs rdiff

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

2010-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 6 14:41:21 UTC 2010 Added Files: src/tests/lib/libc/gen: Makefile t_glob_star.c Log Message: Add tests for GLOB_STAR To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/gen/Makefile \

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

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 15:07:33 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpfs.c Log Message: renamelock is mandatory To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/sys/rump/librump/rumpvfs/rumpfs.c Please

CVS commit: src/tests/fs/vfs

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 15:21:34 UTC 2010 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: symlink to a zero-len target (and watch tmpfs go kabloom) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/lib/libc/sys

2010-09-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 6 15:22:09 UTC 2010 Modified Files: src/lib/libc/sys: open.2 Log Message: Note a difference to IEEE Std 2003.1-2008. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/lib/libc/sys/open.2 Please

CVS commit: src/tests/fs/vfs

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 15:27:18 UTC 2010 Modified Files: src/tests/fs/vfs: t_vnops.c Log Message: fill in PR number: kern/43843 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/fs/vfs/t_vnops.c Please note that diffs

CVS commit: src/sys

2010-09-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 6 15:54:27 UTC 2010 Modified Files: src/sys/arch/x86/x86: platform.c src/sys/dev/acpi: acpi.c acpi_quirks.c acpivar.h files.acpi Log Message: Add support for blacklisting ACPI BIOS implementations by year. By

CVS commit: src/share/man/man4

2010-09-06 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Sep 6 16:01:25 UTC 2010 Modified Files: src/share/man/man4: acpi.4 Log Message: document ACPI_BLACKLIST_YEAR To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/share/man/man4/acpi.4 Please note that diffs

CVS commit: src/doc

2010-09-06 Thread Jared D. McNeill
acpi_force_load=1 or add options ACPI_BLACKLIST_YEAR=0 to your kernel config. [jmcneill 20100906] To generate a diff of this commit: cvs rdiff -u -r1.1434 -r1.1435 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. Modified

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

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 17:32:38 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: simplify and fix len-to-npages calculation To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/lib/libc/include

2010-09-06 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Sep 6 17:49:56 UTC 2010 Modified Files: src/lib/libc/include: namespace.h Log Message: New vdprintf needs namespace protection. To generate a diff of this commit: cvs rdiff -u -r1.142 -r1.143

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

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 17:56:56 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: pager wants truncated offsets To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/rump/librump/rumpvfs/vm_vfs.c

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

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 18:03:57 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: rumpblk.c Log Message: Broadcast instead of signal since the condition is a boolean. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42

CVS commit: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh

2010-09-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Sep 6 18:16:52 UTC 2010 Added Files: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh: b64.c b64.h main.c pgp2ssh.1 Log Message: Add pgp2ssh, a utility to retrieve PGP keys via HKP, and to store the keys in ssh

CVS commit: src/crypto/external/bsd/netpgp/pgp2ssh

2010-09-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Sep 6 18:17:58 UTC 2010 Added Files: src/crypto/external/bsd/netpgp/pgp2ssh: Makefile Log Message: Add a reachover Makefile for pgp2ssh(1). This utility has not yet been hooked into the build infrastructure. To generate a

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

2010-09-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Mon Sep 6 18:19:39 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/include: netpgp.h src/crypto/external/bsd/netpgp/dist/src/lib: netpgp.c Log Message: Add a utility function, netpgp_write_sshkey(3), which will

CVS commit: src/sys/rump/include/rump

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 18:43:29 UTC 2010 Modified Files: src/sys/rump/include/rump: rump.h Log Message: add a few more system calls To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/sys/rump/include/rump/rump.h Please note

CVS commit: src/lib/libc/stdio

2010-09-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 6 19:47:38 UTC 2010 Modified Files: src/lib/libc/stdio: printf.3 Log Message: I assume POSIX 200805 is IEEE Std 1003.1-2008 (POSIX.1), so use appropriate .St. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54

CVS commit: src/lib/libc/sys

2010-09-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 6 19:48:38 UTC 2010 Modified Files: src/lib/libc/sys: open.2 Log Message: O_NOFOLLOW is not a non-standard extension any longer (2, 6 years? who counts). To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45

CVS commit: src/sys/kern

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 20:00:09 UTC 2010 Modified Files: src/sys/kern: syscalls.master Log Message: rump umask To generate a diff of this commit: cvs rdiff -u -r1.236 -r1.237 src/sys/kern/syscalls.master Please note that diffs are not

CVS commit: src/sys/rump

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 20:01:31 UTC 2010 Modified Files: src/sys/rump/include/rump: rump_syscalls.h src/sys/rump/librump/rumpkern: rump_syscalls.c Log Message: regen: umask To generate a diff of this commit: cvs rdiff -u -r1.29

CVS commit: src/sys/arch/x86/pci

2010-09-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 6 20:03:56 UTC 2010 Modified Files: src/sys/arch/x86/pci: ichlpcib.c Log Message: make it compile. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/x86/pci/ichlpcib.c Please note that diffs

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

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 20:10:20 UTC 2010 Modified Files: src/sys/rump/librump/rumpkern: Makefile.rumpkern rump.c vm.c Log Message: Use standard uvm aobj pager. Most of the kernel aobj pager complexity comes from swap handling, but that is

CVS commit: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh

2010-09-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Sep 6 20:33:18 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/pgp2ssh: pgp2ssh.1 Log Message: More markup, end sentence with dot. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 \

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

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 6 21:33:07 UTC 2010 Modified Files: src/sys/rump/librump/rumpvfs: vm_vfs.c Log Message: Make the pager loops more resilient against the aobj pager which is lazy and doesn't like to return anything except the bare minimum.

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2010-09-06 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Tue Sep 7 00:25:37 UTC 2010 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: openssl_crypto.c Log Message: clarification comment as to why two of the bignums are reversed To generate a diff of this commit: cvs rdiff

CVS commit: src

2010-09-06 Thread Emmanuel Dreyfus
Module Name:src Committed By: manu Date: Tue Sep 7 02:11:04 UTC 2010 Modified Files: src/lib/libperfuse: ops.c perfuse.c perfuse_if.h src/usr.sbin/perfused: msg.c perfused.c Log Message: - Do not checkfor peer credentials when perfused is autostarted and

CVS commit: src/sys/uvm

2010-09-06 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 7 04:45:22 UTC 2010 Modified Files: src/sys/uvm: uvm_pdaemon.h Log Message: Make no options VMSWAP kernels compile again. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/uvm/uvm_pdaemon.h Please