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

2009-05-09 Thread Peter Jeremy
On 2009-Apr-29 06:54:40 +, Jeff Roberson wrote: >+ * At the time of writing (May 12, 2005) the only hyperthreaded >+ * cpus are from Intel, and Intel's dual-core processors can be >+ * identified via the "deterministic cache parameters" cpuid >+ * calls. I realise this

svn commit: r191956 - in head/sys/dev: ipw iwi iwn wpi

2009-05-09 Thread Andrew Thompson
Author: thompsa Date: Sun May 10 02:44:19 2009 New Revision: 191956 URL: http://svn.freebsd.org/changeset/base/191956 Log: Abort any scan on a fatal firmware. ic_scan_curchan is overridden to perform the scan in firmware and this relies on the firmware to wake up the scan task on completion.

svn commit: r191955 - head/sys/net80211

2009-05-09 Thread Andrew Thompson
Author: thompsa Date: Sun May 10 02:21:19 2009 New Revision: 191955 URL: http://svn.freebsd.org/changeset/base/191955 Log: Cancel the scan when going to INIT state. Should do this for other states here too as once the protocol newstate handler runs the scan has always ended. Modified: head/

Re: svn commit: r191943 - head/sys/netinet

2009-05-09 Thread Bruce Simpson
Warner Losh wrote: Author: imp Date: Sat May 9 18:50:01 2009 New Revision: 191943 URL: http://svn.freebsd.org/changeset/base/191943 Log: Remove bogus comment. Thanks for tackling the BURN_BRIDGES cleanup. Some more general thoughts: Actually, in_multihead can probably get blown away now

svn commit: r191954 - in head/sys: amd64/conf arm/conf conf i386/conf ia64/conf mips/conf pc98/conf powerpc/conf sparc64/conf

2009-05-09 Thread Jun Kuriyama
Author: kuriyama Date: Sun May 10 00:00:25 2009 New Revision: 191954 URL: http://svn.freebsd.org/changeset/base/191954 Log: - Use "device\t" and "options \t" for consistency. Modified: head/sys/amd64/conf/DEFAULTS head/sys/amd64/conf/GENERIC head/sys/amd64/conf/NOTES head/sys/amd64/conf

Re: svn commit: r191883 - head/sys/compat/linux

2009-05-09 Thread Chagin Dmitry
On Fri, May 08, 2009 at 11:45:16AM +1000, Bruce Evans wrote: > On Thu, 7 May 2009, Dmitry Chagin wrote: > > > Log: > > Linux exports HZ value to user space via AT_CLKTCK auxiliary vector entry, > > which is available for Glibc as sysconf(_SC_CLK_TCK). If AT_CLKTCK entry is > > not exported, Gli

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

2009-05-09 Thread Ivan Voras
Author: ivoras Date: Sat May 9 20:18:20 2009 New Revision: 191953 URL: http://svn.freebsd.org/changeset/base/191953 Log: Describe the topology_spec sysctl and do some minor adjustments to relating documentation. Reviewed by: brooks (older version) Approved by: gnn (mentor) Modified:

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

2009-05-09 Thread Sam Leffler
Author: sam Date: Sat May 9 19:44:23 2009 New Revision: 191952 URL: http://svn.freebsd.org/changeset/base/191952 Log: hookup iwnfw.4 Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile == -

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

2009-05-09 Thread Sam Leffler
Author: sam Date: Sat May 9 19:19:30 2009 New Revision: 191950 URL: http://svn.freebsd.org/changeset/base/191950 Log: restore ref to iwnfw Modified: head/share/man/man4/iwn.4 Modified: head/share/man/man4/iwn.4 == -

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

2009-05-09 Thread Sam Leffler
Author: sam Date: Sat May 9 19:19:19 2009 New Revision: 191949 URL: http://svn.freebsd.org/changeset/base/191949 Log: iwn firmware Added: head/share/man/man4/iwnfw.4 (contents, props changed) Added: head/share/man/man4/iwnfw.4 ==

svn commit: r191951 - head/sys/dev/iwi

2009-05-09 Thread Sam Leffler
Author: sam Date: Sat May 9 19:22:37 2009 New Revision: 191951 URL: http://svn.freebsd.org/changeset/base/191951 Log: push wme parameter setting to the taskq thread; the update callback from net80211 can happen from the ithread and submitting the fw cmd requires a sleepable context Modifie

svn commit: r191948 - head/sys/kern

2009-05-09 Thread Warner Losh
Author: imp Date: Sat May 9 19:08:22 2009 New Revision: 191948 URL: http://svn.freebsd.org/changeset/base/191948 Log: Spell NULL properly, use (void) rather than () for functions with no parameters. Mark two items as static that aren't used elsewhere... Modified: head/sys/kern/subr_kdb.c

svn commit: r191947 - head/sys/sys

2009-05-09 Thread Ed Schouten
Author: ed Date: Sat May 9 19:01:24 2009 New Revision: 191947 URL: http://svn.freebsd.org/changeset/base/191947 Log: Clean up . - Just use #error when including in the kernel. Code hasn't used this header for years now and probably doesn't compile anyway, because of -Werror.

svn commit: r191946 - head/sys/kern

2009-05-09 Thread Warner Losh
Author: imp Date: Sat May 9 19:00:47 2009 New Revision: 191946 URL: http://svn.freebsd.org/changeset/base/191946 Log: Retire kern.vm.kmem.size. It was marked as obsolete prior to 5.2, so it can go. Modified: head/sys/kern/kern_malloc.c Modified: head/sys/kern/kern_malloc.c ==

svn commit: r191945 - head/sys/contrib/dev/iwi

2009-05-09 Thread Sam Leffler
Author: sam Date: Sat May 9 18:54:18 2009 New Revision: 191945 URL: http://svn.freebsd.org/changeset/base/191945 Log: Makefile to record the technique by which the .uu files are generated from the Intel-distributed .fw files Added: head/sys/contrib/dev/iwi/Makefile (contents, props chang

svn commit: r191943 - head/sys/netinet

2009-05-09 Thread Warner Losh
Author: imp Date: Sat May 9 18:50:01 2009 New Revision: 191943 URL: http://svn.freebsd.org/changeset/base/191943 Log: Remove bogus comment. Modified: head/sys/netinet/in_var.h Modified: head/sys/netinet/in_var.h ==

Re: svn commit: r191941 - head/share/man/man4

2009-05-09 Thread Sam Leffler
Ollivier Robert wrote: Author: roberto Date: Sat May 9 18:09:18 2009 New Revision: 191941 URL: http://svn.freebsd.org/changeset/base/191941 Log: Remove reference to nonexistant manpage. PR: ports/131898 Submitted by: Niclas Zeising Prodded by: sbruno Modified: h

svn commit: r191942 - head/sys/netinet6

2009-05-09 Thread Warner Losh
Author: imp Date: Sat May 9 18:25:58 2009 New Revision: 191942 URL: http://svn.freebsd.org/changeset/base/191942 Log: Implement RFC 5095 more fully. Rather than marking this no-op code as BURN_BRIDGES, just remove it. Adjust comments. Reviewed by: dwhite, emaste, battlez Modified:

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

2009-05-09 Thread Ollivier Robert
Author: roberto Date: Sat May 9 18:09:18 2009 New Revision: 191941 URL: http://svn.freebsd.org/changeset/base/191941 Log: Remove reference to nonexistant manpage. PR: ports/131898 Submitted by: Niclas Zeising Prodded by: sbruno Modified: head/share/man/man

svn commit: r191940 - in head/sys: fs/nfs fs/nfsserver kern nfsserver nlm ufs/ufs

2009-05-09 Thread Alexander Kabaev
Author: kan Date: Sat May 9 18:09:17 2009 New Revision: 191940 URL: http://svn.freebsd.org/changeset/base/191940 Log: Do not embed struct ucred into larger netcred parent structures. Credential might need to hang around longer than its parent and be used outside of mnt_explock scope cont

svn commit: r191939 - head/sys/dev/asr

2009-05-09 Thread Warner Losh
Author: imp Date: Sat May 9 17:47:42 2009 New Revision: 191939 URL: http://svn.freebsd.org/changeset/base/191939 Log: Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@ Modified: head/sys/dev/asr/asr.c Modified: head/sys/dev/asr/asr.c =

svn commit: r191938 - head/lib/libc/gen

2009-05-09 Thread Ed Schouten
Author: ed Date: Sat May 9 16:42:57 2009 New Revision: 191938 URL: http://svn.freebsd.org/changeset/base/191938 Log: TTYs don't necessarily use /dev/ttyxx. Submitted by: csjp Modified: head/lib/libc/gen/ttyname.3 Modified: head/lib/libc/gen/ttyname.3 ===

svn commit: r191937 - head/sys/nlm

2009-05-09 Thread Doug Rabson
Author: dfr Date: Sat May 9 15:41:22 2009 New Revision: 191937 URL: http://svn.freebsd.org/changeset/base/191937 Log: Work around non-standard behaviour of rpcbind in some versions of Linux (FC4?). Submitted by: zachary dot loafman at isilon dot com Modified: head/sys/nlm/nlm_prot_impl

svn commit: r191936 - in head: sys/sys usr.bin/kdump

2009-05-09 Thread Ed Schouten
Author: ed Date: Sat May 9 15:09:40 2009 New Revision: 191936 URL: http://svn.freebsd.org/changeset/base/191936 Log: Add support for old TTY ioctls to kdump. At first I allowed ioctl_compat.h to be included, but it just returned an empty file. I had to do this, to keep kdump happy. I rea

svn commit: r191935 - head/sys/vm

2009-05-09 Thread Alan Cox
Author: alc Date: Sat May 9 08:30:44 2009 New Revision: 191935 URL: http://svn.freebsd.org/changeset/base/191935 Log: Fix a race involving vnode_pager_input_smlfs(). Specifically, in the case that vnode_pager_input_smlfs() zeroes the page, it should not mark the page as valid until after t