svn commit: r212284 - head/sys/mips/mips

2010-09-06 Thread Jayachandran C.
Author: jchandra Date: Tue Sep 7 06:02:43 2010 New Revision: 212284 URL: http://svn.freebsd.org/changeset/base/212284 Log: Whitespace fixes - indent with tabs instead of spaces. Few other style(9) changes. Modified: head/sys/mips/mips/busdma_machdep.c Modified: head/sys/mips/mips/busdma_m

svn commit: r212283 - head/sys/mips/mips

2010-09-06 Thread Jayachandran C.
Author: jchandra Date: Tue Sep 7 05:39:24 2010 New Revision: 212283 URL: http://svn.freebsd.org/changeset/base/212283 Log: On boards with >512MB memory, the result of vtophys cannot be converted to KSEG1 address - use pmap_mapdev/pmap_unmapdev instead. Remove unused variable maxphys. Mo

Re: svn commit: r212281 - head/sys/vm

2010-09-06 Thread Ryan Stone
On Mon, Sep 6, 2010 at 8:23 PM, Ryan Stone wrote: > +       if (pkm.pm_address != (uintptr) NULL) I have no idea how this snuck past me. I must have deleted some characters after building and testing this. I'll fix it as soon as I can track down one of my mentors, but if somebody wants to fix i

svn commit: r212282 - head/sys/vm

2010-09-06 Thread Ryan Stone
Author: rstone Date: Tue Sep 7 02:51:11 2010 New Revision: 212282 URL: http://svn.freebsd.org/changeset/base/212282 Log: Fix a typo in r212281. uintptr -> uintptr_t Pointy hat to: rstone Approved by:emaste (mentor) MFC after: 2 weeks Modified: head/sys/vm/vm_mmap.c Mo

svn commit: r212281 - head/sys/vm

2010-09-06 Thread Ryan Stone
Author: rstone Date: Tue Sep 7 00:23:45 2010 New Revision: 212281 URL: http://svn.freebsd.org/changeset/base/212281 Log: In munmap() downgrade the vm_map_lock to a read lock before taking a read lock on the pmc-sx lock. This prevents a deadlock with pmc_log_process_mappings, which has an e

svn commit: r212278 - head/sys/powerpc/aim

2010-09-06 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Sep 6 23:07:58 2010 New Revision: 212278 URL: http://svn.freebsd.org/changeset/base/212278 Log: Fix the same race condition on 32-bit AIM CPUs that was fixed for 64-bit ones in r211967 involving VSID allocation. Modified: head/sys/powerpc/aim/mmu_oea.c Modifie

svn commit: r212275 - in stable/8/sys: conf modules

2010-09-06 Thread Weongyo Jeong
Author: weongyo Date: Mon Sep 6 22:47:52 2010 New Revision: 212275 URL: http://svn.freebsd.org/changeset/base/212275 Log: MFC r196636: 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

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

2010-09-06 Thread mdf
On Mon, Sep 6, 2010 at 6:45 AM, Bruce Evans wrote: > On Fri, 3 Sep 2010, pluknet wrote: > >> On 3 September 2010 21:23, Matthew D Fleming wrote: >>> >>> Log: >>>  Fix user-space libsbuf build.  Why isn't CTASSERT available to >>>  user-space? > > Well, user headers shouldn't be enlisted to check

svn commit: r212274 - stable/8/sys/dev/bwn

2010-09-06 Thread Weongyo Jeong
Author: weongyo Date: Mon Sep 6 22:31:24 2010 New Revision: 212274 URL: http://svn.freebsd.org/changeset/base/212274 Log: MFC r209888: Fixes a bug for LP PHY that some frames have 2 padding bytes at the start so we should adjust the mbuf if the driver is running in PIO mode. Now it

svn commit: r212273 - stable/8/sys/dev/bwn

2010-09-06 Thread Weongyo Jeong
Author: weongyo Date: Mon Sep 6 22:28:46 2010 New Revision: 212273 URL: http://svn.freebsd.org/changeset/base/212273 Log: MFC r210393: Fixes a mistake to calculate CALC_COEFF2() value that tmp[3] is used even if it's unreachable. PR: kern/144505 Submitted by: He

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

2010-09-06 Thread Weongyo Jeong
Author: weongyo Date: Mon Sep 6 22:23:35 2010 New Revision: 212272 URL: http://svn.freebsd.org/changeset/base/212272 Log: Adds LOADER TUNABLES section to mention knobs which could be controlled by loader(8) interface. Modified: head/share/man/man4/bwn.4 Modified: head/share/man/man4/bwn.4

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

2010-09-06 Thread Weongyo Jeong
Author: weongyo Date: Mon Sep 6 22:10:57 2010 New Revision: 212271 URL: http://svn.freebsd.org/changeset/base/212271 Log: Adds a CAVEATS section to mention DMA issues that currently only a solution is using PIO mode. As fas as I know all open source based broadcom drivers for specially LP

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

2010-09-06 Thread Weongyo Jeong
Author: weongyo Date: Mon Sep 6 22:02:08 2010 New Revision: 212270 URL: http://svn.freebsd.org/changeset/base/212270 Log: Adds bwi(4) at SEE ALSO section because some old devices aren't supported by the bwn(4) firmware that as fas as I know the vendor dropped its support. Bumps date also.

svn commit: r212269 - head/lib/libc/sys

2010-09-06 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Sep 6 21:39:54 2010 New Revision: 212269 URL: http://svn.freebsd.org/changeset/base/212269 Log: Add ECONNRESET to list of possible errors in connect(2). PR: 148683 Submitted by: Gennady Proskurin Approved by: keramida (mentor) MFC aft

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

2010-09-06 Thread Konstantin Belousov
Author: kib Date: Mon Sep 6 21:29:21 2010 New Revision: 212268 URL: http://svn.freebsd.org/changeset/base/212268 Log: Grammar fixes. Submitted by: Ben Kaduk , Valentin Nechaev Modified: head/share/man/man4/aesni.4 Modified: head/share/man/man4/aesni.4 ==

svn commit: r212266 - head/sys/netinet

2010-09-06 Thread Will Andrews
Author: will Date: Mon Sep 6 21:06:06 2010 New Revision: 212266 URL: http://svn.freebsd.org/changeset/base/212266 Log: Fix CARP in backup mode by properly registering its hooks for INET and INET6 using ipproto_{un,}register() and the newly created ip6proto_{un,}register() so that it can aga

svn commit: r212265 - head/sys/netinet

2010-09-06 Thread Will Andrews
Author: will Date: Mon Sep 6 21:03:30 2010 New Revision: 212265 URL: http://svn.freebsd.org/changeset/base/212265 Log: Fix static kernel builds with carp(4) by changing its SYSINIT order so that it is initialized after basic protocol initialization, which allows it to register via pf_proto_

svn commit: r212263 - head/usr.bin/cpio

2010-09-06 Thread Glen Barber
Author: gjb (doc committer) Date: Mon Sep 6 20:40:38 2010 New Revision: 212263 URL: http://svn.freebsd.org/changeset/base/212263 Log: Fix typo in bsdcpio manual: s/libarchive_formats/libarchive-formats PR: 150300 Submitted by: Kurt Jaeger Patch by: Kurt Jaeger Approv

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

2010-09-06 Thread Konstantin Belousov
Author: kib Date: Mon Sep 6 20:35:48 2010 New Revision: 212262 URL: http://svn.freebsd.org/changeset/base/212262 Log: Add aesni(4) manpage. Added: head/share/man/man4/aesni.4 (contents, props changed) Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile

svn commit: r212261 - head/share/misc

2010-09-06 Thread Andreas Tobler
Author: andreast Date: Mon Sep 6 20:16:10 2010 New Revision: 212261 URL: http://svn.freebsd.org/changeset/base/212261 Log: Point out who is my mentor. Approved by: nwhitehorn (mentor) Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot ==

svn commit: r212260 - in head: share/misc usr.bin/calendar/calendars

2010-09-06 Thread Andreas Tobler
Author: andreast Date: Mon Sep 6 19:00:00 2010 New Revision: 212260 URL: http://svn.freebsd.org/changeset/base/212260 Log: Add myself to calendar.freebsd and committers-src.dot. Approved by: nwhitehorn (mentor) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/c

Re: svn commit: r212251 - head/sys/dev/acpi_support

2010-09-06 Thread John Baldwin
On Monday 06 September 2010 03:34:32 am Andriy Gapon wrote: > Author: avg > Date: Mon Sep 6 07:34:32 2010 > New Revision: 212251 > URL: http://svn.freebsd.org/changeset/base/212251 > > Log: > acpi_hp: fix bus attachment code > > - add identify method to create driver's own device_t > - suc

svn commit: r212258 - stable/7/sbin/bsdlabel

2010-09-06 Thread Jaakko Heinonen
Author: jh Date: Mon Sep 6 15:48:06 2010 New Revision: 212258 URL: http://svn.freebsd.org/changeset/base/212258 Log: MFC r211342: - Check that strtoul(3) succeeds to convert the entire string in a few places. - In getasciilabel(), set the disk type only when a valid type is given.

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

2010-09-06 Thread Bruce Evans
On Fri, 3 Sep 2010, pluknet wrote: On 3 September 2010 21:23, Matthew D Fleming wrote: Log: ?Fix user-space libsbuf build. ?Why isn't CTASSERT available to ?user-space? Well, user headers shouldn't be enlisted to check for kernel bugs that can be checked well enough in the kernel. Modified

svn commit: r212256 - head/sys/netinet/ipfw

2010-09-06 Thread Gleb Smirnoff
Author: glebius Date: Mon Sep 6 13:17:01 2010 New Revision: 212256 URL: http://svn.freebsd.org/changeset/base/212256 Log: in_delayed_cksum() requires host byte order. Reported by: Alexander Levin MFC after:1 week Modified: head/sys/netinet/ipfw/ip_fw_nat.c Modified: head/sys/ne

svn commit: r212255 - svnadmin/conf

2010-09-06 Thread Philip Paeps
Author: philip Date: Mon Sep 6 12:55:07 2010 New Revision: 212255 URL: http://svn.freebsd.org/changeset/base/212255 Log: Restore Thomas Quinot's (thomas) commit bit per his request. Approved by: core Modified: svnadmin/conf/access Modified: svnadmin/conf/access ===

Re: svn commit: r212247 - head/sbin/fdisk

2010-09-06 Thread Pawel Jakub Dawidek
On Mon, Sep 06, 2010 at 01:13:18AM -0700, Brian Somers wrote: > On Mon, 6 Sep 2010 08:41:42 +0200 Pawel Jakub Dawidek > wrote: > > Your assumption that .eli can only be present at the end of provider name > > is incorrect. It can be eg. /dev/ad0s1a.eli.journal. > > > > Another problem is that in

svn commit: r212254 - head/release/doc/share/misc

2010-09-06 Thread Christian Brueffer
Author: brueffer Date: Mon Sep 6 11:02:50 2010 New Revision: 212254 URL: http://svn.freebsd.org/changeset/base/212254 Log: sis(4) should work on all architectures now. Modified: head/release/doc/share/misc/dev.archlist.txt Modified: head/release/doc/share/misc/dev.archlist.txt =

svn commit: r212253 - head/sbin/dhclient

2010-09-06 Thread Brian Somers
Author: brian Date: Mon Sep 6 09:59:10 2010 New Revision: 212253 URL: http://svn.freebsd.org/changeset/base/212253 Log: Document dhclient-enter-hooks and dhclient-exit-hooks and mention how to configure dhclient to clear the interface of IP numbers prior to configuring it. PR:

Re: svn commit: r212247 - head/sbin/fdisk

2010-09-06 Thread Brian Somers
On Mon, 6 Sep 2010 08:41:42 +0200 Pawel Jakub Dawidek wrote: > On Mon, Sep 06, 2010 at 04:15:49AM +, Brian Somers wrote: > > Author: brian > > Date: Mon Sep 6 04:15:49 2010 > > New Revision: 212247 > > URL: http://svn.freebsd.org/changeset/base/212247 > > > > Log: > > Handle geli-encrypted

svn commit: r212251 - head/sys/dev/acpi_support

2010-09-06 Thread Andriy Gapon
Author: avg Date: Mon Sep 6 07:34:32 2010 New Revision: 212251 URL: http://svn.freebsd.org/changeset/base/212251 Log: acpi_hp: fix bus attachment code - add identify method to create driver's own device_t - successfully probe only driver's own device_t instead of any device_t - (ab)use

svn commit: r212250 - stable/8/sys/dev/acpica

2010-09-06 Thread Andriy Gapon
Author: avg Date: Mon Sep 6 07:24:43 2010 New Revision: 212250 URL: http://svn.freebsd.org/changeset/base/212250 Log: MFC r212172: acpi: update stale comments about order of cpu devices probing Modified: stable/8/sys/dev/acpica/acpi.c Directory Properties: stable/8/sys/ (props changed)