Age | Commit message (Collapse) | Author |
|
|
|
Abel Abraham Camarillo Ojeda.
From Brad
|
|
From Brad
|
|
1) Allocating with M_WAITOK, checking for NULL, and calling panic() is
pointless (malloc() will panic if it can't allocate) so remove the check
and the call.
2) Allocating with M_WAITOK, checking for NULL, and then gracefully
handling failure to allocate is pointless. Instead also pass M_CANFAIL
so malloc() doesn't panic so we can actually handle it gracefully.
1) was done using Coccinelle.
Input from oga.
ok miod.
|
|
delete garbage lines.
ok syuu@
|
|
pirofti@.
|
|
confusing Coccinelle.
No binary change.
ok dlg@
|
|
Prodded by deraadt@ and the lack of testers on tech@.
|
|
This is originally written by Hiroyuki Aizu, ported and integrated
in our tree by Javier Vazquez <javama4 AT gmail> with tweaks and
suggestions by me.
Import prodded by deraadt@ and the lack of testers on tech@.
|
|
deactivate pages after syncing.
While here, don't check flags for PQ_INACTIVE (this is the only place
outside uvm_page.c where this is done) because pagedeactivate does this
already.
First part from Christian Ehrhart, second from me.
Both ok ariane@.
I meant to commit this about a week ago, but accidentally commited to my
local cvs mirror then forgot about it.
|
|
From Brad.
|
|
tested by many for over a week. ok kettenis@ phessler@.
|
|
triples the number of interrupt vectors that can be handled by the primary
CPU. Important for MSI, but could also fix some issues with large machines
loaded with a lot of devices.
tested by many; ok deraadt@, marco@
|
|
|
|
now.
|
|
for kdump. Added missing license to the file, with the kind
permission of the author David Kirchner. Not used yet. ok miod@
|
|
|
|
e1000e driver (which enables MSI as well), leaving everything handled by the
old Linux e1000 driver (which doesn't enable MSI) use legacy interrupts.
tested by many; ok jsg@
|
|
deserves to get credited for this, but I have no idea where that came from
|
|
|
|
|
|
ok miod@
|
|
ok miod@
|
|
the specifics adb arguments.
Now apm(4) no longer depends on adb stuff and piic(4) doesn't attach on a
via-cuda machine (e.g. my color G3 iMac).
ok miod@
|
|
ok miod@
|
|
some more testing.
|
|
|
|
|
|
pkg-config commit it does again)
|
|
|
|
|
|
|
|
check to make sure cmdlen is correct while there.
ok miod@
|
|
option's description. jmc points out this works better than deferring
such information to a post-options sentence.
|
|
disks and scsi id#3 as the boot device, by all means, use DUIDs to mount your
filesystems and it won't matter what sd unit number the boot disk attaches with.
|
|
pass a struct confargs * on macppc for some specific children of the adb
node, and not confuse real adb device attachments.
ok mpi@
|
|
DigiCert High Assurance CA-3
Go Daddy Secure Certification Authority/serialNumber=07969287
Equifax Secure Certificate Authority
VeriSign Class 3 Public Primary Certification Authority - G5
Entrust Certification Authority - L1C
Entrust.net Secure Server Certification Authority
ok mikeb@ beck@ fgsch@
constant prodding by marco@
|
|
text copied from mv, as noticed by otto.
|
|
Slightly changed version of a diff from Martin Furter.
|
|
|
|
from Martin Furter
|
|
|
|
will work and add PHY wake up code for RTL8401E.
From brad
|
|
|
|
|
|
--print-requires-private)
- process Requires.private before processing Requires, order matters
these are first steps towards a working --static. static doesn't work yet as
libraries get re-ordered in a funky way.
|
|
- fix another test which should fail now
|
|
it skips leading zeroes if there are any. To accommodate the
difference with the protocol we need to prepend those zeroes
ourselves.
Fixes PR 6601, tested by Pawel Wieleba, sthen, otto.
Huge thanks to Pawel for spending nearly a week testing diffs.
ok sthen
|
|
simplify: actually create a tmp directory hierarchy that exactly mimics
what fake contains. This avoids trouble with makewhatis checks.
Don't even try to remember what files are there, just wipe it all with
rmtree.
|
|
|