svn commit: r232541 - head/sys/fs/pseudofs

2012-03-05 Thread Konstantin Belousov
Author: kib Date: Mon Mar 5 11:38:02 2012 New Revision: 232541 URL: http://svn.freebsd.org/changeset/base/232541 Log: Apply inlined vn_vget_ino() algorithm for ".." lookup in pseudofs. Reported and tested by: pho MFC after:2 weeks Modified: head/sys/fs/pseudofs/pseudofs_vnop

virtualbox fix for recent current (was Re: svn commit: r232264 - in head/sys: amd64/include i386/include pc98/include x86/include)

2012-03-05 Thread Tijl Coosemans
On Sunday 04 March 2012 22:30:56 Andrey Kosachenko wrote: >> On Tuesday, February 28, 2012 01:38:34 PM Tijl Coosemans wrote: >>> Author: tijl >>> Date: Tue Feb 28 18:38:33 2012 >>> New Revision: 232264 >>> URL: http://svn.freebsd.org/changeset/base/232264 >>> >>> Log: >>>Copy amd64 _stdint.h to

svn commit: r232547 - head/sys/kern

2012-03-05 Thread Ivan Voras
Author: ivoras Date: Mon Mar 5 14:19:43 2012 New Revision: 232547 URL: http://svn.freebsd.org/changeset/base/232547 Log: Print out process name and thread id in the debugging message. This is useful because the message can end up in system logs in non-debugging operation. Reviewed by:

svn commit: r232548 - head/sbin/growfs

2012-03-05 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 5 16:37:51 2012 New Revision: 232548 URL: http://svn.freebsd.org/changeset/base/232548 Log: Make growfs(8) mostly style compliant. No functional changes, verified with MD5. Modified: head/sbin/growfs/debug.c head/sbin/growfs/growfs.c Modified: head/sbin/grow

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

2012-03-05 Thread Sergey Kandaurov
Author: pluknet Date: Mon Mar 5 17:38:44 2012 New Revision: 232553 URL: http://svn.freebsd.org/changeset/base/232553 Log: Fix typo. Bump .Dd for the previous change. Modified: head/share/man/man9/pci.9 Modified: head/share/man/man9/pci.9 =

Re: svn commit: r232519 - head/sys/x86/include

2012-03-05 Thread John Baldwin
On Sunday, March 04, 2012 3:02:20 pm Tijl Coosemans wrote: > Author: tijl > Date: Sun Mar 4 20:02:20 2012 > New Revision: 232519 > URL: http://svn.freebsd.org/changeset/base/232519 > > Log: > Do not use INT64_C and UINT64_C to define 64 bit integer limits. They > aren't defined for C++ code

Re: svn commit: r226967 - head/sys/ufs/ufs

2012-03-05 Thread John Baldwin
On Saturday, March 03, 2012 11:38:43 am Peter Holm wrote: > On Sat, Mar 03, 2012 at 01:01:32AM -0500, Rick Macklem wrote: > > John Baldwin wrote: > > > On Friday, March 02, 2012 8:29:21 am Peter Holm wrote: > > > > On Thu, Mar 01, 2012 at 04:47:41PM -0500, John Baldwin wrote: > > > > > On Monday, O

svn commit: r232561 - in head/sys: amd64/conf i386/conf

2012-03-05 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 5 18:47:42 2012 New Revision: 232561 URL: http://svn.freebsd.org/changeset/base/232561 Log: Fix few style nits. Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC ===

Re: svn commit: r232403 - in head/sys: dev/acpica dev/cardbus dev/pci powerpc/ofw sparc64/pci

2012-03-05 Thread John Baldwin
On Friday, March 02, 2012 5:38:07 pm Marius Strobl wrote: > On Fri, Mar 02, 2012 at 05:18:37PM -0500, John Baldwin wrote: > > On Friday, March 02, 2012 4:45:52 pm Marius Strobl wrote: > > > On Fri, Mar 02, 2012 at 08:38:05PM +, John Baldwin wrote: > > > > Author: jhb > > > > Date: Fri Mar 2 20

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

2012-03-05 Thread John Baldwin
Author: jhb Date: Mon Mar 5 19:38:59 2012 New Revision: 232569 URL: http://svn.freebsd.org/changeset/base/232569 Log: Fix three instances of a missing word. Submitted by: bjk Modified: head/share/man/man9/pci.9 Modified: head/share/man/man9/pci.9 ===

svn commit: r232570 - head/sys/boot/i386/boot2

2012-03-05 Thread John Baldwin
Author: jhb Date: Mon Mar 5 19:53:17 2012 New Revision: 232570 URL: http://svn.freebsd.org/changeset/base/232570 Log: Fix boot2 to handle boot config files that only contain a custom path to a loader or kernel. Specifically, kname cannot be pointed at cmd[] since it's value is change to be

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

2012-03-05 Thread Sergey Kandaurov
Author: pluknet Date: Mon Mar 5 20:04:28 2012 New Revision: 232571 URL: http://svn.freebsd.org/changeset/base/232571 Log: Actually bump date, sigh. Modified: head/share/man/man9/pci.9 Modified: head/share/man/man9/pci.9 ===

svn commit: r232572 - head/libexec/rtld-elf

2012-03-05 Thread Konstantin Belousov
Author: kib Date: Mon Mar 5 20:43:06 2012 New Revision: 232572 URL: http://svn.freebsd.org/changeset/base/232572 Log: The libmap.conf initialization is performed before TLS is functional. Since after r232498 the ctype macros require working access to thread-local variables, rtld crashes whe

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

2012-03-05 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Mar 5 20:59:34 2012 New Revision: 232574 URL: http://svn.freebsd.org/changeset/base/232574 Log: Link EV_SET(3) to kqueue(2). MFC after:3 days Modified: head/lib/libc/sys/Makefile.inc Modified: head/lib/libc/sys/Makefile.inc

Re: svn commit: r226967 - head/sys/ufs/ufs

2012-03-05 Thread Peter Holm
On Mon, Mar 05, 2012 at 12:38:57PM -0500, John Baldwin wrote: > On Saturday, March 03, 2012 11:38:43 am Peter Holm wrote: > > On Sat, Mar 03, 2012 at 01:01:32AM -0500, Rick Macklem wrote: > > > John Baldwin wrote: > > > > On Friday, March 02, 2012 8:29:21 am Peter Holm wrote: > > > > > On Thu, Mar

Re: svn commit: r226967 - head/sys/ufs/ufs

2012-03-05 Thread John Baldwin
On Monday, March 05, 2012 4:43:54 pm Peter Holm wrote: > On Mon, Mar 05, 2012 at 12:38:57PM -0500, John Baldwin wrote: > > On Saturday, March 03, 2012 11:38:43 am Peter Holm wrote: > > > On Sat, Mar 03, 2012 at 01:01:32AM -0500, Rick Macklem wrote: > > > > John Baldwin wrote: > > > > > On Friday, M

svn commit: r232576 - head/sys/mips/mips

2012-03-05 Thread Juli Mallett
Author: jmallett Date: Tue Mar 6 02:23:15 2012 New Revision: 232576 URL: http://svn.freebsd.org/changeset/base/232576 Log: In the trap messages that aid the primitive debugging environment of MIPS, include the tid as well, so it's easier to tell which thread of a process with multiple is re

svn commit: r232577 - in head/sys/mips: include mips

2012-03-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 6 03:25:50 2012 New Revision: 232577 URL: http://svn.freebsd.org/changeset/base/232577 Log: Prepare for large TLS redo. Save pointer to the beginning of TLS area, and offset it only if requested by RDHWR handler. Otherwise things get overly complicated -

svn commit: r232578 - head/libexec/rtld-elf/mips

2012-03-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 6 03:27:08 2012 New Revision: 232578 URL: http://svn.freebsd.org/changeset/base/232578 Log: - Switch to saving non-offseted pointer to TLS block in order too keep things simple Modified: head/libexec/rtld-elf/mips/reloc.c head/libexec/rtld-elf/mips/rtld_machdep

svn commit: r232579 - head/lib/libthr/arch/mips/include

2012-03-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 6 03:27:58 2012 New Revision: 232579 URL: http://svn.freebsd.org/changeset/base/232579 Log: - Switch to saving non-offseted pointer to TLS block in order too keep things simple Modified: head/lib/libthr/arch/mips/include/pthread_md.h Modified: head/lib/libthr/ar

svn commit: r232580 - head/lib/csu/mips

2012-03-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 6 03:29:46 2012 New Revision: 232580 URL: http://svn.freebsd.org/changeset/base/232580 Log: - Remove NOSHARED parts since it seems to be no-op - Call _init_tls for statically linked binaries Modified: head/lib/csu/mips/crt1.c Modified: head/lib/csu/mips/crt1.c

svn commit: r232581 - head/lib/libc/mips/gen

2012-03-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 6 03:30:09 2012 New Revision: 232581 URL: http://svn.freebsd.org/changeset/base/232581 Log: Implement _set_tp Modified: head/lib/libc/mips/gen/_set_tp.c Modified: head/lib/libc/mips/gen/_set_tp.c ===

svn commit: r232582 - head/lib/libc/gen

2012-03-05 Thread Oleksandr Tymoshenko
Author: gonzo Date: Tue Mar 6 03:42:54 2012 New Revision: 232582 URL: http://svn.freebsd.org/changeset/base/232582 Log: - Switch ARM and MIPS to TLS Variant I - Fix TLS allocation for Variant I: both rtld and libc allocators assume that tls_static_space includes space for TLS structure

svn commit: r232583 - in head/sys/mips: include mips

2012-03-05 Thread Juli Mallett
Author: jmallett Date: Tue Mar 6 07:47:28 2012 New Revision: 232583 URL: http://svn.freebsd.org/changeset/base/232583 Log: When emulating rdhwr for TLS, use the 32-bit offset under COMPAT_FREEBSD32. Modified: head/sys/mips/include/tls.h head/sys/mips/mips/trap.c Modified: head/sys/mips/in

svn commit: r232584 - in head/sys/mips: include mips

2012-03-05 Thread Juli Mallett
Author: jmallett Date: Tue Mar 6 07:50:45 2012 New Revision: 232584 URL: http://svn.freebsd.org/changeset/base/232584 Log: Fix two and a half oversights in COMPAT_FREEBSD32 related to contexts and TLS: o) The mc_tls field used to store the TLS base when doing context gets and restores