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

2012-03-23 Thread Sergey Kandaurov
Author: pluknet Date: Fri Mar 23 06:06:37 2012 New Revision: 233340 URL: http://svn.freebsd.org/changeset/base/233340 Log: Document IFT_USB referenced by IFF_CANTCONFIG since the previous change, so that ifnet(9) is self contained. MFC after:1 week Modified:

svn commit: r233341 - head

2012-03-23 Thread Sergey Kandaurov
Author: pluknet Date: Fri Mar 23 06:57:04 2012 New Revision: 233341 URL: http://svn.freebsd.org/changeset/base/233341 Log: Remove archive_entry_*_w(3) entries from ObsoleteFiles.inc. Since the recent libarchive import they are MLINK'ed again. Modified: head/ObsoleteFiles.inc Modified:

svn commit: r233342 - head/sys/geom/part

2012-03-23 Thread Andrey V. Elsukov
Author: ae Date: Fri Mar 23 07:26:17 2012 New Revision: 233342 URL: http://svn.freebsd.org/changeset/base/233342 Log: Check that scheme is not already registered. This may happens when a KLD is preloaded with loader(8) and leads to infinity loops. Also do not return EEXIST error code

svn commit: r233343 - head

2012-03-23 Thread Stanislav Sedov
Author: stas Date: Fri Mar 23 07:45:11 2012 New Revision: 233343 URL: http://svn.freebsd.org/changeset/base/233343 Log: - Take krb5_verify_user.3.gz out of ObsoleteFiles as it's still being installed. - Add 32-bit compat old kerberos libraries to ObsoleteFiles as well. Reported by:

svn commit: r233344 - head

2012-03-23 Thread Stanislav Sedov
Author: stas Date: Fri Mar 23 07:52:37 2012 New Revision: 233344 URL: http://svn.freebsd.org/changeset/base/233344 Log: - Actually fill the date of the Heimdal update. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

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

2012-03-23 Thread Ed Schouten
Author: ed Date: Fri Mar 23 08:26:31 2012 New Revision: 233345 URL: http://svn.freebsd.org/changeset/base/233345 Log: Make utmpx(3) thread safe if we support TLS. Because the utmpx interface is generally not required to be thread-safe, but it is nice to have, if easy to do so. Therefore

Re: svn commit: r232821 - in head: . include sys/fs/cd9660 sys/fs/ext2fs sys/fs/fifofs sys/fs/nfs sys/fs/tmpfs sys/fs/udf sys/gnu/fs/xfs/FreeBSD sys/kern sys/nfsclient sys/sys sys/ufs/ufs

2012-03-23 Thread Sergey Kandaurov
On 11 March 2012 16:19, Konstantin Belousov k...@freebsd.org wrote: Author: kib Date: Sun Mar 11 12:19:58 2012 New Revision: 232821 URL: http://svn.freebsd.org/changeset/base/232821 Log:  Remove fifo.h. The only used function declaration from the header is  migrated to sys/vnode.h.  

svn commit: r233346 - head/etc/mtree

2012-03-23 Thread Sergey Kandaurov
Author: pluknet Date: Fri Mar 23 10:12:35 2012 New Revision: 233346 URL: http://svn.freebsd.org/changeset/base/233346 Log: Clean up of fs/fifofs include directory after fifo.h removal. Glanced by: kib Modified: head/etc/mtree/BSD.include.dist Modified: head/etc/mtree/BSD.include.dist

svn commit: r233352 - head/lib/libarchive

2012-03-23 Thread Dimitry Andric
Author: dim Date: Fri Mar 23 11:18:07 2012 New Revision: 233352 URL: http://svn.freebsd.org/changeset/base/233352 Log: Silence alignment warnings from clang in libarchive's ppmd code (which is actually third-party code). Clang even warns about alignment issues on x86, and the warnings are

svn commit: r233354 - in head/sys: conf modules/mps

2012-03-23 Thread Dimitry Andric
Author: dim Date: Fri Mar 23 11:35:01 2012 New Revision: 233354 URL: http://svn.freebsd.org/changeset/base/233354 Log: Work around the following clang warning in mps(4): sys/dev/mps/mps_sas.c:861:1: error: function 'mpssas_discovery_timeout' is not needed and will not be emitted

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

2012-03-23 Thread Konstantin Belousov
Author: kib Date: Fri Mar 23 12:04:44 2012 New Revision: 233357 URL: http://svn.freebsd.org/changeset/base/233357 Log: Implement xstrdup() using strlen()/xmalloc()/memcpy() already presented in rtld, instead of pulling in libc strdup(). Submitted by:bde MFC after: 2 weeks

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

2012-03-23 Thread Konstantin Belousov
Author: kib Date: Fri Mar 23 12:13:31 2012 New Revision: 233361 URL: http://svn.freebsd.org/changeset/base/233361 Log: Remove superfluous extern keywords. MFC after: 2 weeks Modified: head/libexec/rtld-elf/rtld.h Modified: head/libexec/rtld-elf/rtld.h

svn commit: r233371 - head/sys/dev/isci

2012-03-23 Thread Jim Harris
Author: jimharris Date: Fri Mar 23 16:28:11 2012 New Revision: 233371 URL: http://svn.freebsd.org/changeset/base/233371 Log: Call xpt_bus_register during attach context, then freeze and do not release until domain discovery is complete. This fixes an isci(4) bug on FreeBSD 7.x where

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

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 23 17:54:06 2012 New Revision: 233378 URL: http://svn.freebsd.org/changeset/base/233378 Log: Before jumping to application's entry point set ra == pc in order to let backtracing routine know to go no further. Modified: head/libexec/rtld-elf/mips/rtld_start.S

svn commit: r233381 - head/sys/mips/include

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 23 18:07:12 2012 New Revision: 233381 URL: http://svn.freebsd.org/changeset/base/233381 Log: Fix pmap_kextract prototype to align it with pmap.c change Modified: head/sys/mips/include/pmap.h Modified: head/sys/mips/include/pmap.h

svn commit: r233382 - head/sbin/ifconfig

2012-03-23 Thread Bernhard Schmidt
Author: bschmidt Date: Fri Mar 23 18:12:25 2012 New Revision: 233382 URL: http://svn.freebsd.org/changeset/base/233382 Log: Also fix the parameter usage in set80211meshpeering(). Submitted by: Monthadar Al Jaberi MFC after:1 week X-MFC after: r233328 Modified:

svn commit: r233388 - in head/gnu/usr.bin/binutils/as: . mips-freebsd

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 23 19:37:45 2012 New Revision: 233388 URL: http://svn.freebsd.org/changeset/base/233388 Log: Make default ABI for as(1) to be the same as target platform. This change makes object files compiled with default flags by gcc and as compatible. Modified:

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

2012-03-23 Thread Mikolaj Golub
Author: trociny Date: Fri Mar 23 20:05:41 2012 New Revision: 233389 URL: http://svn.freebsd.org/changeset/base/233389 Log: Add a sysctl to set and retrieve binary osreldate of another process. Suggested by: kib Reviewed by: kib MFC after:2 weeks Modified:

svn commit: r233390 - head/usr.bin/procstat

2012-03-23 Thread Mikolaj Golub
Author: trociny Date: Fri Mar 23 20:09:21 2012 New Revision: 233390 URL: http://svn.freebsd.org/changeset/base/233390 Log: When displaying binary information show also osreldate. Suggested by: kib MFC after:2 weeks Modified: head/usr.bin/procstat/procstat.1

svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-23 Thread David Chisnall
Author: theraven Date: Fri Mar 23 20:10:56 2012 New Revision: 233391 URL: http://svn.freebsd.org/changeset/base/233391 Log: Revert ABI breakage in libsupc++. Unfortunately, the ABI was broken upstream for the 4.2 release, which we imported. We then shipped the broken version for several

svn commit: r233392 - head/sbin/hastd

2012-03-23 Thread Mikolaj Golub
Author: trociny Date: Fri Mar 23 20:18:48 2012 New Revision: 233392 URL: http://svn.freebsd.org/changeset/base/233392 Log: Fix typo. MFC after:3 days Modified: head/sbin/hastd/nv.c Modified: head/sbin/hastd/nv.c

Re: svn commit: r233391 - head/contrib/libstdc++/libsupc++

2012-03-23 Thread Konstantin Belousov
On Fri, Mar 23, 2012 at 08:10:56PM +, David Chisnall wrote: Author: theraven Date: Fri Mar 23 20:10:56 2012 New Revision: 233391 URL: http://svn.freebsd.org/changeset/base/233391 Log: Revert ABI breakage in libsupc++. Unfortunately, the ABI was broken upstream for the 4.2

svn commit: r233401 - head/lib/libelf

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 23 22:55:37 2012 New Revision: 233401 URL: http://svn.freebsd.org/changeset/base/233401 Log: Add handler for MIPS.options section Modified: head/lib/libelf/libelf_data.c Modified: head/lib/libelf/libelf_data.c

svn commit: r233402 - head/lib/libproc

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Fri Mar 23 23:07:02 2012 New Revision: 233402 URL: http://svn.freebsd.org/changeset/base/233402 Log: Make libproc compilable for MIPS Modified: head/lib/libproc/proc_bkpt.c head/lib/libproc/proc_regs.c Modified: head/lib/libproc/proc_bkpt.c

svn commit: r233404 - head/sys/dev/mpt

2012-03-23 Thread Marius Strobl
Author: marius Date: Sat Mar 24 00:37:56 2012 New Revision: 233404 URL: http://svn.freebsd.org/changeset/base/233404 Log: As it turns out, mpi_cnfg.h already is included by mpt.h. Modified: head/sys/dev/mpt/mpt_pci.c Modified: head/sys/dev/mpt/mpt_pci.c

svn commit: r233405 - head/kerberos5/lib/libkafs5

2012-03-23 Thread Stanislav Sedov
Author: stas Date: Sat Mar 24 00:42:38 2012 New Revision: 233405 URL: http://svn.freebsd.org/changeset/base/233405 Log: - Apply binutils workaround on mips.mips as well. Though this TARGET_ARCH is deprecated, tinderbox uses it. Modified: head/kerberos5/lib/libkafs5/Makefile Modified:

svn commit: r233406 - head/lib/libpam/modules/pam_krb5

2012-03-23 Thread Stanislav Sedov
Author: stas Date: Sat Mar 24 01:02:03 2012 New Revision: 233406 URL: http://svn.freebsd.org/changeset/base/233406 Log: - Avoid using deprecated heimdal functions in pam_krb5. Modified: head/lib/libpam/modules/pam_krb5/Makefile head/lib/libpam/modules/pam_krb5/pam_krb5.c Modified:

svn commit: r233407 - head/cddl/contrib/opensolaris/tools/ctf/cvt

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 01:47:33 2012 New Revision: 233407 URL: http://svn.freebsd.org/changeset/base/233407 Log: Maintain target's byte order for multi-byte fields in CTF structures. CTF format is not cross-platform by design, e.g. it is not guaranteed that data generated by

svn commit: r233408 - in head/sys/cddl/contrib/opensolaris/uts: common/dtrace mips mips/dtrace mips/sys

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 04:52:18 2012 New Revision: 233408 URL: http://svn.freebsd.org/changeset/base/233408 Log: Add MIPS support to cddl/contrib part: - header and stub .c file for fasttrap module. It's not supported on MIPS yet, but there is no way to disable support

svn commit: r233409 - in head/sys/cddl/dev: dtrace/mips lockstat profile

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 05:14:37 2012 New Revision: 233409 URL: http://svn.freebsd.org/changeset/base/233409 Log: Add device part of DTrace/MIPS code Added: head/sys/cddl/dev/dtrace/mips/ head/sys/cddl/dev/dtrace/mips/dtrace_asm.S (contents, props changed)

svn commit: r233410 - head/sys/modules/dtrace

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 05:15:14 2012 New Revision: 233410 URL: http://svn.freebsd.org/changeset/base/233410 Log: Make lockstat and profile modules x86-only Modified: head/sys/modules/dtrace/Makefile Modified: head/sys/modules/dtrace/Makefile

svn commit: r233411 - head/sys/modules/cyclic

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 05:16:26 2012 New Revision: 233411 URL: http://svn.freebsd.org/changeset/base/233411 Log: Jusy use i386 version of cyclic_machdep.c on all supported architectures. It's generic enough to cover all of them. Modified: head/sys/modules/cyclic/Makefile Modified:

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

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 05:17:38 2012 New Revision: 233412 URL: http://svn.freebsd.org/changeset/base/233412 Log: Add DTrace-related part to machine-dependent code: - DTrace trap handler - invop-related variables (unused on MIPS but still referenced from dtrace) Modified:

svn commit: r233413 - head/lib

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 05:18:27 2012 New Revision: 233413 URL: http://svn.freebsd.org/changeset/base/233413 Log: Build libproc and librtld_db for MIPS Modified: head/lib/Makefile Modified: head/lib/Makefile

svn commit: r233414 - head/cddl/contrib/opensolaris/lib/libdtrace/mips

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 05:27:39 2012 New Revision: 233414 URL: http://svn.freebsd.org/changeset/base/233414 Log: Add stub file for pid probe. It's required although pid probe is not supported on MIPS yet Added: head/cddl/contrib/opensolaris/lib/libdtrace/mips/

svn commit: r233415 - in head/cddl: lib lib/libdtrace usr.sbin

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 05:29:07 2012 New Revision: 233415 URL: http://svn.freebsd.org/changeset/base/233415 Log: Enable build of DTrace-related userland parts for MIPS Modified: head/cddl/lib/Makefile head/cddl/lib/libdtrace/Makefile head/cddl/usr.sbin/Makefile Modified:

svn commit: r233416 - head

2012-03-23 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Mar 24 05:30:13 2012 New Revision: 233416 URL: http://svn.freebsd.org/changeset/base/233416 Log: Build CTF tools as a part of toolchain for cross-compilation case Modified: head/Makefile.inc1 Modified: head/Makefile.inc1