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
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.
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/
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
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
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
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:
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
==
-
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
==
-
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
==
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
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
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.
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
==
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
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
==
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
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:
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
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
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
=
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
===
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
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
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
25 matches
Mail list logo