svn commit: r212540 - head/share/mk

2010-09-13 Thread Warner Losh
Author: imp Date: Mon Sep 13 07:22:14 2010 New Revision: 212540 URL: http://svn.freebsd.org/changeset/base/212540 Log: Prefer MACHINE_CPUARCH to MACHINE_ARCH unless there's a good reason... Modified: head/share/mk/bsd.cpu.mk Modified: head/share/mk/bsd.cpu.mk

svn commit: r212542 - head/sys/conf

2010-09-13 Thread Warner Losh
Author: imp Date: Mon Sep 13 07:27:03 2010 New Revision: 212542 URL: http://svn.freebsd.org/changeset/base/212542 Log: Prefer MACHINE_CPUARCH over MACHINE_ARCH Modified: head/sys/conf/kern.mk Modified: head/sys/conf/kern.mk

svn commit: r212543 - in head/sys/modules: opensolaris zfs

2010-09-13 Thread Warner Losh
Author: imp Date: Mon Sep 13 07:29:02 2010 New Revision: 212543 URL: http://svn.freebsd.org/changeset/base/212543 Log: Simplify atomic selection Modified: head/sys/modules/opensolaris/Makefile head/sys/modules/zfs/Makefile Modified: head/sys/modules/opensolaris/Makefile ===

svn commit: r212558 - head/usr.bin

2010-09-13 Thread Warner Losh
Author: imp Date: Mon Sep 13 15:30:09 2010 New Revision: 212558 URL: http://svn.freebsd.org/changeset/base/212558 Log: Move to using Makefile.arch to include the proper target-specific programs. Modified: head/usr.bin/Makefile Modified: head/usr.bin/Makefile =

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

2010-09-13 Thread Warner Losh
Author: imp Date: Mon Sep 13 16:39:33 2010 New Revision: 212560 URL: http://svn.freebsd.org/changeset/base/212560 Log: TARGET_64BIT isn't needed anymore, GC it (partial merge from tbemd). Modified: head/sys/conf/Makefile.mips head/sys/mips/conf/MALTA64 head/sys/mips/conf/OCTEON1 Modified

svn commit: r212665 - head/libexec/tftpd

2010-09-15 Thread Warner Losh
Author: imp Date: Wed Sep 15 15:38:47 2010 New Revision: 212665 URL: http://svn.freebsd.org/changeset/base/212665 Log: Move the pfrom initialization from before the setjmp to after the setjmp to avoid warnings on the powerpc build... Modified: head/libexec/tftpd/tftp-io.c Modified: head/li

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

2010-09-15 Thread Warner Losh
Author: imp Date: Wed Sep 15 19:40:08 2010 New Revision: 212692 URL: http://svn.freebsd.org/changeset/base/212692 Log: Don't suggest using bwn for the bcm4306 cards in the list. The bcm4306 cards are ambiguous. BCM4306 rev 2 requires bwi. BCM4306 rev 3 will work with either. Since we can

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

2010-09-15 Thread Warner Losh
Author: imp Date: Wed Sep 15 19:40:42 2010 New Revision: 212693 URL: http://svn.freebsd.org/changeset/base/212693 Log: Add note abotu bwn and newer chipsets Modified: head/share/man/man4/bwi.4 Modified: head/share/man/man4/bwi.4 ===

svn commit: r212798 - head/sys/kern

2010-09-17 Thread Warner Losh
Author: imp Date: Fri Sep 17 16:05:25 2010 New Revision: 212798 URL: http://svn.freebsd.org/changeset/base/212798 Log: By popular demand, kill all the non GIANT related interrupt messages. They are confusing and add little value. Reviewed by: jhb@ Modified: head/sys/kern/subr_bus.c M

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

2010-09-20 Thread Warner Losh
Author: imp Date: Mon Sep 20 23:36:54 2010 New Revision: 212938 URL: http://svn.freebsd.org/changeset/base/212938 Log: Support new variable NANO_LABEL. When set to a non-null string, nanobsd will build a system that uses this label (via /dev/ufs/${NANO_LABEL}sX) in preference to NANO_DRIVE

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

2010-09-21 Thread Warner Losh
Author: imp Date: Wed Sep 22 04:48:39 2010 New Revision: 212990 URL: http://svn.freebsd.org/changeset/base/212990 Log: Make the labels match the device name that's mounted, not just the slice they are on. When NANO_LABEL is not defined, the fstab generates entries that specify /dev/ad0s1a.

svn commit: r213077 - head/sys/conf

2010-09-23 Thread Warner Losh
Author: imp Date: Thu Sep 23 17:12:47 2010 New Revision: 213077 URL: http://svn.freebsd.org/changeset/base/213077 Log: Simplify how we find the kernel source. Rather than depending on sys, or some variation in the path, the new version assumes that $0 is newvers.sh path, and that dirname $0

svn commit: r213078 - head/sys/conf

2010-09-23 Thread Warner Losh
Author: imp Date: Thu Sep 23 17:29:59 2010 New Revision: 213078 URL: http://svn.freebsd.org/changeset/base/213078 Log: Clean up stray line in 213077 Modified: head/sys/conf/newvers.sh Modified: head/sys/conf/newvers.sh =

svn commit: r213157 - head/sys/ia64/include

2010-09-24 Thread Warner Losh
Author: imp Date: Sat Sep 25 04:41:42 2010 New Revision: 213157 URL: http://svn.freebsd.org/changeset/base/213157 Log: Remove clauses 3 and 4, per changes to NetBSD versions of these files. Modified: head/sys/ia64/include/_stdint.h head/sys/ia64/include/bus.h Modified: head/sys/ia64/includ

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

2010-09-27 Thread Warner Losh
Author: imp Date: Mon Sep 27 15:55:39 2010 New Revision: 213202 URL: http://svn.freebsd.org/changeset/base/213202 Log: Prefer echo over printf Modified: head/etc/rc.d/nsswitch Modified: head/etc/rc.d/nsswitch == ---

svn commit: r213248 - head/sys/kern

2010-09-28 Thread Warner Losh
Author: imp Date: Tue Sep 28 15:33:30 2010 New Revision: 213248 URL: http://svn.freebsd.org/changeset/base/213248 Log: This file has been unused for ages. Retire it. Submitted by: pluknet Deleted: head/sys/kern/Makefile ___ svn-src-all@freebsd

svn commit: r213368 - head/sys/kern

2010-10-02 Thread Warner Losh
Author: imp Date: Sat Oct 2 21:35:33 2010 New Revision: 213368 URL: http://svn.freebsd.org/changeset/base/213368 Log: Turns out this file was how we make sysent stuff, so add that part only back... Added: head/sys/kern/Makefile (contents, props changed) Added: head/sys/kern/Makefile

svn commit: r213372 - head/sys/kern

2010-10-02 Thread Warner Losh
Author: imp Date: Sat Oct 2 22:12:41 2010 New Revision: 213372 URL: http://svn.freebsd.org/changeset/base/213372 Log: Adjust the all target message (but maybe all: sysent is better? Modified: head/sys/kern/Makefile Modified: head/sys/kern/Makefile ===

svn commit: r213493 - head/usr.bin/make

2010-10-06 Thread Warner Losh
Author: imp Date: Wed Oct 6 20:49:45 2010 New Revision: 213493 URL: http://svn.freebsd.org/changeset/base/213493 Log: Use more portable errx instead of errc. The latter doesn't buy us anyting anyway, since the error EAGAIN's error message doesn't add anything to the error strings that are

svn commit: r213494 - head/usr.bin/make

2010-10-06 Thread Warner Losh
Author: imp Date: Wed Oct 6 20:54:17 2010 New Revision: 213494 URL: http://svn.freebsd.org/changeset/base/213494 Log: Remove hack needed by 6.x machines and older machines to run newer makes on FreeBSD/pc98. The need for this hack has passed. If you are one of the rare people that may nee

svn commit: r213646 - head/sbin/devd

2010-10-09 Thread Warner Losh
Author: imp Date: Sat Oct 9 07:29:13 2010 New Revision: 213646 URL: http://svn.freebsd.org/changeset/base/213646 Log: Allow the kernel to generate more spacy things and still have devd cope. Skip multiple spaces in a few contexts. PR: 96854 Submitted by: Shin'ya Kumabuchi

svn commit: r213647 - in head/usr.sbin/pc-sysinstall: backend examples

2010-10-09 Thread Warner Losh
Author: imp Date: Sat Oct 9 07:45:24 2010 New Revision: 213647 URL: http://svn.freebsd.org/changeset/base/213647 Log: Enable softupdate + journals support. PR: 150862 Submitted by: Kris Moore Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh head/usr.sbin/pc-sysins

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

2010-10-09 Thread Warner Losh
Author: imp Date: Sat Oct 9 08:39:14 2010 New Revision: 213649 URL: http://svn.freebsd.org/changeset/base/213649 Log: Fix typo: thanks Kris for pointing this out. Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdl

svn commit: r213650 - in head/usr.sbin/pc-sysinstall: backend conf examples

2010-10-09 Thread Warner Losh
Author: imp Date: Sat Oct 9 08:52:09 2010 New Revision: 213650 URL: http://svn.freebsd.org/changeset/base/213650 Log: Initial patches to install images... PR: 150921 Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh head/usr.sbin/pc-sysinstall/backend/functions-disk.

svn commit: r213784 - head/lib/libz

2010-10-13 Thread Warner Losh
Author: imp Date: Wed Oct 13 16:34:08 2010 New Revision: 213784 URL: http://svn.freebsd.org/changeset/base/213784 Log: Revert 212517 to restore pristine state of this file Modified: head/lib/libz/minigzip.c Modified: head/lib/libz/minigzip.c ==

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

2010-10-16 Thread Warner Losh
From: John Baldwin 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 wrote: > >

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

2010-10-16 Thread Warner Losh
From: Rui Paulo 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 Thursda

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 to

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

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: head/usr.sbin/pc-sysinstall/backend/functions-dis

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 the

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: head/usr.sbin/pc-sysinstall/backend/fu

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: head/usr.sbin/pc-sysinstall/backend

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 head/usr.sbin/pc-sysinstall/backend-query/test-live.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-all@freebsd.org mailing list h

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

2010-10-22 Thread Warner Losh
In message: <4cc1ebeb.2020...@freebsd.org> Dimitry Andric 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

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

2010-10-27 Thread Warner Losh
Author: imp Date: Thu Oct 28 06:45:20 2010 New Revision: 214445 URL: http://svn.freebsd.org/changeset/base/214445 Log: Turns out we need functions.sh in this file for convert_to_megabytes call. Modified: head/usr.sbin/pc-sysinstall/backend-query/disk-info.sh Modified: head/usr.sbin/pc-sysins

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

2011-11-20 Thread Warner Losh
Is this right? Passing 0 to timo causes a panic? That can't be good. Wanrer On Nov 20, 2011, at 1:36 AM, Hans Petter Selasky wrote: > Author: hselasky > Date: Sun Nov 20 08:36:18 2011 > New Revision: 227749 > URL: http://svn.freebsd.org/changeset/base/227749 > > Log: > Given that the typica

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-19 Thread Warner Losh
[[ I know it is a bit late here ]] On Nov 29, 2011, at 1:50 PM, Doug Barton wrote: > On 11/29/2011 12:47, Gábor Kövesdán wrote: >> On 2011.11.29. 20:46, Max Khon wrote: >>> Log: >>> Turn off profiled libs build by default. >>> Can be enabled back using WITH_PROFILE=yes in /etc/src.conf >> I

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-19 Thread Warner Losh
On Nov 29, 2011, at 1:53 PM, Garrett Cooper wrote: > 2011/11/29 Doug Barton : >> On 11/29/2011 12:47, Gábor Kövesdán wrote: >>> On 2011.11.29. 20:46, Max Khon wrote: Log: Turn off profiled libs build by default. Can be enabled back using WITH_PROFILE=yes in /etc/src.conf >>>

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-20 Thread Warner Losh
On Dec 20, 2011, at 2:21 AM, Garrett Cooper wrote: > >The assumption (that isn't clearly stated) is that I am building > things on suped up x86 hardware, not arm CPUs, Intel Atoms, etc. On > those platforms building superfluous things still do matter (in > particular because cross-building so

Re: svn commit: r228143 - in head: . share/mk tools/build/options

2011-12-20 Thread Warner Losh
On Dec 20, 2011, at 12:21 PM, Garrett Cooper wrote: > On Tue, Dec 20, 2011 at 9:40 AM, Warner Losh wrote: >> >> On Dec 20, 2011, at 2:21 AM, Garrett Cooper wrote: >> >> >>The assumption (that isn't clearly stated) is that I am building >> t

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 Modifi

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, head/sys/mips/conf/

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 Mo

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 pa

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

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 toolch

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

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 =

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 Dokuchaev: On Sun, Nov 14, 2010 at 01:37:09AM +, Warner Losh wrote: Log: This case is actually powerpc specific, and doesn't apply to powerpc64. Subm

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

2010-11-15 Thread Warner Losh
From: Kostik Belousov 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 writes: > > > > > Author: kib > > > Date: Sun Nov 14 18:24:12 2010 > > >

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 d

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 b

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

2010-12-02 Thread Warner Losh
Author: imp Date: Fri Dec 3 07:33:43 2010 New Revision: 216144 URL: http://svn.freebsd.org/changeset/base/216144 Log: _WITHOUT_SRCCONF has too much baggage. Instead, use the simpler SRCCONF=/dev/null. Modified: head/tools/tools/nanobsd/nanobsd.sh Modified: head/tools/tools/nanobsd/nanobs

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 bu

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

2010-12-07 Thread Warner Losh
From: Bruce Cran 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, > > for example

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

2010-12-07 Thread Warner Losh
From: Erik Trulsson 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, Dec 07, 2010 at 01:

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

2010-12-10 Thread Warner Losh
From: Matthew Jacob > 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 know if I'm luc

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

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'Brien 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 increases required ali

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

2010-12-17 Thread Warner Losh
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, this broke the tinderbox on arm, ia64, mips, and sparc64. Errr. Reverted. I built it

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

svn commit: r196529 - head/sys/kern

2009-08-24 Thread Warner Losh
Author: imp Date: Tue Aug 25 06:25:59 2009 New Revision: 196529 URL: http://svn.freebsd.org/changeset/base/196529 Log: Rather than havnig enabled/disabled, implement a max queue depth. While usually not an issue, this firewalls bugs in the code that may run us out of memory. Fix a memor

svn commit: r196636 - in head/sys: conf modules

2009-08-28 Thread Warner Losh
Author: imp Date: Sat Aug 29 01:34:42 2009 New Revision: 196636 URL: http://svn.freebsd.org/changeset/base/196636 Log: Connect bwi up to the build. While there are some problems with this driver still, it generally works well for most people most of the time. It is still too green for GENE

svn commit: r196789 - head

2009-09-03 Thread Warner Losh
arner Losh -. See end of file for further details. For commonly -done items, please see the COMMON ITEMS: section later in the file. +This file is maintained and copyrighted by M. Warner Losh . +See end of file for further details. For commonly done items, please see the +COMMON ITEMS: section lat

svn commit: r196791 - head

2009-09-03 Thread Warner Losh
Author: imp Date: Thu Sep 3 17:13:54 2009 New Revision: 196791 URL: http://svn.freebsd.org/changeset/base/196791 Log: Actually, stable/8 is what was created... Modified: head/UPDATING Modified: head/UPDATING == ---

svn commit: r196855 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

2009-09-05 Thread Warner Losh
Author: imp Date: Sat Sep 5 08:03:29 2009 New Revision: 196855 URL: http://svn.freebsd.org/changeset/base/196855 Log: MFC r196529: Rather than having enabled/disabled, implement a max queue depth. While usually not an issue, this firewalls bugs in the code that may run us out of mem

svn commit: r196856 - head

2009-09-05 Thread Warner Losh
Author: imp Date: Sat Sep 5 08:08:14 2009 New Revision: 196856 URL: http://svn.freebsd.org/changeset/base/196856 Log: Note migration of tunable from hw.bus.devctl_disable to hw.bus.devctl_queue. The sysctl interface provides legacys upport for the latter sysctl, but the tunable support was

svn commit: r196857 - head

2009-09-05 Thread Warner Losh
Author: imp Date: Sat Sep 5 08:09:35 2009 New Revision: 196857 URL: http://svn.freebsd.org/changeset/base/196857 Log: Go ahead and mention the CVS branch name as well as the svn branch name. Modified: head/UPDATING Modified: head/UPDATING

svn commit: r196858 - head/sys/dev/rp

2009-09-05 Thread Warner Losh
Author: imp Date: Sat Sep 5 08:38:25 2009 New Revision: 196858 URL: http://svn.freebsd.org/changeset/base/196858 Log: These checks against BUSY aren't needed: the newbus layer does this already with the appropriate locks held... There's no need to do it here, so just delete the checks. Mo

svn commit: r196984 - head/sys/dev/ep

2009-09-08 Thread Warner Losh
Author: imp Date: Tue Sep 8 16:37:18 2009 New Revision: 196984 URL: http://svn.freebsd.org/changeset/base/196984 Log: Cleanup tortured logic a big. Noticed by FlexLint, per phk. # My reading of the docs suggests this can only happen on 10Base5 and # 10Base2 setups (and maybe only the fo

svn commit: r197020 - head/sys/sys

2009-09-08 Thread Warner Losh
Author: imp Date: Wed Sep 9 06:49:49 2009 New Revision: 197020 URL: http://svn.freebsd.org/changeset/base/197020 Log: kern_execve.c hasn't been around in ages, so update the file(s) where a_magic is used instead of the a_midmag # maybe we can retire this hack soon... Modified: hea

svn commit: r197051 - head/usr.sbin/btxld

2009-09-09 Thread Warner Losh
Author: imp Date: Thu Sep 10 00:47:32 2009 New Revision: 197051 URL: http://svn.freebsd.org/changeset/base/197051 Log: The boot loader is a FreeBSD a.out binary for x86, not a VAX binary. Rather than writing out a MID of '0', write a MID of 0x86 (aka MID_I386) so that file gets it right.

Re: svn commit: r197047 - head/share/man/man4

2009-09-10 Thread Warner Losh
From: Brooks Davis Subject: svn commit: r197047 - head/share/man/man4 Date: Wed, 9 Sep 2009 20:28:58 + (UTC) > Author: brooks > Date: Wed Sep 9 20:28:58 2009 > New Revision: 197047 > URL: http://svn.freebsd.org/changeset/base/197047 > > Log: > Mention that a few ed(4) devices don't emit l

svn commit: r197338 - svnadmin/conf

2009-09-19 Thread Warner Losh
Author: imp Date: Sun Sep 20 05:04:23 2009 New Revision: 197338 URL: http://svn.freebsd.org/changeset/base/197338 Log: Add Neelkanth Natu. He'll be doing MIPS things. I'm his mentor. Approved by: core@ Modified: svnadmin/conf/access svnadmin/conf/mentors Modified: svnadmin/conf/acc

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

2009-10-14 Thread Warner Losh
> On Oct 13, 2009, at 9:04 PM, M. Warner Losh wrote: > > : > Does this mean that the memory cycles on the I/O bus isn't > > supported > > : > for these architectures? > > : > > : Correct. > > > > Then it isn't an ISA bus. > > O

svn commit: r227589 - head/usr.bin/comm

2011-11-16 Thread Warner Losh
Author: imp Date: Wed Nov 16 22:02:59 2011 New Revision: 227589 URL: http://svn.freebsd.org/changeset/base/227589 Log: Add helpful clarification text. While not strictly necessary, these few words make this man page much easier to understand without re-reading prior parts of the man page.

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 al

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 d

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: head/sys/arm/xscale/ix

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 be

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 explain

  1   2   3   4   5   6   7   8   9   10   >