svn commit: r250903 - head/share/man/man5

2013-05-21 Thread Xin LI
Author: delphij Date: Wed May 22 05:21:19 2013 New Revision: 250903 URL: http://svnweb.freebsd.org/changeset/base/250903 Log: Fix a copy-and-paste typo. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 =

svn commit: r250902 - head/share/man/man5

2013-05-21 Thread Xin LI
Author: delphij Date: Wed May 22 05:16:07 2013 New Revision: 250902 URL: http://svnweb.freebsd.org/changeset/base/250902 Log: Regenerate with manual fixup for WITH_LDNS_UTILS inheriting WITHOUT_BIND_UTILS. Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r250901 - head/sys/ufs/ffs

2013-05-21 Thread Kirk McKusick
Author: mckusick Date: Wed May 22 05:07:55 2013 New Revision: 250901 URL: http://svnweb.freebsd.org/changeset/base/250901 Log: Properly spell sentinel (missed in 250891) No functional changes. Spotted by: Navdeep Parhar and Alexey Dokuchaev MFC after: 2 weeks Modified: head/sys/uf

Re: svn commit: r250883 - in head: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale

2013-05-21 Thread Andrey Chernov
On 22.05.2013 2:20, Ed Schouten wrote: > 2013/5/22 Jilles Tjoelker : >> Our wchar_t is only ISO 10646 for UTF-8 and possibly US-ASCII and >> ISO8859-1 (subset) locales. > > Oh, the horror! I thought on FreeBSD, we used the LC_CTYPE files to do > a mapping to ISO 10646. Unfortunately, it seems to b

svn commit: r250900 - head/sys/dev/mps

2013-05-21 Thread Alexander Motin
Author: mav Date: Wed May 22 02:15:07 2013 New Revision: 250900 URL: http://svnweb.freebsd.org/changeset/base/250900 Log: Fix NULL-dereference kernel panic in case of mps_attach() failure. MFC after:1 week Modified: head/sys/dev/mps/mps_user.c Modified: head/sys/dev/mps/mps_user.c =

svn commit: r250899 - head/tools/tools/ath/athalq

2013-05-21 Thread Adrian Chadd
Author: adrian Date: Wed May 22 01:03:41 2013 New Revision: 250899 URL: http://svnweb.freebsd.org/changeset/base/250899 Log: Implement beacon event debugging in athalq. Modified: head/tools/tools/ath/athalq/main.c Modified: head/tools/tools/ath/athalq/main.c =

svn commit: r250897 - head/sys/ufs/ffs

2013-05-21 Thread Kirk McKusick
Author: mckusick Date: Wed May 22 00:57:22 2013 New Revision: 250897 URL: http://svnweb.freebsd.org/changeset/base/250897 Log: Add missing buffer releases (brelse) after bread calls that return an error. One could argue that returning a buffer even when it is not valid is incorrect, but brea

svn commit: r250895 - head/sys/ufs/ffs

2013-05-21 Thread Kirk McKusick
Author: mckusick Date: Wed May 22 00:48:24 2013 New Revision: 250895 URL: http://svnweb.freebsd.org/changeset/base/250895 Log: Add missing 28th element to softdep types name array. Found by:Coverity Scan, CID 1007621 Reviewed by: kib MFC after: 2 weeks Modified: head/sys/ufs/ff

svn commit: r250894 - head/sys/ufs/ffs

2013-05-21 Thread Kirk McKusick
Author: mckusick Date: Wed May 22 00:40:26 2013 New Revision: 250894 URL: http://svnweb.freebsd.org/changeset/base/250894 Log: Null a pointer after it is freed so that when it is returned the return value is NULL. Based on the returned flags, the return value should never be inspected in the

svn commit: r250893 - stable/9/sys/ofed/include/linux

2013-05-21 Thread Xin LI
Author: delphij Date: Wed May 22 00:31:33 2013 New Revision: 250893 URL: http://svnweb.freebsd.org/changeset/base/250893 Log: MFC r250374: According to the documentation, on Linux, cancel_delayed_work() does not do drain (flush_workqueue() in Linux terms) but instead returns true if the

svn commit: r250892 - head/sys/ufs/ffs

2013-05-21 Thread Kirk McKusick
Author: mckusick Date: Wed May 22 00:30:34 2013 New Revision: 250892 URL: http://svnweb.freebsd.org/changeset/base/250892 Log: Remove a bogus check for a NULL buffer pointer. Add a KASSERT that it is not NULL. Found by:Coverity Scan, CID 1009114 Reviewed by: kib MFC after: 2 wee

svn commit: r250891 - head/sys/ufs/ffs

2013-05-21 Thread Kirk McKusick
Author: mckusick Date: Wed May 22 00:17:50 2013 New Revision: 250891 URL: http://svnweb.freebsd.org/changeset/base/250891 Log: Properly spell sentinel (not sintenel or sentinal). No functional changes. Spotted by: kib MFC after: 2 weeks Modified: head/sys/ufs/ffs/ffs_softdep.c Mo

Re: svn commit: r250883 - in head: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale

2013-05-21 Thread Ed Schouten
2013/5/22 Jilles Tjoelker : > Our wchar_t is only ISO 10646 for UTF-8 and possibly US-ASCII and > ISO8859-1 (subset) locales. Oh, the horror! I thought on FreeBSD, we used the LC_CTYPE files to do a mapping to ISO 10646. Unfortunately, it seems to be the case that these files are only used to do m

Re: svn commit: r250883 - in head: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale

2013-05-21 Thread Jilles Tjoelker
On Tue, May 21, 2013 at 07:59:37PM +, Ed Schouten wrote: > Author: ed > Date: Tue May 21 19:59:37 2013 > New Revision: 250883 > URL: http://svnweb.freebsd.org/changeset/base/250883 > Log: > Add . Looks like an interesting approach to make applications LC_CTYPE locale aware. > The header

svn commit: r250890 - head/sys/kern

2013-05-21 Thread Mateusz Guzik
Author: mjg Date: Tue May 21 21:58:00 2013 New Revision: 250890 URL: http://svnweb.freebsd.org/changeset/base/250890 Log: passing fd over unix socket: fix a corner case where caller wants to pass no descriptors. Previously the kernel would leak memory and try to free a potentially arbit

svn commit: r250889 - in head: include/protocols sys/sys

2013-05-21 Thread Ed Schouten
Author: ed Date: Tue May 21 21:50:11 2013 New Revision: 250889 URL: http://svnweb.freebsd.org/changeset/base/250889 Log: Add proper prerequisites for even two more headers. Spotted by: http://hacks.owlfolio.org/header-survey/ Modified: head/include/protocols/rwhod.h head/sys/sys/time

Re: svn commit: r250887 - in head: include include/arpa sys/net

2013-05-21 Thread Ed Schouten
2013/5/21 Eitan Adler : > Do the man pages need to be updated as well? Sure. I've updated the manpages for the functions listed in these header files. -- Ed Schouten ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn

svn commit: r250888 - in head/lib/libc: gen net

2013-05-21 Thread Ed Schouten
Author: ed Date: Tue May 21 21:39:18 2013 New Revision: 250888 URL: http://svnweb.freebsd.org/changeset/base/250888 Log: Update manpages for r250887. Remove the lists of unneeded header files. Requested by: eadler Modified: head/lib/libc/gen/fts.3 head/lib/libc/net/getifaddrs.3

Re: svn commit: r250887 - in head: include include/arpa sys/net

2013-05-21 Thread Eitan Adler
On 21 May 2013 23:20, Ed Schouten wrote: > Author: ed > Date: Tue May 21 21:20:10 2013 > New Revision: 250887 > URL: http://svnweb.freebsd.org/changeset/base/250887 > > Log: > Allow certain headers to be included more easily. > > Spotted by: http://hacks.owlfolio.org/header-survey/ Thank yo

svn commit: r250887 - in head: include include/arpa sys/net

2013-05-21 Thread Ed Schouten
Author: ed Date: Tue May 21 21:20:10 2013 New Revision: 250887 URL: http://svnweb.freebsd.org/changeset/base/250887 Log: Allow certain headers to be included more easily. Spotted by: http://hacks.owlfolio.org/header-survey/ Modified: head/include/arpa/tftp.h head/include/fts.h head

svn commit: r250885 - head/sys/kern

2013-05-21 Thread Attilio Rao
Author: attilio Date: Tue May 21 20:54:03 2013 New Revision: 250885 URL: http://svnweb.freebsd.org/changeset/base/250885 Log: vm_object locking is not needed there as pages are already wired. Sponsored by: EMC / Isilon storage division Submitted by: alc Modified: head/sys/kern/vfs_bio.

svn commit: r250884 - in head/sys: amd64/amd64 arm/arm i386/i386 i386/xen ia64/ia64 mips/mips powerpc/aim powerpc/booke sparc64/sparc64 vm

2013-05-21 Thread Attilio Rao
Author: attilio Date: Tue May 21 20:38:19 2013 New Revision: 250884 URL: http://svnweb.freebsd.org/changeset/base/250884 Log: o Relax locking assertions for vm_page_find_least() o Relax locking assertions for pmap_enter_object() and add them also to architectures that currently don't have

svn commit: r250883 - in head: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale

2013-05-21 Thread Ed Schouten
Author: ed Date: Tue May 21 19:59:37 2013 New Revision: 250883 URL: http://svnweb.freebsd.org/changeset/base/250883 Log: Add . The header, part of C11, adds a small number of utility functions for 16/32-bit "universal" characters, which may or may not be UTF-16/32. As our wchar_t is al

svn commit: r250882 - head/usr.bin/split

2013-05-21 Thread Eitan Adler
Author: eadler Date: Tue May 21 19:56:03 2013 New Revision: 250882 URL: http://svnweb.freebsd.org/changeset/base/250882 Log: Avoid signed overflow in error handling code. Reviewed by: cperciva, bjk Modified: head/usr.bin/split/split.c Modified: head/usr.bin/split/split.c ==

svn commit: r250881 - in head: . sys/sys usr.bin/lex usr.bin/lex/lib

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:32:35 2013 New Revision: 250881 URL: http://svnweb.freebsd.org/changeset/base/250881 Log: Connect flex 2.5.37 to the build and bump __FreeBSD_version. Added: head/usr.bin/lex/initparse.c (contents, props changed) head/usr.bin/lex/initparse.h (contents, p

svn commit: r250880 - in stable/8/sys/amd64: amd64 include

2013-05-21 Thread John Baldwin
Author: jhb Date: Tue May 21 19:25:19 2013 New Revision: 250880 URL: http://svnweb.freebsd.org/changeset/base/250880 Log: MFC 238450,250152-250153,250415: - Add support for the XSAVEOPT instruction use. - The check to ensure that xstate_bv always has XFEATURE_ENABLED_X87 and XFEATURE_ENA

svn commit: r250879 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:23:49 2013 New Revision: 250879 URL: http://svnweb.freebsd.org/changeset/base/250879 Log: Enable GNU m4 compatibility mode. Modified: head/contrib/flex/main.c Modified: head/contrib/flex/main.c =

svn commit: r250878 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:22:42 2013 New Revision: 250878 URL: http://svnweb.freebsd.org/changeset/base/250878 Log: Allow YY_NO_UNPUT to disable unput() for backward compatibility. Modified: head/contrib/flex/flex.skl Modified: head/contrib/flex/flex.skl ==

svn commit: r250877 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:21:26 2013 New Revision: 250877 URL: http://svnweb.freebsd.org/changeset/base/250877 Log: Define yy_current_buffer for backward compatibility. Modified: head/contrib/flex/flex.skl Modified: head/contrib/flex/flex.skl ==

svn commit: r250876 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:20:03 2013 New Revision: 250876 URL: http://svnweb.freebsd.org/changeset/base/250876 Log: Do not use log10(3) to get rid of libm dependency. It is really not useful. Modified: head/contrib/flex/buf.c head/contrib/flex/flexdef.h head/contrib/flex/main.c M

svn commit: r250875 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:17:02 2013 New Revision: 250875 URL: http://svnweb.freebsd.org/changeset/base/250875 Log: Reduce compiler warnings. Modified: head/contrib/flex/buf.c head/contrib/flex/filter.c head/contrib/flex/flex.skl head/contrib/flex/flexint.h head/contrib/flex/ge

svn commit: r250874 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:11:11 2013 New Revision: 250874 URL: http://svnweb.freebsd.org/changeset/base/250874 Log: Apply still relevant local changes. r124183: Work around a `label defined but not used' warning. r179549: De-register declarations. r179657: De-regis

svn commit: r250873 - head/contrib/flex

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 19:09:30 2013 New Revision: 250873 URL: http://svnweb.freebsd.org/changeset/base/250873 Log: Add flex 2.5.37 from flex.sourceforge.net to contrib. Added: head/contrib/flex/ - copied from r250869, vendor/flex/dist/ Deleted: head/contrib/flex/ABOUT-NLS hea

svn commit: r250872 - stable/9/usr.bin/gcore

2013-05-21 Thread Mikolaj Golub
Author: trociny Date: Tue May 21 19:06:17 2013 New Revision: 250872 URL: http://svnweb.freebsd.org/changeset/base/250872 Log: MFC r249687, r249704, r250511: r249687, r249704: Sync gcore(1) with the recent changes in kernel code aimed at adding procstat notes to a process core file.

svn commit: r250871 - stable/9/usr.bin/procstat

2013-05-21 Thread Mikolaj Golub
Author: trociny Date: Tue May 21 19:05:27 2013 New Revision: 250871 URL: http://svnweb.freebsd.org/changeset/base/250871 Log: MFC r249668, r249669, r249671, r249673, r249675, r249678, r249680, r249683, r249685, r249686: r249668: Use procstat_getprocs(3) for retrieving thread info

svn commit: r250870 - in stable/9: . lib/libprocstat

2013-05-21 Thread Mikolaj Golub
Author: trociny Date: Tue May 21 19:04:16 2013 New Revision: 250870 URL: http://svnweb.freebsd.org/changeset/base/250870 Log: MFC r249666, r249667, r249670, r249672, r249674, r249676, r249677, r249679, r249681, r249684, r249688, r249711, r249731, r250146 r249666, r249682: Make li

svn commit: r250869 - vendor/flex/dist

2013-05-21 Thread Jung-uk Kim
Author: jkim Date: Tue May 21 18:52:37 2013 New Revision: 250869 URL: http://svnweb.freebsd.org/changeset/base/250869 Log: Disable keyword expansion. Modified: Directory Properties: vendor/flex/dist/ABOUT-NLS (props changed) vendor/flex/dist/AUTHORS (props changed) vendor/flex/dist/CO

svn commit: r250868 - head/sys/geom

2013-05-21 Thread Jaakko Heinonen
Author: jh Date: Tue May 21 18:40:54 2013 New Revision: 250868 URL: http://svnweb.freebsd.org/changeset/base/250868 Log: Remove an extra semicolon from the DOT language output. PR: kern/178540 Submitted by: Trond Endrestol MFC after:1 week Modified: head/sys/geom/geom_d

svn commit: r250867 - head

2013-05-21 Thread Simon J. Gerraty
Author: sjg Date: Tue May 21 18:38:09 2013 New Revision: 250867 URL: http://svnweb.freebsd.org/changeset/base/250867 Log: Mention the switch to bmake by default. Reviewed by: obrien Modified: head/UPDATING Modified: head/UPDATING

Re: svn commit: r250856 - head/sys/dev/ath/ath_hal/ar5416

2013-05-21 Thread Adrian Chadd
Yup, this should be fixed, thanks! Adrian On 21 May 2013 09:42, Glen Barber wrote: > On Tue, May 21, 2013 at 02:28:05PM +, Adrian Chadd wrote: >> Author: adrian >> Date: Tue May 21 14:28:05 2013 >> New Revision: 250856 >> URL: http://svnweb.freebsd.org/changeset/base/250856 >> >> Log: >>

svn commit: r250866 - head/sys/dev/ath

2013-05-21 Thread Adrian Chadd
Author: adrian Date: Tue May 21 18:13:57 2013 New Revision: 250866 URL: http://svnweb.freebsd.org/changeset/base/250866 Log: Implement a separate hardware queue threshold for aggregate and non-aggr traffic. When transmitting non-aggregate traffic, we need to keep the hardware busy whils

svn commit: r250865 - head/sys/dev/ath

2013-05-21 Thread Adrian Chadd
Author: adrian Date: Tue May 21 18:02:54 2013 New Revision: 250865 URL: http://svnweb.freebsd.org/changeset/base/250865 Log: Enable the use of TDMA on an 802.11n channel (with aggregation disabled, of course.) There's a few things that needed to happen: * In case someone decides to s

svn commit: r250864 - head/sys/powerpc/include

2013-05-21 Thread Marcel Moolenaar
Author: marcel Date: Tue May 21 18:00:47 2013 New Revision: 250864 URL: http://svnweb.freebsd.org/changeset/base/250864 Log: Fix the PowerPC Book-E register definitions used by the remote GDB protocol. Obtained from:Juniper Networks, Inc. Modified: head/sys/powerpc/include/gdb_

svn commit: r250863 - head/lib/csu

2013-05-21 Thread Marcel Moolenaar
Author: marcel Date: Tue May 21 17:47:53 2013 New Revision: 250863 URL: http://svnweb.freebsd.org/changeset/base/250863 Log: Add a makefle that recurses into the right architecture-specific sub-directory. This to allow simpler logic outside of the csu directory. Obtained from:Ju

Re: svn commit: r247086 - head/sys/x86/isa

2013-05-21 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-05-21 05:18:46 -0400, Bruce Evans wrote: ... > So it seems that pmtimer has a lot of dead code and reduces to not > much more than an inittodr(0) and usually acts like the > inittodr(!0) in the acpi amd64 resume code. When I wrote the resume

svn commit: r250861 - head/gnu/usr.bin/grep

2013-05-21 Thread Marcel Moolenaar
Author: marcel Date: Tue May 21 17:30:27 2013 New Revision: 250861 URL: http://svnweb.freebsd.org/changeset/base/250861 Log: Don't look for headers outside of the source or object directories. In particular, don't use DESTDIR. Such creates an unnecessary dependency on the build machine.

svn commit: r250860 - head/gnu/usr.bin/diff

2013-05-21 Thread Marcel Moolenaar
Author: marcel Date: Tue May 21 17:28:19 2013 New Revision: 250860 URL: http://svnweb.freebsd.org/changeset/base/250860 Log: Don't look for headers outside of the source or object directories. In particular, don't use DESTDIR. Such creates an unnecessary dependency on the build machine.

Re: svn commit: r250659 - in head: . share/mk tools/build/options tools/tools/makeroot

2013-05-21 Thread Brooks Davis
On Mon, May 20, 2013 at 10:17:33PM +0200, Andreas Tobler wrote: > On 20.05.13 22:10, Brooks Davis wrote: > > On Mon, May 20, 2013 at 09:59:35PM +0200, Andreas Tobler wrote: > >> On 20.05.13 21:51, Brooks Davis wrote: > >>> On Fri, May 17, 2013 at 12:06:01AM +0200, Andreas Tobler wrote: > On 15

svn commit: r250859 - head

2013-05-21 Thread Brooks Davis
Author: brooks Date: Tue May 21 16:58:23 2013 New Revision: 250859 URL: http://svnweb.freebsd.org/changeset/base/250859 Log: Restore the ability to build on systems with 32-bit compat when the system compiler is not clang. clang and gcc appear to differ signficantly in their interpretation

Re: svn commit: r250856 - head/sys/dev/ath/ath_hal/ar5416

2013-05-21 Thread Glen Barber
On Tue, May 21, 2013 at 02:28:05PM +, Adrian Chadd wrote: > Author: adrian > Date: Tue May 21 14:28:05 2013 > New Revision: 250856 > URL: http://svnweb.freebsd.org/changeset/base/250856 > > Log: > Fix build break - the SetCapability calls return HAL_BOOL, > not HAL_STATUS. > > Modified: >

Re: svn commit: r250853 - in head/sys: compat/freebsd32 kern

2013-05-21 Thread John Baldwin
On Tuesday, May 21, 2013 7:40:16 am Konstantin Belousov wrote: > Author: kib > Date: Tue May 21 11:40:16 2013 > New Revision: 250853 > URL: http://svnweb.freebsd.org/changeset/base/250853 > > Log: > Fix the wait6(2) on 32bit architectures and for the compat32, by using > the right type for the

svn commit: r250856 - head/sys/dev/ath/ath_hal/ar5416

2013-05-21 Thread Adrian Chadd
Author: adrian Date: Tue May 21 14:28:05 2013 New Revision: 250856 URL: http://svnweb.freebsd.org/changeset/base/250856 Log: Fix build break - the SetCapability calls return HAL_BOOL, not HAL_STATUS. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Modified: head/sys/dev/ath/ath_hal

svn commit: r250854 - in head/sys: compat/freebsd32 kern sys

2013-05-21 Thread Konstantin Belousov
Author: kib Date: Tue May 21 11:41:08 2013 New Revision: 250854 URL: http://svnweb.freebsd.org/changeset/base/250854 Log: Regenerate. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c head/s

svn commit: r250853 - in head/sys: compat/freebsd32 kern

2013-05-21 Thread Konstantin Belousov
Author: kib Date: Tue May 21 11:40:16 2013 New Revision: 250853 URL: http://svnweb.freebsd.org/changeset/base/250853 Log: Fix the wait6(2) on 32bit architectures and for the compat32, by using the right type for the argument in syscalls.master. Also fix the posix_fallocate(2) and posix_fadv

svn commit: r250852 - head/sys/fs/nullfs

2013-05-21 Thread Konstantin Belousov
Author: kib Date: Tue May 21 11:31:56 2013 New Revision: 250852 URL: http://svnweb.freebsd.org/changeset/base/250852 Log: Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(), for the case when the nullfs vnode is not reclaimed. Otherwise, later reclamation would not unlock

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

2013-05-21 Thread Konstantin Belousov
Author: kib Date: Tue May 21 11:24:32 2013 New Revision: 250851 URL: http://svnweb.freebsd.org/changeset/base/250851 Log: Fix the hardware watchpoints on SMP amd64. Load the updated %dr registers also on other CPUs, besides the CPU which happens to execute the ddb. The debugging registers

svn commit: r250850 - head/sys/amd64/amd64

2013-05-21 Thread Konstantin Belousov
Author: kib Date: Tue May 21 11:07:12 2013 New Revision: 250850 URL: http://svnweb.freebsd.org/changeset/base/250850 Log: Add amd64-specific ddb command 'show phys2dmap', which calculates the address in the direct map corresponding to the given physical address. Reviewed by: jhb Sponso

svn commit: r250849 - head/sys/vm

2013-05-21 Thread Konstantin Belousov
Author: kib Date: Tue May 21 11:04:00 2013 New Revision: 250849 URL: http://svnweb.freebsd.org/changeset/base/250849 Log: Add ddb command 'show pginfo' which provides useful information about a vm page, denoted either by an address of the struct vm_page, or, if the '/p' modifier is specified

Re: svn commit: r247086 - head/sys/x86/isa

2013-05-21 Thread Bruce Evans
On Tue, 21 May 2013, Alexey Dokuchaev wrote: On Mon, May 20, 2013 at 07:20:48AM -0600, Warner Losh wrote: On May 19, 2013, at 8:21 PM, Alexey Dokuchaev wrote: Apparently not: I've been running FreeBSD 8.4-PRERELEASE without pmtimer for a while, and noticed that my laptop stops keeping time dur