Re: svn commit: r247014 - head/lib/libc/stdlib

2013-02-20 Thread mdf
On Tue, Feb 19, 2013 at 3:57 PM, Giorgos Keramidas keram...@freebsd.org wrote: Author: keramida (doc committer) Date: Tue Feb 19 23:57:39 2013 New Revision: 247014 URL: http://svnweb.freebsd.org/changeset/base/247014 Log: Add a sample program that shows how a custom comparison function

Re: svn commit: r247014 - head/lib/libc/stdlib

2013-02-20 Thread David Chisnall
On 20 Feb 2013, at 08:25, m...@freebsd.org wrote: These should be declared const int *. And the cast shouldn't be needed in C, since void * can be assigned to any other pointer type. In fact, the entire function body can be replaced with: return (*(int*)p1 - *(int*)p2); qsort doesn't

Re: svn commit: r247014 - head/lib/libc/stdlib

2013-02-20 Thread Giorgos Keramidas
On 2013-02-20 09:32, David Chisnall thera...@freebsd.org wrote: On 20 Feb 2013, at 08:25, m...@freebsd.org wrote: These should be declared const int *. And the cast shouldn't be needed in C, since void * can be assigned to any other pointer type. In fact, the entire function body can be

Re: svn commit: r247014 - head/lib/libc/stdlib

2013-02-20 Thread Stefan Farfeleder
On Wed, Feb 20, 2013 at 09:32:43AM +, David Chisnall wrote: On 20 Feb 2013, at 08:25, m...@freebsd.org wrote: These should be declared const int *. And the cast shouldn't be needed in C, since void * can be assigned to any other pointer type. In fact, the entire function body can be

Re: svn commit: r247014 - head/lib/libc/stdlib

2013-02-20 Thread Giorgos Keramidas
On 2013-02-20 10:49, Stefan Farfeleder stef...@freebsd.org wrote: On Wed, Feb 20, 2013 at 09:32:43AM +, David Chisnall wrote: On 20 Feb 2013, at 08:25, m...@freebsd.org wrote: These should be declared const int *. And the cast shouldn't be needed in C, since void * can be assigned to any

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Wed Feb 20 11:14:55 2013 New Revision: 247025 URL: http://svnweb.freebsd.org/changeset/base/247025 Log: CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather than part of ts_status. Thus: * make sure we decode them from ts_flags, rather than ts_status; *

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Wed Feb 20 11:17:03 2013 New Revision: 247026 URL: http://svnweb.freebsd.org/changeset/base/247026 Log: Post interrupts in the ath alq trace. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Wed Feb 20 11:17:29 2013 New Revision: 247027 URL: http://svnweb.freebsd.org/changeset/base/247027 Log: oops, tab! Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c == ---

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Wed Feb 20 11:20:51 2013 New Revision: 247028 URL: http://svnweb.freebsd.org/changeset/base/247028 Log: Enable TX FIFO underrun interrupts. This allows the TX FIFO threshold adjustment code to now run. Tested: * AR5416, STA TODO: * Much more thorough

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Wed Feb 20 11:22:44 2013 New Revision: 247029 URL: http://svnweb.freebsd.org/changeset/base/247029 Log: A couple of quick tidyups: * Delete this debugging print - I used it when debugging the initial TX descriptor chaining code. It now works, so let's toss it.

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Wed Feb 20 11:24:11 2013 New Revision: 247030 URL: http://svnweb.freebsd.org/changeset/base/247030 Log: If any of the TX queues have underrun reporting enabled, enable HAL_INT_TXURN in the interrupt mask register. This should now allow for TXURN interrupts to be

Re: svn commit: r246033 - head/usr.bin/systat

2013-02-20 Thread Bruce Evans
On Tue, 29 Jan 2013, Andrey Zonov wrote: On 1/28/13 6:51 PM, Bruce Evans wrote: On Mon, 28 Jan 2013, Andrey Zonov wrote: Log: - Show page faults requiring I/O on vmstat display. No space is available there for showing it. Yep, you're right. +mvprintw(VMSTATROW, VMSTATCOL + 9,

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Wed Feb 20 12:14:49 2013 New Revision: 247033 URL: http://svnweb.freebsd.org/changeset/base/247033 Log: Configure larger TX FIFO default and maximum level values. This has reduced the number of TX delimiter and data underruns when doing large UDP transfers (100mbit).

svn commit: r247034 - head/usr.sbin/mountd

2013-02-20 Thread Sergey Kandaurov
Author: pluknet Date: Wed Feb 20 12:40:26 2013 New Revision: 247034 URL: http://svnweb.freebsd.org/changeset/base/247034 Log: Check if the -sec option is given without an argument. PR: bin/170413 Submitted by: Andrey Simonenko si...@comsys.ntu-kpi.kiev.ua MFC after:1 week

svn commit: r247035 - head/sys/dev/ixgbe

2013-02-20 Thread Dag-Erling Smørgrav
Author: des Date: Wed Feb 20 12:59:21 2013 New Revision: 247035 URL: http://svnweb.freebsd.org/changeset/base/247035 Log: Reduce excessive nesting. Modified: head/sys/dev/ixgbe/ixgbe_phy.c Modified: head/sys/dev/ixgbe/ixgbe_phy.c

svn commit: r247036 - head/usr.bin/systat

2013-02-20 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Feb 20 13:47:05 2013 New Revision: 247036 URL: http://svnweb.freebsd.org/changeset/base/247036 Log: Add interface name filtering via 'match' cmd. Add 'pps' cmd for switching beetween interface packets/bytes statistics. Submitted by: vsevolod MFC after:2

svn commit: r247037 - head/usr.bin/systat

2013-02-20 Thread Alexander V. Chernikov
Author: melifaro Date: Wed Feb 20 14:19:09 2013 New Revision: 247037 URL: http://svnweb.freebsd.org/changeset/base/247037 Log: Fix several new old style issues. Pointed by: ae, pluknet, zont MFC with: r247036 Modified: head/usr.bin/systat/ifcmds.c head/usr.bin/systat/ifstat.c

svn commit: r247041 - head/usr.sbin/makefs

2013-02-20 Thread Brooks Davis
Author: brooks Date: Wed Feb 20 15:18:42 2013 New Revision: 247041 URL: http://svnweb.freebsd.org/changeset/base/247041 Log: Add a -D flag that causes duplicate entries in an mtree manifest to be treated as warnings rather than errors. Reviewed by: marcel Sponsored by: DARPA, AFRL

svn commit: r247042 - head/usr.sbin/makefs

2013-02-20 Thread Brooks Davis
Author: brooks Date: Wed Feb 20 15:25:40 2013 New Revision: 247042 URL: http://svnweb.freebsd.org/changeset/base/247042 Log: Fix the -N option in manifest mode by using pwcache(3). This also speeds up image creation appreciably. Reviewed by: marcel Sponsored by: DARPA, AFRL

svn commit: r247043 - head/usr.sbin/makefs

2013-02-20 Thread Brooks Davis
Author: brooks Date: Wed Feb 20 15:28:40 2013 New Revision: 247043 URL: http://svnweb.freebsd.org/changeset/base/247043 Log: Allow '.' components in manifest paths. They are always the first component of mtree -C and install -M output and are easily skipped. Reviewed by: marcel

svn commit: r247044 - head/sys/netinet

2013-02-20 Thread Sergey Kandaurov
Author: pluknet Date: Wed Feb 20 15:44:40 2013 New Revision: 247044 URL: http://svnweb.freebsd.org/changeset/base/247044 Log: ip_savecontrol() style fixes. No functional changes. - fix indentation - put the operator at the end of the line for long statements - remove spaces between the

Re: svn commit: r247012 - in head/contrib/binutils: gas/config opcodes

2013-02-20 Thread John Baldwin
On Tuesday, February 19, 2013 4:35:17 pm John-Mark Gurney wrote: Author: jmg Date: Tue Feb 19 21:35:17 2013 New Revision: 247012 URL: http://svnweb.freebsd.org/changeset/base/247012 Log: add support for AES and PCLMULQDQ instructions to binutils... Thanks to Mike Belopuhov for the

svn commit: r247045 - head/sys/boot/fdt

2013-02-20 Thread Tim Kientzle
Author: kientzle Date: Wed Feb 20 16:32:38 2013 New Revision: 247045 URL: http://svnweb.freebsd.org/changeset/base/247045 Log: Fix fdt addr to accept literal addresses rather than va offsets. When initializing the fdt, query U-Boot as well. With this change, it is now feasible to have

svn commit: r247046 - in head/sys/arm: arm at91 econa include s3c2xx0 sa11x0 xscale/i80321 xscale/i8134x xscale/ixp425 xscale/pxa

2013-02-20 Thread Alan Cox
Author: alc Date: Wed Feb 20 16:48:52 2013 New Revision: 247046 URL: http://svnweb.freebsd.org/changeset/base/247046 Log: Initialize vm_max_kernel_address on non-FDT platforms. (This should have been included in r246926.) The second parameter to pmap_bootstrap() is redundant. Eliminate

svn commit: r247047 - in head/sys: amd64/include boot/userboot/userboot i386/include x86/include

2013-02-20 Thread Konstantin Belousov
Author: kib Date: Wed Feb 20 17:39:52 2013 New Revision: 247047 URL: http://svnweb.freebsd.org/changeset/base/247047 Log: Convert machine/elf.h, machine/frame.h, machine/sigframe.h, machine/signal.h and machine/ucontext.h into common x86 includes, copying from amd64 and merging with i386.

svn commit: r247048 - head/cddl/contrib/opensolaris/cmd/dtrace

2013-02-20 Thread Justin T. Gibbs
Author: gibbs Date: Wed Feb 20 17:46:38 2013 New Revision: 247048 URL: http://svnweb.freebsd.org/changeset/base/247048 Log: Orphaned processes that are being traced are killed by the kernel. Properly restore, continue, and detach from processes being DTraced when DTrace exits with an error

Re: svn commit: r247035 - head/sys/dev/ixgbe

2013-02-20 Thread Jack Vogel
OK, this change must be backed out. This was not run past me, and this is a shared code file, that means its code that we license in both GPL, BSD, and closed source licensing, and thus we CANNOT accept changes without special handling. Further, I do not author this code, its done by another team

svn commit: r247049 - head/sys/cddl/contrib/opensolaris/uts/common/dtrace

2013-02-20 Thread Justin T. Gibbs
Author: gibbs Date: Wed Feb 20 17:55:17 2013 New Revision: 247049 URL: http://svnweb.freebsd.org/changeset/base/247049 Log: Avoid panic when tearing down the DTrace pid provider for a process that has crashed. sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c: In

svn commit: r247050 - head/lib/libc/stdlib

2013-02-20 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Wed Feb 20 18:31:55 2013 New Revision: 247050 URL: http://svnweb.freebsd.org/changeset/base/247050 Log: Various improvements to the qsort(3) usage example: - Remove unused #include. - Do not cast away const. - Use the canonical idiom to compare

Re: svn commit: r247012 - in head/contrib/binutils: gas/config opcodes

2013-02-20 Thread John-Mark Gurney
John Baldwin wrote this message on Wed, Feb 20, 2013 at 08:09 -0500: On Tuesday, February 19, 2013 4:35:17 pm John-Mark Gurney wrote: Author: jmg Date: Tue Feb 19 21:35:17 2013 New Revision: 247012 URL: http://svnweb.freebsd.org/changeset/base/247012 Log: add support for AES and

Re: svn commit: r247035 - head/sys/dev/ixgbe

2013-02-20 Thread Dag-Erling Smørgrav
Jack Vogel jfvo...@gmail.com writes: OK, this change must be backed out. This was not run past me, and this is a shared code file, that means its code that we license in both GPL, BSD, and closed source licensing, and thus we CANNOT accept changes without special handling. Further, I do not

Re: svn commit: r247035 - head/sys/dev/ixgbe

2013-02-20 Thread Jack Vogel
No, I'm not confused, I am the owner of the driver, and keep the FreeBSD code and the Intel code in sync, any changes to the code should be run by me first. Jack On Wed, Feb 20, 2013 at 10:57 AM, Dag-Erling Smørgrav d...@des.no wrote: Jack Vogel jfvo...@gmail.com writes: OK, this change

svn commit: r247051 - head/lib/libc/stdlib

2013-02-20 Thread Joel Dahl
Author: joel (doc committer) Date: Wed Feb 20 19:05:13 2013 New Revision: 247051 URL: http://svnweb.freebsd.org/changeset/base/247051 Log: Sort sections. Modified: head/lib/libc/stdlib/qsort.3 Modified: head/lib/libc/stdlib/qsort.3

Re: svn commit: r247035 - head/sys/dev/ixgbe

2013-02-20 Thread Juli Mallett
On Wed, Feb 20, 2013 at 10:57 AM, Dag-Erling Smørgrav d...@des.no wrote: Jack Vogel jfvo...@gmail.com writes: OK, this change must be backed out. This was not run past me, and this is a shared code file, that means its code that we license in both GPL, BSD, and closed source licensing, and

Re: svn commit: r247035 - head/sys/dev/ixgbe

2013-02-20 Thread Dag-Erling Smørgrav
Jack Vogel jfvo...@gmail.com writes: No, I'm not confused, I am the owner of the driver, and keep the FreeBSD code and the Intel code in sync, any changes to the code should be run by me first. Where is this documented? DES -- Dag-Erling Smørgrav - d...@des.no

Re: svn commit: r247035 - head/sys/dev/ixgbe

2013-02-20 Thread Dag-Erling Smørgrav
Juli Mallett jmall...@freebsd.org writes: Please don't. Many others have accepted/respected Jack's maintainership by letting him keep control of the in-tree driver as much as is possible, particularly outside of ixgbe.c. Jack claims to have a hard lock on the driver. While not unheard of, it

svn commit: r247052 - head/usr.sbin/makefs

2013-02-20 Thread Brooks Davis
Author: brooks Date: Wed Feb 20 19:32:31 2013 New Revision: 247052 URL: http://svnweb.freebsd.org/changeset/base/247052 Log: Support hardlinks in manifest files by the same logic as the treewalk code. Reviewed by: marcel Sponsored by: DARPA, AFRL Modified:

Re: svn commit: r247012 - in head/contrib/binutils: gas/config opcodes

2013-02-20 Thread John Baldwin
On Wednesday, February 20, 2013 1:42:00 pm John-Mark Gurney wrote: John Baldwin wrote this message on Wed, Feb 20, 2013 at 08:09 -0500: On Tuesday, February 19, 2013 4:35:17 pm John-Mark Gurney wrote: Author: jmg Date: Tue Feb 19 21:35:17 2013 New Revision: 247012 URL:

svn commit: r247054 - head/share/mk

2013-02-20 Thread Ed Maste
Author: emaste Date: Wed Feb 20 20:42:56 2013 New Revision: 247054 URL: http://svnweb.freebsd.org/changeset/base/247054 Log: Fix parallel build race with DEBUG_FLAGS Reported by: Jan Beich on freebsd-current Tested by: markj Modified: head/share/mk/bsd.lib.mk Modified:

Re: svn commit: r247035 - head/sys/dev/ixgbe

2013-02-20 Thread Jack Vogel
My attitude? And what part of courtesy were you missing, did I make comments about you or your behavior. At this point I'd say you owe me an apology as well as the uncommit. Jack On Wed, Feb 20, 2013 at 11:07 AM, Dag-Erling Smørgrav d...@des.no wrote: Juli Mallett jmall...@freebsd.org writes:

Re: svn commit: r247035 - head/sys/dev/ixgbe

2013-02-20 Thread Dag-Erling Smørgrav
Jack Vogel jfvo...@gmail.com writes: My attitude? And what part of courtesy were you missing, did I make comments about you or your behavior. At this point I'd say you owe me an apology as well as the uncommit. I'll revert the commit, but you won't get an apology. You and / or Intel clearly

svn commit: r247056 - head/sys/dev/ixgbe

2013-02-20 Thread Dag-Erling Smørgrav
Author: des Date: Wed Feb 20 21:16:50 2013 New Revision: 247056 URL: http://svnweb.freebsd.org/changeset/base/247056 Log: revert 247035 Modified: head/sys/dev/ixgbe/ixgbe_phy.c Modified: head/sys/dev/ixgbe/ixgbe_phy.c

svn commit: r247059 - head/sys/sys

2013-02-20 Thread Warner Losh
Author: imp Date: Wed Feb 20 22:20:49 2013 New Revision: 247059 URL: http://svnweb.freebsd.org/changeset/base/247059 Log: Remove the unused spl functions: spl0, splsoftcam, splsofttty, splsofttq and splstatclock. Other used spl functions to follow. Modified: head/sys/sys/systm.h

svn commit: r247060 - head/usr.sbin/pkg

2013-02-20 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 20 22:51:42 2013 New Revision: 247060 URL: http://svnweb.freebsd.org/changeset/base/247060 Log: Do not use deprecated functions from libarchive Modified: head/usr.sbin/pkg/pkg.c Modified: head/usr.sbin/pkg/pkg.c

svn commit: r247061 - in head/sys: crypto/aesni opencrypto

2013-02-20 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Feb 20 22:59:53 2013 New Revision: 247061 URL: http://svnweb.freebsd.org/changeset/base/247061 Log: When porting XTS-related code from OpenBSD I forgot to update copyright (only OpenBSD was credited in one of two commits). Fix it. Reported by: Theo de Raadt

svn commit: r247062 - head/sys/dev/cxgbe

2013-02-20 Thread Navdeep Parhar
Author: np Date: Wed Feb 20 23:15:40 2013 New Revision: 247062 URL: http://svnweb.freebsd.org/changeset/base/247062 Log: cxgbe(4): Assume that CSUM_TSO in the transmit path implies CSUM_IP and CSUM_TCP too. They are all set explicitly by the kernel usually. While here, fix an unrelated

Re: svn commit: r247059 - head/sys/sys

2013-02-20 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-02-20 17:20:50 -0500, Warner Losh wrote: Author: imp Date: Wed Feb 20 22:20:49 2013 New Revision: 247059 URL: http://svnweb.freebsd.org/changeset/base/247059 Log: Remove the unused spl functions: spl0, splsoftcam, splsofttty, splsofttq

svn commit: r247064 - head/sys/dev/e1000

2013-02-20 Thread Jack F Vogel
Author: jfv Date: Thu Feb 21 00:25:45 2013 New Revision: 247064 URL: http://svnweb.freebsd.org/changeset/base/247064 Log: Refresh on the shared code for the E1000 drivers. - bear with me, there are lots of white space changes, I would not do them, but I am a mere consumer of this

svn commit: r247065 - head/sys/dev/ppc

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 00:26:31 2013 New Revision: 247065 URL: http://svnweb.freebsd.org/changeset/base/247065 Log: No longer need splhigh() since locking was done, delete it and comments about it. Modified: head/sys/dev/ppc/ppc_isa.c Modified: head/sys/dev/ppc/ppc_isa.c

svn commit: r247066 - head/sys/dev/ppc

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 00:27:51 2013 New Revision: 247066 URL: http://svnweb.freebsd.org/changeset/base/247066 Log: Replace splhigh() with critical_enter()/leave() to ensure we write the config mode unlock sequence quickly enough. This likely isn't too critical, since splhigh() has

svn commit: r247067 - head/sys/pci

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 00:36:12 2013 New Revision: 247067 URL: http://svnweb.freebsd.org/changeset/base/247067 Log: Kill now-bogus splhigh() -- it is a nop Modified: head/sys/pci/ncr.c Modified: head/sys/pci/ncr.c

svn commit: r247068 - head/sys/x86/isa

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 00:40:08 2013 New Revision: 247068 URL: http://svnweb.freebsd.org/changeset/base/247068 Log: Fix broken usage of splhigh() by removing it. Modified: head/sys/x86/isa/atrtc.c Modified: head/sys/x86/isa/atrtc.c

svn commit: r247069 - head/sys/dev/mcd

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 02:34:04 2013 New Revision: 247069 URL: http://svnweb.freebsd.org/changeset/base/247069 Log: The other giant locked storage drivers have removed splbio(), for the most part, so remove it here too. Anybody locking this driver will need far more than locks where

svn commit: r247070 - head/sys/pci

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 02:40:20 2013 New Revision: 247070 URL: http://svnweb.freebsd.org/changeset/base/247070 Log: Most other giant locked storage drivers in the tree don't use splsoftclock to note the need for future locking, so remove it from here. Modified: head/sys/pci/ncr.c

svn commit: r247071 - head/sys/kern

2013-02-20 Thread Jamie Gritton
Author: jamie Date: Thu Feb 21 02:41:37 2013 New Revision: 247071 URL: http://svnweb.freebsd.org/changeset/base/247071 Log: Don't worry if a module is already loaded when looking for a fstype to mount (possible in a race condition). Reviewed by: kib MFC after:1 week Modified:

svn commit: r247072 - head/sys/fs/nfsclient

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 02:43:44 2013 New Revision: 247072 URL: http://svnweb.freebsd.org/changeset/base/247072 Log: The request queue is already locked, so we don't need the splsofclock/splx here to note future work. Modified: head/sys/fs/nfsclient/nfs_clstate.c Modified:

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Thu Feb 21 02:52:13 2013 New Revision: 247073 URL: http://svnweb.freebsd.org/changeset/base/247073 Log: Remove this unneeded printf(), sorry! Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Thu Feb 21 06:18:40 2013 New Revision: 247085 URL: http://svnweb.freebsd.org/changeset/base/247085 Log: Add a new option to limit the maximum size of aggregates. The default is to limit them to what the hardware is capable of. Add sysctl twiddles for both the non-RTS

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

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 06:38:24 2013 New Revision: 247086 URL: http://svnweb.freebsd.org/changeset/base/247086 Log: Correct comment about use of pmtimer, and the real reason it isn't used or desirable for amd64. Modified: head/sys/x86/isa/clock.c Modified: head/sys/x86/isa/clock.c

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

2013-02-20 Thread Adrian Chadd
Author: adrian Date: Thu Feb 21 06:38:49 2013 New Revision: 247087 URL: http://svnweb.freebsd.org/changeset/base/247087 Log: Add an option to allow the minimum number of delimiters to be tweaked. This is primarily for debugging purposes. Tested: * AR5416, STA mode Modified:

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

2013-02-20 Thread Alexey Dokuchaev
On Thu, Feb 21, 2013 at 06:38:24AM +, Warner Losh wrote: New Revision: 247086 URL: http://svnweb.freebsd.org/changeset/base/247086 Log: Correct comment about use of pmtimer, and the real reason it isn't used or desirable for amd64. Thanks! + * pmtimer is used only with the old

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

2013-02-20 Thread Warner Losh
On Feb 20, 2013, at 11:49 PM, Alexey Dokuchaev wrote: On Thu, Feb 21, 2013 at 06:38:24AM +, Warner Losh wrote: New Revision: 247086 URL: http://svnweb.freebsd.org/changeset/base/247086 Log: Correct comment about use of pmtimer, and the real reason it isn't used or desirable for

svn commit: r247088 - head/sys/i386/isa

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 07:16:40 2013 New Revision: 247088 URL: http://svnweb.freebsd.org/changeset/base/247088 Log: Locking for todr got pushed down into inittodr and the client libraries it calls (although some might not be doing it right). We are serialized right now by giant as

svn commit: r247089 - head/sys/dev/si

2013-02-20 Thread Warner Losh
Author: imp Date: Thu Feb 21 07:19:50 2013 New Revision: 247089 URL: http://svnweb.freebsd.org/changeset/base/247089 Log: Remove incorrect comment about splsoftclock. Modified: head/sys/dev/si/si.c Modified: head/sys/dev/si/si.c