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

2011-06-22 Thread Adrian Chadd
Author: adrian Date: Thu Jun 23 06:55:29 2011 New Revision: 223466 URL: http://svn.freebsd.org/changeset/base/223466 Log: Re-introduce a global ath_hal_debug again for now, whilst I figure out what to do about the few cases where the HAL state isn't available (regdomain) or isn't yet setup (

svn commit: r223465 - in head/sys/dev/ath/ath_hal: ar5212 ar5416

2011-06-22 Thread Adrian Chadd
Author: adrian Date: Thu Jun 23 06:53:13 2011 New Revision: 223465 URL: http://svn.freebsd.org/changeset/base/223465 Log: Fix indenting issues introduced by the previous commit. Modified: head/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c head/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c Modifi

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

2011-06-22 Thread Adrian Chadd
On 23 June 2011 13:28, Alan Cox wrote: > On 06/22/2011 21:36, Adrian Chadd wrote: >> >> Can this commit please be reverted whilst the kinks are worked out for >> MIPS? > > I've reverted the MIPS-specific code. Thanks! Adrian ___ svn-src-head@freebsd.o

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

2011-06-22 Thread Alan Cox
On 06/22/2011 21:36, Adrian Chadd wrote: Can this commit please be reverted whilst the kinks are worked out for MIPS? I've reverted the MIPS-specific code. Alan ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-

svn commit: r223464 - head/sys/vm

2011-06-22 Thread Alan Cox
Author: alc Date: Thu Jun 23 05:23:59 2011 New Revision: 223464 URL: http://svn.freebsd.org/changeset/base/223464 Log: Revert to using the page queues lock in vm_page_clear_dirty_mask() on MIPS. (At present, although atomic_clear_char() is defined by atomic.h on MIPS, it is not actually imp

svn commit: r223463 - head/sys/powerpc/ps3

2011-06-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jun 23 04:35:45 2011 New Revision: 223463 URL: http://svn.freebsd.org/changeset/base/223463 Log: Use atomic operations to mask and unmask IRQs. This prevents a problem (obvious in retrospect) in which interrupts on one CPU that are temporarily masked can end up p

svn commit: r223462 - head/sys/powerpc/ps3

2011-06-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jun 23 04:06:33 2011 New Revision: 223462 URL: http://svn.freebsd.org/changeset/base/223462 Log: Use 4 KB pages for storage bus devices, which seems to be what the HV uses internally. Modified: head/sys/powerpc/ps3/ps3bus.c Modified: head/sys/powerpc/ps3/ps3bus

svn commit: r223461 - head/sys/powerpc/ps3

2011-06-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jun 23 03:37:25 2011 New Revision: 223461 URL: http://svn.freebsd.org/changeset/base/223461 Log: Rework the PS3 disk driver to support NCQ and do its DMA a little differently. Modified: head/sys/powerpc/ps3/ps3disk.c Modified: head/sys/powerpc/ps3/ps3disk.c ===

svn commit: r223460 - head/sys/powerpc/ps3

2011-06-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jun 23 03:20:11 2011 New Revision: 223460 URL: http://svn.freebsd.org/changeset/base/223460 Log: Add hypervisor call error codes. Modified: head/sys/powerpc/ps3/ps3-hvcall.h head/sys/powerpc/ps3/ps3-hvcall.master Modified: head/sys/powerpc/ps3/ps3-hvcall.h

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

2011-06-22 Thread Adrian Chadd
Author: adrian Date: Thu Jun 23 02:38:36 2011 New Revision: 223459 URL: http://svn.freebsd.org/changeset/base/223459 Log: Break out most of the HAL related tweaks into a per-HAL instance, rather than global variables. This specifically allows for debugging to be enabled per-NIC, rather

svn commit: r223458 - head/release/doc/share/sgml

2011-06-22 Thread Hiroki Sato
Author: hrs Date: Thu Jun 23 02:38:06 2011 New Revision: 223458 URL: http://svn.freebsd.org/changeset/base/223458 Log: Bump &release.manpath.*;. Modified: head/release/doc/share/sgml/release.ent Modified: head/release/doc/share/sgml/release.ent ===

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

2011-06-22 Thread Adrian Chadd
Can this commit please be reverted whilst the kinks are worked out for MIPS? I'm currently knee deep in MIPS related hackery and I'd rather stay on an unpatched -HEAD so dogfood can be properly self-consumed. Thanks, Adrian On 20 June 2011 03:13, Alan Cox wrote: > Author: alc > Date: Sun Jun 1

svn commit: r223457 - head/release/doc/en_US.ISO8859-1/readme

2011-06-22 Thread Hiroki Sato
Author: hrs Date: Thu Jun 23 02:35:55 2011 New Revision: 223457 URL: http://svn.freebsd.org/changeset/base/223457 Log: Remove links to mirrorlist.FreeBSD.org. Submitted by: ryusuke Reported by: gavin, brucec Modified: head/release/doc/en_US.ISO8859-1/readme/article.sgml Modified: hea

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-22 Thread Alexander Motin
Marcel Moolenaar wrote: > On Jun 22, 2011, at 5:30 PM, Alexander Motin wrote: >> Marcel Moolenaar wrote: >>> On Jun 22, 2011, at 4:24 PM, Jung-uk Kim wrote: I just realized kern_clocksource.c was excluded for arm and ia64. Here is updated patch. Please ignore the previous one. >>> Any

Re: svn commit: r223342 - head/contrib/top

2011-06-22 Thread Alexander Best
On Mon Jun 20 11, Xin LI wrote: > Author: delphij > Date: Mon Jun 20 16:48:00 2011 > New Revision: 223342 > URL: http://svn.freebsd.org/changeset/base/223342 > > Log: > Revert r214857 pursudant to 9.0-RELEASE cycle. why does top(1) have so much problems with finding the applicable number of ava

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-22 Thread Marcel Moolenaar
On Jun 22, 2011, at 5:30 PM, Alexander Motin wrote: > Marcel Moolenaar wrote: >> On Jun 22, 2011, at 4:24 PM, Jung-uk Kim wrote: >>> I just realized kern_clocksource.c was excluded for arm and ia64. >>> Here is updated patch. Please ignore the previous one. >> >> Any reason why we're not addi

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-22 Thread Alexander Motin
Marcel Moolenaar wrote: > On Jun 22, 2011, at 4:24 PM, Jung-uk Kim wrote: >> I just realized kern_clocksource.c was excluded for arm and ia64. >> Here is updated patch. Please ignore the previous one. > > Any reason why we're not adding kern_clocksource.c for them? Their event timers code stil

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-22 Thread Marcel Moolenaar
On Jun 22, 2011, at 4:24 PM, Jung-uk Kim wrote: > > I just realized kern_clocksource.c was excluded for arm and ia64. > Here is updated patch. Please ignore the previous one. Any reason why we're not adding kern_clocksource.c for them? -- Marcel Moolenaar mar...@xcllnt.net ___

svn commit: r223451 - head/usr.bin/tftp

2011-06-22 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 22 23:26:04 2011 New Revision: 223451 URL: http://svn.freebsd.org/changeset/base/223451 Log: Update references to RFC's that the newer TFTP implementation supports. Modified: head/usr.bin/tftp/tftp.1 Modified: head/usr.bin/tftp/tftp.1 ===

svn commit: r223450 - head/libexec/tftpd

2011-06-22 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 22 23:25:24 2011 New Revision: 223450 URL: http://svn.freebsd.org/changeset/base/223450 Log: Update references to RFC's that the newer TFTP implementation supports. Modified: head/libexec/tftpd/tftpd.8 Modified: head/libexec/tftpd/tftpd.8 ===

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-22 Thread Jung-uk Kim
On Wednesday 22 June 2011 02:55 pm, Jung-uk Kim wrote: > On Wednesday 22 June 2011 12:47 pm, Andriy Gapon wrote: > > on 22/06/2011 19:40 Jung-uk Kim said the following: > > > Author: jkim > > > Date: Wed Jun 22 16:40:45 2011 > > > New Revision: 223426 > > > URL: http://svn.freebsd.org/changeset/bas

svn commit: r223449 - head/sys/dev/acpica

2011-06-22 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 22 22:56:42 2011 New Revision: 223449 URL: http://svn.freebsd.org/changeset/base/223449 Log: Fix build on ia64 after r223426. Modified: head/sys/dev/acpica/acpi_cpu.c Modified: head/sys/dev/acpica/acpi_cpu.c =

svn commit: r223448 - head/sys/cam/scsi

2011-06-22 Thread Will Andrews
Author: will Date: Wed Jun 22 22:55:51 2011 New Revision: 223448 URL: http://svn.freebsd.org/changeset/base/223448 Log: Return CAM_REQ_INVALID if the SCSI XPT receives an unsupported operation via the XPT_DEV_ADVINFO CCB. Reviewed by: ken Modified: head/sys/cam/scsi/scsi_xpt.c Modifi

svn commit: r223447 - head/usr.bin/tftp

2011-06-22 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 22 22:55:51 2011 New Revision: 223447 URL: http://svn.freebsd.org/changeset/base/223447 Log: Bump date. Document the following commands which were added in the new TFTP implementation: blocksize, blocksize2, packetdrop, options, rollover Modified: head/usr.b

svn commit: r223446 - head/sys/dev/usb/wlan

2011-06-22 Thread Gavin Atkinson
Author: gavin Date: Wed Jun 22 22:08:55 2011 New Revision: 223446 URL: http://svn.freebsd.org/changeset/base/223446 Log: Use USB_VENDOR_OVISLINK define rather than the vendor ID. PR: usb/158142 Submitted by: Robert Millan MFC after:1 week Modified: head/sys/dev/usb/wla

svn commit: r223445 - head/libexec/tftpd

2011-06-22 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 22 22:05:37 2011 New Revision: 223445 URL: http://svn.freebsd.org/changeset/base/223445 Log: Fix typo. Reported by: Nick Mann Modified: head/libexec/tftpd/tftpd.8 Modified: head/libexec/tftpd/tftpd.8

svn commit: r223444 - head/libexec/tftpd

2011-06-22 Thread Craig Rodrigues
Author: rodrigc Date: Wed Jun 22 21:53:45 2011 New Revision: 223444 URL: http://svn.freebsd.org/changeset/base/223444 Log: Clarify tftpd's -d flag in the new TFTP implementation. Bump date. Modified: head/libexec/tftpd/tftpd.8 Modified: head/libexec/tftpd/tftpd.8 ==

svn commit: r223443 - head/sys/cam/ata

2011-06-22 Thread Will Andrews
Author: will Date: Wed Jun 22 21:43:10 2011 New Revision: 223443 URL: http://svn.freebsd.org/changeset/base/223443 Log: Plumb support for the device advanced information CCB in the ATA XPT. This was previously done only for SCSI XPT in r223081, on which the change in r223089 depended in o

svn commit: r223441 - head/sys/fs/nfs

2011-06-22 Thread Rick Macklem
Author: rmacklem Date: Wed Jun 22 21:10:12 2011 New Revision: 223441 URL: http://svn.freebsd.org/changeset/base/223441 Log: Plug an mbuf leak in the new NFS client that occurred when a server replied NFS3ERR_JUKEBOX/NFS4ERR_DELAY to an rpc. This affected both NFSv3 and NFSv4. Found during te

svn commit: r223440 - in head/sys: amd64/include amd64/pci conf i386/include i386/pci x86/include x86/pci

2011-06-22 Thread John Baldwin
Author: jhb Date: Wed Jun 22 21:04:13 2011 New Revision: 223440 URL: http://svn.freebsd.org/changeset/base/223440 Log: Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to the x86 tree. The $PIR code is still only enabled on i386 and not amd64. While here, make the qpi(4

svn commit: r223437 - head/sys/netinet/libalias

2011-06-22 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 22 20:00:27 2011 New Revision: 223437 URL: http://svn.freebsd.org/changeset/base/223437 Log: Export AddLink() function from libalias. It can be used when custom alias address needs to be specified. Add inbound handler to the alias_ftp module. It helps handle active

Re: svn commit: r223429 - head/sbin/growfs

2011-06-22 Thread Bruce Evans
On Wed, 22 Jun 2011, Edward Tomasz Napierala wrote: Log: Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indent from messages. The first part seems backwards. It undoes the 2002 change that does s/filesystem/file system/g, except the 2002 change was not restricted to gr

svn commit: r223436 - head/sys/fs/nfs

2011-06-22 Thread Rick Macklem
Author: rmacklem Date: Wed Jun 22 19:47:45 2011 New Revision: 223436 URL: http://svn.freebsd.org/changeset/base/223436 Log: Fix the new NFSv4 client so that it uses the same uid as was used for doing a mount when performing system operations on AUTH_SYS mounts. This resolved an issue when m

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

2011-06-22 Thread Bruce Evans
On Wed, 22 Jun 2011, Warner Losh wrote: On Jun 22, 2011, at 3:26 AM, Attilio Rao wrote: 2011/6/22 Warner Losh : On Jun 21, 2011, at 5:27 PM, Alan Cox wrote: On 06/21/2011 16:09, Attilio Rao wrote: 2011/6/21 Bruce Evans: On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: On Jun 19, 2011, at 7:13

svn commit: r223434 - head/libexec/ftpd

2011-06-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 22 19:14:49 2011 New Revision: 223434 URL: http://svn.freebsd.org/changeset/base/223434 Log: Add LOGIN_SETCPUMASK and LOGIN_SETLOGINCLASS to the setusercontext(3) calls in ftpd(8). Modified: head/libexec/ftpd/ftpd.c Modified: head/libexec/ftpd/ftpd.c ===

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

2011-06-22 Thread Bruce Evans
On Wed, 22 Jun 2011, John Baldwin wrote: On Tuesday, June 21, 2011 4:58:10 pm Bruce Evans wrote: On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: ... vm_page.o: In function `vm_page_clear_dirty': /sys/vm/vm_page.c:(.text+0x18d0): undefined reference to `atomic_clear_8' /sys/vm/vm_page.c:(.text+0x18d

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-22 Thread Jung-uk Kim
On Wednesday 22 June 2011 12:47 pm, Andriy Gapon wrote: > on 22/06/2011 19:40 Jung-uk Kim said the following: > > Author: jkim > > Date: Wed Jun 22 16:40:45 2011 > > New Revision: 223426 > > URL: http://svn.freebsd.org/changeset/base/223426 > > > > Log: > > Set negative quality to TSC timecounter

svn commit: r223433 - in head/sys: amd64/include i386/include

2011-06-22 Thread John Baldwin
Author: jhb Date: Wed Jun 22 18:48:07 2011 New Revision: 223433 URL: http://svn.freebsd.org/changeset/base/223433 Log: Oops, missed these in 223424. Reported by: jkim Modified: head/sys/amd64/include/pci_cfgreg.h head/sys/i386/include/pci_cfgreg.h Modified: head/sys/amd64/include/pci

svn commit: r223430 - in head/sbin: newfs tunefs

2011-06-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 22 18:02:28 2011 New Revision: 223430 URL: http://svn.freebsd.org/changeset/base/223430 Log: Advertise growfs(8) a little better. Modified: head/sbin/newfs/newfs.8 head/sbin/tunefs/tunefs.8 Modified: head/sbin/newfs/newfs.8 ==

svn commit: r223429 - head/sbin/growfs

2011-06-22 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jun 22 17:59:53 2011 New Revision: 223429 URL: http://svn.freebsd.org/changeset/base/223429 Log: Cosmetic fixes; mostly s/file system/filesystem/g and removing weird indent from messages. Modified: head/sbin/growfs/growfs.8 head/sbin/growfs/growfs.c Modified: head

svn commit: r223428 - in head/sys: amd64/pci i386/pci

2011-06-22 Thread John Baldwin
Author: jhb Date: Wed Jun 22 17:55:16 2011 New Revision: 223428 URL: http://svn.freebsd.org/changeset/base/223428 Log: Use uintXX_t instead of u_intXX_t. Modified: head/sys/amd64/pci/pci_bus.c head/sys/i386/pci/pci_bus.c Modified: head/sys/amd64/pci/pci_bus.c ==

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-22 Thread Jung-uk Kim
On Wednesday 22 June 2011 12:47 pm, Andriy Gapon wrote: > on 22/06/2011 19:40 Jung-uk Kim said the following: > > Author: jkim > > Date: Wed Jun 22 16:40:45 2011 > > New Revision: 223426 > > URL: http://svn.freebsd.org/changeset/base/223426 > > > > Log: > > Set negative quality to TSC timecounter

Re: svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-22 Thread Andriy Gapon
on 22/06/2011 19:40 Jung-uk Kim said the following: > Author: jkim > Date: Wed Jun 22 16:40:45 2011 > New Revision: 223426 > URL: http://svn.freebsd.org/changeset/base/223426 > > Log: > Set negative quality to TSC timecounter when C3 state is enabled for Intel > processors unless the invariant

svn commit: r223426 - in head/sys: dev/acpica kern sys x86/x86

2011-06-22 Thread Jung-uk Kim
Author: jkim Date: Wed Jun 22 16:40:45 2011 New Revision: 223426 URL: http://svn.freebsd.org/changeset/base/223426 Log: Set negative quality to TSC timecounter when C3 state is enabled for Intel processors unless the invariant TSC bit of CPUID is set. Intel processors may stop incrementing

svn commit: r223424 - in head/sys: amd64/pci dev/acpica i386/pci

2011-06-22 Thread John Baldwin
Author: jhb Date: Wed Jun 22 16:15:15 2011 New Revision: 223424 URL: http://svn.freebsd.org/changeset/base/223424 Log: Add a helper routine to conditionally modify the start address of a resource allocation from an x86 Host-PCI bridge driver so that it can be reused by the ACPI Host-PCI brid

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

2011-06-22 Thread Warner Losh
On Jun 22, 2011, at 3:26 AM, Attilio Rao wrote: > 2011/6/22 Warner Losh : >> >> On Jun 21, 2011, at 5:27 PM, Alan Cox wrote: >> >> On 06/21/2011 16:09, Attilio Rao wrote: >> >> 2011/6/21 Bruce Evans: >> >> On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: >> >> On Jun 19, 2011, at 7:13 PM, Alan Cox

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

2011-06-22 Thread Attilio Rao
2011/6/22 John Baldwin : > On Tuesday, June 21, 2011 4:58:10 pm Bruce Evans wrote: >> On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: >> >> > On Jun 19, 2011, at 7:13 PM, Alan Cox wrote: >> > >> > Hi Alan, >> > >> >> Author: alc >> >> Date: Sun Jun 19 19:13:24 2011 >> >> New Revision: 223307 >> >> URL:

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

2011-06-22 Thread John Baldwin
On Tuesday, June 21, 2011 4:58:10 pm Bruce Evans wrote: > On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: > > > On Jun 19, 2011, at 7:13 PM, Alan Cox wrote: > > > > Hi Alan, > > > >> Author: alc > >> Date: Sun Jun 19 19:13:24 2011 > >> New Revision: 223307 > >> URL: http://svn.freebsd.org/changeset/bas

Re: svn commit: r222950 - in head: cddl/compat/opensolaris/include sys/cddl/compat/opensolaris/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys

2011-06-22 Thread Andriy Gapon
on 10/06/2011 23:10 Justin T. Gibbs said the following: > Author: gibbs > Date: Fri Jun 10 20:10:30 2011 > New Revision: 222950 > URL: http://svn.freebsd.org/changeset/base/222950 > > Log: > Remove C constructs that are incompatible with C++ from various > OpenSolaris and ZFS header files. Th

svn commit: r223421 - head/sys/netinet/libalias

2011-06-22 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 22 09:55:28 2011 New Revision: 223421 URL: http://svn.freebsd.org/changeset/base/223421 Log: Document PKT_ALIAS_SKIP_GLOBAL option. Submitted by: Alexander V. Chernikov Modified: head/sys/netinet/libalias/libalias.3 Modified: head/sys/netinet/libalias/libalias.3

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

2011-06-22 Thread Attilio Rao
2011/6/22 Warner Losh : > > On Jun 21, 2011, at 5:27 PM, Alan Cox wrote: > > On 06/21/2011 16:09, Attilio Rao wrote: > > 2011/6/21 Bruce Evans: > > On Tue, 21 Jun 2011, Bjoern A. Zeeb wrote: > > On Jun 19, 2011, at 7:13 PM, Alan Cox wrote: > > Hi Alan, > > Author: alc > > Date: Sun Jun 19 19:13:24

svn commit: r223416 - head/sbin/ipfw

2011-06-22 Thread Gleb Smirnoff
Author: glebius Date: Wed Jun 22 08:20:01 2011 New Revision: 223416 URL: http://svn.freebsd.org/changeset/base/223416 Log: One more braino from me. Pointy hat to:glebius Submitted by: Alexander V. Chernikov Modified: head/sbin/ipfw/nat.c Modified: head/sbin/ipfw/nat.c ===

Re: svn commit: r223372 - head/bin/realpath

2011-06-22 Thread Ruslan Ermilov
On Tue, Jun 21, 2011 at 10:28:03PM +0200, Jilles Tjoelker wrote: > On Tue, Jun 21, 2011 at 07:34:57PM +, Ruslan Ermilov wrote: > > Author: ru > > Date: Tue Jun 21 19:34:57 2011 > > New Revision: 223372 > > URL: http://svn.freebsd.org/changeset/base/223372 > > > Log: > > Make ``realpath'' beh