svn commit: r196650 - head/lib/libpam/modules/pam_lastlog

2009-08-29 Thread Jonathan Chen
Author: jon Date: Sun Aug 30 05:12:37 2009 New Revision: 196650 URL: http://svn.freebsd.org/changeset/base/196650 Log: Prevents pam_lastlog from segfaulting on session close when tty is null. MFC after:1 month Modified: head/lib/libpam/modules/pam_lastlog/pam_lastlog.c Modified: hea

svn commit: r196649 - head/sys/netinet6

2009-08-29 Thread Qing Li
Author: qingli Date: Sun Aug 30 02:07:23 2009 New Revision: 196649 URL: http://svn.freebsd.org/changeset/base/196649 Log: Prefix on-link verification is being performed on statically configured prefixes. Since these statically configured prefixes do not have any associated advertising router

svn commit: r196648 - in head/sys: arm/arm kern sys vm

2009-08-29 Thread Konstantin Belousov
Author: kib Date: Sat Aug 29 21:53:08 2009 New Revision: 196648 URL: http://svn.freebsd.org/changeset/base/196648 Log: Reverse r196640 and r196644 for now. Modified: head/sys/arm/arm/vm_machdep.c head/sys/kern/kern_fork.c head/sys/kern/kern_kthread.c head/sys/kern/kern_proc.c head/sys

Re: svn commit: r196558 - head/usr.bin/look

2009-08-29 Thread Alan Cox
John Baldwin wrote: On Tuesday 25 August 2009 11:30:06 pm Colin Percival wrote: Author: cperciva Date: Wed Aug 26 03:30:06 2009 New Revision: 196558 URL: http://svn.freebsd.org/changeset/base/196558 Log: Don't try to mmap the contents of empty files. This behaviour was harmless prior to

svn commit: r196647 - in stable/6/etc: . bluetooth defaults etc.alpha etc.amd64 etc.arm etc.i386 etc.ia64 etc.powerpc etc.sparc64 isdn mail mtree namedb pam.d periodic ppp rc.d root sendmail

2009-08-29 Thread Doug Barton
Author: dougb Date: Sat Aug 29 19:49:17 2009 New Revision: 196647 URL: http://svn.freebsd.org/changeset/base/196647 Log: MFC 196478: Prior to the dire warning about values of network_interfaces other than AUTO the biggest mistake users made was leaving lo0 off the list. Since lo0 is effect

svn commit: r196646 - stable/7/etc

2009-08-29 Thread Doug Barton
Author: dougb Date: Sat Aug 29 19:47:39 2009 New Revision: 196646 URL: http://svn.freebsd.org/changeset/base/196646 Log: MFC 196478: Prior to the dire warning about values of network_interfaces other than AUTO the biggest mistake users made was leaving lo0 off the list. Since lo0 is effect

svn commit: r196645 - stable/8/etc

2009-08-29 Thread Doug Barton
Author: dougb Date: Sat Aug 29 19:45:03 2009 New Revision: 196645 URL: http://svn.freebsd.org/changeset/base/196645 Log: MFC 196478: Prior to the dire warning about values of network_interfaces other than AUTO the biggest mistake users made was leaving lo0 off the list. Since lo0 is eff

svn commit: r196644 - head/sys/kern

2009-08-29 Thread Konstantin Belousov
Author: kib Date: Sat Aug 29 18:01:02 2009 New Revision: 196644 URL: http://svn.freebsd.org/changeset/base/196644 Log: Dispose the kernel stack of the proper thread. Submitted by: alc MFC after:1 week Modified: head/sys/kern/kern_fork.c Modified: head/sys/kern/kern_fork.c

Re: svn commit: r196643 - in head/sys: amd64/amd64 i386/i386

2009-08-29 Thread Kostik Belousov
On Sat, Aug 29, 2009 at 04:01:21PM +, Robert Noland wrote: > Author: rnoland > Date: Sat Aug 29 16:01:21 2009 > New Revision: 196643 > URL: http://svn.freebsd.org/changeset/base/196643 > > Log: > Swap the start/end virtual addresses in pmap_invalidate_cache_range(). > > This fixes the f

svn commit: r196643 - in head/sys: amd64/amd64 i386/i386

2009-08-29 Thread Robert Noland
Author: rnoland Date: Sat Aug 29 16:01:21 2009 New Revision: 196643 URL: http://svn.freebsd.org/changeset/base/196643 Log: Swap the start/end virtual addresses in pmap_invalidate_cache_range(). This fixes the functionality on non SelfSnoop hardware. Found by: rnoland Submitted by

svn commit: r196642 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/usb dev/xen/xenpci

2009-08-29 Thread Andrew Thompson
Author: thompsa Date: Sat Aug 29 15:42:06 2009 New Revision: 196642 URL: http://svn.freebsd.org/changeset/base/196642 Log: MFC r196547 It is possible for all the kthreads to exit (hci modules unloaded) which in turn ends our usb process. This means the proc pointer becomes invalid and

svn commit: r196641 - in stable/8/crypto/openssl: . crypto/pqueue ssl

2009-08-29 Thread Simon L. Nielsen
Author: simon Date: Sat Aug 29 15:21:50 2009 New Revision: 196641 URL: http://svn.freebsd.org/changeset/base/196641 Log: MFC r196474: Merge DTLS fixes from vendor-crypto/openssl/dist: - Fix memory consumption bug with "future epoch" DTLS records. - Fix fragment handling memory

Re: svn commit: r196524 - in head/sys: dev/syscons i386/isa

2009-08-29 Thread Alexey Dokuchaev
On Mon, Aug 24, 2009 at 10:35:53PM +, Xin LI wrote: > Author: delphij > Date: Mon Aug 24 22:35:53 2009 > New Revision: 196524 > URL: http://svn.freebsd.org/changeset/base/196524 > > Log: > Fix VESA modes and allow 8bit depth modes. > > PR: i386/124902 > Submitted by: par

svn commit: r196640 - in head/sys: arm/arm kern sys vm

2009-08-29 Thread Konstantin Belousov
Author: kib Date: Sat Aug 29 13:28:02 2009 New Revision: 196640 URL: http://svn.freebsd.org/changeset/base/196640 Log: Remove the altkstacks, instead instantiate threads with kernel stack allocated with the right size from the start. For the thread that has kernel stack cached, verify that r