| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
I'm using an AIR-CB12AG to make this commit.
Approved by: sam
|
|
|
|
|
| |
PR: docs/75139
Submitted by: Richard Smith
|
|
|
|
| |
Spotted by: Rong-En Fan <grafan at gmail.com>
|
|
|
|
|
|
|
|
| |
christened. We don't know whether he was born on the same or the
previous day.
From: Die Musik in Gecshichte und Gegenwart (Bärenreiter, Kassel,
1989), 1:1509
|
|
|
|
|
|
|
|
|
|
| |
birth:
1. Remove anachronistic "Germany". Depending on your viewpoint, he
was born in the Rheinland or Prussia.
2. Remove reference to his date of birth. It's not known, though
it's possible it was 16t or 17 December.
3. Get the date of his christening right.
|
|
|
|
| |
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
port during the device probe as this can cause hangs on some machines,
specifically Compaq R3000Z series amd64 laptops. The flag is bit 3, or
0x8.
PR: amd64/67745
Reported by: Neil Winterbauer newntrbr at ucla dot edu, many others
Tested by: ade, astrodog at gmail dot com, many others
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- NFS direct IO completely bypasses the buffer and page caches.
If a file is open for direct IO all caching is disabled.
- Direct IO for Directories will be addressed later.
- 2 new NFS directio related sysctls are added. One is a knob to
disable NFS direct IO completely (direct IO is enabled by default).
The other is to disallow mmaped IO on a file that has at least one
O_DIRECT open (see the comment in nfs_vnops.c for more details).
The default is to allow mmaps on a file that has O_DIRECT opens.
Submitted by: Mohan Srinivasan mohans at yahoo-inc dot com
Obtained from: Yahoo!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In such cases, the busying of the page and the unlocking of the
containing object by vm_map_pmap_enter() and vm_fault_prefault() is
unnecessary overhead. To eliminate this overhead, this change
modifies pmap_enter_quick() so that it expects the object to be locked
on entry and it assumes the responsibility for busying the page and
unlocking the object if it must sleep. Note: alpha, amd64, i386 and
ia64 are the only implementations optimized by this change; arm,
powerpc, and sparc64 still conservatively busy the page and unlock the
object within every pmap_enter_quick() call.
Additionally, this change is the first case where we synchronize
access to the page's PG_BUSY flag and busy field using the containing
object's lock rather than the global page queues lock. (Modifications
to the page's PG_BUSY flag and busy field have asserted both locks for
several weeks, enabling an incremental transition.)
|
|
|
|
|
|
|
| |
kills my sorting.
Submitted by: ru
Discussed with: imp
|
| |
|
| |
|
|
|
|
| |
PR: kern/71130
|
|
|
|
|
| |
PR: 72505
Submitted by: Amir Shalem <amir@active.ath.cx>
|
|
|
|
| |
MFC after: 3 days
|
| |
|
| |
|
|
|
|
| |
Submitted by: Ray Gilstrap
|
|
|
|
|
| |
Submitted by: Liam J. Foy <liamfoy@sepulcrum.org>
Approved by: grehan (mentor)
|
|
|
|
| |
Approved by: anholt, grehan (mentor)
|
| |
|
|
|
|
|
|
|
|
|
| |
pointers to an integer via uintptr_t.
Fix an apparent bug that caused a compile failure.
ieee80211_iterate_nodes() takes ic->ic_sta as its first argument on the
onoe module. It had just 'ic' here in the same context, which was a
mismatched argument.
|
|
|
|
|
|
|
|
| |
of a sizeof, need to use %z to get the correct type on all our platforms.
Also, convert integers<->pointers via uintptr_t.
(I think Sam's instructions were for me to commit this. If I
misunderstood, then I apologize in advance.)
|
| |
|
|
|
|
|
|
|
| |
Approved by: Jason L. Wright (original author)
Reviewed by: imp
Obtained from: OpenBSD
MFC after: 3 days
|
|
|
|
|
|
| |
Sort the list, please keep this list sorted.
PR: 48569
|
|
|
|
|
| |
break rijndael out into a separate module a la rc4 but several
other cases need to be fixed also so for now do as others do
|
| |
|
|
|
|
|
|
| |
drivers.
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
MFC after: 1 week
|
| |
|
| |
|
|
|
|
| |
Mostly from: tegge
|
|
|
|
|
|
| |
- bump .Dd
MFC after: 3 days
|
|
|
|
|
|
| |
- bump .Dd
MFC after: 3 days
|
|
|
|
|
|
|
|
| |
- sort SYNOPSIS devices
- Xref fwe(4)
- bump .Dd
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
|
| |
- sort SYNOPSIS devices
- capitalize Ethernet
- Xref fwip(4)
- bump .Dd
MFC after: 3 days
|
|
|
|
|
|
|
| |
- correct a grammar nit
- bump .Dd
MFC after: 3 days
|
|
|
|
| |
MFC after: 3 days
|
| |
|
|
|
|
| |
This is a good candidate for the golden pointy hat awards.
|
| |
|
|
|
|
| |
Submitted by: A manual page, ru of course.
|
| |
|
|
|
|
|
| |
This is what ida_v4_done() does and seems to be necessary with some
firmware versions on v3 devices.
|