Re: svn commit: r204309 - in head/sys: amd64/amd64 amd64/isa conf i386/bios i386/cpufreq i386/i386 i386/isa i386/xen isa modules/bios/smbios modules/bios/vpd modules/cpufreq pc98/pc98 x86 x86/bios x86

2010-03-01 Thread Peter Jeremy
On 2010-Feb-28 16:07:32 -0700, "M. Warner Losh" wrote: >In message: <4b8af55c.6040...@freebsd.org> >Nathan Whitehorn writes: >: M. Warner Losh wrote: >: > In message: <20100228195041.ga68...@server.vk2pj.dyndns.org> >: > Peter Jeremy writes: >: > : On 2010-Feb-26 14:57:36

svn commit: r204511 - head/lib/libkvm

2010-03-01 Thread Robert Watson
Author: rwatson Date: Mon Mar 1 09:46:27 2010 New Revision: 204511 URL: http://svn.freebsd.org/changeset/base/204511 Log: Not all programs including kvm.h include the necessary headers to use u_int, so prefer unsigned int. MFC after:6 days Pointed out by: bz, kib, Mr Tinderbo

svn commit: r204515 - head/usr.bin/netstat

2010-03-01 Thread Robert Watson
Author: rwatson Date: Mon Mar 1 12:11:37 2010 New Revision: 204515 URL: http://svn.freebsd.org/changeset/base/204515 Log: Prefer vocabulary of 'Current' and 'Limit' to 'Value' and 'Maximum' in netstat -Q. MFC after:6 days Sponsored by: Juniper Networks Modified: head/usr.bin/net

Re: svn commit: r204309 - in head/sys: amd64/amd64 amd64/isa conf i386/bios i386/cpufreq i386/i386 i386/isa i386/xen isa modules/bios/smbios modules/bios/vpd modules/cpufreq pc98/pc98 x86 x86/bios x86

2010-03-01 Thread Kostik Belousov
On Sun, Feb 28, 2010 at 04:07:32PM -0700, M. Warner Losh wrote: > In message: <4b8af55c.6040...@freebsd.org> > Nathan Whitehorn writes: > : M. Warner Losh wrote: > : > In message: <20100228195041.ga68...@server.vk2pj.dyndns.org> > : > Peter Jeremy writes: > : > : On 2010-F

svn commit: r204518 - in head/sys: amd64/amd64 i386/i386

2010-03-01 Thread John Baldwin
Author: jhb Date: Mon Mar 1 13:56:15 2010 New Revision: 204518 URL: http://svn.freebsd.org/changeset/base/204518 Log: Print the contents of the miscellaneous (MISC) register to the console if it is valid along with the other register values when a machine check is encountered. MFC afte

svn commit: r204519 - head/sys/kern

2010-03-01 Thread Bruno Ducrot
Author: bruno Date: Mon Mar 1 14:27:16 2010 New Revision: 204519 URL: http://svn.freebsd.org/changeset/base/204519 Log: Deliver siginfo when signal is generated by thr_kill(2) (SI_USER with properly filled si_uid and si_pid). Reported by: Joel Bertrand PR: 141956 Reviewed

Re: svn commit: r204309 - in head/sys: amd64/amd64 amd64/isa conf i386/bios i386/cpufreq i386/i386 i386/isa i386/xen isa modules/bios/smbios modules/bios/vpd modules/cpufreq pc98/pc98 x86 x86/bios x86

2010-03-01 Thread M. Warner Losh
In message: <20100301092144.gs2...@deviant.kiev.zoral.com.ua> Kostik Belousov writes: : On Sun, Feb 28, 2010 at 04:07:32PM -0700, M. Warner Losh wrote: : > In message: <4b8af55c.6040...@freebsd.org> : > Nathan Whitehorn writes: : > : M. Warner Losh wrote: : > : > In messag

Re: svn commit: r204309 - in head/sys: amd64/amd64 amd64/isa conf i386/bios i386/cpufreq i386/i386 i386/isa i386/xen isa modules/bios/smbios modules/bios/vpd modules/cpufreq pc98/pc98 x86 x86/bios x86

2010-03-01 Thread M. Warner Losh
In message: <20100301091756.ga73...@server.vk2pj.dyndns.org> Peter Jeremy writes: : On 2010-Feb-28 16:07:32 -0700, "M. Warner Losh" wrote: : >In message: <4b8af55c.6040...@freebsd.org> : >Nathan Whitehorn writes: : >: M. Warner Losh wrote: : >: > In message: <201002281950

Re: svn commit: r204309 - in head/sys: amd64/amd64 amd64/isa conf i386/bios i386/cpufreq i386/i386 i386/isa i386/xen isa modules/bios/smbios modules/bios/vpd modules/cpufreq pc98/pc98 x86 x86/bios x86

2010-03-01 Thread M. Warner Losh
In message: <20100301092144.gs2...@deviant.kiev.zoral.com.ua> Kostik Belousov writes: : -m32 is not a hack, it is a standard feature on Linux and Solaris, : allowing to build both 32 and 64 bit binaries in the host environment, : not going to cross-compilation or chroot. It is very muc

svn commit: r204520 - in head/sys/dev: cm ofw stge

2010-03-01 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Mar 1 16:52:11 2010 New Revision: 204520 URL: http://svn.freebsd.org/changeset/base/204520 Log: The NetBSD Foundation has granted permission to remove clause 3 and 4 from their software. Obtained from:NetBSD Modified: head/sys/dev/cm/if_c

svn commit: r204521 - in head/sys/dev/ath/ath_hal: . ar5212 ar5416

2010-03-01 Thread Rui Paulo
Author: rpaulo Date: Mon Mar 1 17:04:19 2010 New Revision: 204521 URL: http://svn.freebsd.org/changeset/base/204521 Log: Properly setup the TX FIFO threshold for AR5416 based chipsets, including the AR9285. This seems to fix some users's problems. Submitted by: Jorge Boncompte [DTI2] M

svn commit: r204522 - in head/sys: net netinet

2010-03-01 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Mar 1 17:05:46 2010 New Revision: 204522 URL: http://svn.freebsd.org/changeset/base/204522 Log: The NetBSD Foundation has granted permission to remove clause 3 and 4 from their software. Obtained from:NetBSD Modified: head/sys/net/if_gre.

Re: svn commit: r204309 - in head/sys: amd64/amd64 amd64/isa conf i386/bios i386/cpufreq i386/i386 i386/isa i386/xen isa modules/bios/smbios modules/bios/vpd modules/cpufreq pc98/pc98 x86 x86/bios x86

2010-03-01 Thread Kostik Belousov
[Stripped Cc: list] On Mon, Mar 01, 2010 at 08:53:14AM -0700, M. Warner Losh wrote: > In message: <20100301092144.gs2...@deviant.kiev.zoral.com.ua> > Kostik Belousov writes: > : -m32 is not a hack, it is a standard feature on Linux and Solaris, > : allowing to build both 32 and 64 bit

svn commit: r204523 - head/sys/compat/linux

2010-03-01 Thread Joel Dahl
Author: joel (doc committer) Date: Mon Mar 1 17:20:04 2010 New Revision: 204523 URL: http://svn.freebsd.org/changeset/base/204523 Log: The NetBSD Foundation has granted permission to remove clause 3 and 4 from their software. Obtained from:NetBSD Modified: head/sys/compat/linu

Re: svn commit: r204475 - head/sys/fs/msdosfs

2010-03-01 Thread John Baldwin
On Sunday 28 February 2010 12:19:22 pm Konstantin Belousov wrote: > Author: kib > Date: Sun Feb 28 17:19:22 2010 > New Revision: 204475 > URL: http://svn.freebsd.org/changeset/base/204475 > > Log: > Mark msdosfs as mpsafe. Are you planning on implementing support for LOOKUP_SHARED and EXTENDED_

svn commit: r204533 - head/sys/dev/uart

2010-03-01 Thread Xin LI
Author: delphij Date: Mon Mar 1 20:41:27 2010 New Revision: 204533 URL: http://svn.freebsd.org/changeset/base/204533 Log: Add PCI ID for MCS9901. Submitted by: gcooper PR: kern/144397 MFC after:1 month Modified: head/sys/dev/uart/uart_bus_pci.c Modified: head/sys/dev/

Re: svn commit: r204475 - head/sys/fs/msdosfs

2010-03-01 Thread Kostik Belousov
On Mon, Mar 01, 2010 at 10:30:51AM -0500, John Baldwin wrote: > On Sunday 28 February 2010 12:19:22 pm Konstantin Belousov wrote: > > Author: kib > > Date: Sun Feb 28 17:19:22 2010 > > New Revision: 204475 > > URL: http://svn.freebsd.org/changeset/base/204475 > > > > Log: > > Mark msdosfs as mps

svn commit: r204539 - head/sys/dev/msk

2010-03-01 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 1 22:43:22 2010 New Revision: 204539 URL: http://svn.freebsd.org/changeset/base/204539 Log: Properly sync status LEs after processing. Modified: head/sys/dev/msk/if_msk.c Modified: head/sys/dev/msk/if_msk.c ==

Re: svn commit: r204475 - head/sys/fs/msdosfs

2010-03-01 Thread John Baldwin
On Monday 01 March 2010 5:12:13 pm Kostik Belousov wrote: > On Mon, Mar 01, 2010 at 10:30:51AM -0500, John Baldwin wrote: > > On Sunday 28 February 2010 12:19:22 pm Konstantin Belousov wrote: > > > Author: kib > > > Date: Sun Feb 28 17:19:22 2010 > > > New Revision: 204475 > > > URL: http://svn.fre

svn commit: r204540 - head/sys/dev/msk

2010-03-01 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 1 22:55:35 2010 New Revision: 204540 URL: http://svn.freebsd.org/changeset/base/204540 Log: Make sure to enable flow-control only if established link is full-duplex. Previously msk(4) used to allow flow-control on 1000baseT half-duplex media. Also GMAC pause is

svn commit: r204541 - head/sys/dev/msk

2010-03-01 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 1 23:39:43 2010 New Revision: 204541 URL: http://svn.freebsd.org/changeset/base/204541 Log: Implement rudimentary interrupt moderation with programmable countdown timer register. The timer resolution may vary among controllers but the value would be represented

svn commit: r204542 - head/sys/dev/bwn

2010-03-01 Thread Weongyo Jeong
Author: weongyo Date: Mon Mar 1 23:51:13 2010 New Revision: 204542 URL: http://svn.freebsd.org/changeset/base/204542 Log: calculates the integer square root if a positive integer X is larger than 256 instead of using sqrt_table. Reported by: Joe Marcus Clarke Modified: head/sys/dev/

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

2010-03-01 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 1 23:56:51 2010 New Revision: 204543 URL: http://svn.freebsd.org/changeset/base/204543 Log: Document newly added loader tunable and sysctl variable dev.mskc.%d.int_holdoff Modified: head/share/man/man4/msk.4 Modified: head/share/man/man4/msk.4

svn commit: r204545 - head/sys/dev/msk

2010-03-01 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 2 01:45:02 2010 New Revision: 204545 URL: http://svn.freebsd.org/changeset/base/204545 Log: Remove taskqueue based interrupt handling. After r204541 msk(4) does not generate excessive interrupts any more so we don't need to have two copies of interrupt handler.

svn commit: r204548 - head/gnu/usr.bin/binutils/ld

2010-03-01 Thread Warner Losh
Author: imp Date: Tue Mar 2 05:43:04 2010 New Revision: 204548 URL: http://svn.freebsd.org/changeset/base/204548 Log: Add n32 ABI generators... Submitted by: neel, jmallet Added: head/gnu/usr.bin/binutils/ld/elf32btsmipn32_fbsd.sh - copied unchanged from r204272, head/gnu/usr.bin/

svn commit: r204549 - head/contrib/gcc/config/mips

2010-03-01 Thread Warner Losh
Author: imp Date: Tue Mar 2 05:59:14 2010 New Revision: 204549 URL: http://svn.freebsd.org/changeset/base/204549 Log: Bring in more built-in defines from NetBSD a few #defines from JC. # tested only with o32 at the moment Submitted by: C. Jayachandran (CJ) Obtained from:Ne

Re: svn commit: r204548 - head/gnu/usr.bin/binutils/ld

2010-03-01 Thread M. Warner Losh
In message: <201003020543.o225h4bn034...@svn.freebsd.org> Warner Losh writes: : Author: imp : Date: Tue Mar 2 05:43:04 2010 : New Revision: 204548 : URL: http://svn.freebsd.org/changeset/base/204548 : : Log: : Add n32 ABI generators... : : Submitted by: neel, jmallet Co

svn commit: r204552 - in head/sys: conf kern net sys

2010-03-01 Thread Alfred Perlstein
Author: alfred Date: Tue Mar 2 06:58:58 2010 New Revision: 204552 URL: http://svn.freebsd.org/changeset/base/204552 Log: Merge projects/enhanced_coredumps (r204346) into HEAD: Enhanced process coredump routines. This brings in the following features: 1) Limit number of cores p

svn commit: r204553 - head/bin/pkill

2010-03-01 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Mar 2 07:20:46 2010 New Revision: 204553 URL: http://svn.freebsd.org/changeset/base/204553 Log: The NetBSD Foundation has granted permission to remove clause 3 and 4 from their software. Approved by: pjd Obtained from:NetBSD Modified:

svn commit: r204554 - head/share/mk

2010-03-01 Thread Warner Losh
Author: imp Date: Tue Mar 2 07:24:47 2010 New Revision: 204554 URL: http://svn.freebsd.org/changeset/base/204554 Log: -mno-dsp hasn't been required for a while now. Modified: head/share/mk/bsd.cpu.mk Modified: head/share/mk/bsd.cpu.mk

svn commit: r204555 - head/lib/libedit

2010-03-01 Thread Joel Dahl
Author: joel (doc committer) Date: Tue Mar 2 07:25:20 2010 New Revision: 204555 URL: http://svn.freebsd.org/changeset/base/204555 Log: The NetBSD Foundation has granted permission to remove clause 3 and 4 from their software. Obtained from:NetBSD Modified: head/lib/libedit/edi

svn commit: r204556 - in head: contrib/csup usr.bin/csup

2010-03-01 Thread Ulf Lilleengen
Author: lulf Date: Tue Mar 2 07:26:07 2010 New Revision: 204556 URL: http://svn.freebsd.org/changeset/base/204556 Log: - Move csup away from contrib/ and into usr.bin/. Software is no longer contributed, and main development is happening in the FreeBSD repo. Suggested by: joel Added:

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

2010-03-01 Thread Warner Losh
Author: imp Date: Tue Mar 2 07:27:30 2010 New Revision: 204557 URL: http://svn.freebsd.org/changeset/base/204557 Log: Update macros for multiple ABI support from NetBSD. Also update SZREG define in ucontext Modified: head/sys/mips/include/asm.h head/sys/mips/include/cdefs.h head/sys/mi

svn commit: r204558 - head/usr.bin/csup

2010-03-01 Thread Ulf Lilleengen
Author: lulf Date: Tue Mar 2 07:37:35 2010 New Revision: 204558 URL: http://svn.freebsd.org/changeset/base/204558 Log: - Unmark authentication support as a TODO item. Modified: head/usr.bin/csup/TODO Modified: head/usr.bin/csup/TODO ==

svn commit: r204559 - head/share/mk

2010-03-01 Thread Warner Losh
Author: imp Date: Tue Mar 2 07:44:38 2010 New Revision: 204559 URL: http://svn.freebsd.org/changeset/base/204559 Log: -mabi-calls and -msoft-float aren't needed either Submitted by: jmallet@ Modified: head/share/mk/bsd.cpu.mk Modified: head/share/mk/bsd.cpu.mk =