svn commit: r219559 - in head/sys: amd64/linux32 compat/freebsd32 i386/linux kern

2011-03-12 Thread Andriy Gapon
Author: avg Date: Sat Mar 12 08:51:43 2011 New Revision: 219559 URL: http://svn.freebsd.org/changeset/base/219559 Log: add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls This commits makes necessary changes in syscall/sysent generation infrastructure. PR:

svn commit: r219560 - in head/sys: amd64/linux32 compat/freebsd32 i386/linux

2011-03-12 Thread Andriy Gapon
Author: avg Date: Sat Mar 12 08:58:19 2011 New Revision: 219560 URL: http://svn.freebsd.org/changeset/base/219560 Log: add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls Regenerate system call and systrace support files. PR: kern/152822 Submitted by:

svn commit: r219561 - in head/sys: cddl/dev/systrace modules/dtrace modules/dtrace/dtraceall modules/dtrace/systrace_freebsd32 modules/dtrace/systrace_linux32

2011-03-12 Thread Andriy Gapon
Author: avg Date: Sat Mar 12 09:09:25 2011 New Revision: 219561 URL: http://svn.freebsd.org/changeset/base/219561 Log: add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls Add systrace_linux32 and systrace_freebsd32 modules which provide support for tracing compat

svn commit: r219564 - head/lib/libpam/modules/pam_group

2011-03-12 Thread Dag-Erling Smorgrav
Author: des Date: Sat Mar 12 11:26:37 2011 New Revision: 219564 URL: http://svn.freebsd.org/changeset/base/219564 Log: Mention the name of the module in warning messages. Modified: head/lib/libpam/modules/pam_group/pam_group.c Modified: head/lib/libpam/modules/pam_group/pam_group.c

svn commit: r219565 - head/lib/libc/sys

2011-03-12 Thread Robert Watson
Author: rwatson Date: Sat Mar 12 12:10:17 2011 New Revision: 219565 URL: http://svn.freebsd.org/changeset/base/219565 Log: Move cap_enter(2) and cap_getmode(2) symbols from FBSD_1.1 to FBSD_1.2. Suggested by: kib Obtained from:Capsicum Project Sponsored by: Google MFC after:

Re: svn commit: r219483 - head/sys/boot/i386/gptboot

2011-03-12 Thread Alexander Best
On Fri Mar 11 11, John Baldwin wrote: Author: jhb Date: Fri Mar 11 13:11:15 2011 New Revision: 219483 URL: http://svn.freebsd.org/changeset/base/219483 Log: Remove all object files during 'make clean'. thanks. :) PR: kern/154888 Submitted by: arundel MFC

svn commit: r219566 - head/tools/regression/pjdfstest

2011-03-12 Thread Pawel Jakub Dawidek
Author: pjd Date: Sat Mar 12 14:09:43 2011 New Revision: 219566 URL: http://svn.freebsd.org/changeset/base/219566 Log: Add some missing consts. Modified: head/tools/regression/pjdfstest/pjdfstest.c Modified: head/tools/regression/pjdfstest/pjdfstest.c

svn commit: r219567 - in head/sys: sparc64/ebus sparc64/include sparc64/isa sparc64/pci sparc64/sbus sparc64/sparc64 sun4v/include sun4v/sun4v

2011-03-12 Thread Marius Strobl
Author: marius Date: Sat Mar 12 14:33:32 2011 New Revision: 219567 URL: http://svn.freebsd.org/changeset/base/219567 Log: Sync licenses and the corresponding RCS IDs with NetBSD, mainly switching the licenses of Matthew R. Green and the TNF to 2-clause. Obtained from:NetBSD

svn commit: r219568 - head/tools/regression/doat

2011-03-12 Thread Bruce Cran
Author: brucec Date: Sat Mar 12 14:47:54 2011 New Revision: 219568 URL: http://svn.freebsd.org/changeset/base/219568 Log: Fix warnings and style(9) issues. Set WARNS to 6. Modified: head/tools/regression/doat/Makefile head/tools/regression/doat/doat.c Modified:

svn commit: r219569 - in stable/8/usr.bin/calendar: . calendars/ru_RU.KOI8-R

2011-03-12 Thread Sergey A. Osokin
Author: osa (ports committer) Date: Sat Mar 12 14:57:10 2011 New Revision: 219569 URL: http://svn.freebsd.org/changeset/base/219569 Log: MFC r216697: Fix typo (Pashka - Paskha). MFC r217025: Fix typo: March - September. MFC r218471: Fix Paskha and Paskha-specific

svn commit: r219570 - head/sys/netinet6

2011-03-12 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 12 16:45:15 2011 New Revision: 219570 URL: http://svn.freebsd.org/changeset/base/219570 Log: Push a possible unbind in some situation from in6_pcbsetport() to callers. This also fixes a problem when the prison call could set the inp-in6p_laddr (laddr) and a

svn commit: r219571 - in head/lib/msun: . man src

2011-03-12 Thread Steve Kargl
Author: kargl Date: Sat Mar 12 16:50:39 2011 New Revision: 219571 URL: http://svn.freebsd.org/changeset/base/219571 Log: Implement the long double version for the cube root function, cbrtl. The algorithm uses Newton's iterations with a crude estimate of the cube root to converge to a

svn commit: r219572 - head/lib/msun

2011-03-12 Thread Steve Kargl
Author: kargl Date: Sat Mar 12 17:03:41 2011 New Revision: 219572 URL: http://svn.freebsd.org/changeset/base/219572 Log: Temporary disable the building of cbrtl until I can determine why svn will not allow one to commit a new file. Approved by: das (implicit) Modified:

svn commit: r219573 - head/sbin/geom/class/part

2011-03-12 Thread Andrey V. Elsukov
Author: ae Date: Sat Mar 12 17:05:18 2011 New Revision: 219573 URL: http://svn.freebsd.org/changeset/base/219573 Log: Document GEOM_PART_EBR_COMPAT option. MFC after:2 weeks Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8

Re: svn commit: r219570 - head/sys/netinet6

2011-03-12 Thread Bjoern A. Zeeb
On Sat, 12 Mar 2011, Bjoern A. Zeeb wrote: Author: bz Date: Sat Mar 12 16:45:15 2011 New Revision: 219570 URL: http://svn.freebsd.org/changeset/base/219570 Log: Push a possible unbind in some situation from in6_pcbsetport() to callers. This also fixes a problem when the prison call could

Re: svn commit: r219573 - head/sbin/geom/class/part

2011-03-12 Thread Andrey V. Elsukov
On 12.03.2011 20:15, Ben Kaduk wrote: I think just enables backward compatibility is more standard English usage. Not knowing much about the EBR scheme, I would also guess that for partition names in the EBR scheme is what is intended here, but that would be something of a guess. Partitions

svn commit: r219574 - head/sbin/ifconfig

2011-03-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sat Mar 12 19:05:39 2011 New Revision: 219574 URL: http://svn.freebsd.org/changeset/base/219574 Log: Add example of using 'scan' for wireless networks, similarly to OpenBSD's ifconfig(8). PR: 151952 Submitted by: Jared (rhyous of yahoo com)

svn commit: r219575 - head/sbin/ifconfig

2011-03-12 Thread Glen Barber
Author: gjb (doc committer) Date: Sat Mar 12 19:07:19 2011 New Revision: 219575 URL: http://svn.freebsd.org/changeset/base/219575 Log: Remove unneeded newline. MFC after:1 week Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8

svn commit: r219576 - in head/lib/msun: . src

2011-03-12 Thread Steve Kargl
Author: kargl Date: Sat Mar 12 19:37:35 2011 New Revision: 219576 URL: http://svn.freebsd.org/changeset/base/219576 Log: Take two. Add the missing file that should have been committed with r219571 and re-enable building of cbrtl. Implement the long double version for the cube root

Re: svn commit: r219559 - in head/sys: amd64/linux32 compat/freebsd32 i386/linux kern

2011-03-12 Thread Alexander Leidinger
On Sat, 12 Mar 2011 08:51:43 + (UTC) Andriy Gapon a...@freebsd.org wrote: Author: avg Date: Sat Mar 12 08:51:43 2011 New Revision: 219559 URL: http://svn.freebsd.org/changeset/base/219559 Log: add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls This commits

Re: svn commit: r219561 - in head/sys: cddl/dev/systrace modules/dtrace modules/dtrace/dtraceall modules/dtrace/systrace_freebsd32 modules/dtrace/systrace_linux32

2011-03-12 Thread Alexander Leidinger
On Sat, 12 Mar 2011 09:09:25 + (UTC) Andriy Gapon a...@freebsd.org wrote: Author: avg Date: Sat Mar 12 09:09:25 2011 New Revision: 219561 URL: http://svn.freebsd.org/changeset/base/219561 Log: add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls Add

svn commit: r219577 - head/sys/dev/aic7xxx

2011-03-12 Thread Marius Strobl
Author: marius Date: Sat Mar 12 20:36:52 2011 New Revision: 219577 URL: http://svn.freebsd.org/changeset/base/219577 Log: Allocate the DMA memory shared between the host and the controller as coherent. Approved by: gibbs MFC after:2 weeks Modified:

svn commit: r219578 - head/etc

2011-03-12 Thread Doug Barton
Author: dougb Date: Sat Mar 12 21:13:08 2011 New Revision: 219578 URL: http://svn.freebsd.org/changeset/base/219578 Log: Use the allexport option in load_rc_config() in order to avoid having to repeatedly read the conf files. Depending on what is enabled the files are being read anywhere

svn commit: r219579 - in head/sys: netinet netinet6

2011-03-12 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 12 21:46:37 2011 New Revision: 219579 URL: http://svn.freebsd.org/changeset/base/219579 Log: Merge the two identical implementations for local port selections from in_pcbbind_setup() and in6_pcbsetport() in a single in_pcb_lport(). MFC after:2 weeks

svn commit: r219580 - head/sys/conf

2011-03-12 Thread Bjoern A. Zeeb
Author: bz Date: Sat Mar 12 21:50:48 2011 New Revision: 219580 URL: http://svn.freebsd.org/changeset/base/219580 Log: INET6 for some time needed in_pcb.c so make sure we compile it in case of no inet. MFC after:2 weeks Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r219581 - head/sbin/geom/class/part

2011-03-12 Thread Andrey V. Elsukov
Author: ae Date: Sat Mar 12 21:51:56 2011 New Revision: 219581 URL: http://svn.freebsd.org/changeset/base/219581 Log: Fix grammar. Pointed out: Ben Kaduk MFC after:2 weeks Modified: head/sbin/geom/class/part/gpart.8 Modified: head/sbin/geom/class/part/gpart.8

Re: svn commit: r219573 - head/sbin/geom/class/part

2011-03-12 Thread Benjamin Kaduk
On Sat, 12 Mar 2011, Andrey V. Elsukov wrote: On 12.03.2011 20:15, Ben Kaduk wrote: I think just enables backward compatibility is more standard English usage. Not knowing much about the EBR scheme, I would also guess that for partition names in the EBR scheme is what is intended here, but

Re: svn commit: r219578 - head/etc

2011-03-12 Thread Jilles Tjoelker
On Sat, Mar 12, 2011 at 09:13:08PM +, Doug Barton wrote: Author: dougb Date: Sat Mar 12 21:13:08 2011 New Revision: 219578 URL: http://svn.freebsd.org/changeset/base/219578 Log: Use the allexport option in load_rc_config() in order to avoid having to repeatedly read the conf files.

svn commit: r219584 - in head/release: . amd64 i386 scripts

2011-03-12 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Mar 13 01:38:24 2011 New Revision: 219584 URL: http://svn.freebsd.org/changeset/base/219584 Log: Add generation of memstick images to the bsdinstall release makefile for i386 and amd64. This involved moving the memstick generation script to the arch directories

svn commit: r219586 - in head/sys/dev/ath/ath_hal: . ar5416 ar9002

2011-03-12 Thread Adrian Chadd
Author: adrian Date: Sun Mar 13 05:54:05 2011 New Revision: 219586 URL: http://svn.freebsd.org/changeset/base/219586 Log: Move out some of the shared eeprom board value calculation routines into ah.c rather than duplicating them for the v14 (ar5416+) and v4k (ar9285) codebases. Further

Re: svn commit: r219561 - in head/sys: cddl/dev/systrace modules/dtrace modules/dtrace/dtraceall modules/dtrace/systrace_freebsd32 modules/dtrace/systrace_linux32

2011-03-12 Thread Artem Belevich
On Sat, Mar 12, 2011 at 12:14 PM, Alexander Leidinger alexan...@leidinger.net wrote:   syscall::xxx:yyy - work on all system calls that match the specification syscall:freebsd:xxx:yyy - only native system calls   syscall:linux32:xxx:yyy - linux32 compat system calls   syscall:freebsd32:xxx:yyy