svn commit: r188065 - in head/sys/amd64: amd64 include

2009-02-03 Thread Joseph Koshy
Author: jkoshy Date: Tue Feb 3 09:01:45 2009 New Revision: 188065 URL: http://svn.freebsd.org/changeset/base/188065 Log: Improve robustness of NMI handling, for NMIs recognized in kernel mode. - Make the NMI handler run on its own stack (TSS_IST2). - Store the GSBASE value for each CPU

svn commit: r188066 - in head/sys: dev/xen/netback net netinet

2009-02-03 Thread Randall Stewart
Author: rrs Date: Tue Feb 3 11:00:43 2009 New Revision: 188066 URL: http://svn.freebsd.org/changeset/base/188066 Log: Adds support for SCTP checksum offload. This means we, like TCP and UDP, move the checksum calculation into the IP routines when there is no hardware support we call into

svn commit: r188067 - in head/sys: netinet netinet6

2009-02-03 Thread Randall Stewart
Author: rrs Date: Tue Feb 3 11:04:03 2009 New Revision: 188067 URL: http://svn.freebsd.org/changeset/base/188067 Log: - Cleanup checksum code. - Prepare for CRC offloading, add MIB counters (RS/MT). - Bugfix: Disable CRC computation for IPv6 addresses with local scope (MT). - Bugfix: Hand

svn commit: r188068 - stable/7/usr.bin/sed

2009-02-03 Thread Diomidis Spinellis
Author: dds Date: Tue Feb 3 12:56:05 2009 New Revision: 188068 URL: http://svn.freebsd.org/changeset/base/188068 Log: MFC 184854 from head to stable/7 Fix the code to conform to the "or more" part of the following POSIX specification and regression test regress:25. "A function c

Re: svn commit: r188069 - stable/7/bin/cp

2009-02-03 Thread Robert Watson
On Tue, 3 Feb 2009, Diomidis Spinellis wrote: Author: dds Date: Tue Feb 3 13:07:34 2009 New Revision: 188069 URL: http://svn.freebsd.org/changeset/base/188069 Log: MFC r184342 from head to stable/7 Add fallback when mmap fails on regular files. Some filesystems, like smbnetfs, do not supp

svn commit: r188071 - stable/6/contrib/opie

2009-02-03 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Tue Feb 3 14:26:55 2009 New Revision: 188071 URL: http://svn.freebsd.org/changeset/base/188071 Log: MFC: r187920 - Remove non-existing reference - Fix trailing comma PR: docs/85118 Submitted by: vs Modified: stable/6/contrib/

svn commit: r188072 - in stable/7/share/man: man7 man8

2009-02-03 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Tue Feb 3 14:30:59 2009 New Revision: 188072 URL: http://svn.freebsd.org/changeset/base/188072 Log: MFC: r187916 - Rename adding_user(8) to adding_user(7). There's no adding_user utility, but the man page describes conceptual information about

svn commit: r188073 - in stable/6/share/man: man7 man8

2009-02-03 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Tue Feb 3 14:32:06 2009 New Revision: 188073 URL: http://svn.freebsd.org/changeset/base/188073 Log: MFC: r187916 - Rename adding_user(8) to adding_user(7). There's no adding_user utility, but the man page describes conceptual information about

Re: svn commit: r188069 - stable/7/bin/cp

2009-02-03 Thread Diomidis Spinellis
Robert Watson wrote: On Tue, 3 Feb 2009, Diomidis Spinellis wrote: Author: dds Date: Tue Feb 3 13:07:34 2009 New Revision: 188069 URL: http://svn.freebsd.org/changeset/base/188069 Log: MFC r184342 from head to stable/7 Add fallback when mmap fails on regular files. Some filesystems, like

svn commit: r188074 - head/sys/dev/usb2/quirk

2009-02-03 Thread Andrew Thompson
Author: thompsa Date: Tue Feb 3 15:24:00 2009 New Revision: 188074 URL: http://svn.freebsd.org/changeset/base/188074 Log: Add missing string table for the usb quirk enum. Pointy hat: me Submitted by: rrs Modified: head/sys/dev/usb2/quirk/usb2_quirk.c head/sys/dev/usb2/quirk/usb2_q

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

2009-02-03 Thread David E. O'Brien
Author: obrien Date: Tue Feb 3 15:27:29 2009 New Revision: 188075 URL: http://svn.freebsd.org/changeset/base/188075 Log: Partially revert r186559. Modified: head/usr.bin/make/job.c Modified: head/usr.bin/make/job.c

svn commit: r188076 - in head/sys/dev/usb2: core quirk

2009-02-03 Thread Andrew Thompson
Author: thompsa Date: Tue Feb 3 16:00:20 2009 New Revision: 188076 URL: http://svn.freebsd.org/changeset/base/188076 Log: - Keep the same sorting on usb_errstr_table as the enum. - Use c99 array initializers for usb_quirk_str so the indexing isnt critical. Modified: head/sys/dev/usb2/core/

Re: svn commit: r188069 - stable/7/bin/cp

2009-02-03 Thread Robert Watson
On Tue, 3 Feb 2009, Diomidis Spinellis wrote: Robert Watson wrote: On Tue, 3 Feb 2009, Diomidis Spinellis wrote: Author: dds Date: Tue Feb 3 13:07:34 2009 New Revision: 188069 URL: http://svn.freebsd.org/changeset/base/188069 Log: MFC r184342 from head to stable/7 Add fallback when mmap

svn commit: r188077 - in head/sys/dev: ichsmb ipmi smbus

2009-02-03 Thread John Baldwin
Author: jhb Date: Tue Feb 3 16:14:37 2009 New Revision: 188077 URL: http://svn.freebsd.org/changeset/base/188077 Log: - Change ichsmb(4) to follow the format of all the other smbus controllers for slave addressing by using left-adjusted slave addresses (i.e. xxx0b). - Require the

svn commit: r188070 - stable/7/contrib/opie

2009-02-03 Thread Gabor Kovesdan
Author: gabor (doc,ports committer) Date: Tue Feb 3 14:25:58 2009 New Revision: 188070 URL: http://svn.freebsd.org/changeset/base/188070 Log: MFC: r187920 - Remove non-existing reference - Fix trailing comma PR: docs/85118 Submitted by: vs Modified: stable/7/contrib/

svn commit: r188078 - head/sys/dev/ipmi

2009-02-03 Thread John Baldwin
Author: jhb Date: Tue Feb 3 16:39:51 2009 New Revision: 188078 URL: http://svn.freebsd.org/changeset/base/188078 Log: Don't right-adjust the SMBus slave address for SSIF IPMI BMCs enumerated via ACPI either. This is somewhat academic since we don't currently support such devices though. M

Re: svn commit: r188077 - in head/sys/dev: ichsmb ipmi smbus

2009-02-03 Thread Gavin Atkinson
On Tue, 2009-02-03 at 16:14 +, John Baldwin wrote: > Author: jhb > Date: Tue Feb 3 16:14:37 2009 > New Revision: 188077 > URL: http://svn.freebsd.org/changeset/base/188077 > > Log: > - Change ichsmb(4) to follow the format of all the other smbus controllers > for slave addressing by usi

Re: svn commit: r188072 - in stable/7/share/man: man7 man8

2009-02-03 Thread Kostik Belousov
On Tue, Feb 03, 2009 at 02:30:59PM +, Gabor Kovesdan wrote: > Author: gabor (doc,ports committer) > Date: Tue Feb 3 14:30:59 2009 > New Revision: 188072 > URL: http://svn.freebsd.org/changeset/base/188072 > > Log: > MFC: r187916 > - Rename adding_user(8) to adding_user(7). There's no ad

svn commit: r188079 - head/sys/dev/firewire

2009-02-03 Thread Sean Bruno
Author: sbruno Date: Tue Feb 3 17:13:37 2009 New Revision: 188079 URL: http://svn.freebsd.org/changeset/base/188079 Log: Delete fwohci_filt() as it is now unused Obtained from:Marius Strobl MFC after:2 weeks Modified: head/sys/dev/firewire/fwohcivar.h Modified: head/sys/

svn commit: r188080 - head/lib/libc/string

2009-02-03 Thread Daniel Gerzo
Author: danger (doc committer) Date: Tue Feb 3 17:58:20 2009 New Revision: 188080 URL: http://svn.freebsd.org/changeset/base/188080 Log: - ANSIfy function definitions - use nul when we are looking for a terminating character where appropriate Approved by: imp Modified: head/lib/libc/

svn commit: r188069 - stable/7/bin/cp

2009-02-03 Thread Diomidis Spinellis
Author: dds Date: Tue Feb 3 13:07:34 2009 New Revision: 188069 URL: http://svn.freebsd.org/changeset/base/188069 Log: MFC r184342 from head to stable/7 Add fallback when mmap fails on regular files. Some filesystems, like smbnetfs, do not support mmap. Reported by: Harti Brandt

svn commit: r188084 - in head/sys/dev/ath/ath_hal: . ar5416

2009-02-03 Thread Sam Leffler
Author: sam Date: Tue Feb 3 19:00:56 2009 New Revision: 188084 URL: http://svn.freebsd.org/changeset/base/188084 Log: fix compilation w/ AH_DEBUG Modified: head/sys/dev/ath/ath_hal/ah_regdomain.c head/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c Modified: head/sys/dev/ath/ath_hal/ah_regdomain.

Re: svn commit: r188087 - head/sys/dev/cfi

2009-02-03 Thread Sam Leffler
Sam Leffler wrote: Author: sam Date: Tue Feb 3 19:09:16 2009 New Revision: 188087 URL: http://svn.freebsd.org/changeset/base/188087 Log: honor any interface width (e.g. setup by the bus shim) and don't probe; this is needed for the moment to workaround bus shim issues Added: head/sys/dev

svn commit: r188088 - in head/sys/arm: conf xscale/ixp425

2009-02-03 Thread Sam Leffler
Author: sam Date: Tue Feb 3 19:16:04 2009 New Revision: 188088 URL: http://svn.freebsd.org/changeset/base/188088 Log: Add support for the StrataFlash on 2348 boards: o add bus shim for cfi driver o add static mapping for CS0 (we map all 16M as the cfi driver doesn't support demand mappi

Re[2]: svn commit: r188087 - head/sys/dev/cfi

2009-02-03 Thread Daniel Gerzo
Hello Sam, Tuesday, February 3, 2009, 8:11:31 PM, you wrote: > Sam Leffler wrote: >> Author: sam >> Date: Tue Feb 3 19:09:16 2009 >> New Revision: 188087 >> URL: http://svn.freebsd.org/changeset/base/188087 >> >> Log: >> honor any interface width (e.g. setup by the bus shim) and don't probe; >

svn commit: r188093 - head/sys/dev/ppbus

2009-02-03 Thread John Baldwin
Author: jhb Date: Tue Feb 3 19:49:21 2009 New Revision: 188093 URL: http://svn.freebsd.org/changeset/base/188093 Log: Trim what we expose to userland in to just the constants used for the ppi(4) ioctls for bits in the control and status registers. Reviewed by: db Modified: head/sy

svn commit: r188096 - in head/sys: dev/snp kern sys

2009-02-03 Thread Ed Schouten
Author: ed Date: Tue Feb 3 19:58:28 2009 New Revision: 188096 URL: http://svn.freebsd.org/changeset/base/188096 Log: Slightly improve the design of the TTY buffer. The TTY buffers used the standard lists. Unfortunately they have a big shortcoming. If you want to have a double linked lis

svn commit: r188085 - head/sys/arm/include

2009-02-03 Thread Sam Leffler
Author: sam Date: Tue Feb 3 19:06:12 2009 New Revision: 188085 URL: http://svn.freebsd.org/changeset/base/188085 Log: force atomic_cmpset_ptr types to match atomic_cmpset_32; this matches what powerpc does Submitted by: stass MFC after:2 weeks Modified: head/sys/arm/include/atom

svn commit: r188099 - head/sys/sys

2009-02-03 Thread Ed Schouten
Author: ed Date: Tue Feb 3 20:31:26 2009 New Revision: 188099 URL: http://svn.freebsd.org/changeset/base/188099 Log: Remove NUMCDEVSW, which is unused since RELENG_5. Discussed with: kib Modified: head/sys/sys/conf.h Modified: head/sys/sys/conf.h =

Re: svn commit: r188098 - head/lib/libc/string

2009-02-03 Thread Christoph Mallon
Warner Losh schrieb: Author: imp Date: Tue Feb 3 20:25:36 2009 New Revision: 188098 URL: http://svn.freebsd.org/changeset/base/188098 Log: Fix the functions to match prototypes. The K&R definitions differ from the ANSI-C prototype due to the 'int promotion' rule. Modified: head/lib/libc

Re: svn commit: r188098 - head/lib/libc/string

2009-02-03 Thread M. Warner Losh
In message: <4988aa81.6010...@gmx.de> Christoph Mallon writes: : Warner Losh schrieb: : > Author: imp : > Date: Tue Feb 3 20:25:36 2009 : > New Revision: 188098 : > URL: http://svn.freebsd.org/changeset/base/188098 : > : > Log: : > Fix the functions to match prototypes. The K&R de

svn commit: r188102 - head

2009-02-03 Thread Gabor Kovesdan
and OLD_DIRS last. # +# 20090203: adding_user.8 moved to adding_user.7 +OLD_FILES+=usr/share/man/man8/adding_user.8.gz # 20090122: tzdata2009a import OLD_FILES+=usr/share/zoneinfo/Asia/Katmandu # 20090102: file 4.26 import ___ svn-src-all@freebsd.org mail

svn commit: r188104 - stable/6

2009-02-03 Thread Gabor Kovesdan
ast. # +# 20090203: adding_user.8 moved to adding_user.7 +OLD_FILES+=usr/share/man/man8/adding_user.8.gz # 20080407: pkg_sign has been removed OLD_FILES+=usr/sbin/pkg_check OLD_FILES+=usr/sbin/pkg_sign ___ svn-src-all@freebsd.org mailing list h

Re: svn commit: r188072 - in stable/7/share/man: man7 man8

2009-02-03 Thread Gábor Kövesdán
The ObsoleteFiles.inc should be updated, then ? Fixed, thanks for the reminder! -- Gabor Kovesdan EMAIL: ga...@freebsd.org WWW: http://www.kovesdan.org ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-

Re: svn commit: r188098 - head/lib/libc/string

2009-02-03 Thread Christoph Mallon
Warner Losh schrieb: Author: imp Date: Tue Feb 3 20:25:36 2009 New Revision: 188098 URL: http://svn.freebsd.org/changeset/base/188098 Log: Fix the functions to match prototypes. The K&R definitions differ from the ANSI-C prototype due to the 'int promotion' rule. Modified: head/lib/libc

svn commit: r188098 - head/lib/libc/string

2009-02-03 Thread Warner Losh
Author: imp Date: Tue Feb 3 20:25:36 2009 New Revision: 188098 URL: http://svn.freebsd.org/changeset/base/188098 Log: Fix the functions to match prototypes. The K&R definitions differ from the ANSI-C prototype due to the 'int promotion' rule. Modified: head/lib/libc/string/memchr.c head

Re: svn commit: r188080 - head/lib/libc/string

2009-02-03 Thread Christoph Mallon
Daniel Gerzo schrieb: Author: danger (doc committer) Date: Tue Feb 3 17:58:20 2009 New Revision: 188080 URL: http://svn.freebsd.org/changeset/base/188080 Log: - ANSIfy function definitions - use nul when we are looking for a terminating character where appropriate Approved by: imp [..

svn commit: r188086 - head/sys/dev/cfi

2009-02-03 Thread Sam Leffler
Author: sam Date: Tue Feb 3 19:07:41 2009 New Revision: 188086 URL: http://svn.freebsd.org/changeset/base/188086 Log: reorg ioctl code to simplify adding new requests Modified: head/sys/dev/cfi/cfi_dev.c Modified: head/sys/dev/cfi/cfi_dev.c ==

svn commit: r188089 - head/sys/dev/cfi

2009-02-03 Thread Sam Leffler
Author: sam Date: Tue Feb 3 19:21:15 2009 New Revision: 188089 URL: http://svn.freebsd.org/changeset/base/188089 Log: add Roel's copyright as he did the initial version Modified: head/sys/dev/cfi/cfi_bus_ixp4xx.c Modified: head/sys/dev/cfi/cfi_bus_ixp4xx.c ==

svn commit: r188103 - stable/7

2009-02-03 Thread Gabor Kovesdan
ast. # +# 20090203: adding_user.8 moved to adding_user.7 +OLD_FILES+=usr/share/man/man8/adding_user.8.gz # 20080407: pkg_sign has been removed OLD_FILES+=usr/sbin/pkg_check OLD_FILES+=usr/sbin/pkg_sign ___ svn-src-all@freebsd.org mailing list h

svn commit: r188087 - head/sys/dev/cfi

2009-02-03 Thread Sam Leffler
Author: sam Date: Tue Feb 3 19:09:16 2009 New Revision: 188087 URL: http://svn.freebsd.org/changeset/base/188087 Log: honor any interface width (e.g. setup by the bus shim) and don't probe; this is needed for the moment to workaround bus shim issues Added: head/sys/dev/cfi/cfi_bus_ixp4xx.c

svn commit: r188100 - head/sys/netinet

2009-02-03 Thread Randall Stewart
Author: rrs Date: Tue Feb 3 20:33:28 2009 New Revision: 188100 URL: http://svn.freebsd.org/changeset/base/188100 Log: LOR fix - Lock only when calling the actual code that is messing with the UDP tunnel. This means that if two users actually tried to change the

Re: svn commit: r188087 - head/sys/dev/cfi

2009-02-03 Thread Christoph Mallon
Daniel Gerzo schrieb: Hello Sam, Tuesday, February 3, 2009, 8:11:31 PM, you wrote: Sam Leffler wrote: Author: sam Date: Tue Feb 3 19:09:16 2009 New Revision: 188087 URL: http://svn.freebsd.org/changeset/base/188087 Log: honor any interface width (e.g. setup by the bus shim) and don't prob

svn commit: r188106 - head/sys/net80211

2009-02-03 Thread Sam Leffler
Author: sam Date: Tue Feb 3 22:32:26 2009 New Revision: 188106 URL: http://svn.freebsd.org/changeset/base/188106 Log: When crafting a media setting w/ an auto (non-fixed) rate mask out the turbo option in addition to the mode bits; otherwise if the current channel is a turbo mode channel we

svn commit: r188110 - head/sbin/fsck_ffs

2009-02-03 Thread Kirk McKusick
Author: mckusick Date: Wed Feb 4 01:02:56 2009 New Revision: 188110 URL: http://svn.freebsd.org/changeset/base/188110 Log: Update the actions previously attempted by the -D option to make them robust. With these changes fsck is now able to detect and reliably rebuild corrupted cylinder grou

svn commit: r188112 - head/sys/arm/arm

2009-02-03 Thread Olivier Houchard
Author: cognet Date: Wed Feb 4 01:14:06 2009 New Revision: 188112 URL: http://svn.freebsd.org/changeset/base/188112 Log: Erm... Report the buffer as being bounced even when it's the entire buffer, or we would end up invalidating the cache line for what we just copied... Reported by: tho

Re: svn commit: r187993 - head/sys/dev/firewire

2009-02-03 Thread Bruce M. Simpson
This probably explains why fwcontrol -r often wouldn't actually reset the bus :-) ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"