svn commit: r209521 - head/lib/libc/mips/sys

2010-06-24 Thread Jayachandran C.
Author: jchandra Date: Fri Jun 25 05:36:36 2010 New Revision: 209521 URL: http://svn.freebsd.org/changeset/base/209521 Log: use PTR_WORD for __curbrk and minbrk instead of .word, the new version wil support all ABIs. Approved by: rrs (mentor) Modified: head/lib/libc/mips/sys/brk.S h

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

2010-06-24 Thread Jayachandran C.
Author: jchandra Date: Fri Jun 25 05:07:42 2010 New Revision: 209520 URL: http://svn.freebsd.org/changeset/base/209520 Log: Add an alignment of 8 for sections in the n32 ABI. The default alignment of of 4 causes _end to be word aligned, which will be returned by sbrk. malloc(3), when com

Re: svn commit: r209513 - in head: etc/mtree usr.sbin usr.sbin/pc-sysinstall usr.sbin/pc-sysinstall/backend usr.sbin/pc-sysinstall/backend-partmanager usr.sbin/pc-sysinstall/backend-query usr.sbin/pc-

2010-06-24 Thread M. Warner Losh
In message: Garrett Cooper writes: : On Thu, Jun 24, 2010 at 3:21 PM, Warner Losh wrote: : > Author: imp : > Date: Thu Jun 24 22:21:47 2010 : > New Revision: 209513 : > URL: http://svn.freebsd.org/changeset/base/209513 : > : > Log: : >  Bring in Kris Moore's pc-sysinstall shell scrip

Re: svn commit: r209513 - in head: etc/mtree usr.sbin usr.sbin/pc-sysinstall usr.sbin/pc-sysinstall/backend usr.sbin/pc-sysinstall/backend-partmanager usr.sbin/pc-sysinstall/backend-query usr.sbin/p

2010-06-24 Thread Garrett Cooper
On Thu, Jun 24, 2010 at 3:21 PM, Warner Losh wrote: > Author: imp > Date: Thu Jun 24 22:21:47 2010 > New Revision: 209513 > URL: http://svn.freebsd.org/changeset/base/209513 > > Log: >  Bring in Kris Moore's pc-sysinstall shell script from PC-BSD.  This >  shell script is the back end logic necess

svn commit: r209518 - head/usr.sbin/pc-sysinstall/pc-sysinstall

2010-06-24 Thread Warner Losh
Author: imp Date: Thu Jun 24 22:47:50 2010 New Revision: 209518 URL: http://svn.freebsd.org/changeset/base/209518 Log: Fix a stray PC-BSDism, on FreeBSD, we install these things into /usr/share Modified: head/usr.sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh Modified: head/usr.sbin/pc-sy

svn commit: r209515 - head/usr.sbin/pc-sysinstall/pc-sysinstall

2010-06-24 Thread Warner Losh
Author: imp Date: Thu Jun 24 22:33:03 2010 New Revision: 209515 URL: http://svn.freebsd.org/changeset/base/209515 Log: Makefile overlooked in r2095137 Added: head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefile (contents, props changed) Added: head/usr.sbin/pc-sysinstall/pc-sysinstall/Makefi

svn commit: r209514 - head/usr.sbin/pc-sysinstall/conf

2010-06-24 Thread Warner Losh
Author: imp Date: Thu Jun 24 22:29:36 2010 New Revision: 209514 URL: http://svn.freebsd.org/changeset/base/209514 Log: Remove the license files that svn made me remove at the last second, doh! Modified: head/usr.sbin/pc-sysinstall/conf/Makefile Modified: head/usr.sbin/pc-sysinstall/conf/Make

svn commit: r209513 - in head: etc/mtree usr.sbin usr.sbin/pc-sysinstall usr.sbin/pc-sysinstall/backend usr.sbin/pc-sysinstall/backend-partmanager usr.sbin/pc-sysinstall/backend-query usr.sbin/pc-s...

2010-06-24 Thread Warner Losh
Author: imp Date: Thu Jun 24 22:21:47 2010 New Revision: 209513 URL: http://svn.freebsd.org/changeset/base/209513 Log: Bring in Kris Moore's pc-sysinstall shell script from PC-BSD. This shell script is the back end logic necessary for an installer. It contains both query routines to allow

svn commit: r209512 - head/sys/dev/e1000

2010-06-24 Thread George V. Neville-Neil
Author: gnn Date: Thu Jun 24 21:17:58 2010 New Revision: 209512 URL: http://svn.freebsd.org/changeset/base/209512 Log: Make sure that all the exposed counters and variables are actually being updated. Pointed out by: jfv Modified: head/sys/dev/e1000/if_igb.c Modified: head/sys/d

Re: svn commit: r209511 - head

2010-06-24 Thread Nathan Whitehorn
On Thu, 24 Jun 2010 14:41:53 -0600 (MDT) "M. Warner Losh" wrote: > In message: <20100624151959.6b00b...@anacreon.physics.wisc.edu> > Nathan Whitehorn writes: > : On Thu, 24 Jun 2010 17:53:25 + (UTC) > : Warner Losh wrote: > : > : > Author: imp > : > Date: Thu Jun 24 17:53:25 20

Re: svn commit: r209511 - head

2010-06-24 Thread M. Warner Losh
In message: <20100624151959.6b00b...@anacreon.physics.wisc.edu> Nathan Whitehorn writes: : On Thu, 24 Jun 2010 17:53:25 + (UTC) : Warner Losh wrote: : : > Author: imp : > Date: Thu Jun 24 17:53:25 2010 : > New Revision: 209511 : > URL: http://svn.freebsd.org/changeset/base/209511

Re: svn commit: r209511 - head

2010-06-24 Thread M. Warner Losh
In message: <20100624151959.6b00b...@anacreon.physics.wisc.edu> Nathan Whitehorn writes: : On Thu, 24 Jun 2010 17:53:25 + (UTC) : Warner Losh wrote: : : > Author: imp : > Date: Thu Jun 24 17:53:25 2010 : > New Revision: 209511 : > URL: http://svn.freebsd.org/changeset/base/209511

Re: svn commit: r209511 - head

2010-06-24 Thread Nathan Whitehorn
On Thu, 24 Jun 2010 17:53:25 + (UTC) Warner Losh wrote: > Author: imp > Date: Thu Jun 24 17:53:25 2010 > New Revision: 209511 > URL: http://svn.freebsd.org/changeset/base/209511 > > Log: > Merge from tbemd: > > use MACHINE_CPUARCH instead of MACHINE_CPU since the sources for the > C

svn commit: r209511 - head

2010-06-24 Thread Warner Losh
Author: imp Date: Thu Jun 24 17:53:25 2010 New Revision: 209511 URL: http://svn.freebsd.org/changeset/base/209511 Log: Merge from tbemd: use MACHINE_CPUARCH instead of MACHINE_CPU since the sources for the CSU is based on MACHINE_CPUARCH Reviewed by: arch@ (twice) Modified: head/

svn commit: r209510 - head

2010-06-24 Thread Warner Losh
Author: imp Date: Thu Jun 24 16:32:20 2010 New Revision: 209510 URL: http://svn.freebsd.org/changeset/base/209510 Log: Merge from tbemd: change the name of the object tree from ${TARGET} to ${TARGET}.${TARGET_ARCH} so we can do both big and little endian builds in the same tree. Re

svn commit: r209509 - head

2010-06-24 Thread Warner Losh
Author: imp Date: Thu Jun 24 16:28:52 2010 New Revision: 209509 URL: http://svn.freebsd.org/changeset/base/209509 Log: Merge from TBEMD: Rather than having arch specific code in Makefile.inc1, generalize so that we can control the settings of different options on a per architecutre basi

svn commit: r209506 - in stable/8/sys: amd64/amd64 i386/i386

2010-06-24 Thread John Baldwin
Author: jhb Date: Thu Jun 24 13:17:45 2010 New Revision: 209506 URL: http://svn.freebsd.org/changeset/base/209506 Log: MFC 208915,208991: - Use a bit more care when moving I/O APIC interrupts between CPUs. Mask the interrupt followed by a brief delay if it is not currently masked befo

svn commit: r209505 - in stable/8/sys: amd64/amd64 ia64/ia64 kern mips/mips

2010-06-24 Thread John Baldwin
Author: jhb Date: Thu Jun 24 13:11:12 2010 New Revision: 209505 URL: http://svn.freebsd.org/changeset/base/209505 Log: MFC 208392: - Adjust the whitespace for the lines that output fields in 'show pcpu' in DDB so that all the fields line up. - Print out the tid of the per-CPU idlethread

Re: svn commit: r209503 - stable/8/sys/kern

2010-06-24 Thread Attilio Rao
2010/6/24 John Baldwin : > Author: jhb > Date: Thu Jun 24 12:08:50 2010 > New Revision: 209503 > URL: http://svn.freebsd.org/changeset/base/209503 > > Log: >  MFC 208391: >  Assert that the thread passed to sched_bind() and sched_unbind() is >  curthread as those routines are only supported for cur

svn commit: r209504 - stable/7/sys/kern

2010-06-24 Thread John Baldwin
Author: jhb Date: Thu Jun 24 12:09:12 2010 New Revision: 209504 URL: http://svn.freebsd.org/changeset/base/209504 Log: MFC 208391: Assert that the thread passed to sched_bind() and sched_unbind() is curthread as those routines are only supported for curthread currently. Modified: stable/7

svn commit: r209503 - stable/8/sys/kern

2010-06-24 Thread John Baldwin
Author: jhb Date: Thu Jun 24 12:08:50 2010 New Revision: 209503 URL: http://svn.freebsd.org/changeset/base/209503 Log: MFC 208391: Assert that the thread passed to sched_bind() and sched_unbind() is curthread as those routines are only supported for curthread currently. Modified: stable/8

Re: svn commit: r209490 - head/sys/kern

2010-06-24 Thread John Baldwin
On Wednesday 23 June 2010 10:56:46 pm Juli Mallett wrote: > On Wed, Jun 23, 2010 at 19:26, M. Warner Losh wrote: > > > : > #define HZ 1000 > > : > # else > > : > #define HZ 100 > > > > Shouldn't this be defined in some file in ARCH/include instead? Yes, machine/param.h should work just

svn commit: r209502 - in head/sys: conf mips/conf

2010-06-24 Thread Jayachandran C.
Author: jchandra Date: Thu Jun 24 10:14:31 2010 New Revision: 209502 URL: http://svn.freebsd.org/changeset/base/209502 Log: Add linker script and configuration file for n32 kernel. Approved by: rrs (mentor) Added: head/sys/conf/ldscript.mips.n32 (contents, props changed) head/sys/mi

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

2010-06-24 Thread Jayachandran C.
Author: jchandra Date: Thu Jun 24 08:08:43 2010 New Revision: 209500 URL: http://svn.freebsd.org/changeset/base/209500 Log: Merge jmallett@'s n64 work into HEAD - changeset 7 Initial support for n32 and n64 ABIs from http://svn.freebsd.org/base/user/jmallett/octeon Changes are: -

svn commit: r209499 - head/sys/netinet

2010-06-24 Thread Michael Tuexen
Author: tuexen Date: Thu Jun 24 07:43:25 2010 New Revision: 209499 URL: http://svn.freebsd.org/changeset/base/209499 Log: Fix a bug I introduced in r209470. MFC after: 3 days Modified: head/sys/netinet/sctp_pcb.c Modified: head/sys/netinet/sctp_pcb.c