svn commit: r186316 - head/sys/sys

2008-12-19 Thread Kai Wang
Author: kaiw Date: Fri Dec 19 09:32:31 2008 New Revision: 186316 URL: http://svn.freebsd.org/changeset/base/186316 Log: Update elf_common.h with new EM_ types found in the latest ELF gABI. This commit is slightly different from the original patch in the PR: 1. EM_ALPHA keeps the old

svn commit: r186317 - head/sys/netinet

2008-12-19 Thread Qing Li
Author: qingli Date: Fri Dec 19 11:07:34 2008 New Revision: 186317 URL: http://svn.freebsd.org/changeset/base/186317 Log: The proxy-arp code was broken and responds to ARP requests for addresses that are not proxied locally. Modified: head/sys/netinet/if_ether.c Modified:

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

2008-12-19 Thread Bruce Evans
On Thu, 18 Dec 2008, Ivan Voras wrote: Log: Remove spaces in wait object names to make top (1) output prettier and unbreak scripts that examine ps (1) output. Thanks, but these are still broken. Both ps and top use %6.6s format, so wait messages must be limited to 6 characters or at least

svn commit: r186318 - head/sys/cam

2008-12-19 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Dec 19 14:27:10 2008 New Revision: 186318 URL: http://svn.freebsd.org/changeset/base/186318 Log: Move mtx_assert lower, when we can be sure that the pointer to the mutex is valid. Reviewed by: scottl Approved by: rwatson (mentor) Sponsored by: FreeBSD

svn commit: r186320 - head/sys/cam

2008-12-19 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Dec 19 14:33:29 2008 New Revision: 186320 URL: http://svn.freebsd.org/changeset/base/186320 Log: Fix cam_sim_free() wakeup condition and add mtx_asserts. Submitted by: Christoph Mallon Reviewed by: scottl Approved by: rwatson (mentor) Sponsored by: FreeBSD

svn commit: r186322 - head/sys/kern

2008-12-19 Thread Ivan Voras
Author: ivoras Date: Fri Dec 19 14:49:14 2008 New Revision: 186322 URL: http://svn.freebsd.org/changeset/base/186322 Log: Further beautify the lock strings to be more pleasing to the eye and self documenting within 6 characters. Reviewed by: ed (older version) Approved by: gnn (older

svn commit: r186323 - in stable/7/sys: . compat/linprocfs contrib/pf dev/cxgb fs/procfs

2008-12-19 Thread Konstantin Belousov
Author: kib Date: Fri Dec 19 15:04:26 2008 New Revision: 186323 URL: http://svn.freebsd.org/changeset/base/186323 Log: MFC r185765, r185766: Make two style changes to create new commit and document proper commit message for r185765. Commit message for r185765 should be: In procfs map

svn commit: r186324 - in stable/7/sys: . contrib/pf dev/cxgb kern

2008-12-19 Thread Konstantin Belousov
Author: kib Date: Fri Dec 19 15:24:18 2008 New Revision: 186324 URL: http://svn.freebsd.org/changeset/base/186324 Log: MFC r185983: The userland_sysctl() function retries sysctl_root() until returned error is not EAGAIN. Several sysctls that inspect another process use p_candebug() for

svn commit: r186325 - in stable/7/sys: . compat/linprocfs contrib/pf dev/cxgb fs/procfs kern

2008-12-19 Thread Konstantin Belousov
Author: kib Date: Fri Dec 19 15:32:48 2008 New Revision: 186325 URL: http://svn.freebsd.org/changeset/base/186325 Log: MFC r185984: Reference the vmspace of the process being inspected by procfs, linprocfs and sysctl kern_proc_vmmap handlers. Approved by: re (kensmith) Modified:

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

2008-12-19 Thread Ed Schouten
Ivan, * Ivan Voras ivo...@freebsd.org wrote: Reviewed by:ed (older version) As you mentioned, I didn't review this version. Like I said, I don't have strong opinions on the subject, but: Modified: head/sys/kern/tty.c

svn commit: r186329 - in releng/7.1/sys: . compat/linprocfs contrib/pf dev/cxgb fs/procfs kern

2008-12-19 Thread Konstantin Belousov
Author: kib Date: Fri Dec 19 16:11:04 2008 New Revision: 186329 URL: http://svn.freebsd.org/changeset/base/186329 Log: MFC r185984: Reference the vmspace of the process being inspected by procfs, linprocfs and sysctl kern_proc_vmmap handlers. Approved by: re (kensmith) Modified:

svn commit: r186330 - head/usr.bin/procstat

2008-12-19 Thread Wesley Shields
Author: wxs (ports committer) Date: Fri Dec 19 16:56:49 2008 New Revision: 186330 URL: http://svn.freebsd.org/changeset/base/186330 Log: Fix a typo. Approved by: rwatson Modified: head/usr.bin/procstat/procstat.1 Modified: head/usr.bin/procstat/procstat.1

svn commit: r186332 - head/sys/dev/ath/ath_hal/ar5212

2008-12-19 Thread Sam Leffler
Author: sam Date: Fri Dec 19 18:33:53 2008 New Revision: 186332 URL: http://svn.freebsd.org/changeset/base/186332 Log: Correct 5212 ani support so that max noise immunity, spur immunity, and step levels are used. Noticed by: Jiri Fojtasek jiri.fojta...@hlohovec.net Reviewed by:

svn commit: r186333 - in head/sys/dev/ath/ath_hal: . ar5210 ar5211 ar5212 ar5312 ar5416

2008-12-19 Thread Sam Leffler
Author: sam Date: Fri Dec 19 18:34:40 2008 New Revision: 186333 URL: http://svn.freebsd.org/changeset/base/186333 Log: add FreeBSD property Modified: head/sys/dev/ath/ath_hal/ah.h (props changed) head/sys/dev/ath/ath_hal/ah_debug.h (props changed) head/sys/dev/ath/ath_hal/ah_decode.h

svn commit: r186335 - head/usr.sbin/makefs projects/makefs

2008-12-19 Thread Sam Leffler
Author: sam Date: Fri Dec 19 18:47:46 2008 New Revision: 186335 URL: http://svn.freebsd.org/changeset/base/186335 Log: import netbsd makefs tool Added: head/usr.sbin/makefs/ - copied from r186334, projects/makefs/ Changes in other areas also in this revision: Deleted:

svn commit: r186336 - stable/7/lib/libutil

2008-12-19 Thread Joe Marcus Clarke
Author: marcus (doc,ports committer) Date: Fri Dec 19 20:19:59 2008 New Revision: 186336 URL: http://svn.freebsd.org/changeset/base/186336 Log: MFC r186314: Initialize the cntp pointer to 0 prior to doing any work so that callers don't try to iterate through garbage or NULL memory.

Re: svn: head/usr.sbin/burncd

2008-12-19 Thread David O'Brien
On Fri, Dec 19, 2008 at 12:52:12PM -0800, Maxim Sobolev wrote: Should not it be better to implement this on the kernel side when the device is closed abruptly? Maybe. I've hit this issue before and there was a patch to fix it and I wanted to see it fixed. If you have a patch to fix it as you

svn commit: r186341 - head/usr.sbin/makefs

2008-12-19 Thread Sam Leffler
Author: sam Date: Fri Dec 19 22:58:39 2008 New Revision: 186341 URL: http://svn.freebsd.org/changeset/base/186341 Log: fix 64-bit build Modified: head/usr.sbin/makefs/ffs.c Modified: head/usr.sbin/makefs/ffs.c ==

svn commit: r186342 - head/usr.sbin/makefs

2008-12-19 Thread Sam Leffler
Author: sam Date: Fri Dec 19 22:59:05 2008 New Revision: 186342 URL: http://svn.freebsd.org/changeset/base/186342 Log: fix pathnames to work w/ buildworld Modified: head/usr.sbin/makefs/Makefile Modified: head/usr.sbin/makefs/Makefile

svn commit: r186343 - head/contrib/netcat

2008-12-19 Thread Xin LI
Author: delphij Date: Fri Dec 19 23:00:23 2008 New Revision: 186343 URL: http://svn.freebsd.org/changeset/base/186343 Log: Merge nc(1) from OpenBSD 4.4. While there, rename our '-O' (no tcp options) to '--no-tcpopt' in order to resolve a comflicit with OpenBSD's -O semantics. Modified:

svn commit: r186345 - head

2008-12-19 Thread Sam Leffler
Dec 19 23:10:55 2008(r186344) +++ head/UPDATING Fri Dec 19 23:12:14 2008(r186345) @@ -23,8 +23,8 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. ln -s aj /etc/malloc.conf.) 20081219: - With __FreeBSD_version 800060 incorporates the makefs tool is - part

svn commit: r186346 - head/sys/dev/nfe

2008-12-19 Thread Pyun YongHyeon
Author: yongari Date: Sat Dec 20 00:04:04 2008 New Revision: 186346 URL: http://svn.freebsd.org/changeset/base/186346 Log: Fix a typo. Submitted by: clemens fischer via Shigeaki Tagashira Modified: head/sys/dev/nfe/if_nfe.c Modified: head/sys/dev/nfe/if_nfe.c

svn commit: r186347 - in head/sys: conf dev/ofw kern powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/include sparc64/sparc64 sun4v/sun4v sys

2008-12-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Sat Dec 20 00:33:10 2008 New Revision: 186347 URL: http://svn.freebsd.org/changeset/base/186347 Log: Modularize the Open Firmware client interface to allow run-time switching of OFW access semantics, in order to allow future support for real-mode OF access and

Re: svn commit: r186347 - in head/sys: conf dev/ofw kern powerpc/aim powerpc/booke powerpc/include powerpc/powerpc sparc64/include sparc64/sparc64 sun4v/sun4v sys

2008-12-19 Thread Nathan Whitehorn
Nathan Whitehorn wrote: Author: nwhitehorn Date: Sat Dec 20 00:33:10 2008 New Revision: 186347 URL: http://svn.freebsd.org/changeset/base/186347 Log: Modularize the Open Firmware client interface to allow run-time switching of OFW access semantics, in order to allow future support for

svn commit: r186351 - in head/sys: conf dev/usb

2008-12-19 Thread Sam Leffler
Author: sam Date: Sat Dec 20 03:02:32 2008 New Revision: 186351 URL: http://svn.freebsd.org/changeset/base/186351 Log: Merge usb changes for Gateworks Cambria boards: o add support to byte swap EHCI descriptor contents; the IXP435 has dual-EHCI controllers integral but descriptor contents

svn commit: r186352 - in head/sys: . arm/arm arm/conf arm/include arm/xscale/ixp425 boot/arm/ixp425/boot2 conf contrib/dev/npe

2008-12-19 Thread Sam Leffler
Author: sam Date: Sat Dec 20 03:26:09 2008 New Revision: 186352 URL: http://svn.freebsd.org/changeset/base/186352 Log: Merge support for Gateworks Cambria boards: o add support for IXP435 cpu's (e.g. 64 irq's) o add support for Cambria-specific devices: npe, led's (front panel and octal

svn commit: r186353 - head/sys/dev/usb

2008-12-19 Thread Sam Leffler
Author: sam Date: Sat Dec 20 05:56:08 2008 New Revision: 186353 URL: http://svn.freebsd.org/changeset/base/186353 Log: fix build w/ EHCI_DEBUG Modified: head/sys/dev/usb/ehci.c Modified: head/sys/dev/usb/ehci.c ==