Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm

2010-10-16 Thread Warner Losh
From: John Baldwin j...@freebsd.org Subject: Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm Date: Fri, 15 Oct 2010 08:45:22 -0400 On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote: On 2010-10-14 21:39, John Baldwin wrote: On Thursday, October 14, 2010 3:19:19 pm Rui Paulo

Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm

2010-10-16 Thread Warner Losh
From: Rui Paulo rpa...@freebsd.org Subject: Re: svn commit: r213845 - head/sys/dev/aic7xxx/aicasm Date: Fri, 15 Oct 2010 19:50:46 +0100 On 15 Oct 2010, at 13:45, John Baldwin wrote: On Thursday, October 14, 2010 5:09:58 pm Dimitry Andric wrote: On 2010-10-14 21:39, John Baldwin wrote: On

svn commit: r214138 - head/usr.sbin/pc-sysinstall/backend

2010-10-21 Thread Warner Losh
Author: imp Date: Thu Oct 21 17:14:44 2010 New Revision: 214138 URL: http://svn.freebsd.org/changeset/base/214138 Log: This small patch updates the geli setkey flags pc-sysinstall uses when saving a users passphrase, to make it work in HEAD with recent geli improvements. Submitted by:

svn commit: r214139 - head/usr.sbin/pc-sysinstall/backend

2010-10-21 Thread Warner Losh
Author: imp Date: Thu Oct 21 17:20:37 2010 New Revision: 214139 URL: http://svn.freebsd.org/changeset/base/214139 Log: This is an updated patch to the last patch to do this which fixes a local variable issue. This patch decompresses compressed images to the stdout when writing to a device

svn commit: r214141 - head/usr.sbin/pc-sysinstall/backend-query

2010-10-21 Thread Warner Losh
Author: imp Date: Thu Oct 21 17:23:48 2010 New Revision: 214141 URL: http://svn.freebsd.org/changeset/base/214141 Log: This patch will only list components if the directory exists. The directory exist on PC-BSD but not FreeBSD, so an extra check is made. Submitted by: John Hixson PR:

svn commit: r214143 - head/usr.sbin/pc-sysinstall/backend

2010-10-21 Thread Warner Losh
Author: imp Date: Thu Oct 21 17:29:18 2010 New Revision: 214143 URL: http://svn.freebsd.org/changeset/base/214143 Log: Left over from prior patch removed. Submitted by: John Hixon PR: 151442 (but the patch was backwards there) Modified:

svn commit: r214187 - head/usr.sbin/pc-sysinstall/backend

2010-10-21 Thread Warner Losh
Author: imp Date: Thu Oct 21 22:33:50 2010 New Revision: 214187 URL: http://svn.freebsd.org/changeset/base/214187 Log: Minor tweaks in compression support: o We need an eval here to get the right expansion of the command o bs=128k doesn't work in some cases, so eliminate it and cope with

svn commit: r214188 - head/usr.sbin/pc-sysinstall/backend

2010-10-21 Thread Warner Losh
Author: imp Date: Thu Oct 21 22:46:10 2010 New Revision: 214188 URL: http://svn.freebsd.org/changeset/base/214188 Log: More support for IMAGE installations Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh

svn commit: r214189 - head/usr.sbin/pc-sysinstall/backend

2010-10-21 Thread Warner Losh
Author: imp Date: Thu Oct 21 23:08:42 2010 New Revision: 214189 URL: http://svn.freebsd.org/changeset/base/214189 Log: Fix two typos Submitted by: Benedict Reuschling Modified: head/usr.sbin/pc-sysinstall/backend/functions-extractimage.sh Modified:

svn commit: r214191 - head/usr.sbin/pc-sysinstall/backend-query

2010-10-21 Thread Warner Losh
Author: imp Date: Fri Oct 22 00:10:48 2010 New Revision: 214191 URL: http://svn.freebsd.org/changeset/base/214191 Log: Remove unnecessary variable. Submitted by: Alex Kozlov Modified: head/usr.sbin/pc-sysinstall/backend-query/query-langs.sh Modified:

svn commit: r214192 - head/usr.sbin/pc-sysinstall/backend-query

2010-10-21 Thread Warner Losh
Author: imp Date: Fri Oct 22 00:11:55 2010 New Revision: 214192 URL: http://svn.freebsd.org/changeset/base/214192 Log: More simplifications Submitted by: Alex Kozlov Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh

Re: svn commit: r214210 - head/sys/boot/i386/boot2

2010-10-22 Thread Warner Losh
Avoid using memcpy() for copying 32bit chunks. This shrinks the resulting code a little. I think I put the memcpy code in when I was porting to ARM to reduce the diffs since it is needed there... Warner ___ svn-src-head@freebsd.org mailing list

Re: svn commit: r214210 - head/sys/boot/i386/boot2

2010-10-22 Thread Warner Losh
In message: 4cc1ebeb.2020...@freebsd.org Dimitry Andric d...@freebsd.org writes: : On 2010-10-22 20:46, Warner Losh wrote: : Avoid using memcpy() for copying 32bit chunks. This shrinks : the resulting code a little. : : I think I put the memcpy code in when I was porting

svn commit: r215065 - head

2010-11-09 Thread Warner Losh
Author: imp Date: Tue Nov 9 22:32:09 2010 New Revision: 215065 URL: http://svn.freebsd.org/changeset/base/215065 Log: Merge from tbemd: o TARGET=mips -- little endian 32-bit mips build o mipsel and mipseb TARGET_ARCH are both mips TARGETs o Add some more architecture combinations

svn commit: r215068 - head/sys/mips/conf

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 00:28:20 2010 New Revision: 215068 URL: http://svn.freebsd.org/changeset/base/215068 Log: rename SWARM_COMMON to std.SWARM so universe doesn't try to build it standalone Added: head/sys/mips/conf/std.SWARM - copied unchanged from r215066,

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

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 00:39:42 2010 New Revision: 215069 URL: http://svn.freebsd.org/changeset/base/215069 Log: Document NANO_CFGDIR and NANO_DATADIR Submitted by: n_hibma@ Modified: head/tools/tools/nanobsd/nanobsd.sh Modified: head/tools/tools/nanobsd/nanobsd.sh

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

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 00:56:44 2010 New Revision: 215070 URL: http://svn.freebsd.org/changeset/base/215070 Log: Build make.conf when the world is not selected to build, but the kernel is. PR: 151696 Submitted by: lev@ Modified: head/tools/tools/nanobsd/nanobsd.sh

Re: svn commit: r215070 - head/tools/tools/nanobsd

2010-11-09 Thread Warner Losh
On 11/09/2010 18:25, Garrett Cooper wrote: On Tue, Nov 9, 2010 at 4:56 PM, Warner Loshi...@freebsd.org wrote: Author: imp Date: Wed Nov 10 00:56:44 2010 New Revision: 215070 URL: http://svn.freebsd.org/changeset/base/215070 Log: Build make.conf when the world is not selected to build, but

svn commit: r215078 - head/usr.sbin/pc-sysinstall/backend

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 05:32:36 2010 New Revision: 215078 URL: http://svn.freebsd.org/changeset/base/215078 Log: When we switched to the gpart backend, and provided selection between MBR GPT, the MBR full-disk init failed to stamp boot1, and results in a boot not found error. This

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

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 06:24:16 2010 New Revision: 215081 URL: http://svn.freebsd.org/changeset/base/215081 Log: Insulate the nanobsd build from the current system by opting out of the SRCCONF processing. Noted by: gcopper@ Modified: head/tools/tools/nanobsd/nanobsd.sh

Re: svn commit: r215070 - head/tools/tools/nanobsd

2010-11-09 Thread Warner Losh
On 11/09/2010 23:10, Garrett Cooper wrote: On Tue, Nov 9, 2010 at 8:41 PM, Warner Loshi...@bsdimp.com wrote: On 11/09/2010 18:25, Garrett Cooper wrote: On Tue, Nov 9, 2010 at 4:56 PM, Warner Loshi...@freebsd.orgwrote: Author: imp Date: Wed Nov 10 00:56:44 2010 New Revision: 215070

svn commit: r215082 - in head: . gnu/lib/libgcc gnu/usr.bin/binutils gnu/usr.bin/binutils/as gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/cc/cc_int gnu/usr.bin/cc/...

2010-11-09 Thread Warner Losh
Author: imp Date: Wed Nov 10 06:39:49 2010 New Revision: 215082 URL: http://svn.freebsd.org/changeset/base/215082 Log: Complete the integration of tbemd branch into head. TARGET_BIG_ENDIAN is now completely dead, except where it was originally supposed to be used (internally in the

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: 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: 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

Re: svn commit: r215271 - head

2010-11-14 Thread Warner Losh
On 11/14/2010 03:43, Ulrich Spörlein wrote: On Sat, 13.11.2010 at 22:38:33 +, Warner Losh wrote: 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

Re: svn commit: r215274 - head/share/mk

2010-11-14 Thread Warner Losh
On 11/14/2010 20:47, Alexey Dokuchaev wrote: On Sun, Nov 14, 2010 at 07:38:51PM -0800, Garrett Cooper wrote: 2010/11/14 Alexey Dokuchaevda...@freebsd.org: On Sun, Nov 14, 2010 at 01:37:09AM +, Warner Losh wrote: Log: This case is actually powerpc specific, and doesn't apply

Re: svn commit: r215309 - in head/sys: amd64/amd64 i386/i386 sys vm

2010-11-15 Thread Warner Losh
From: Kostik Belousov kostik...@gmail.com Subject: Re: svn commit: r215309 - in head/sys: amd64/amd64 i386/i386 sys vm Date: Sun, 14 Nov 2010 23:37:49 +0200 On Mon, Nov 15, 2010 at 12:20:37AM +0300, Anonymous wrote: Konstantin Belousov k...@freebsd.org writes: Author: kib Date: Sun

svn commit: r215344 - head/sys/boot/arm/uboot

2010-11-15 Thread Warner Losh
Author: imp Date: Mon Nov 15 19:05:09 2010 New Revision: 215344 URL: http://svn.freebsd.org/changeset/base/215344 Log: We no longer need the OUTPUT_FORMAT line, so fix the build by removing it. Modified: head/sys/boot/arm/uboot/ldscript.arm Modified: head/sys/boot/arm/uboot/ldscript.arm

svn commit: r216070 - head/sys/kern

2010-11-29 Thread Warner Losh
Author: imp Date: Tue Nov 30 05:54:21 2010 New Revision: 216070 URL: http://svn.freebsd.org/changeset/base/216070 Log: Remove redundant (and bogus) insertion of pnp info when announcing new and retiring devices. That's already inserted elsewhere. Submitted by: n_hibma MFC after:3

svn commit: r216112 - head/sys/kern

2010-12-01 Thread Warner Losh
Author: imp Date: Thu Dec 2 04:28:01 2010 New Revision: 216112 URL: http://svn.freebsd.org/changeset/base/216112 Log: removed tag is '-', not '+'. remove extra return. Modified: head/sys/kern/subr_bus.c Modified: head/sys/kern/subr_bus.c

svn commit: r216141 - head/sys/vm

2010-12-02 Thread Warner Losh
Author: imp Date: Fri Dec 3 04:39:48 2010 New Revision: 216141 URL: http://svn.freebsd.org/changeset/base/216141 Log: To make minidumps work properly on mips for memory that's direct mapped and entered via vm_page_setup, keep track of it like we do for amd64. # A separate commit will

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

2010-12-02 Thread Warner Losh
Author: imp Date: Fri Dec 3 07:39:29 2010 New Revision: 216145 URL: http://svn.freebsd.org/changeset/base/216145 Log: o Mount the device async when we're doing the copy. o Create a sparse file instead of a fully zerod one. This trades the possibiltiy of running out of space during the

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

2010-12-07 Thread Warner Losh
From: Bruce Cran br...@cran.org.uk Subject: Re: svn commit: r216230 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs Date: Tue, 7 Dec 2010 11:51:06 + On Tue, Dec 07, 2010 at 01:31:27PM +0200, Alexander Motin wrote: Not necessary. Some places indeed may have some legacy requirements,

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

2010-12-07 Thread Warner Losh
From: Erik Trulsson ertr1...@student.uu.se Subject: Re: svn commit: r216230 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs Date: Tue, 7 Dec 2010 13:10:58 +0100 On Tue, Dec 07, 2010 at 01:57:04PM +0200, Andriy Gapon wrote: on 07/12/2010 13:51 Bruce Cran said the following: On Tue,

Re: svn commit: r216269 - head/sys/geom/part

2010-12-10 Thread Warner Losh
From: Matthew Jacob m...@feral.com Geometry is still important. Trying booting a USB flash drive on all BIOS' with a 63/255 geometry instead of a 64/32 geometry. At least most modern BIOSes I've had to deal with can be configured to use packet mode which makes the problem go away... Don't

svn commit: r216409 - head/usr.bin/calendar/calendars

2010-12-13 Thread Warner Losh
Author: imp Date: Mon Dec 13 16:23:02 2010 New Revision: 216409 URL: http://svn.freebsd.org/changeset/base/216409 Log: FreeBSD committer Dan Moschuk has passed away. Here is his death notice: http://www.lifenews.ca/thespec/profile/98251--moschuk-daniel PR: 147479 Modified:

Re: svn commit: r216493 - head/sbin/geom/class/eli

2010-12-16 Thread Warner Losh
On 12/16/2010 11:54, Garrett Cooper wrote: On Thu, Dec 16, 2010 at 9:54 AM, David E. O'Brienobr...@freebsd.org wrote: Author: obrien Date: Thu Dec 16 17:54:56 2010 New Revision: 216493 URL: http://svn.freebsd.org/changeset/base/216493 Log: Revert r216473. WARNS=6 causes warning: cast

Re: svn commit: r216473 - head/sbin/geom/class/eli

2010-12-18 Thread Warner Losh
On 12/18/2010 08:34, Nathan Whitehorn wrote: On 12/17/10 13:07, Warner Losh wrote: On 12/17/2010 08:22, Nathan Whitehorn wrote: On 12/16/10 13:04, Robert Watson wrote: On Thu, 16 Dec 2010, David O'Brien wrote: Log: Bump WARNS to 6. Modified: head/sbin/geom/class/eli/Makefile FYI

Re: svn commit: r216662 - head/share/mk

2010-12-22 Thread Warner Losh
On 12/22/2010 09:18, Bjoern A. Zeeb wrote: On Wed, 22 Dec 2010, Nathan Whitehorn wrote: Author: nwhitehorn Date: Wed Dec 22 14:59:22 2010 New Revision: 216662 URL: http://svn.freebsd.org/changeset/base/216662 Log: Enable build of FDT components by default. dtc is a required build tool for

Re: svn commit: r216662 - head/share/mk

2010-12-22 Thread Warner Losh
On 12/22/2010 09:25, Nathan Whitehorn wrote: On 12/22/10 10:18, Bjoern A. Zeeb wrote: On Wed, 22 Dec 2010, Nathan Whitehorn wrote: Author: nwhitehorn Date: Wed Dec 22 14:59:22 2010 New Revision: 216662 URL: http://svn.freebsd.org/changeset/base/216662 Log: Enable build of FDT components by

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

2010-12-23 Thread Warner Losh
Author: imp Date: Thu Dec 23 19:28:50 2010 New Revision: 216681 URL: http://svn.freebsd.org/changeset/base/216681 Log: IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to make this compile again. Modified: head/sys/arm/xscale/ixp425/avila_gpio.c Modified:

svn commit: r216685 - head

2010-12-23 Thread Warner Losh
Author: imp Date: Fri Dec 24 04:55:56 2010 New Revision: 216685 URL: http://svn.freebsd.org/changeset/base/216685 Log: Redirect stderr from config to /dev/null. config -m is printing lots of annoying warnings when dealing with arm. The arm config files need to be fixed, but this restricts

Re: svn commit: r216685 - head

2010-12-28 Thread Warner Losh
On 12/26/2010 13:23, Bjoern A. Zeeb wrote: On Fri, 24 Dec 2010, Warner Losh wrote: Author: imp Date: Fri Dec 24 04:55:56 2010 New Revision: 216685 URL: http://svn.freebsd.org/changeset/base/216685 Log: Redirect stderr from config to /dev/null. config -m is printing lots of annoying

Re: svn commit: r216746 - head/sys/conf

2010-12-28 Thread Warner Losh
On 12/27/2010 19:02, Colin Percival wrote: On 12/27/10 17:59, Steve Kargl wrote: On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote: Make it possible to specify WITHOUT_MODULES in a kernel config file. Can you explain how this differs from makeoptions NO_MODULES which has

Re: svn commit: r216746 - head/sys/conf

2010-12-28 Thread Warner Losh
On 12/27/2010 19:09, Steve Kargl wrote: On Mon, Dec 27, 2010 at 06:02:57PM -0800, Colin Percival wrote: On 12/27/10 17:59, Steve Kargl wrote: On Mon, Dec 27, 2010 at 11:52:40PM +, Colin Percival wrote: Make it possible to specify WITHOUT_MODULES in a kernel config file. Can you

svn commit: r216775 - head/sys/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 21:18:58 2010 New Revision: 216775 URL: http://svn.freebsd.org/changeset/base/216775 Log: Due to the automatic inclusion of DEFAULTS everywhere, and since it has device mem in it almost everywhere, we get warnings about duplicated device almost everywhere.

svn commit: r216776 - head/sys/i386/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 21:20:58 2010 New Revision: 216776 URL: http://svn.freebsd.org/changeset/base/216776 Log: Remove mem, io, isa and npx since they are duplicative of the entries in DEFAULTS. Saves 8 lines of warnings when we build XBOX. Modified: head/sys/i386/conf/XBOX

svn commit: r216777 - head/sys/i386/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 21:22:08 2010 New Revision: 216777 URL: http://svn.freebsd.org/changeset/base/216777 Log: Comment out npx and isa from NOTES file. We don't need them here since DEFAULTS already pulls them in. Modified: head/sys/i386/conf/NOTES Modified:

svn commit: r216781 - head/sys/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 22:44:32 2010 New Revision: 216781 URL: http://svn.freebsd.org/changeset/base/216781 Log: Revert r216775, per jhb@ Modified: head/sys/conf/NOTES Modified: head/sys/conf/NOTES == ---

svn commit: r216782 - head/sys/i386/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 22:45:29 2010 New Revision: 216782 URL: http://svn.freebsd.org/changeset/base/216782 Log: Revert r216777, per jhb@ Modified: head/sys/i386/conf/NOTES Modified: head/sys/i386/conf/NOTES

svn commit: r216783 - head/sys/conf

2010-12-28 Thread Warner Losh
Author: imp Date: Tue Dec 28 22:49:28 2010 New Revision: 216783 URL: http://svn.freebsd.org/changeset/base/216783 Log: MIPS has lots of flavors as well Modified: head/sys/conf/makeLINT.mk Modified: head/sys/conf/makeLINT.mk

Re: svn commit: r216782 - head/sys/i386/conf

2010-12-28 Thread Warner Losh
On 12/28/2010 20:34, Bruce Evans wrote: On Tue, 28 Dec 2010, Warner Losh wrote: Log: Revert r216777, per jhb@ I didn't see per jhb@. I think the bug DEFAULTS being included unconditionally (and maybe the name of DEFAULTS -- defaults hould be optional). I'm working up a patch to address

Re: svn commit: r216823 - head/sbin/shutdown

2010-12-31 Thread Warner Losh
On 12/31/2010 07:43, Jilles Tjoelker wrote: On Thu, Dec 30, 2010 at 06:06:31PM +, Pawel Jakub Dawidek wrote: Author: pjd Date: Thu Dec 30 18:06:31 2010 New Revision: 216823 URL: http://svn.freebsd.org/changeset/base/216823 Log: For compatibility with Linux and Solaris add poweroff(8).

Re: svn commit: r216823 - head/sbin/shutdown

2011-01-01 Thread Warner Losh
On 01/01/2011 07:57, Jilles Tjoelker wrote: On Fri, Dec 31, 2010 at 02:57:17PM -0700, Warner Losh wrote: On 12/31/2010 07:43, Jilles Tjoelker wrote: On Thu, Dec 30, 2010 at 06:06:31PM +, Pawel Jakub Dawidek wrote: Author: pjd Date: Thu Dec 30 18:06:31 2010 New Revision: 216823 URL: http

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

2011-01-03 Thread Warner Losh
Author: imp Date: Mon Jan 3 19:30:47 2011 New Revision: 216928 URL: http://svn.freebsd.org/changeset/base/216928 Log: Put in the other half of the SRCCONF patch. Submitted by: phk Modified: head/tools/tools/nanobsd/nanobsd.sh Modified: head/tools/tools/nanobsd/nanobsd.sh

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

2011-01-03 Thread Warner Losh
Author: imp Date: Mon Jan 3 19:32:54 2011 New Revision: 216929 URL: http://svn.freebsd.org/changeset/base/216929 Log: Bump the media size from approx 600MB to approx 750MB. The great hob-nailed tennis shoe of progress demands it! Submitted by: phk Modified:

svn commit: r216930 - head/tools/tools/nanobsd/gateworks

2011-01-03 Thread Warner Losh
Author: imp Date: Mon Jan 3 20:32:08 2011 New Revision: 216930 URL: http://svn.freebsd.org/changeset/base/216930 Log: Update gateworks exclusion list to match latest tree. Modified: head/tools/tools/nanobsd/gateworks/common Modified: head/tools/tools/nanobsd/gateworks/common

svn commit: r216934 - head

2011-01-03 Thread Warner Losh
Author: imp Date: Mon Jan 3 22:48:01 2011 New Revision: 216934 URL: http://svn.freebsd.org/changeset/base/216934 Log: When TARGET_ARCH_${kernel} gets set, it is using the host's config, not the one we build as part of make world. This means that make universe will fail if building on a

svn commit: r216938 - head

2011-01-03 Thread Warner Losh
Author: imp Date: Mon Jan 3 23:05:20 2011 New Revision: 216938 URL: http://svn.freebsd.org/changeset/base/216938 Log: Note compatibility issues with make universe and stable systems. Modified: head/UPDATING Modified: head/UPDATING

Re: svn commit: r216977 - in head/libexec/rtld-elf: amd64 i386

2011-01-05 Thread Warner Losh
On 01/05/2011 05:59, John Baldwin wrote: On Wednesday, January 05, 2011 7:19:10 am Gleb Kurtsou wrote: On (05/01/2011 01:16), Alexander Best wrote: On Tue Jan 4 11, Dimitry Andric wrote: Author: dim Date: Tue Jan 4 20:51:28 2011 New Revision: 216977 URL:

Re: svn commit: r216969 - head/sys/mips/conf

2011-01-05 Thread Warner Losh
On 01/05/2011 11:54, Bjoern A. Zeeb wrote: On Tue, 4 Jan 2011, Juli Mallett wrote: Author: jmallett Date: Tue Jan 4 19:09:05 2011 New Revision: 216969 URL: http://svn.freebsd.org/changeset/base/216969 Log: Remove OCTEON1-32. Since moving to the Cavium SDK, we've lost our support for

svn commit: r217032 - in head/sys/arm: conf include

2011-01-05 Thread Warner Losh
Author: imp Date: Wed Jan 5 22:15:57 2011 New Revision: 217032 URL: http://svn.freebsd.org/changeset/base/217032 Log: Remove ancient simulation code. Skyeye simulation never really worked quite right and hasn't been used in ages and is likely broken. QEMU with GUMSTIX is a more promising

svn commit: r217036 - head/sys/arm/at91

2011-01-05 Thread Warner Losh
Author: imp Date: Wed Jan 5 23:45:07 2011 New Revision: 217036 URL: http://svn.freebsd.org/changeset/base/217036 Log: Remove support for SKYEYE simulator Modified: head/sys/arm/at91/at91_st.c head/sys/arm/at91/at91rm9200.c head/sys/arm/at91/uart_bus_at91usart.c

svn commit: r217070 - in head/sys/modules: aha ahb

2011-01-06 Thread Warner Losh
Author: imp Date: Thu Jan 6 21:04:00 2011 New Revision: 217070 URL: http://svn.freebsd.org/changeset/base/217070 Log: No need to genreate these here Modified: head/sys/modules/aha/Makefile head/sys/modules/ahb/Makefile Modified: head/sys/modules/aha/Makefile

svn commit: r217071 - head/lib/bind

2011-01-06 Thread Warner Losh
Author: imp Date: Thu Jan 6 21:07:51 2011 New Revision: 217071 URL: http://svn.freebsd.org/changeset/base/217071 Log: Make this work on big endian MIPS, while not breaking it for small endian mips. This will also make it work automatically on all future big endian platforms. Modified:

svn commit: r217073 - head/etc/rc.d

2011-01-06 Thread Warner Losh
Author: imp Date: Thu Jan 6 21:09:22 2011 New Revision: 217073 URL: http://svn.freebsd.org/changeset/base/217073 Log: Don't require /usr/lib/aout to be on the system. Test for its existance since we don't generally need it. MFC after:1 week Modified: head/etc/rc.d/ldconfig

Re: svn commit: r217070 - in head/sys/modules: aha ahb

2011-01-06 Thread Warner Losh
On 01/06/2011 14:20, John Baldwin wrote: On Thursday, January 06, 2011 4:04:00 pm Warner Losh wrote: Author: imp Date: Thu Jan 6 21:04:00 2011 New Revision: 217070 URL: http://svn.freebsd.org/changeset/base/217070 Log: No need to genreate these here I think this changes the SCSI_DELAY

svn commit: r217123 - in head: . gnu/lib/libgcc gnu/lib/libgomp gnu/usr.bin/binutils gnu/usr.bin/binutils/ld gnu/usr.bin/binutils/libbfd gnu/usr.bin/cc gnu/usr.bin/gdb gnu/usr.bin/gdb/libgdb lib/li...

2011-01-07 Thread Warner Losh
Author: imp Date: Fri Jan 7 20:26:33 2011 New Revision: 217123 URL: http://svn.freebsd.org/changeset/base/217123 Log: Retire TARGET_ABI. Implement MACHINE_ARCH=mips64e[lb] to build N64 images. This replaces MACHINE_ARCH=mipse[lb] TARGET_ABI=n64. MACHINE_ARCH=mipsn32e[lb] has been

svn commit: r217125 - head

2011-01-07 Thread Warner Losh
Author: imp Date: Fri Jan 7 20:36:27 2011 New Revision: 217125 URL: http://svn.freebsd.org/changeset/base/217125 Log: make targets This produces a list of currently supported targets. Here supported means built in make universe on the theory that those targets are more supported than

Re: svn commit: r217071 - head/lib/bind

2011-01-08 Thread Warner Losh
appreciate the help, especially with the more exotic arches that I don't have experience with. A few comments below. me too... On 01/06/2011 13:07, Warner Losh wrote: Author: imp Date: Thu Jan 6 21:07:51 2011 New Revision: 217071 URL: http://svn.freebsd.org/changeset/base/217071 Log

svn commit: r239607 - head/sys/dev/mmc

2012-08-22 Thread Warner Losh
Author: imp Date: Thu Aug 23 04:35:55 2012 New Revision: 239607 URL: http://svn.freebsd.org/changeset/base/239607 Log: The check for MAXPHYS doesn't make sense, so remove it. Report errors indicated by the transport. If this is too chatty, I'll throw it behind a debug write. Remove

svn commit: r239623 - head/sys/arm/at91

2012-08-23 Thread Warner Losh
Author: imp Date: Thu Aug 23 21:31:52 2012 New Revision: 239623 URL: http://svn.freebsd.org/changeset/base/239623 Log: Use proper resource type when freeing. Submitted by: Ian Lapore (indirectly in a larger patch) Modified: head/sys/arm/at91/at91_mci.c Modified:

svn commit: r239626 - in head/sys: arm/at91 dev/spibus

2012-08-23 Thread Warner Losh
Author: imp Date: Thu Aug 23 22:38:37 2012 New Revision: 239626 URL: http://svn.freebsd.org/changeset/base/239626 Log: Fetch the chip select in the bridge driver, like all the other spi bridges do. Modified: head/sys/arm/at91/at91_spi.c head/sys/dev/spibus/spi.h

svn commit: r239719 - head/sys/arm/at91

2012-08-26 Thread Warner Losh
Author: imp Date: Mon Aug 27 04:03:49 2012 New Revision: 239719 URL: http://svn.freebsd.org/changeset/base/239719 Log: Don't puprosely overclock the SD bus to 30MHz, make the user explicltly enable that. The driver chose to use 60MHz / 2 (30MHz) most of the time rather than 60MHz / 4

svn commit: r239720 - head/sys/arm/at91

2012-08-26 Thread Warner Losh
Author: imp Date: Mon Aug 27 04:08:43 2012 New Revision: 239720 URL: http://svn.freebsd.org/changeset/base/239720 Log: Minor style(9) nit. Modified: head/sys/arm/at91/at91_mci.c Modified: head/sys/arm/at91/at91_mci.c

svn commit: r239721 - head/sys/arm/at91

2012-08-26 Thread Warner Losh
Author: imp Date: Mon Aug 27 04:30:53 2012 New Revision: 239721 URL: http://svn.freebsd.org/changeset/base/239721 Log: Add hint and sysctl support for 4 wire mode. PR: 155241 Submitted by: Ian Lapore Modified: head/sys/arm/at91/at91_mci.c Modified:

svn commit: r239762 - head/sys/arm/at91

2012-08-27 Thread Warner Losh
Author: imp Date: Tue Aug 28 01:28:52 2012 New Revision: 239762 URL: http://svn.freebsd.org/changeset/base/239762 Log: Bring in the multi-block patches for mci. These required extensive restructuring of the driver. I've tried to preserve the other silicon workarounds that we've added over

svn commit: r239763 - head/sys/arm/at91

2012-08-27 Thread Warner Losh
Author: imp Date: Tue Aug 28 03:27:48 2012 New Revision: 239763 URL: http://svn.freebsd.org/changeset/base/239763 Log: Style: Move these routines to be before the forward declared functions as is the normal practice. Modified: head/sys/arm/at91/at91_mci.c Modified:

svn commit: r239764 - head/sys/arm/at91

2012-08-27 Thread Warner Losh
Author: imp Date: Tue Aug 28 03:46:31 2012 New Revision: 239764 URL: http://svn.freebsd.org/changeset/base/239764 Log: Move to using a flag instead of checking the CPU type each transaction for the MCI1 rev 2.x write workarounds. Modified: head/sys/arm/at91/at91_mci.c Modified:

svn commit: r239785 - head/sys/arm/at91

2012-08-28 Thread Warner Losh
Author: imp Date: Tue Aug 28 17:27:46 2012 New Revision: 239785 URL: http://svn.freebsd.org/changeset/base/239785 Log: Make AT91_MCI_ALLOW_OVERCLOCK a real option. Rename old use 30MHz to this new option. Only try to use 25MHz when our best frequency is 15MHz and overclocking is

svn commit: r239804 - head/sys/arm/at91

2012-08-28 Thread Warner Losh
Author: imp Date: Wed Aug 29 04:41:25 2012 New Revision: 239804 URL: http://svn.freebsd.org/changeset/base/239804 Log: When copying data, use memcpy instead of bcopy. It matches the arguments better. Also, set the need to use the workaround flag before we actually need to use it, rather

svn commit: r239806 - head/sys/arm/conf

2012-08-29 Thread Warner Losh
Author: imp Date: Wed Aug 29 06:43:28 2012 New Revision: 239806 URL: http://svn.freebsd.org/changeset/base/239806 Log: 4-wire mode isn't working quite right, so turn it off for a bit. Modified: head/sys/arm/conf/SAM9G20EK Modified: head/sys/arm/conf/SAM9G20EK

Re: svn commit: r239998 - head/contrib/dtc

2012-09-05 Thread Warner Losh
On Sep 2, 2012, at 2:22 PM, Aleksandr Rybalko wrote: On Sun, 2 Sep 2012 01:48:47 + (UTC) Andrew Turner and...@freebsd.org wrote: Author: andrew Date: Sun Sep 2 01:48:47 2012 New Revision: 239998 URL: http://svn.freebsd.org/changeset/base/239998 Log: Fix a logic inversion in an

Re: svn commit: r239998 - head/contrib/dtc

2012-09-05 Thread Warner Losh
On Sep 4, 2012, at 12:14 PM, Rafal Jaworowski wrote: On 2012-09-02, at 03:48, Andrew Turner wrote: Author: andrew Date: Sun Sep 2 01:48:47 2012 New Revision: 239998 URL: http://svn.freebsd.org/changeset/base/239998 Log: Fix a logic inversion in an assert to allow us to use dts

svn commit: r241307 - head/sys/arm/at91

2012-10-06 Thread Warner Losh
== --- head/sys/arm/at91/at91_rtc.cSat Oct 6 22:14:19 2012 (r241306) +++ head/sys/arm/at91/at91_rtc.cSun Oct 7 01:58:32 2012 (r241307) @@ -1,5 +1,6 @@ /*- * Copyright (c) 2006 M. Warner Losh

svn commit: r241333 - head/sys/arm/at91

2012-10-07 Thread Warner Losh
Author: imp Date: Sun Oct 7 20:36:46 2012 New Revision: 241333 URL: http://svn.freebsd.org/changeset/base/241333 Log: Loop reading the RTC registers until the same values are obtained twice, as advised in the atmel docs. Submitted by: Ian Lapore Modified: head/sys/arm/at91/at91_rtc.c

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

2012-10-21 Thread Warner Losh
Feel free to fix them however. I added the comments because the algorithms weren't quite the same... If you have a better way, feel free to back my stuff out on the way to it. Warner On Oct 19, 2012, at 11:43 PM, Bruce Evans wrote: On Fri, 19 Oct 2012, Warner Losh wrote: Log: Document

Re: svn commit: r241757 - head/usr.sbin/pciconf

2012-10-21 Thread Warner Losh
On Oct 20, 2012, at 6:30 AM, John Baldwin wrote: On Friday, October 19, 2012 06:48:22 PM Warner Losh wrote: Author: imp Date: Fri Oct 19 22:48:22 2012 New Revision: 241757 URL: http://svn.freebsd.org/changeset/base/241757 Log: Indent ecaps the same way we indent caps

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

2012-10-22 Thread Warner Losh
On Oct 21, 2012, at 10:06 PM, Steve Kargl wrote: On Sun, Oct 21, 2012 at 09:08:49PM -0600, Warner Losh wrote: Feel free to fix them however. I added the comments because the algorithms weren't quite the same... If you have a better way, feel free to back my stuff out on the way

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

2012-10-22 Thread Warner Losh
Author: imp Date: Mon Oct 22 13:20:31 2012 New Revision: 241886 URL: http://svn.freebsd.org/changeset/base/241886 Log: Revert r241755 Modified: head/lib/msun/src/e_logf.c Modified: head/lib/msun/src/e_logf.c == ---

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

2012-10-22 Thread Warner Losh
Author: imp Date: Mon Oct 22 13:21:11 2012 New Revision: 241887 URL: http://svn.freebsd.org/changeset/base/241887 Log: Revert r241756 Modified: head/lib/msun/src/e_expf.c Modified: head/lib/msun/src/e_expf.c == ---

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

2012-10-22 Thread Warner Losh
On Oct 21, 2012, at 10:06 PM, Steve Kargl wrote: On Sun, Oct 21, 2012 at 09:08:49PM -0600, Warner Losh wrote: Feel free to fix them however. I added the comments because the algorithms weren't quite the same... If you have a better way, feel free to back my stuff out on the way

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

2012-10-22 Thread Warner Losh
On Oct 22, 2012, at 5:14 AM, Bruce Evans wrote: On Sun, 21 Oct 2012, Warner Losh wrote: Feel free to fix them however. I added the comments because the algorithms weren't quite the same... If you have a better way, feel free to back my stuff out on the way to it. But the algorithms

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

2012-10-22 Thread Warner Losh
On Oct 22, 2012, at 7:40 AM, Steve Kargl wrote: On Mon, Oct 22, 2012 at 06:59:04AM -0600, Warner Losh wrote: On Oct 21, 2012, at 10:06 PM, Steve Kargl wrote: On Sun, Oct 21, 2012 at 09:08:49PM -0600, Warner Losh wrote: Feel free to fix them however. I added the comments because

svn commit: r241933 - head/sys/conf

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 14:58:24 2012 New Revision: 241933 URL: http://svn.freebsd.org/changeset/base/241933 Log: Start a clean-room implementation of files.mips. This is sufficient for SWARM64 and SWARM64_SMP to compile. Other kernels will be layered in. Modified:

svn commit: r241936 - head/sys/conf

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 15:16:40 2012 New Revision: 241936 URL: http://svn.freebsd.org/changeset/base/241936 Log: Add support for syscons (we should consider moving most of this into files, another day). Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips

svn commit: r241942 - head/sys/mips/rt305x

2012-10-23 Thread Warner Losh
Author: imp Date: Tue Oct 23 15:25:48 2012 New Revision: 241942 URL: http://svn.freebsd.org/changeset/base/241942 Log: Add RT305x specific devices here. Modified: head/sys/mips/rt305x/files.rt305x Modified: head/sys/mips/rt305x/files.rt305x

  1   2   3   4   5   6   7   8   9   10   >