svn commit: r213950 - in head/sys: kern sys

2010-10-17 Thread David Xu
Author: davidxu Date: Sun Oct 17 11:01:52 2010 New Revision: 213950 URL: http://svn.freebsd.org/changeset/base/213950 Log: - Insert thread0 into correct thread hash link list. - In thr_exit() and kthread_exit(), only remove thread from hash if it can directly exit, otherwise let exit1()

svn commit: r213981 - head/sbin/hastd

2010-10-17 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Oct 17 15:47:27 2010 New Revision: 213981 URL: http://svn.freebsd.org/changeset/base/213981 Log: Log correct connection when canceling half-open connection. Submitted by: Mikolaj Golub to.my.troc...@gmail.com MFC after:3 days Modified: head/sbin/hastd/hastd.c

svn commit: r213983 - head/share/man/man9

2010-10-17 Thread Konstantin Belousov
Author: kib Date: Sun Oct 17 16:30:33 2010 New Revision: 213983 URL: http://svn.freebsd.org/changeset/base/213983 Log: Document vunref(9), add some important notes for vrele(9) and vput(9). Merge all three manpages to one, removing separate file for vput(9). MFC after:1 week

svn commit: r213985 - head/sys/sparc64/sparc64

2010-10-17 Thread Marius Strobl
Author: marius Date: Sun Oct 17 16:46:54 2010 New Revision: 213985 URL: http://svn.freebsd.org/changeset/base/213985 Log: - In oneshot-mode it doesn't make sense to try to compensate the clock drift in order to achieve a more stable clock as the tick intervals may vary in the first

svn commit: r213986 - head/sys/kern

2010-10-17 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Oct 17 17:31:49 2010 New Revision: 213986 URL: http://svn.freebsd.org/changeset/base/213986 Log: Fix an XXX comment by answering 'no'. OS X does not set the day-of-week counter on SMU-based systems, which causes FreeBSD to reject the RTC time when used in a

svn commit: r213988 - head/share/misc

2010-10-17 Thread Frederic Culot
Author: culot (ports committer) Date: Sun Oct 17 18:48:51 2010 New Revision: 213988 URL: http://svn.freebsd.org/changeset/base/213988 Log: Add an entry for myself to committers-ports.dot. Approved by: sahil@ (mentor) Modified: head/share/misc/committers-ports.dot Modified:

svn commit: r213989 - head/contrib/binutils

2010-10-17 Thread Dimitry Andric
Author: dim Date: Sun Oct 17 18:49:45 2010 New Revision: 213989 URL: http://svn.freebsd.org/changeset/base/213989 Log: Bootstrap merge history for binutils. Modified: Directory Properties: head/contrib/binutils/ (props changed) ___

svn commit: r213990 - head/usr.bin/calendar/calendars

2010-10-17 Thread Frederic Culot
Author: culot (ports committer) Date: Sun Oct 17 19:02:42 2010 New Revision: 213990 URL: http://svn.freebsd.org/changeset/base/213990 Log: Add myself to calendar.freebsd. Approved by: sahil@ (mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified:

svn commit: r213993 - head/sys/modules/mps

2010-10-17 Thread Scott Long
Author: scottl Date: Sun Oct 17 20:01:56 2010 New Revision: 213993 URL: http://svn.freebsd.org/changeset/base/213993 Log: Re-add opt_mps.h and opt_cam.h, lost in the previous rev. Modified: head/sys/modules/mps/Makefile Modified: head/sys/modules/mps/Makefile

svn commit: r214001 - head/sys/fs/msdosfs

2010-10-17 Thread Kevin Lo
Author: kevlo Date: Mon Oct 18 03:34:33 2010 New Revision: 214001 URL: http://svn.freebsd.org/changeset/base/214001 Log: Fix a possible race where the directory dirent is moved to the location that was used by .. entry. This change seems fixed panic during attempt to access msdosfs data

svn commit: r214002 - head/usr.bin/uudecode

2010-10-17 Thread Edwin Groothuis
Author: edwin Date: Mon Oct 18 03:59:55 2010 New Revision: 214002 URL: http://svn.freebsd.org/changeset/base/214002 Log: Stylify of uudecode(1) Part of PR bin/124739. PR: bin/124739 Submitted by: Mark Andrews ma...@isc.org Modified: head/usr.bin/uudecode/uudecode.c

svn commit: r214003 - head/sys/dev/md

2010-10-17 Thread Marcel Moolenaar
Author: marcel Date: Mon Oct 18 04:26:32 2010 New Revision: 214003 URL: http://svn.freebsd.org/changeset/base/214003 Log: Allow the MDIOCATTACH ioctl operation to originate from within the kernel. To protect against malicious software, we demand that the file name is at a particular

svn commit: r214009 - head/lib/libthr

2010-10-17 Thread David Xu
Author: davidxu Date: Mon Oct 18 05:16:44 2010 New Revision: 214009 URL: http://svn.freebsd.org/changeset/base/214009 Log: sort function name. Modified: head/lib/libthr/pthread.map Modified: head/lib/libthr/pthread.map

Re: svn commit: r214008 - head/lib/libthr/thread

2010-10-17 Thread Doug Barton
On Mon, 18 Oct 2010, David Xu wrote: Author: davidxu Date: Mon Oct 18 05:15:26 2010 New Revision: 214008 URL: http://svn.freebsd.org/changeset/base/214008 Log: s/||/ Since this came up in another context this evening ... We can see the what from the diff. I'm curious about the why for

svn commit: r214010 - head/usr.bin/uudecode

2010-10-17 Thread Edwin Groothuis
Author: edwin Date: Mon Oct 18 05:44:11 2010 New Revision: 214010 URL: http://svn.freebsd.org/changeset/base/214010 Log: b64decode -r did not handle arbitary breaks in base64 encoded data. White space should be accepted anywhere in a base64 encoded stream, not just after every chunk (4