svn commit: r214907 - head/usr.sbin/apmd

2010-11-07 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Nov 7 07:16:35 2010 New Revision: 214907 URL: http://svn.freebsd.org/changeset/base/214907 Log: Remove extraneous Aq. Modified: head/usr.sbin/apmd/apmd.8 Modified: head/usr.sbin/apmd/apmd.8

svn commit: r214908 - head/usr.bin/objformat

2010-11-07 Thread Ulrich Spoerlein
Author: uqs Date: Sun Nov 7 10:49:40 2010 New Revision: 214908 URL: http://svn.freebsd.org/changeset/base/214908 Log: Retire objformat(1), take two. It's been almost four years, and this placeholder has not been needed. Deleted: head/usr.bin/objformat/

svn commit: r214913 - head/sys/dev/wb

2010-11-07 Thread Marius Strobl
Author: marius Date: Sun Nov 7 12:29:26 2010 New Revision: 214913 URL: http://svn.freebsd.org/changeset/base/214913 Log: Fix indentation in r213894. Modified: head/sys/dev/wb/if_wb.c Modified: head/sys/dev/wb/if_wb.c

svn commit: r214917 - head/sys/kern

2010-11-07 Thread Jaakko Heinonen
Author: jh Date: Sun Nov 7 14:28:01 2010 New Revision: 214917 URL: http://svn.freebsd.org/changeset/base/214917 Log: Add missing curly brackets. By chance, the missing brackets didn't alter the code behavior. Submitted by: Lucius Windschuh Modified: head/sys/kern/kern_conf.c

svn commit: r214918 - head/sys/netinet

2010-11-07 Thread Michael Tuexen
Author: tuexen Date: Sun Nov 7 14:39:40 2010 New Revision: 214918 URL: http://svn.freebsd.org/changeset/base/214918 Log: Not only stop all timers when entering the SHUTDOWN_SENT state, but also when entering the SHUTDOWN_ACK_SEND state. MFC after: 3 days. Modified:

svn commit: r214919 - head/sys/dev/usb/serial

2010-11-07 Thread Nick Hibma
Author: n_hibma Date: Sun Nov 7 15:36:07 2010 New Revision: 214919 URL: http://svn.freebsd.org/changeset/base/214919 Log: Bugfix: Set the bit that marks a device number in use. This would cause a panic when disconnecting the second serial device. Submitted by: Lucius Windschuh

svn commit: r214921 - in head/usr.sbin/makefs: . cd9660 compat ffs

2010-11-07 Thread Olivier Houchard
Author: cognet Date: Sun Nov 7 16:05:04 2010 New Revision: 214921 URL: http://svn.freebsd.org/changeset/base/214921 Log: Sync with the latest version from NetBSD. It notably addds ISO9660 support. Submitted by: bapt Added: head/usr.sbin/makefs/cd9660/ head/usr.sbin/makefs/cd9660.c

Re: svn commit: r214921 - in head/usr.sbin/makefs: . cd9660 compat ffs

2010-11-07 Thread Ed Schouten
* Olivier Houchard cog...@freebsd.org, 20101107 17:05: Sync with the latest version from NetBSD. It notably addds ISO9660 support. Thank you! -- Ed Schouten e...@80386.nl WWW: http://80386.nl/ pgp2zPSG7bXeB.pgp Description: PGP signature

svn commit: r214923 - head/tools/regression/acltools

2010-11-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Nov 7 17:33:04 2010 New Revision: 214923 URL: http://svn.freebsd.org/changeset/base/214923 Log: Remove useless comment. Modified: head/tools/regression/acltools/tools-nfs4.test Modified: head/tools/regression/acltools/tools-nfs4.test

svn commit: r214928 - head/sys/netinet

2010-11-07 Thread Michael Tuexen
Author: tuexen Date: Sun Nov 7 17:44:04 2010 New Revision: 214928 URL: http://svn.freebsd.org/changeset/base/214928 Log: * Use exponential backoff for retransmission of SHUTDOWN and SHUTDOWN-ACK chunks. * While there, do some cleanups. MFC after: 3 days. Modified:

svn commit: r214938 - head/sys/i386/i386

2010-11-07 Thread Alan Cox
Author: alc Date: Sun Nov 7 18:42:37 2010 New Revision: 214938 URL: http://svn.freebsd.org/changeset/base/214938 Log: Eliminate a possible race between pmap_pinit() and pmap_kenter_pde() on superpage promotion or demotion. Micro-optimize pmap_kenter_pde(). Reviewed by: kib, jhb

svn commit: r214939 - head/sys/netinet

2010-11-07 Thread Michael Tuexen
Author: tuexen Date: Sun Nov 7 18:50:35 2010 New Revision: 214939 URL: http://svn.freebsd.org/changeset/base/214939 Log: Do not have the MTU table twice in the code. Therefore move the function from the timer code to util, rename it appropriately and also fix a bug in sctp_get_prev_mtu(),

Re: svn commit: r214905 - in head/lib/libarchive: . test

2010-11-07 Thread Tim Kientzle
On Nov 6, 2010, at 9:09 PM, Anonymous wrote: Tim Kientzle kient...@freebsd.org writes: Author: kientzle Date: Sun Nov 7 03:40:37 2010 New Revision: 214905 URL: http://svn.freebsd.org/changeset/base/214905 Log: If the Zip reader doesn't see a PK signature block because there's

svn commit: r214940 - head/release/sparc64

2010-11-07 Thread Marius Strobl
Author: marius Date: Sun Nov 7 19:23:25 2010 New Revision: 214940 URL: http://svn.freebsd.org/changeset/base/214940 Log: Add gpart and glabel to the release CD mfsroot. Modified: head/release/sparc64/boot_crunch.conf Modified: head/release/sparc64/boot_crunch.conf

svn commit: r214946 - in head/sys/arm: conf xscale/ixp425

2010-11-07 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 7 20:33:39 2010 New Revision: 214946 URL: http://svn.freebsd.org/changeset/base/214946 Log: Hook up the five gpio pins on the Avila board to the gpio framework. There are actually 16 I/O lines but the other ones are used for system devices and interrupts.

svn commit: r214947 - head/contrib/gdb/gdb

2010-11-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 7 20:37:25 2010 New Revision: 214947 URL: http://svn.freebsd.org/changeset/base/214947 Log: Calculate offset from frame top for registers saved on a stack frame. Modified: head/contrib/gdb/gdb/mips-tdep.c Modified: head/contrib/gdb/gdb/mips-tdep.c

svn commit: r214948 - head/sys/arm/xscale/ixp425

2010-11-07 Thread Andrew Thompson
Author: thompsa Date: Sun Nov 7 20:38:14 2010 New Revision: 214948 URL: http://svn.freebsd.org/changeset/base/214948 Log: Remove line for the uncommitted Cambria gpio drive that snuck in with r214946. Modified: head/sys/arm/xscale/ixp425/files.avila Modified:

svn commit: r214949 - head/contrib/gdb/gdb

2010-11-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 7 20:40:00 2010 New Revision: 214949 URL: http://svn.freebsd.org/changeset/base/214949 Log: Change register numbers according to current struct reg and struct fpreg in src/sys/mips/include/reg.h Modified: head/contrib/gdb/gdb/mips-tdep.h

svn commit: r214950 - head/contrib/binutils/bfd

2010-11-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 7 20:44:46 2010 New Revision: 214950 URL: http://svn.freebsd.org/changeset/base/214950 Log: Prevent endless loop by detecting broken MIPS.options Modified: head/contrib/binutils/bfd/elfxx-mips.c Modified: head/contrib/binutils/bfd/elfxx-mips.c

svn commit: r214951 - head/gnu/usr.bin/gdb/arch/mips

2010-11-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 7 20:53:19 2010 New Revision: 214951 URL: http://svn.freebsd.org/changeset/base/214951 Log: Link threads support to the build Modified: head/gnu/usr.bin/gdb/arch/mips/Makefile head/gnu/usr.bin/gdb/arch/mips/init.c Modified:

svn commit: r214952 - head/gnu/usr.bin/gdb/kgdb

2010-11-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 7 20:56:41 2010 New Revision: 214952 URL: http://svn.freebsd.org/changeset/base/214952 Log: - Use proper constant for accessing PCB intead of hardcoded numbers - Minor clean-up Modified: head/gnu/usr.bin/gdb/kgdb/trgt_mips.c Modified:

svn commit: r214953 - head/sys/vm

2010-11-07 Thread Alan Cox
Author: alc Date: Sun Nov 7 21:40:34 2010 New Revision: 214953 URL: http://svn.freebsd.org/changeset/base/214953 Log: In case the stack size reaches its limit and its growth must be restricted, ensure that grow_amount is a multiple of the page size. Otherwise, the kernel may crash in

svn commit: r214954 - head/sys/amd64/amd64

2010-11-07 Thread Alan Cox
Author: alc Date: Sun Nov 7 21:48:49 2010 New Revision: 214954 URL: http://svn.freebsd.org/changeset/base/214954 Log: Don't call pmap_demote_DMAP() on MTRR entries from the BIOS that are marked as bogus. Reported by: Jia-Shiun Li Modified: head/sys/amd64/amd64/amd64_mem.c Modified:

svn commit: r214955 - head/tools/tools/nanobsd

2010-11-07 Thread Nick Hibma
Author: n_hibma Date: Sun Nov 7 21:57:57 2010 New Revision: 214955 URL: http://svn.freebsd.org/changeset/base/214955 Log: - Set -x flag when executing customisation scripts to aid in debugging them. - Use KERNCONFDIR with KERNCONF instead of copying the kernel config into the source tree

svn commit: r214959 - head/usr.bin/yacc

2010-11-07 Thread David E. O'Brien
Author: obrien Date: Sun Nov 7 22:51:54 2010 New Revision: 214959 URL: http://svn.freebsd.org/changeset/base/214959 Log: Change to ANSI-C function definitions. Modified: head/usr.bin/yacc/Makefile head/usr.bin/yacc/closure.c head/usr.bin/yacc/error.c head/usr.bin/yacc/lalr.c

svn commit: r214960 - head/gnu/usr.bin/gdb/arch/mips

2010-11-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 7 23:22:22 2010 New Revision: 214960 URL: http://svn.freebsd.org/changeset/base/214960 Log: Fix initialization order:_initialize_svr4_solib should be called before _initialize_thread_db Modified: head/gnu/usr.bin/gdb/arch/mips/init.c Modified:

svn commit: r214961 - head/usr.bin/yacc

2010-11-07 Thread David E. O'Brien
Author: obrien Date: Sun Nov 7 23:22:42 2010 New Revision: 214961 URL: http://svn.freebsd.org/changeset/base/214961 Log: Directly use memory allocation functions and remove needless casts in their usage. Also use associated modern types instead of kr ones. Modified:

svn commit: r214962 - head/gnu/usr.bin/gdb/kgdb

2010-11-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sun Nov 7 23:23:48 2010 New Revision: 214962 URL: http://svn.freebsd.org/changeset/base/214962 Log: Fix cross-debugger build Modified: head/gnu/usr.bin/gdb/kgdb/trgt_mips.c Modified: head/gnu/usr.bin/gdb/kgdb/trgt_mips.c

svn commit: r214963 - head/usr.bin/yacc

2010-11-07 Thread David E. O'Brien
Author: obrien Date: Sun Nov 7 23:34:05 2010 New Revision: 214963 URL: http://svn.freebsd.org/changeset/base/214963 Log: Inherit WARNS from parent directory. Submitted by: marius Modified: head/usr.bin/yacc/Makefile Modified: head/usr.bin/yacc/Makefile

svn commit: r214964 - head/usr.bin/yacc

2010-11-07 Thread David E. O'Brien
Author: obrien Date: Sun Nov 7 23:44:40 2010 New Revision: 214964 URL: http://svn.freebsd.org/changeset/base/214964 Log: Add '-y' for bison compatibility. Obtained from:http://invisible-island.net Modified: head/usr.bin/yacc/main.c head/usr.bin/yacc/yacc.1 Modified:

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

2010-11-07 Thread Oleksandr Tymoshenko
Author: gonzo Date: Mon Nov 8 00:26:49 2010 New Revision: 214965 URL: http://svn.freebsd.org/changeset/base/214965 Log: - Provide more registers for GDB Modified: head/sys/mips/mips/gdb_machdep.c Modified: head/sys/mips/mips/gdb_machdep.c

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

2010-11-07 Thread Pyun YongHyeon
Author: yongari Date: Mon Nov 8 01:15:42 2010 New Revision: 214968 URL: http://svn.freebsd.org/changeset/base/214968 Log: Use shorten model name instead of showing all controller model numbers. bge(4) supports too many models such that it's unreasonable to list all these controllers in one

Re: svn commit: r214961 - head/usr.bin/yacc

2010-11-07 Thread Juli Mallett
David, On Sun, Nov 7, 2010 at 15:22, David E. O'Brien obr...@freebsd.org wrote: Author: obrien Date: Sun Nov  7 23:22:42 2010 New Revision: 214961 URL: http://svn.freebsd.org/changeset/base/214961 Log:  Directly use memory allocation functions and remove needless casts in  their usage.  

svn commit: r214971 - head/sys/dev/gpio

2010-11-07 Thread Andrew Thompson
Author: thompsa Date: Mon Nov 8 03:08:01 2010 New Revision: 214971 URL: http://svn.freebsd.org/changeset/base/214971 Log: Set the pin to output on attach, we can't assume it already is. Reviewed by: gonzo Modified: head/sys/dev/gpio/gpioled.c Modified: head/sys/dev/gpio/gpioled.c

svn commit: r214972 - head/sys/arm/include

2010-11-07 Thread Kevin Lo
Author: kevlo Date: Mon Nov 8 07:54:24 2010 New Revision: 214972 URL: http://svn.freebsd.org/changeset/base/214972 Log: Intel IXP425 SoC is based on the ARMv5TE architecture MFC after:3 days Modified: head/sys/arm/include/cpuconf.h Modified: head/sys/arm/include/cpuconf.h