svn commit: r215234 - head/sys/dev/arcmsr

2010-11-13 Thread Xin LI
Author: delphij Date: Sat Nov 13 08:58:36 2010 New Revision: 215234 URL: http://svn.freebsd.org/changeset/base/215234 Log: Update to vendor release 1.20.00.19. Bug fixes: * Fixed "inquiry data fails comparion at DV1 step" * Fixed bad range input in bus_alloc_resource for ADAPTER_TYP

svn commit: r215235 - head/usr.bin/truss

2010-11-13 Thread Jaakko Heinonen
Author: jh Date: Sat Nov 13 09:28:49 2010 New Revision: 215235 URL: http://svn.freebsd.org/changeset/base/215235 Log: Set FD_CLOEXEC for the output file only when the file has been specified with the -o option. Setting the flag for stderr (the default) could cause the traced process to redir

Re: svn commit: r215207 - in head: sys/net sys/netinet tools/regression/netinet/arphold

2010-11-13 Thread Mikolaj Golub
On Fri, 12 Nov 2010 22:03:02 + (UTC) George V. Neville-Neil wrote: GVN> Author: gnn GVN> Date: Fri Nov 12 22:03:02 2010 GVN> New Revision: 215207 GVN> URL: http://svn.freebsd.org/changeset/base/215207 GVN> Modified: head/sys/net/if_llatbl.c GVN> ==

Re: svn commit: r215166 - in head: . sys/conf sys/netinet sys/netinet/cc sys/sys

2010-11-13 Thread Mikolaj Golub
On Fri, 12 Nov 2010 06:41:56 + (UTC) Lawrence Stewart wrote: LS> Author: lstewart LS> Date: Fri Nov 12 06:41:55 2010 LS> New Revision: 215166 LS> URL: http://svn.freebsd.org/changeset/base/215166 LS> Log: LS> This commit marks the first formal contribution of the "Five New TCP Conge

svn commit: r215236 - in head: include lib/libc/gen

2010-11-13 Thread Xin LI
Author: delphij Date: Sat Nov 13 10:38:06 2010 New Revision: 215236 URL: http://svn.freebsd.org/changeset/base/215236 Log: Sync with OpenBSD, primarily better signal and terminal handling. Obtained from:OpenBSD MFC after:2 weeks Modified: head/include/readpassphrase.h hea

Re: svn commit: r215212 - head/sys/net

2010-11-13 Thread Andriy Gapon
on 13/11/2010 00:59 Dimitry Andric said the following: > Author: dim > Date: Fri Nov 12 22:59:50 2010 > New Revision: 215212 > URL: http://svn.freebsd.org/changeset/base/215212 > > Log: > Similar to r212647, remove the workaround in sys/net/vnet.h for an ld > bug (incorrect placement of __star

svn commit: r215237 - head/lib/msun/src

2010-11-13 Thread Ulrich Spoerlein
Author: uqs Date: Sat Nov 13 10:54:10 2010 New Revision: 215237 URL: http://svn.freebsd.org/changeset/base/215237 Log: Fix bug in jn(3) and jnf(3) that led to -inf results Explanation by Steve: jn[f](n,x) for certain ranges of x uses downward recursion to compute the value of the functi

svn commit: r215238 - head/sys/net

2010-11-13 Thread Konstantin Belousov
Author: kib Date: Sat Nov 13 11:11:51 2010 New Revision: 215238 URL: http://svn.freebsd.org/changeset/base/215238 Log: Use 'z' modifier for size_t printing. Modified: head/sys/net/if_llatbl.c Modified: head/sys/net/if_llatbl.c =

Re: svn commit: r215166 - in head: . sys/conf sys/netinet sys/netinet/cc sys/sys

2010-11-13 Thread Lawrence Stewart
On 11/13/10 20:40, Mikolaj Golub wrote: > > On Fri, 12 Nov 2010 06:41:56 + (UTC) Lawrence Stewart wrote: > > LS> Author: lstewart > LS> Date: Fri Nov 12 06:41:55 2010 > LS> New Revision: 215166 > LS> URL: http://svn.freebsd.org/changeset/base/215166 > > LS> Log: > LS> This commit mar

svn commit: r215239 - head/usr.bin/top

2010-11-13 Thread Bruce Cran
Author: brucec Date: Sat Nov 13 11:43:20 2010 New Revision: 215239 URL: http://svn.freebsd.org/changeset/base/215239 Log: Memory stats are reported in bytes, not pages. PR: docs/151283 Submitted by: Bas Smeelen MFC after: 3 days Modified: head/usr.bin/top/top.local.1 Modified: he

svn commit: r215240 - head/sys/kern

2010-11-13 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 13 11:54:04 2010 New Revision: 215240 URL: http://svn.freebsd.org/changeset/base/215240 Log: Remove unused variables. Modified: head/sys/kern/sched_ule.c Modified: head/sys/kern/sched_ule.c ==

Re: svn commit: r215239 - head/usr.bin/top

2010-11-13 Thread Sergey Kandaurov
On 13 November 2010 14:43, Bruce Cran wrote: > Author: brucec > Date: Sat Nov 13 11:43:20 2010 > New Revision: 215239 > URL: http://svn.freebsd.org/changeset/base/215239 > > Log: >  Memory stats are reported in bytes, not pages. > >  PR:   docs/151283 >  Submitted by: Bas Smeelen >  MFC after: 3

Re: svn commit: r215239 - head/usr.bin/top

2010-11-13 Thread Bruce Cran
On Sat, 13 Nov 2010 14:56:32 +0300 Sergey Kandaurov wrote: > On 13 November 2010 14:43, Bruce Cran wrote: > > Author: brucec > > Date: Sat Nov 13 11:43:20 2010 > > New Revision: 215239 > > URL: http://svn.freebsd.org/changeset/base/215239 > > > > Log: > >  Memory stats are reported in bytes, not

Re: svn commit: r215239 - head/usr.bin/top

2010-11-13 Thread Alexander Best
On Sat Nov 13 10, Bruce Cran wrote: > Author: brucec > Date: Sat Nov 13 11:43:20 2010 > New Revision: 215239 > URL: http://svn.freebsd.org/changeset/base/215239 > > Log: > Memory stats are reported in bytes, not pages. thanks. :) > > PR: docs/151283 > Submitted by: Bas Smeelen >

svn commit: r215241 - head/sys/netinet

2010-11-13 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 13 12:52:44 2010 New Revision: 215241 URL: http://svn.freebsd.org/changeset/base/215241 Log: Fix a locking issue reported by brucec@ affecting 1-to-1 style sockets which have not yet been accepted. MFC after: 3 days. Modified: head/sys/netinet/sctp_pcb.c

Re: svn commit: r215237 - head/lib/msun/src

2010-11-13 Thread Alexander Best
On Sat Nov 13 10, Ulrich Spoerlein wrote: > Author: uqs > Date: Sat Nov 13 10:54:10 2010 > New Revision: 215237 > URL: http://svn.freebsd.org/changeset/base/215237 > > Log: > Fix bug in jn(3) and jnf(3) that led to -inf results thank you very much for fixing this long outstanding issue. you mig

svn commit: r215242 - in stable/8/release: picobsd/floppy.tree/sbin sparc64

2010-11-13 Thread Marius Strobl
Author: marius Date: Sat Nov 13 13:46:31 2010 New Revision: 215242 URL: http://svn.freebsd.org/changeset/base/215242 Log: MFC: r214940 Add gpart and glabel to the release CD mfsroot. Modified: stable/8/release/sparc64/boot_crunch.conf Directory Properties: stable/8/release/ (props ch

svn commit: r215243 - stable/7/release/sparc64

2010-11-13 Thread Marius Strobl
Author: marius Date: Sat Nov 13 13:46:33 2010 New Revision: 215243 URL: http://svn.freebsd.org/changeset/base/215243 Log: MFC: r214940 Add gpart and glabel to the release CD mfsroot. Modified: stable/7/release/sparc64/boot_crunch.conf Directory Properties: stable/7/release/ (props ch

svn commit: r215244 - head/sys/net80211

2010-11-13 Thread Bernhard Schmidt
Author: bschmidt Date: Sat Nov 13 14:59:54 2010 New Revision: 215244 URL: http://svn.freebsd.org/changeset/base/215244 Log: Some device drivers calculate various timing related things based on the currently selected rate. The calculations of course need a valid rate. To make that possible be

svn commit: r215245 - head/sys/boot/i386/libi386

2010-11-13 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 13 15:23:20 2010 New Revision: 215245 URL: http://svn.freebsd.org/changeset/base/215245 Log: Remove unused includes. Modified: head/sys/boot/i386/libi386/i386_module.c Modified: head/sys/boot/i386/libi386/i386_module.c ==

svn commit: r215246 - head/sys/boot/pc98/libpc98

2010-11-13 Thread Takahashi Yoshihiro
Author: nyan Date: Sat Nov 13 15:24:56 2010 New Revision: 215246 URL: http://svn.freebsd.org/changeset/base/215246 Log: Now there is no functional difference from i386 version. So use i386 version. Deleted: head/sys/boot/pc98/libpc98/i386_module.c ___

svn commit: r215247 - head/sbin/mdconfig

2010-11-13 Thread Joel Dahl
Author: joel (doc committer) Date: Sat Nov 13 15:28:44 2010 New Revision: 215247 URL: http://svn.freebsd.org/changeset/base/215247 Log: Use "cylinder" instead of "cyl" for consistency. Reviewed by: phk Modified: head/sbin/mdconfig/mdconfig.8 head/sbin/mdconfig/mdconfig.c Modified: he

Re: svn commit: r215207 - in head: sys/net sys/netinet tools/regression/netinet/arphold

2010-11-13 Thread George Neville-Neil
On Nov 13, 2010, at 04:09 , Mikolaj Golub wrote: > > On Fri, 12 Nov 2010 22:03:02 + (UTC) George V. Neville-Neil wrote: > > GVN> Author: gnn > GVN> Date: Fri Nov 12 22:03:02 2010 > GVN> New Revision: 215207 > GVN> URL: http://svn.freebsd.org/changeset/base/215207 > > > > cc -c -O -pipe

Re: svn commit: r215237 - head/lib/msun/src

2010-11-13 Thread Steve Kargl
On Sat, Nov 13, 2010 at 12:56:48PM +, Alexander Best wrote: > On Sat Nov 13 10, Ulrich Spoerlein wrote: > > Author: uqs > > Date: Sat Nov 13 10:54:10 2010 > > New Revision: 215237 > > URL: http://svn.freebsd.org/changeset/base/215237 > > > > Log: > > Fix bug in jn(3) and jnf(3) that led to -

svn commit: r215248 - head/sbin/kldstat

2010-11-13 Thread Konstantin Belousov
Author: kib Date: Sat Nov 13 16:49:07 2010 New Revision: 215248 URL: http://svn.freebsd.org/changeset/base/215248 Log: In printfile(), exit the process instead of only printing the warning. This fixes verbose mode when either -i specified non-existent kldfile id, or the file was unloaded bet

svn commit: r215249 - head/etc

2010-11-13 Thread Michael Tuexen
Author: tuexen Date: Sat Nov 13 17:52:04 2010 New Revision: 215249 URL: http://svn.freebsd.org/changeset/base/215249 Log: Add for existing protocol entries the missing SCTP port allocations and add protocol entries for protocols which have SCTP port allocations. These entries are according t

svn commit: r215250 - head/share/man/man5

2010-11-13 Thread Doug Barton
Author: dougb Date: Sat Nov 13 18:10:44 2010 New Revision: 215250 URL: http://svn.freebsd.org/changeset/base/215250 Log: Remove references to the long-gone ramdisk Submitted by: Garrett Cooper Modified: head/share/man/man5/rc.conf.5 Modified: head/share/man/man5/rc.conf.5 =

Re: svn commit: r215214 - stable/8/sys/dev/sk

2010-11-13 Thread Alexey Dokuchaev
On Sat, Nov 13, 2010 at 12:46:07AM +, Pyun YongHyeon wrote: > Author: yongari > Date: Sat Nov 13 00:46:07 2010 > New Revision: 215214 > URL: http://svn.freebsd.org/changeset/base/215214 > > Log: > MFC r214898: > If we got an invalid station address, generate random address. This > mi

svn commit: r215251 - head/sys/conf

2010-11-13 Thread Warner Losh
Author: imp Date: Sat Nov 13 18:38:35 2010 New Revision: 215251 URL: http://svn.freebsd.org/changeset/base/215251 Log: Let the linker pick the right output format automatically Modified: head/sys/conf/ldscript.mips Modified: head/sys/conf/ldscript.mips ===

svn commit: r215252 - head

2010-11-13 Thread Warner Losh
Author: imp Date: Sat Nov 13 18:39:24 2010 New Revision: 215252 URL: http://svn.freebsd.org/changeset/base/215252 Log: Add legacy names for mips:mips and arm with TARGET_BIG_ENDIAN, for the moment. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r215253 - head/lib/libusb

2010-11-13 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 13 19:25:11 2010 New Revision: 215253 URL: http://svn.freebsd.org/changeset/base/215253 Log: Fix LibUSB v1.0 compliancy. 1) We need to allow the USB callback to free the USB transfer itself. 2) The USB transfer buffer should only be automatically freed when

svn commit: r215254 - head/sys/dev/usb/input

2010-11-13 Thread Hans Petter Selasky
Author: hselasky Date: Sat Nov 13 19:26:45 2010 New Revision: 215254 URL: http://svn.freebsd.org/changeset/base/215254 Log: Fix compiler warnings. Submitted by: Alexander Best (arundel) Approved by: thompsa (mentor) Modified: head/sys/dev/usb/input/uhid.c Modified: head/sys/dev/usb/i

Re: svn commit: r215254 - head/sys/dev/usb/input

2010-11-13 Thread Alexander Best
On Sat Nov 13 10, Hans Petter Selasky wrote: > Author: hselasky > Date: Sat Nov 13 19:26:45 2010 > New Revision: 215254 > URL: http://svn.freebsd.org/changeset/base/215254 > > Log: > Fix compiler warnings. thanks. :) > > Submitted by: Alexander Best (arundel) > Approved by:

svn commit: r215255 - head/sys/modules

2010-11-13 Thread Warner Losh
Author: imp Date: Sat Nov 13 20:28:06 2010 New Revision: 215255 URL: http://svn.freebsd.org/changeset/base/215255 Log: Correct mips/arm elimination of sym Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile =

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

2010-11-13 Thread Warner Losh
Author: imp Date: Sat Nov 13 20:30:24 2010 New Revision: 215256 URL: http://svn.freebsd.org/changeset/base/215256 Log: Default to little endian output when building for little endian. This got lost as a result of a mismerge a few months back and I didn't notice until I collapsed tbemd into

svn commit: r215257 - head

2010-11-13 Thread Warner Losh
Author: imp Date: Sat Nov 13 20:41:47 2010 New Revision: 215257 URL: http://svn.freebsd.org/changeset/base/215257 Log: The fixes for mips/mips arm/arm compat hacks broke if TARGET or TARGET_ARCH wasn't defined. Fix it for that case. Submitted by: Garrett Cooper Modified: head/Makefile

svn commit: r215258 - in head/sys/dev/usb: . serial

2010-11-13 Thread Nick Hibma
Author: n_hibma Date: Sat Nov 13 20:45:16 2010 New Revision: 215258 URL: http://svn.freebsd.org/changeset/base/215258 Log: Add the switch config for the XS Stick. It speaks AT commands on 2 out of 3 serial ports, but it has not been verified to work at all speaking PPP yet. Modified: h

svn commit: r215259 - head/sbin/ifconfig

2010-11-13 Thread Marius Strobl
Author: marius Date: Sat Nov 13 21:03:19 2010 New Revision: 215259 URL: http://svn.freebsd.org/changeset/base/215259 Log: When printing media with more than one media option set aggregate these in a comma delimited list instead of repeating "mediaopt" for each one. This matches how the optio

svn commit: r215260 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2010-11-13 Thread Martin Matuska
Author: mm Date: Sat Nov 13 21:09:18 2010 New Revision: 215260 URL: http://svn.freebsd.org/changeset/base/215260 Log: Disable VFS_HOLD placed on mnt_vnodecovered during the mount of a snapshot and VFS_RELE on a non-existing hold on snapshot parent's z_vfs. This disables the changes from O

svn commit: r215263 - head/usr.sbin/sysinstall

2010-11-13 Thread Bruce Cran
Author: brucec Date: Sat Nov 13 21:48:32 2010 New Revision: 215263 URL: http://svn.freebsd.org/changeset/base/215263 Log: Add ftp4.se.freebsd.org to the set of mirrors. PR: bin/150552 Submitted by: Niclas Zeising MFC after:3 days Modified: head/usr.sbin/sysinstall/menus.c Mod

svn commit: r215266 - head/bin/sh

2010-11-13 Thread Jilles Tjoelker
Author: jilles Date: Sat Nov 13 22:10:26 2010 New Revision: 215266 URL: http://svn.freebsd.org/changeset/base/215266 Log: sh: Do the additional actions if 'local -' restore changes -i/-m/-E/-V. Example: f() { local -; set +m; }; f caused failure to execute external programs because th

Re: svn commit: r215214 - stable/8/sys/dev/sk

2010-11-13 Thread Pyun YongHyeon
On Sat, Nov 13, 2010 at 06:36:17PM +, Alexey Dokuchaev wrote: > On Sat, Nov 13, 2010 at 12:46:07AM +, Pyun YongHyeon wrote: > > Author: yongari > > Date: Sat Nov 13 00:46:07 2010 > > New Revision: 215214 > > URL: http://svn.freebsd.org/changeset/base/215214 > > > > Log: > > MFC r214898:

svn commit: r215268 - head/bin/sh/funcs

2010-11-13 Thread Jilles Tjoelker
Author: jilles Date: Sat Nov 13 22:20:46 2010 New Revision: 215268 URL: http://svn.freebsd.org/changeset/base/215268 Log: sh: Update the suspend example for the change of the job control flag from -j to -m, many years ago. Due to r215266, this function now actually works. Modified: hea

svn commit: r215269 - head/lib/libc_r

2010-11-13 Thread Ed Maste
Author: emaste Date: Sat Nov 13 22:22:18 2010 New Revision: 215269 URL: http://svn.freebsd.org/changeset/base/215269 Log: Remove libc_r threading library. It has been disconnected from the build for four years (since r162846). Submitted by: Alexander Best arundel@ Deleted: head/lib/li

Re: svn commit: r215269 - head/lib/libc_r

2010-11-13 Thread Alexander Best
On Sat Nov 13 10, Ed Maste wrote: > Author: emaste > Date: Sat Nov 13 22:22:18 2010 > New Revision: 215269 > URL: http://svn.freebsd.org/changeset/base/215269 > > Log: > Remove libc_r threading library. It has been disconnected from the build > for four years (since r162846). thanks. :) >

svn commit: r215270 - in head/sys/mips: adm5120 alchemy atheros cavium conf idt sentry5 sibyte

2010-11-13 Thread Warner Losh
Author: imp Date: Sat Nov 13 22:34:12 2010 New Revision: 215270 URL: http://svn.freebsd.org/changeset/base/215270 Log: Remove the 'machine mips' from DEFAULTS. Put the proper 'machine mips mipsel' or 'machine mips mipseb' into the config file (with a few 64's tossed in for good measure). T

svn commit: r215271 - head

2010-11-13 Thread Warner Losh
Author: imp Date: Sat Nov 13 22:38:33 2010 New Revision: 215271 URL: http://svn.freebsd.org/changeset/base/215271 Log: Add mips back to universe Modified: head/Makefile Modified: head/Makefile == --- head/Makefile

Re: svn commit: r215269 - head/lib/libc_r

2010-11-13 Thread Ed Maste
On Sat, Nov 13, 2010 at 10:22:18PM +, Ed Maste wrote: > Log: > Remove libc_r threading library. It has been disconnected from the build > for four years (since r162846). It has been suggested that there's some value in keeping libc_r around for comparison purposes and benchmarking -- sor

svn commit: r215272 - head/sbin/ifconfig

2010-11-13 Thread Marius Strobl
Author: marius Date: Sat Nov 13 22:40:37 2010 New Revision: 215272 URL: http://svn.freebsd.org/changeset/base/215272 Log: When setting a media with no sub-type specified also reset the type specific options along with the global ones so these options don't stick when f.e. switching to IFM_AU

Re: svn commit: r215269 - head/lib/libc_r

2010-11-13 Thread Alexander Best
On Sat Nov 13 10, Ed Maste wrote: > On Sat, Nov 13, 2010 at 10:22:18PM +, Ed Maste wrote: > > > Log: > > Remove libc_r threading library. It has been disconnected from the build > > for four years (since r162846). > > It has been suggested that there's some value in keeping libc_r around

Re: svn commit: r215166 - in head: . sys/conf sys/netinet sys/netinet/cc sys/sys

2010-11-13 Thread Lawrence Stewart
On 11/13/10 20:40, Mikolaj Golub wrote: > > On Fri, 12 Nov 2010 06:41:56 + (UTC) Lawrence Stewart wrote: > > LS> Author: lstewart > LS> Date: Fri Nov 12 06:41:55 2010 > LS> New Revision: 215166 > LS> URL: http://svn.freebsd.org/changeset/base/215166 > > LS> Log: > LS> This commit mar

svn commit: r215274 - head/share/mk

2010-11-13 Thread Warner Losh
Author: imp Date: Sun Nov 14 01:37:08 2010 New Revision: 215274 URL: http://svn.freebsd.org/changeset/base/215274 Log: This case is actually powerpc specific, and doesn't apply to powerpc64. Submitted by: nathanw@ Modified: head/share/mk/bsd.cpu.mk Modified: head/share/mk/bsd.cpu.mk ===

svn commit: r215275 - head/gnu/lib/libgcc

2010-11-13 Thread Warner Losh
Author: imp Date: Sun Nov 14 01:50:40 2010 New Revision: 215275 URL: http://svn.freebsd.org/changeset/base/215275 Log: These two cases should be different... Submitted by: nathanw@ Modified: head/gnu/lib/libgcc/Makefile Modified: head/gnu/lib/libgcc/Makefile

svn commit: r215276 - in head/gnu/usr.bin: binutils cc gdb gdb/libgdb

2010-11-13 Thread Warner Losh
Author: imp Date: Sun Nov 14 01:52:19 2010 New Revision: 215276 URL: http://svn.freebsd.org/changeset/base/215276 Log: We need to add powerpc64->powerpc translations (I knew I hated copying this code in the first place). Also MACHINE_ARCH powerpc is 32-bit, not MACHINE_CPUARCH == powerpc.

svn commit: r215279 - head

2010-11-13 Thread Warner Losh
Author: imp Date: Sun Nov 14 05:01:40 2010 New Revision: 215279 URL: http://svn.freebsd.org/changeset/base/215279 Log: add / to the translation of TARGET_ARCH to TARGET Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 =

svn commit: r215280 - head/sys/dev/arcmsr

2010-11-13 Thread Xin LI
Author: delphij Date: Sun Nov 14 05:05:41 2010 New Revision: 215280 URL: http://svn.freebsd.org/changeset/base/215280 Log: Workaround build for PAE case for now - revert the PHYS case to previous panic behavior. I have a real fix that changes the sg dma tag allocation to be limited to t

svn commit: r215281 - head/sys/kern

2010-11-13 Thread Bruce Cran
Author: brucec Date: Sun Nov 14 06:09:50 2010 New Revision: 215281 URL: http://svn.freebsd.org/changeset/base/215281 Log: Add some descriptions to sys/kern sysctls. PR: kern/148710 Tested by:Chip Camden MFC after:1 week Modified: head/sys/kern/kern_proc.c head/sys/kern/k

svn commit: r215282 - head/sys/kern

2010-11-13 Thread Bruce Cran
Author: brucec Date: Sun Nov 14 07:38:42 2010 New Revision: 215282 URL: http://svn.freebsd.org/changeset/base/215282 Log: Add descriptions to some more sysctls. PR: kern/148510 MFC after:1 week Modified: head/sys/kern/vfs_subr.c Modified: head/sys/kern/vfs_subr.c ===