svn commit: r197552 - in head/etc/periodic: daily security

2009-09-27 Thread Colin Percival
Author: cperciva Date: Mon Sep 28 03:32:35 2009 New Revision: 197552 URL: http://svn.freebsd.org/changeset/base/197552 Log: Silence warning printed by getfsspec(3) when /etc/fstab does not exist fstab: /etc/fstab:0: No such file or directory and from dump(8) when setfsent(3) fails due to /

Re: svn commit: r197537 - head/sys/vm

2009-09-27 Thread Robert Watson
On Sun, 27 Sep 2009, Julian Elischer wrote: Do not allow mmap with the MAP_FIXED argument to map at address zero. This is done to make it harder to exploit kernel NULL pointer security vulnerabilities. While this of course does not fix vulnerabilities, it does mitigate their impact.

svn commit: r197545 - head/sbin/camcontrol

2009-09-27 Thread Alexander Motin
Author: mav Date: Sun Sep 27 22:00:26 2009 New Revision: 197545 URL: http://svn.freebsd.org/changeset/base/197545 Log: Fethch more information from IDENTIFY result. Modified: head/sbin/camcontrol/camcontrol.c Modified: head/sbin/camcontrol/camcontrol.c ===

svn commit: r197544 - head/etc/mtree

2009-09-27 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Sun Sep 27 21:27:11 2009 New Revision: 197544 URL: http://svn.freebsd.org/changeset/base/197544 Log: - Add share/nls/gl_ES.ISO8859-1, which I forgot in my last commit Submitted by: Andrzej Tobola (via private mail) Modified: head/etc/mtree/BSD.u

Re: svn commit: r197498 - head/cddl/contrib/opensolaris/cmd/zfs

2009-09-27 Thread Max Laier
On Sunday 27 September 2009 16:55:10 Simon L. Nielsen wrote: > On 2009.09.27 07:02:21 +, Alexey Dokuchaev wrote: > > On Sat, Sep 26, 2009 at 10:51:58PM +0200, Dag-Erling Sm??rgrav wrote: > > > Pawel Jakub Dawidek writes: > > > > I didn't, thanks. Unfortunately svn doesn't even allow forced > >

svn commit: r197543 - head/tools/regression/mmap

2009-09-27 Thread Bjoern A. Zeeb
Author: bz Date: Sun Sep 27 21:03:33 2009 New Revision: 197543 URL: http://svn.freebsd.org/changeset/base/197543 Log: Add a simple C program to check mmap calls to various different addresses. The most important test is the mapping fixed at address 0 depending on the new sysctl. Things

svn commit: r197542 - head/tools/tools/nanobsd

2009-09-27 Thread Simon L. Nielsen
Author: simon Date: Sun Sep 27 21:01:07 2009 New Revision: 197542 URL: http://svn.freebsd.org/changeset/base/197542 Log: - When we run our trap cleanup handler, echo that we are running this handler to make it more clear why we are 'suddenly' running df, umount, and mdconfig. - Remove

svn commit: r197541 - head/sys/cam/ata

2009-09-27 Thread Alexander Motin
Author: mav Date: Sun Sep 27 20:50:54 2009 New Revision: 197541 URL: http://svn.freebsd.org/changeset/base/197541 Log: Report SATA 3.x devices. Modified: head/sys/cam/ata/ata_all.c Modified: head/sys/cam/ata/ata_all.c ==

svn commit: r197540 - head/sys/sys

2009-09-27 Thread Alexander Motin
Author: mav Date: Sun Sep 27 20:48:10 2009 New Revision: 197540 URL: http://svn.freebsd.org/changeset/base/197540 Log: Add more defines from recent and not only specs. Modified: head/sys/sys/ata.h Modified: head/sys/sys/ata.h ==

Re: svn commit: r197537 - head/sys/vm

2009-09-27 Thread Julian Elischer
Julian Elischer wrote: Simon L. Nielsen wrote: Author: simon Date: Sun Sep 27 14:49:51 2009 New Revision: 197537 URL: http://svn.freebsd.org/changeset/base/197537 Log: Do not allow mmap with the MAP_FIXED argument to map at address zero. This is done to make it harder to exploit kernel NULL

Re: svn commit: r197537 - head/sys/vm

2009-09-27 Thread Julian Elischer
Simon L. Nielsen wrote: Author: simon Date: Sun Sep 27 14:49:51 2009 New Revision: 197537 URL: http://svn.freebsd.org/changeset/base/197537 Log: Do not allow mmap with the MAP_FIXED argument to map at address zero. This is done to make it harder to exploit kernel NULL pointer security vuln

svn commit: r197539 - in head/sys: dev/syscons teken

2009-09-27 Thread Ed Schouten
Author: ed Date: Sun Sep 27 18:19:41 2009 New Revision: 197539 URL: http://svn.freebsd.org/changeset/base/197539 Log: Add support for VT200-style mouse input. Right now if applications want to use the mouse on the command line, they use sysmouse(4) and install a signal handler in the kern

Re: svn commit: r197498 - head/cddl/contrib/opensolaris/cmd/zfs

2009-09-27 Thread Dag-Erling Smørgrav
"Simon L. Nielsen" writes: > I doubt the CVS exporter would have a problem, though I'm not 100% > sure. I think the problem is more that svnsync does not pick up the > change, but des knows more about that than I do. Yes, the problem is svnsync, which I've always said is the wrong answer to the

Re: svn commit: r197535 - head/sys/modules/nfslockd

2009-09-27 Thread Takahashi Yoshihiro
In article <20090927135120.gi47...@deviant.kiev.zoral.com.ua> Kostik Belousov writes: > It seems more interesting and more unfortunate that nlm would not work > for client when nfs client is not compiled into the kernel ? Is this true ? Yes. --- TAKAHASHI Yoshihiro

Re: svn commit: r197498 - head/cddl/contrib/opensolaris/cmd/zfs

2009-09-27 Thread Simon L. Nielsen
On 2009.09.27 07:02:21 +, Alexey Dokuchaev wrote: > On Sat, Sep 26, 2009 at 10:51:58PM +0200, Dag-Erling Sm??rgrav wrote: > > Pawel Jakub Dawidek writes: > > > I didn't, thanks. Unfortunately svn doesn't even allow forced commits, > > > which is a paintful regression compared to cvs. > > > >

svn commit: r197537 - head/sys/vm

2009-09-27 Thread Simon L. Nielsen
Author: simon Date: Sun Sep 27 14:49:51 2009 New Revision: 197537 URL: http://svn.freebsd.org/changeset/base/197537 Log: Do not allow mmap with the MAP_FIXED argument to map at address zero. This is done to make it harder to exploit kernel NULL pointer security vulnerabilities. While this o

svn commit: r197536 - in head: sys/amd64/acpica sys/amd64/include sys/dev/acpica sys/i386/include usr.sbin usr.sbin/apm

2009-09-27 Thread Jung-uk Kim
Author: jkim Date: Sun Sep 27 14:00:16 2009 New Revision: 197536 URL: http://svn.freebsd.org/changeset/base/197536 Log: Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and install apm(8) and apm_bios.h on amd64. Added: head/sys/amd64/include/apm_bios.h - copied, changed from

Re: svn commit: r197535 - head/sys/modules/nfslockd

2009-09-27 Thread Kostik Belousov
On Sun, Sep 27, 2009 at 01:24:34PM +, Takahashi Yoshihiro wrote: > Author: nyan > Date: Sun Sep 27 13:24:34 2009 > New Revision: 197535 > URL: http://svn.freebsd.org/changeset/base/197535 > > Log: > Add '#define NFSCLIENT' into opt_nfs.h if the NFSCLIENT variable is 1 > (the default is 1).

svn commit: r197535 - head/sys/modules/nfslockd

2009-09-27 Thread Takahashi Yoshihiro
Author: nyan Date: Sun Sep 27 13:24:34 2009 New Revision: 197535 URL: http://svn.freebsd.org/changeset/base/197535 Log: Add '#define NFSCLIENT' into opt_nfs.h if the NFSCLIENT variable is 1 (the default is 1). This makes the nfslockd module works for NFS client. Reviewed by: dfr M

svn commit: r197534 - head/lib/libc/nls

2009-09-27 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Sun Sep 27 13:16:38 2009 New Revision: 197534 URL: http://svn.freebsd.org/changeset/base/197534 Log: - Add Galician NLS catalog Added: head/lib/libc/nls/gl_ES.ISO8859-1.msg (contents, props changed) Modified: head/lib/libc/nls/Makefile.inc Modifi

Re: svn commit: r197498 - head/cddl/contrib/opensolaris/cmd/zfs

2009-09-27 Thread Alexey Dokuchaev
On Sat, Sep 26, 2009 at 10:51:58PM +0200, Dag-Erling Sm??rgrav wrote: > Pawel Jakub Dawidek writes: > > I didn't, thanks. Unfortunately svn doesn't even allow forced commits, > > which is a paintful regression compared to cvs. > > Subversion does allow editing a log message after the fact, but ou