Re: svn commit: r212831 - head/lib/libproc

2010-09-19 Thread pluknet
On 19 September 2010 03:38, Rui Paulo wrote: > Author: rpaulo > Date: Sat Sep 18 23:38:21 2010 > New Revision: 212831 > URL: http://svn.freebsd.org/changeset/base/212831 > > Log: >  Ignore EINTR when calling waitpid. > > Modified: >  head/lib/libproc/proc_util.c > > Modified: head/lib/libproc/proc

svn commit: r212839 - in head: sbin/growfs tools/regression/sbin tools/regression/sbin/growfs

2010-09-19 Thread Brian Somers
Author: brian Date: Sun Sep 19 08:18:56 2010 New Revision: 212839 URL: http://svn.freebsd.org/changeset/base/212839 Log: Revise r197763 which fixes filesystem corruption when extending into un-zeroed storage. The original patch was questioned by Kirk as it forces the filesystem to do ex

svn commit: r212840 - head/lib/libthr/thread

2010-09-19 Thread David Xu
Author: davidxu Date: Sun Sep 19 08:55:36 2010 New Revision: 212840 URL: http://svn.freebsd.org/changeset/base/212840 Log: Fix typo. Modified: head/lib/libthr/thread/thr_join.c Modified: head/lib/libthr/thread/thr_join.c ===

svn commit: r212841 - head/lib/libthr/thread

2010-09-19 Thread David Xu
Author: davidxu Date: Sun Sep 19 09:03:11 2010 New Revision: 212841 URL: http://svn.freebsd.org/changeset/base/212841 Log: Because atfork lock is held while forking, a thread cancellation triggered by atfork handler is unsafe, use intenal flag no_cancel to disable it. Modified: head/lib/lib

svn commit: r212842 - head/sys/mips/cavium

2010-09-19 Thread Juli Mallett
Author: jmallett Date: Sun Sep 19 09:18:07 2010 New Revision: 212842 URL: http://svn.freebsd.org/changeset/base/212842 Log: Don't use memory that can't be direct-mapped on !n64. Modified: head/sys/mips/cavium/octeon_machdep.c Modified: head/sys/mips/cavium/octeon_machdep.c ==

svn commit: r212843 - head/sys/mips/cavium

2010-09-19 Thread Juli Mallett
Author: jmallett Date: Sun Sep 19 09:18:27 2010 New Revision: 212843 URL: http://svn.freebsd.org/changeset/base/212843 Log: Fix to specify generic bus_add_child. Modified: head/sys/mips/cavium/obio.c head/sys/mips/cavium/octopci.c Modified: head/sys/mips/cavium/obio.c =

svn commit: r212844 - head/sys/contrib/octeon-sdk

2010-09-19 Thread Juli Mallett
Author: jmallett Date: Sun Sep 19 09:19:38 2010 New Revision: 212844 URL: http://svn.freebsd.org/changeset/base/212844 Log: Add preliminary support for the Lanner MR-955. It boots multi-user but there seem to be problems both with the on-board Ethernet interfaces and the em(4) interfaces on

Re: svn commit: r212831 - head/lib/libproc

2010-09-19 Thread Rui Paulo
On 19 Sep 2010, at 09:01, pluknet wrote: > On 19 September 2010 03:38, Rui Paulo wrote: >> Author: rpaulo >> Date: Sat Sep 18 23:38:21 2010 >> New Revision: 212831 >> URL: http://svn.freebsd.org/changeset/base/212831 >> >> Log: >> Ignore EINTR when calling waitpid. >> >> Modified: >> head/lib

svn commit: r212845 - head/sys/geom/eli

2010-09-19 Thread Brian Somers
Author: brian Date: Sun Sep 19 10:45:53 2010 New Revision: 212845 URL: http://svn.freebsd.org/changeset/base/212845 Log: Support attaching version 4 metadata Reviewed by: pjd Modified: head/sys/geom/eli/g_eli.h Modified: head/sys/geom/eli/g_eli.h ===

Re: svn commit: r212517 - head/lib/libz

2010-09-19 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2010/09/12 18:44, Warner Losh wrote: > Author: imp > Date: Mon Sep 13 01:44:07 2010 > New Revision: 212517 > URL: http://svn.freebsd.org/changeset/base/212517 > > Log: > Include FreeBSD svn tag The file was completely the same with libz vendor

svn commit: r212846 - head/sbin/geom/class/eli

2010-09-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Sep 19 10:51:55 2010 New Revision: 212846 URL: http://svn.freebsd.org/changeset/base/212846 Log: Fix indent. Modified: head/sbin/geom/class/eli/geli.8 Modified: head/sbin/geom/class/eli/geli.8 =

svn commit: r212847 - in head/lib/clang: libllvmarmasmparser libllvmarminfo libllvmbitreader libllvminstcombine libllvmmipsinfo libllvmpowerpcinfo libllvmx86asmparser libllvmx86info

2010-09-19 Thread Dimitry Andric
Author: dim Date: Sun Sep 19 10:54:58 2010 New Revision: 212847 URL: http://svn.freebsd.org/changeset/base/212847 Log: In all Makefiles under lib/clang, consistently use tabs instead of spaces after the '=' sign in macro assignments. Approved-by: rpaulo (mentor) Modified: head/lib/cla

svn commit: r212850 - head/sys/netinet

2010-09-19 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 19 11:42:16 2010 New Revision: 212850 URL: http://svn.freebsd.org/changeset/base/212850 Log: Fix a locking issue which shows up when the code is used on Mac OS X. MFC after: 2 weeks. Modified: head/sys/netinet/sctp_auth.c head/sys/netinet/sctp_pcb.c Modi

svn commit: r212851 - head/sys/netinet

2010-09-19 Thread Michael Tuexen
Author: tuexen Date: Sun Sep 19 11:57:21 2010 New Revision: 212851 URL: http://svn.freebsd.org/changeset/base/212851 Log: Allow the initial congestion window to be configure to one MTU. Improve the description. MFC after: 2 weeks. Modified: head/sys/netinet/sctp_sysctl.h Modified: hea

svn commit: r212852 - head/sys/sys

2010-09-19 Thread Tijl Coosemans
Author: tijl Date: Sun Sep 19 12:01:50 2010 New Revision: 212852 URL: http://svn.freebsd.org/changeset/base/212852 Log: Indicate that POSIX semaphores are always supported. Reported by: avilla Reviewed by: davidxu Approved by: kib (mentor) Modified: head/sys/sys/unistd.h Modified

svn commit: r212853 - head/sys/dev/iwn

2010-09-19 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Sep 19 12:39:04 2010 New Revision: 212853 URL: http://svn.freebsd.org/changeset/base/212853 Log: Group functions used for initial calibration. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c ==

svn commit: r212854 - head/sys/dev/iwn

2010-09-19 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Sep 19 12:47:41 2010 New Revision: 212854 URL: http://svn.freebsd.org/changeset/base/212854 Log: Rewrite parts of the calibration code which is run while bringing up the device: - unobscure some of the code by moving it into its own functions - get rid of some ma

svn commit: r212855 - head/sys/dev/iwn

2010-09-19 Thread Bernhard Schmidt
Author: bschmidt Date: Sun Sep 19 12:52:23 2010 New Revision: 212855 URL: http://svn.freebsd.org/changeset/base/212855 Log: Fix typo in previous commit. Modified: head/sys/dev/iwn/if_iwn.c Modified: head/sys/dev/iwn/if_iwn.c ===

svn commit: r212856 - head/share/man/man4

2010-09-19 Thread Ana Kukec
Author: anchie Date: Sun Sep 19 12:54:18 2010 New Revision: 212856 URL: http://svn.freebsd.org/changeset/base/212856 Log: Manual page for the kernel side Secure Neighbor Discovery support. Reviewed by: brueffer Approved by: bz (mentor) Added: head/share/man/man4/send.4 (contents, p

svn commit: r212860 - head/sys/kern

2010-09-19 Thread Ed Schouten
Author: ed Date: Sun Sep 19 14:21:39 2010 New Revision: 212860 URL: http://svn.freebsd.org/changeset/base/212860 Log: Ignore DCD handling on /dev/console entirely. This makes /dev/console more fail-safe and prevents a potential console lock-up during boot. Discussed on: stable@ Tes

Re: svn commit: r212860 - head/sys/kern

2010-09-19 Thread Kostik Belousov
On Sun, Sep 19, 2010 at 02:21:39PM +, Ed Schouten wrote: > Author: ed > Date: Sun Sep 19 14:21:39 2010 > New Revision: 212860 > URL: http://svn.freebsd.org/changeset/base/212860 > > Log: > Ignore DCD handling on /dev/console entirely. > > This makes /dev/console more fail-safe and preve

svn commit: r212861 - in head/sys: amd64/conf boot/forth conf i386/conf

2010-09-19 Thread Norikatsu Shigemura
Author: nork Date: Sun Sep 19 14:40:37 2010 New Revision: 212861 URL: http://svn.freebsd.org/changeset/base/212861 Log: Add support 'device tpm' for amd64. Add tpm(4)'s default setting to /boot/defaults/loader.conf. Add 'device tpm' to NOTES for amd64 and i386. Discussed with: tak

Re: svn commit: r212860 - head/sys/kern

2010-09-19 Thread Ed Schouten
* Kostik Belousov wrote: > Shouldn't you always report CLOCAL for console then ? Hmmm... That would be a lot more elegant, also for callout devices. The change I just committed, doesn't take a loss of SER_DCD into account after opening the device. Any comments on the following patch? %%% Index:

Re: svn commit: r212517 - head/lib/libz

2010-09-19 Thread M. Warner Losh
In message: <4c95eb21.1030...@delphij.net> Xin LI writes: : -BEGIN PGP SIGNED MESSAGE- : Hash: SHA256 : : On 2010/09/12 18:44, Warner Losh wrote: : > Author: imp : > Date: Mon Sep 13 01:44:07 2010 : > New Revision: 212517 : > URL: http://svn.freebsd.org/changeset/base/212517 :

Re: svn commit: r212860 - head/sys/kern

2010-09-19 Thread Kostik Belousov
On Sun, Sep 19, 2010 at 05:06:28PM +0200, Ed Schouten wrote: > * Kostik Belousov wrote: > > Shouldn't you always report CLOCAL for console then ? > > Hmmm... That would be a lot more elegant, also for callout devices. The > change I just committed, doesn't take a loss of SER_DCD into account > af

svn commit: r212867 - head/sys/kern

2010-09-19 Thread Ed Schouten
Author: ed Date: Sun Sep 19 16:35:42 2010 New Revision: 212867 URL: http://svn.freebsd.org/changeset/base/212867 Log: Just make callout devices and /dev/console force CLOCAL on open(). Instead of adding custom checks to wait for DCD on open(), just modify the termios structure to set CLOC

svn commit: r212868 - head/sys/vm

2010-09-19 Thread Alan Cox
Author: alc Date: Sun Sep 19 17:43:22 2010 New Revision: 212868 URL: http://svn.freebsd.org/changeset/base/212868 Log: Make refinements to r212824. In particular, don't make vm_map_unlock_nodefer() part of the synchronization interface for maps. Add comments to vm_map_unlock_and_wait() a

Re: svn commit: r212860 - head/sys/kern

2010-09-19 Thread Bruce Evans
On Sun, 19 Sep 2010, Ed Schouten wrote: * Kostik Belousov wrote: Shouldn't you always report CLOCAL for console then ? Hmmm... That would be a lot more elegant, also for callout devices. The change I just committed, doesn't take a loss of SER_DCD into account after opening the device. This

svn commit: r212873 - head/sys/vm

2010-09-19 Thread Alan Cox
Author: alc Date: Sun Sep 19 19:42:04 2010 New Revision: 212873 URL: http://svn.freebsd.org/changeset/base/212873 Log: Allow a POSIX shared memory object that is opened for read but not for write to nonetheless be mapped PROT_WRITE and MAP_PRIVATE, i.e., copy-on-write. (This is a regres

svn commit: r212886 - head/sbin/growfs

2010-09-19 Thread Marcel Moolenaar
Author: marcel Date: Mon Sep 20 04:20:55 2010 New Revision: 212886 URL: http://svn.freebsd.org/changeset/base/212886 Log: Unbreak the build on strong-aligned architectures (arm, ia64). Casting from (char *) to (struct ufs1_dinode *) changes the alignment requirement of the pointer and GCC do

Re: svn commit: r212886 - head/sbin/growfs

2010-09-19 Thread Bruce Evans
On Mon, 20 Sep 2010, Marcel Moolenaar wrote: Log: Unbreak the build on strong-aligned architectures (arm, ia64). Casting from (char *) to (struct ufs1_dinode *) changes the alignment requirement of the pointer and GCC does not know that the pointer is adequately aligned (due to malloc(3)), a