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

2010-02-21 Thread Bjoern A. Zeeb
On Sun, 21 Feb 2010, Andrew Thompson wrote: On Sat, Feb 20, 2010 at 10:09:48PM +, Bjoern A. Zeeb wrote: Author: bz Date: Sat Feb 20 22:09:48 2010 New Revision: 204145 URL: http://svn.freebsd.org/changeset/base/204145 Log: Start to implement ifnet DDB support: - 'show ifnets' prints a l

svn commit: r204164 - head/sys/sparc64/include

2010-02-21 Thread Marius Strobl
Author: marius Date: Sun Feb 21 09:25:53 2010 New Revision: 204164 URL: http://svn.freebsd.org/changeset/base/204164 Log: Some machines can not only consist of CPUs running at different speeds but also of different types, f.e. Sun Fire V890 can be equipped with a mix of UltraSPARC IV and IV+

Re: svn commit: r204136 - head/sys/mips/rmi

2010-02-21 Thread Gavin Atkinson
On Sat, 20 Feb 2010, Randall Stewart wrote: > Author: rrs > Date: Sat Feb 20 17:19:16 2010 > New Revision: 204136 > URL: http://svn.freebsd.org/changeset/base/204136 > > Log: > Changes for pci and pci-e support > - add bus_space_rmi_pci.c for PCI bus space [snip] > > Modified: > head/sys/m

svn commit: r204165 - head/usr.sbin/chown

2010-02-21 Thread Gavin Atkinson
Author: gavin Date: Sun Feb 21 10:14:06 2010 New Revision: 204165 URL: http://svn.freebsd.org/changeset/base/204165 Log: Add a "-x" option to chown(8)/chgrp(1) similar to the same option in du(1), cp(1) etc, to prevent the crossing of mountpoints whilst using the commands recursively. P

svn commit: r204166 - in head: sbin/devfs share/man/man5

2010-02-21 Thread Gavin Atkinson
Author: gavin Date: Sun Feb 21 10:29:45 2010 New Revision: 204166 URL: http://svn.freebsd.org/changeset/base/204166 Log: Document the interaction between /etc/devfs.conf and /etc/defaults/devfs.conf PR: docs/117308 Submitted by: Mel (partially) MFC after:1 week Modifie

svn commit: r204167 - stable/8/sys/fs/msdosfs

2010-02-21 Thread Konstantin Belousov
Author: kib Date: Sun Feb 21 11:13:15 2010 New Revision: 204167 URL: http://svn.freebsd.org/changeset/base/204167 Log: MFC r203866: Invalid filesystem might cause the bp to be never read. Modified: stable/8/sys/fs/msdosfs/msdosfs_fat.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r204168 - stable/8

2010-02-21 Thread Antoine Brodin
Author: antoine Date: Sun Feb 21 11:22:01 2010 New Revision: 204168 URL: http://svn.freebsd.org/changeset/base/204168 Log: Merge r200413 and r202755 from head to stable/8: reduces white space diff between head and stable/8 Suggested by: ru@ Modified: stable/8/Makefile.inc1 (contents,

Re: svn commit: r204165 - head/usr.sbin/chown

2010-02-21 Thread Giorgos Keramidas
On Sun, 21 Feb 2010 10:14:06 + (UTC), Gavin Atkinson wrote: > Author: gavin > Date: Sun Feb 21 10:14:06 2010 > New Revision: 204165 > URL: http://svn.freebsd.org/changeset/base/204165 > > Log: > Add a "-x" option to chown(8)/chgrp(1) similar to the same option in > du(1), cp(1) etc, to pr

svn commit: r204169 - stable/8/usr.bin/kdump

2010-02-21 Thread Jaakko Heinonen
Author: jh Date: Sun Feb 21 13:17:35 2010 New Revision: 204169 URL: http://svn.freebsd.org/changeset/base/204169 Log: MFC r203551: - Cast intptr_t, pid_t and time_t values to intmax_t and use %jd with printf. - Cast the system call return value to long and use %ld in a printf in k

svn commit: r204170 - in head: lib/libc/gen sys/sys

2010-02-21 Thread Ed Schouten
Author: ed Date: Sun Feb 21 13:57:02 2010 New Revision: 204170 URL: http://svn.freebsd.org/changeset/base/204170 Log: Add proper const keywords to sysctl(3) parameters. The `name' and `newp' arguments can be marked const, because the buffers they refer to are never changed. While there, p

svn commit: r204171 - in head: contrib/bc gnu/usr.bin/bc gnu/usr.bin/dc

2010-02-21 Thread Gabor Kovesdan
Author: gabor Date: Sun Feb 21 14:28:03 2010 New Revision: 204171 URL: http://svn.freebsd.org/changeset/base/204171 Log: - Remove GNU bc/dc bits. There has not been any regressions seen after BSD bc/dc import. It has been tested with make universe that this code is not used by anything a

svn commit: r204172 - head/lib/libc/gen

2010-02-21 Thread Ed Schouten
Author: ed Date: Sun Feb 21 14:58:01 2010 New Revision: 204172 URL: http://svn.freebsd.org/changeset/base/204172 Log: While there, trim some trailing whitespace. Modified: head/lib/libc/gen/sysctlbyname.c Modified: head/lib/libc/gen/sysctlbyname.c

svn commit: r204173 - head/sys/net

2010-02-21 Thread Robert Watson
Author: rwatson Date: Sun Feb 21 15:25:47 2010 New Revision: 204173 URL: http://svn.freebsd.org/changeset/base/204173 Log: ifconfig(8) expects interface fooX to be supported by the module if_foo, and will try to load it if it's not present. To better meet these expectations, change the modu

svn commit: r204174 - in head/contrib/gdb/gdb: . config/mips

2010-02-21 Thread Randall Stewart
Author: rrs Date: Sun Feb 21 17:25:00 2010 New Revision: 204174 URL: http://svn.freebsd.org/changeset/base/204174 Log: Adds the missing mips gdb files that I foobar'd on my last commit.. Sorry about that JC.. my fault. Obtained from:JC Added: head/contrib/gdb/gdb/config/mips/

svn commit: r204175 - head/sys/mips/rmi

2010-02-21 Thread Randall Stewart
Author: rrs Date: Sun Feb 21 17:27:20 2010 New Revision: 204175 URL: http://svn.freebsd.org/changeset/base/204175 Log: Fix another fo-pa of mine... duplicate patches should not be applied and randy needs coffee in the morning when working to help keep things sorted out... obviously :-) Modi

svn commit: r204176 - in head/sys: conf kern

2010-02-21 Thread Ed Schouten
Author: ed Date: Sun Feb 21 19:53:33 2010 New Revision: 204176 URL: http://svn.freebsd.org/changeset/base/204176 Log: Decompose the most lousy named file in sys/kern; kern_subr.c. Although this file has historically been used as a dumping ground for random functions, nowadays it only cont

svn commit: r204177 - head/sbin/hastd

2010-02-21 Thread Pawel Jakub Dawidek
Author: pjd Date: Sun Feb 21 19:56:47 2010 New Revision: 204177 URL: http://svn.freebsd.org/changeset/base/204177 Log: Changing proto_socketpair.c compilation and linking order revealed a problem - we should simply ignore proto_server() if address doesn't start with socketpair://, and not ab

svn commit: r204178 - head/games/fortune/fortune

2010-02-21 Thread Ulrich Spoerlein
Author: uqs Date: Sun Feb 21 21:03:15 2010 New Revision: 204178 URL: http://svn.freebsd.org/changeset/base/204178 Log: Prefer exit(0) from main over return(0). Although not explicitly mentioned in style(9), it allows for easier grepping of exit points. This reverts part of r203926. R

svn commit: r204179 - head/sys/powerpc/powermac

2010-02-21 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 21 21:03:37 2010 New Revision: 204179 URL: http://svn.freebsd.org/changeset/base/204179 Log: Fix several mistakes in this file, in order to allow individual fan speeds to be read and set correctly. Modified: head/sys/powerpc/powermac/smu.c Modified: head/sy

svn commit: r204180 - head/sys/powerpc/powermac

2010-02-21 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sun Feb 21 22:13:57 2010 New Revision: 204180 URL: http://svn.freebsd.org/changeset/base/204180 Log: Add a simple fan management callout to the SMU driver. This is designed such that a fancier thermal management algorithm can be run from user space, but the kernel wi

svn commit: r204181 - head/sys/vm

2010-02-21 Thread Alan Cox
Author: alc Date: Sun Feb 21 22:23:13 2010 New Revision: 204181 URL: http://svn.freebsd.org/changeset/base/204181 Log: Align the start of the clean submap to a superpage boundary. Although no superpage mappings are created within the clean submap, aligning the start of the clean submap help

Re: svn commit: r204076 - in head: etc/defaults etc/rc.d sbin sbin/ggate/ggatec sbin/ggate/ggatel sbin/hastctl sbin/hastd share/examples share/examples/hast share/man/man5 sys/geom/gate

2010-02-21 Thread Dmitry Morozovsky
On Thu, 18 Feb 2010, Pawel Jakub Dawidek wrote: PJD> as well as http://wiki.FreeBSD.org/HAST. Does not exist yet? Anyway, thanks a lot! -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: ma...@freebsd.or

Re: svn commit: r204076 - in head: etc/defaults etc/rc.d sbin sbin/ggate/ggatec sbin/ggate/ggatel sbin/hastctl sbin/hastd share/examples share/examples/hast share/man/man5 sys/geom/gate

2010-02-21 Thread Dmitry Morozovsky
On Mon, 22 Feb 2010, Dmitry Morozovsky wrote: DM> PJD> as well as http://wiki.FreeBSD.org/HAST. DM> DM> Does not exist yet? oops, seems wrong page was cached. sorry for the noise. -- Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer:

svn commit: r204182 - in head/sys/ia64: ia64 include

2010-02-21 Thread Marcel Moolenaar
Author: marcel Date: Sun Feb 21 23:10:13 2010 New Revision: 204182 URL: http://svn.freebsd.org/changeset/base/204182 Log: Remove pm_active from struct pmap as it serves no purpose. MFC after:1 week Modified: head/sys/ia64/ia64/pmap.c head/sys/ia64/include/pmap.h Modified: head/sys

Re: svn commit: r203889 - in stable/8/sys: cam cam/ata cam/scsi dev/ahci dev/asr dev/ata dev/ciss dev/hptiop dev/hptrr dev/mly dev/mpt dev/ppbus dev/siis dev/trm dev/twa dev/usb/storage

2010-02-21 Thread Lawrence Stewart
On 02/20/10 04:16, Alexander Motin wrote: Lawrence Stewart wrote: A couple of times it has gotten even more upset reporting things like this: mpt0: mpt_cam_event: 0x16 mpt0: mpt_cam_event: 0x16 mpt0: request 0xff80002f1400:54058 timed out for ccb 0xff0001c65000 (req->ccb 0xff0001c65

svn commit: r204183 - head/sys/ia64/ia64

2010-02-21 Thread Marcel Moolenaar
Author: marcel Date: Sun Feb 21 23:41:59 2010 New Revision: 204183 URL: http://svn.freebsd.org/changeset/base/204183 Log: Normalize nop instructions: Only use 0 for the immediate operand. Modified: head/sys/ia64/ia64/context.S Modified: head/sys/ia64/ia64/context.S ==

Re: svn commit: r204103 - in head/usr.bin: . seq

2010-02-21 Thread Garrett Cooper
On Feb 20, 2010, at 3:58 AM, Alexey Dokuchaev wrote: > On Fri, Feb 19, 2010 at 11:54:12PM +, Xin LI wrote: >> Author: delphij >> Date: Fri Feb 19 23:54:12 2010 >> New Revision: 204103 >> URL: http://svn.freebsd.org/changeset/base/204103 >> >> Log: >> Add seq(1), a small utility to generate s

svn commit: r204184 - head/sys/ia64/ia64

2010-02-21 Thread Marcel Moolenaar
Author: marcel Date: Mon Feb 22 01:23:41 2010 New Revision: 204184 URL: http://svn.freebsd.org/changeset/base/204184 Log: Prefer I-units and M-units for nop instructions. This works around McKinley flaws. It also avoids using the F-unit in the kernel for no reason. Modified: head/sys/ia64

svn commit: r204185 - head/sys/cddl/contrib/opensolaris/common/atomic/ia64

2010-02-21 Thread Marcel Moolenaar
Author: marcel Date: Mon Feb 22 01:24:34 2010 New Revision: 204185 URL: http://svn.freebsd.org/changeset/base/204185 Log: Use mf and not mf.a. The latter doesn't force memory ordering and applies to sequential memory. Modified: head/sys/cddl/contrib/opensolaris/common/atomic/ia64/opensolari

svn commit: r204186 - head/sys/conf

2010-02-21 Thread Neel Natu
Author: neel Date: Mon Feb 22 01:48:38 2010 New Revision: 204186 URL: http://svn.freebsd.org/changeset/base/204186 Log: Use KERNLOADADDR instead of hardcoded address. This is required to be able to build the trampoline kernel that has symbol/string tables embedded within it. Modified: head/

Re: svn commit: r203889 - in stable/8/sys: cam cam/ata cam/scsi dev/ahci dev/asr dev/ata dev/ciss dev/hptiop dev/hptrr dev/mly dev/mpt dev/ppbus dev/siis dev/trm dev/twa dev/usb/storage

2010-02-21 Thread Alexander Motin
Lawrence Stewart wrote: > On 02/20/10 04:16, Alexander Motin wrote: >> Lawrence Stewart wrote: >>> I compiled DDB into my r203889 kernel. Unfortunately my ILO emulates a >>> USB keyboard so I can't do anything in DDB which is a huge pain, but >>> here's the info I did get (hand transcribed): >>> >>

Re: svn commit: r203889 - in stable/8/sys: cam cam/ata cam/scsi dev/ahci dev/asr dev/ata dev/ciss dev/hptiop dev/hptrr dev/mly dev/mpt dev/ppbus dev/siis dev/trm dev/twa dev/usb/storage

2010-02-21 Thread Lawrence Stewart
On 02/22/10 18:05, Alexander Motin wrote: Lawrence Stewart wrote: On 02/20/10 04:16, Alexander Motin wrote: Lawrence Stewart wrote: I compiled DDB into my r203889 kernel. Unfortunately my ILO emulates a USB keyboard so I can't do anything in DDB which is a huge pain, but here's the info I did