svn commit: r205438 - stable/8/usr.bin/procstat

2010-03-22 Thread Konstantin Belousov
Author: kib Date: Mon Mar 22 09:29:56 2010 New Revision: 205438 URL: http://svn.freebsd.org/changeset/base/205438 Log: MFC r204879: Teach procstat(1) to display some information about signal disposition and pending/blocked status for signals. MFC r204880: Add file forgotten in

svn commit: r205439 - stable/8/sbin/ipfw

2010-03-22 Thread Gleb Smirnoff
Author: glebius Date: Mon Mar 22 10:11:59 2010 New Revision: 205439 URL: http://svn.freebsd.org/changeset/base/205439 Log: MFC r200183 by luigi: restore setting of sin_len (was removed in 1.146 last february) as it seems that now it is necessary for 'forward' to work outside lo0.

svn commit: r205440 - vendor/openpam/dist/include/security

2010-03-22 Thread Dag-Erling Smorgrav
Author: des Date: Mon Mar 22 10:58:16 2010 New Revision: 205440 URL: http://svn.freebsd.org/changeset/base/205440 Log: Merge upstream r432: pam_end() already contains a NULL check, and it is not unreasonable to call it with a NULL pamh in a cleanup / error-handling situation. Remove

svn commit: r205441 - head/contrib/openpam/include/security

2010-03-22 Thread Dag-Erling Smorgrav
Author: des Date: Mon Mar 22 11:00:57 2010 New Revision: 205441 URL: http://svn.freebsd.org/changeset/base/205441 Log: Merge upstream r432: pam_end() already contains a NULL check, and it is not unreasonable to call it with a NULL pamh in a cleanup / error-handling situation. Remove

svn commit: r205442 - stable/8/sys/dev/mxge

2010-03-22 Thread Andrew Gallatin
Author: gallatin Date: Mon Mar 22 11:18:51 2010 New Revision: 205442 URL: http://svn.freebsd.org/changeset/base/205442 Log: MFC 205255: Fix 2 bugs in mxge_attach() Modified: stable/8/sys/dev/mxge/if_mxge.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r205443 - head/contrib/openpam/include/security

2010-03-22 Thread Dag-Erling Smorgrav
Author: des Date: Mon Mar 22 11:32:19 2010 New Revision: 205443 URL: http://svn.freebsd.org/changeset/base/205443 Log: Forced commit to register MFC reminder. MFC after:2 weeks Modified: head/contrib/openpam/include/security/pam_appl.h Modified:

svn commit: r205444 - head/sys/i386/i386

2010-03-22 Thread Ed Maste
Author: emaste Date: Mon Mar 22 11:52:53 2010 New Revision: 205444 URL: http://svn.freebsd.org/changeset/base/205444 Log: Merge r197455 from amd64: Add a backtrace to the fpudna in kernel mode! case, to help track down where this comes from. Reviewed by:bde Modified:

svn commit: r205445 - stable/7/sys/dev/mxge

2010-03-22 Thread Andrew Gallatin
Author: gallatin Date: Mon Mar 22 13:20:25 2010 New Revision: 205445 URL: http://svn.freebsd.org/changeset/base/205445 Log: MFC 205255: Fix 2 bugs in mxge_attach() Modified: stable/7/sys/dev/mxge/if_mxge.c Directory Properties: stable/7/sys/ (props changed)

svn commit: r205446 - stable/6/sys/dev/mxge

2010-03-22 Thread Andrew Gallatin
Author: gallatin Date: Mon Mar 22 13:21:52 2010 New Revision: 205446 URL: http://svn.freebsd.org/changeset/base/205446 Log: MFC 205255: Fix 2 bugs in mxge_attach() Modified: stable/6/sys/dev/mxge/if_mxge.c Directory Properties: stable/6/sys/ (props changed) stable/6/sys/contrib/pf/

Re: svn commit: r205427 - in head: tools/regression/usr.bin/ncal usr.bin/ncal

2010-03-22 Thread Alexander Best
thanks. :) a small correction to the commit message: Replace -b with -C and -N (as proposed by Alexander). ;) -- Alexander Best ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

svn commit: r205447 - stable/8/sys/dev/mxge

2010-03-22 Thread Andrew Gallatin
Author: gallatin Date: Mon Mar 22 14:50:08 2010 New Revision: 205447 URL: http://svn.freebsd.org/changeset/base/205447 Log: MFC 204212: Update mxge to support IFCAP_VLAN_HWTSO. Modified: stable/8/sys/dev/mxge/if_mxge.c Directory Properties: stable/8/sys/ (props changed)

Re: svn commit: r205444 - head/sys/i386/i386

2010-03-22 Thread John Baldwin
On Monday 22 March 2010 7:52:54 am Ed Maste wrote: Author: emaste Date: Mon Mar 22 11:52:53 2010 New Revision: 205444 URL: http://svn.freebsd.org/changeset/base/205444 Log: Merge r197455 from amd64: Add a backtrace to the fpudna in kernel mode! case, to help track down

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

2010-03-22 Thread John Baldwin
Author: jhb Date: Mon Mar 22 15:08:26 2010 New Revision: 205448 URL: http://svn.freebsd.org/changeset/base/205448 Log: Remove unneeded type specifiers from 64-bit constants. The compiler infers their natural type from the constants' values. Submitted by: bde MFC after:3 days

Re: svn commit: r205444 - head/sys/i386/i386

2010-03-22 Thread Ed Maste
On Mon, Mar 22, 2010 at 08:49:36AM -0400, John Baldwin wrote: On Monday 22 March 2010 7:52:54 am Ed Maste wrote: Author: emaste Date: Mon Mar 22 11:52:53 2010 New Revision: 205444 URL: http://svn.freebsd.org/changeset/base/205444 Log: Merge r197455 from amd64: Add a

svn commit: r205449 - stable/8/lib/libc/rpc

2010-03-22 Thread John Baldwin
Author: jhb Date: Mon Mar 22 15:52:26 2010 New Revision: 205449 URL: http://svn.freebsd.org/changeset/base/205449 Log: MFC 204950,205020: Use thr_once() with once_t controls to initialize various thread_key_t objects used to provide per-thread storage in the RPC code. Almost all of these

svn commit: r205450 - stable/7/lib/libc/rpc

2010-03-22 Thread John Baldwin
Author: jhb Date: Mon Mar 22 15:54:56 2010 New Revision: 205450 URL: http://svn.freebsd.org/changeset/base/205450 Log: MFC 204950,205020: Use thr_once() with once_t controls to initialize various thread_key_t objects used to provide per-thread storage in the RPC code. Almost all of these

Re: svn commit: r205448 - in head/sys: amd64/include i386/include

2010-03-22 Thread John Baldwin
On Monday 22 March 2010 11:08:26 am John Baldwin wrote: Author: jhb Date: Mon Mar 22 15:08:26 2010 New Revision: 205448 URL: http://svn.freebsd.org/changeset/base/205448 Log: Remove unneeded type specifiers from 64-bit constants. The compiler infers their natural type from the

svn commit: r205451 - stable/8/sbin/ipfw

2010-03-22 Thread Luigi Rizzo
Author: luigi Date: Mon Mar 22 16:40:10 2010 New Revision: 205451 URL: http://svn.freebsd.org/changeset/base/205451 Log: mfc r205179: print correctly addresses with an OR block Modified: stable/8/sbin/ipfw/ipfw2.c Directory Properties: stable/8/sbin/ipfw/ (props changed) Modified:

svn commit: r205452 - head/sys/compat/x86bios

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 17:30:34 2010 New Revision: 205452 URL: http://svn.freebsd.org/changeset/base/205452 Log: Fix i386 PAE kernel build. Reported by: tinderbox Modified: head/sys/compat/x86bios/x86bios.c Modified: head/sys/compat/x86bios/x86bios.c

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

2010-03-22 Thread Marcel Moolenaar
Author: marcel Date: Mon Mar 22 18:24:42 2010 New Revision: 205454 URL: http://svn.freebsd.org/changeset/base/205454 Log: o Remove the pmap argument to pmap_invalidate_all() as it's not used other than in a potentially dangerous KASSERT. o Hand-inline pmap_remove_page() as it's only

svn commit: r205455 - head/sys/compat/x86bios

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 18:43:36 2010 New Revision: 205455 URL: http://svn.freebsd.org/changeset/base/205455 Log: Support memory wraparound instead of high memory as VM86 mode does. Suggested by: delphij Modified: head/sys/compat/x86bios/x86bios.c Modified:

svn commit: r205458 - stable/7/sys/net

2010-03-22 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 22 19:04:02 2010 New Revision: 205458 URL: http://svn.freebsd.org/changeset/base/205458 Log: MFC r204149: Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSO from IFCAP_VLAN_HWTAGGING. I think some hardwares may be able to TSO over VLAN

svn commit: r205459 - stable/7/sbin/ifconfig

2010-03-22 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 22 19:36:47 2010 New Revision: 205459 URL: http://svn.freebsd.org/changeset/base/205459 Log: MFC r182414: Add support in ifconfig to control the vlan hardware filter feature. Modified: stable/7/sbin/ifconfig/ifconfig.8 stable/7/sbin/ifconfig/ifconfig.c

svn commit: r205460 - stable/7/sbin/ifconfig

2010-03-22 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 22 19:50:33 2010 New Revision: 205460 URL: http://svn.freebsd.org/changeset/base/205460 Log: MFC r204150: Add TSO support on VLAN in fconfig(8). Modified: stable/7/sbin/ifconfig/ifconfig.8 stable/7/sbin/ifconfig/ifconfig.c stable/7/sbin/ifconfig/ifvlan.c

svn commit: r205461 - stable/8/etc/ppp

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 19:50:57 2010 New Revision: 205461 URL: http://svn.freebsd.org/changeset/base/205461 Log: MFC: r203943 Remove COMPILATIONDATE from the default section. This string is no longer being substituted since r162063. Modified: stable/8/etc/ppp/ppp.conf

svn commit: r205462 - stable/7/etc/ppp

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 19:52:06 2010 New Revision: 205462 URL: http://svn.freebsd.org/changeset/base/205462 Log: MFC: r203943 Remove COMPILATIONDATE from the default section. This string is no longer being substituted since r162063. Modified: stable/7/etc/ppp/ppp.conf

svn commit: r205463 - stable/8/sys/net

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 19:59:00 2010 New Revision: 205463 URL: http://svn.freebsd.org/changeset/base/205463 Log: MFC: r205092 Tidy up callout for select(2) and read timeout. - Add a missing callout_drain(9) before the descriptor deallocation.[1] - Prefer callout_init_mtx(9)

svn commit: r205464 - stable/7/sys/net

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 20:12:10 2010 New Revision: 205464 URL: http://svn.freebsd.org/changeset/base/205464 Log: MFC: r205092 Tidy up callout for select(2) and read timeout. - Add a missing callout_drain(9) before the descriptor deallocation.[1] - Prefer callout_init_mtx(9)

svn commit: r205465 - stable/6/sys/net

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 20:21:22 2010 New Revision: 205465 URL: http://svn.freebsd.org/changeset/base/205465 Log: MFC: r205092 Tidy up callout for select(2) and read timeout. - Add a missing callout_drain(9) before the descriptor deallocation.[1] - Prefer callout_init_mtx(9)

svn commit: r205467 - stable/6/sys/net

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 20:26:52 2010 New Revision: 205467 URL: http://svn.freebsd.org/changeset/base/205467 Log: MFC: r204105 Return partially filled buffer for non-blocking read(2) in non-immediate mode. PR: kern/143855 Submitted by: Guy Harris (guy at alum dot

svn commit: r205468 - stable/8/sys/fs/fdescfs

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 20:36:35 2010 New Revision: 205468 URL: http://svn.freebsd.org/changeset/base/205468 Log: MFC: r205223 Fix a long standing regression of readdir(3) in fdescfs(5) introduced in r1.48. We were stopping at the first null pointer when multiple file

svn commit: r205469 - stable/7/sys/fs/fdescfs

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 20:41:44 2010 New Revision: 205469 URL: http://svn.freebsd.org/changeset/base/205469 Log: MFC: r205223 Fix a long standing regression of readdir(3) in fdescfs(5) introduced in r1.48. We were stopping at the first null pointer when multiple file

svn commit: r205470 - stable/6/sys/fs/fdescfs

2010-03-22 Thread Jung-uk Kim
Author: jkim Date: Mon Mar 22 20:52:52 2010 New Revision: 205470 URL: http://svn.freebsd.org/changeset/base/205470 Log: MFC: r205223 Fix a long standing regression of readdir(3) in fdescfs(5) introduced in r1.48. We were stopping at the first null pointer when multiple file

svn commit: r205471 - in head: . lib/libz lib/libz/contrib lib/libz/doc sys/sys

2010-03-22 Thread Xin LI
) @@ -14,6 +14,11 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100322: libz update +OLD_LIBS+=lib/libz.so.5 +.if ${TARGET_ARCH} == amd64 +OLD_LIBS+=usr/lib32/libz.so.5 +.endif # 20100314: removal of regexp.h OLD_FILES+=usr/include/regexp.h OLD_FILES

svn commit: r205472 - head/usr.bin/minigzip

2010-03-22 Thread Xin LI
Author: delphij Date: Mon Mar 22 21:19:17 2010 New Revision: 205472 URL: http://svn.freebsd.org/changeset/base/205472 Log: Enable mmap for minigzip(1). Modified: head/usr.bin/minigzip/Makefile Modified: head/usr.bin/minigzip/Makefile

svn commit: r205473 - vendor/tzdata/dist

2010-03-22 Thread Edwin Groothuis
Author: edwin Date: Mon Mar 22 21:25:08 2010 New Revision: 205473 URL: http://svn.freebsd.org/changeset/base/205473 Log: Vendor import of tzdata2010f: The Australian Antartic Division: - Macquarie Island will stay on UTC+11 for winter and not switch back from DST. - Casey station

svn commit: r205474 - vendor/tzdata/tzdata2010f

2010-03-22 Thread Edwin Groothuis
Author: edwin Date: Mon Mar 22 21:26:12 2010 New Revision: 205474 URL: http://svn.freebsd.org/changeset/base/205474 Log: Tag of tzdata2010f Added: vendor/tzdata/tzdata2010f/ - copied from r205473, vendor/tzdata/dist/ ___

svn commit: r205475 - head/contrib/tzdata

2010-03-22 Thread Edwin Groothuis
Author: edwin Date: Mon Mar 22 21:27:51 2010 New Revision: 205475 URL: http://svn.freebsd.org/changeset/base/205475 Log: MFV of tzdata2010f: The Australian Antartic Division: - Macquarie Island will stay on UTC+11 for winter and not switch back from DST. - Casey station reverted to

svn commit: r205476 - stable/8/share/zoneinfo

2010-03-22 Thread Edwin Groothuis
Author: edwin Date: Mon Mar 22 21:35:54 2010 New Revision: 205476 URL: http://svn.freebsd.org/changeset/base/205476 Log: MFC of r205475, tzdata2010f: The Australian Antartic Division: - Macquarie Island will stay on UTC+11 for winter and not switch back from DST. - Casey station

svn commit: r205477 - stable/7/share/zoneinfo

2010-03-22 Thread Edwin Groothuis
Author: edwin Date: Mon Mar 22 21:35:56 2010 New Revision: 205477 URL: http://svn.freebsd.org/changeset/base/205477 Log: MFC of r205475, tzdata2010f: The Australian Antartic Division: - Macquarie Island will stay on UTC+11 for winter and not switch back from DST. - Casey station

svn commit: r205478 - stable/6/share/zoneinfo

2010-03-22 Thread Edwin Groothuis
Author: edwin Date: Mon Mar 22 21:35:57 2010 New Revision: 205478 URL: http://svn.freebsd.org/changeset/base/205478 Log: MFC of r205475, tzdata2010f: The Australian Antartic Division: - Macquarie Island will stay on UTC+11 for winter and not switch back from DST. - Casey station

svn commit: r205480 - in vendor/tzcode/dist: unused zic

2010-03-22 Thread Edwin Groothuis
Author: edwin Date: Mon Mar 22 21:48:40 2010 New Revision: 205480 URL: http://svn.freebsd.org/changeset/base/205480 Log: Vendor import of tzcode2010f: - Updated quotes and links. - Put warning about case insensitivity of names, but not always in abbreviations. Modified:

svn commit: r205481 - vendor/tzcode/tzcode2010f

2010-03-22 Thread Edwin Groothuis
Author: edwin Date: Mon Mar 22 21:49:53 2010 New Revision: 205481 URL: http://svn.freebsd.org/changeset/base/205481 Log: Tag of tzdata2010f. Added: vendor/tzcode/tzcode2010f/ - copied from r205480, vendor/tzcode/dist/ ___

Re: svn commit: r205481 - vendor/tzcode/tzcode2010f

2010-03-22 Thread Edwin Groothuis
On Mon, Mar 22, 2010 at 09:49:53PM +, Edwin Groothuis wrote: Log: Tag of tzdata2010f. tzcode2010f. -- Edwin Groothuis Website: http://www.mavetju.org/ ed...@mavetju.org Weblog: http://www.mavetju.org/weblog/ ___

svn commit: r205482 - vendor/libz/dist/contrib/inflate86

2010-03-22 Thread Xin LI
Author: delphij Date: Mon Mar 22 22:02:24 2010 New Revision: 205482 URL: http://svn.freebsd.org/changeset/base/205482 Log: Remove unused part of contributed code. Deleted: vendor/libz/dist/contrib/inflate86/ ___ svn-src-all@freebsd.org mailing list

svn commit: r205483 - vendor/libz/1.2.4/contrib/inflate86

2010-03-22 Thread Xin LI
Author: delphij Date: Mon Mar 22 22:03:54 2010 New Revision: 205483 URL: http://svn.freebsd.org/changeset/base/205483 Log: Retag 1.2.4 tree after removal of the unused contributed code. Deleted: vendor/libz/1.2.4/contrib/inflate86/ Modified: Directory Properties: vendor/libz/1.2.4/

svn commit: r205484 - head/lib/libz

2010-03-22 Thread Xin LI
Author: delphij Date: Mon Mar 22 22:05:58 2010 New Revision: 205484 URL: http://svn.freebsd.org/changeset/base/205484 Log: Note that we are the same with the vendor tree. Modified: Directory Properties: head/lib/libz/ (props changed) ___

svn commit: r205485 - stable/8/sys/net

2010-03-22 Thread Hiroki Sato
Author: hrs Date: Mon Mar 22 22:07:19 2010 New Revision: 205485 URL: http://svn.freebsd.org/changeset/base/205485 Log: MFC r203272: - Fix a bug when adding an interface with an invalid MTU sets the bridge's MTU if it is the firstly-added one while the addition itself fails. -

svn commit: r205486 - head/lib/libz

2010-03-22 Thread Xin LI
Author: delphij Date: Mon Mar 22 22:12:27 2010 New Revision: 205486 URL: http://svn.freebsd.org/changeset/base/205486 Log: Expand $FreeBSD$. Modified: Directory Properties: head/lib/libz/Symbol.map (props changed) head/lib/libz/Versions.def (props changed)

svn commit: r205487 - head/sys/vm

2010-03-22 Thread Kip Macy
Author: kmacy Date: Mon Mar 22 22:39:32 2010 New Revision: 205487 URL: http://svn.freebsd.org/changeset/base/205487 Log: - enable alignment on amd64 only - only align pcpu caches and the volatile portion of uma_zone Modified: head/sys/vm/uma_int.h Modified: head/sys/vm/uma_int.h

svn commit: r205488 - in head/sys: net netinet

2010-03-22 Thread Kip Macy
Author: kmacy Date: Mon Mar 22 23:04:12 2010 New Revision: 205488 URL: http://svn.freebsd.org/changeset/base/205488 Log: - boot-time size the ipv4 flowtable and the maximum number of flows - increase flow cleaning frequency and decrease flow caching time when near the flow limit - stop

svn commit: r205489 - stable/7/sys/dev/pci

2010-03-22 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 22 23:15:19 2010 New Revision: 205489 URL: http://svn.freebsd.org/changeset/base/205489 Log: MFC r203528: Add pci_get|set_max_read_req() helper functions to control maximum PCIe read request size. Modified: stable/7/sys/dev/pci/pci.c

svn commit: r205490 - stable/8/sys/net

2010-03-22 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 22 23:23:47 2010 New Revision: 205490 URL: http://svn.freebsd.org/changeset/base/205490 Log: MFC r204156: Add __FBSDID. Modified: stable/8/sys/net/if_vlan.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props

svn commit: r205491 - stable/7/sys/net

2010-03-22 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 22 23:27:08 2010 New Revision: 205491 URL: http://svn.freebsd.org/changeset/base/205491 Log: MFC r204156: Add __FBSDID. Modified: stable/7/sys/net/if_vlan.c Directory Properties: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/

svn commit: r205493 - in stable/8/usr.sbin: . dumpcis makefs makefs/ffs mfiutil ppp

2010-03-22 Thread Qing Li
Author: qingli Date: Mon Mar 22 23:33:40 2010 New Revision: 205493 URL: http://svn.freebsd.org/changeset/base/205493 Log: MFC r205272 Need to set the proper flag bit when inserting ARP entries into the kernel. Modified: stable/8/usr.sbin/ppp/arp.c Directory Properties:

svn commit: r205495 - head/sys/powerpc/booke

2010-03-22 Thread Marcel Moolenaar
Author: marcel Date: Tue Mar 23 01:07:30 2010 New Revision: 205495 URL: http://svn.freebsd.org/changeset/base/205495 Log: Actually pass a pointer to the trapframe to powerpc_extr_interrupt(). Modified: head/sys/powerpc/booke/trap_subr.S Modified: head/sys/powerpc/booke/trap_subr.S

svn commit: r205496 - in head/sys: dev/ofw powerpc/ofw

2010-03-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Mar 23 01:09:45 2010 New Revision: 205496 URL: http://svn.freebsd.org/changeset/base/205496 Log: Do not declare the various OFW command buffers static. It does not appear to be necessary on either sparc64 or powerpc, and is a concurrency nightmare. Reviewed

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

2010-03-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Mar 23 01:11:10 2010 New Revision: 205497 URL: http://svn.freebsd.org/changeset/base/205497 Log: Open Firmware on powerpc is generally non-reetrant, so serialize all OF calls with a mutex. Modified: head/sys/powerpc/aim/ofw_machdep.c Modified:

svn commit: r205502 - head/sys/netinet

2010-03-22 Thread Randall Stewart
Author: rrs Date: Tue Mar 23 01:36:50 2010 New Revision: 205502 URL: http://svn.freebsd.org/changeset/base/205502 Log: Fixes a bug where SACKs in the face of mapping_array expansion would break. Basically once we expanded the array we no longer had both mapping arrays in sync which the

svn commit: r205506 - in head/sys/powerpc: aim powermac

2010-03-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Mar 23 03:14:44 2010 New Revision: 205506 URL: http://svn.freebsd.org/changeset/base/205506 Log: Get nexus(4) out of the RTC business. The interface used by nexus(4) in Open Firmware was Apple-specific, and we have complete coverage of Apple system controllers,