summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-17Man page for the new acpitoshiba driver. Prodded by deraadt@.Paul Irofti
2011-06-17Enable MSI support; tested by krw@, Mark Peoples, andKevin Lo
Abel Abraham Camarillo Ojeda. From Brad
2011-06-17Enable MSI support; tested by Thomas PfaffKevin Lo
From Brad
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
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.
2011-06-17add missing the copyright notice.YASUOKA Masahiko
delete garbage lines. ok syuu@
2011-06-17Unbreak tree. $OpenBSD$ tag needs to be in a comment! BadKenneth R Westerback
pirofti@.
2011-06-17Update ch(4) to use ISO C style function definitions to avoidMatthew Dempsky
confusing Coccinelle. No binary change. ok dlg@
2011-06-16Enable acpitoshiba by default in GENERIC.Paul Irofti
Prodded by deraadt@ and the lack of testers on tech@.
2011-06-16Import acpitoshiba driver.Paul Irofti
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@.
2011-06-16Use the current page not he first page when working out whether toOwain Ainsworth
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.
2011-06-16QEMU pretends to emulate a different prehistoric Intel host bridge.Mark Kettenis
From Brad.
2011-06-16Enable msi support on iwn.Owain Ainsworth
tested by many for over a week. ok kettenis@ phessler@.
2011-06-16Raise the number of interrupt sources per CPU from 32 to 64. This effectivelyMark Kettenis
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@
2011-06-16Prototypes of functions generated by mksubr.Otto Moerbeek
2011-06-16Local changes to make this work on OpenBSD. Not used functions disabled forOtto Moerbeek
now.
2011-06-16mksubr from freebsd, to be used to generate flags to name translationOtto Moerbeek
for kdump. Added missing license to the file, with the kind permission of the author David Kirchner. Not used yet. ok miod@
2011-06-16remove redundant valuesMarc Espie
2011-06-16Enable MSI on newish PCIe hardware, essentially everything handled by the LinuxMark Kettenis
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@
2011-06-16clamp stratum to NTP_MAXSTRATUM. lingering in my tree for ages. someone likelyHenning Brauer
deserves to get credited for this, but I have no idea where that came from
2011-06-16Ethernet driver merged from IIJ's contribution code.Takuya ASADA
2011-06-16repair broken tally displayMarc Espie
2011-06-16Removes unused variables.Martin Pieuchot
ok miod@
2011-06-16Removes the always-set-to-1 adbSoftPower variable.Martin Pieuchot
ok miod@
2011-06-16Uses generic confargs to attach the apm(4) and piic(4) drivers instead ofMartin Pieuchot
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@
2011-06-16Typo, BINOWN -> BINGRPMartin Pieuchot
ok miod@
2011-06-16- slightly expand test for --static. it works in my local tree but needs ↵Jasper Lievisse Adriaanse
some more testing.
2011-06-16pass the dma_alloced memory rather than a pointer to its pointer.David Gwynne
2011-06-16- finally unconfuse emacs by using parentheses for split()Jasper Lievisse Adriaanse
2011-06-16- adjust a test which was succeeding while it shouldn't (after the lastJasper Lievisse Adriaanse
pkg-config commit it does again)
2011-06-16fix printrequiresprivate-mode name in a testJasper Lievisse Adriaanse
2011-06-16syncStuart Henderson
2011-06-16fix error in previous;Jason McIntyre
2011-06-16dont respond to VPD inquiries with standard inquiry data. add aDavid Gwynne
check to make sure cmdlen is correct while there. ok miod@
2011-06-15consistently specify that -f and -i override previous options in eachTed Unangst
option's description. jmc points out this works better than deferring such information to a post-options sentence.
2011-06-15Stop providing a bsd.scsi3 kernel on sparc. If you have a system with multipleMiod Vallat
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.
2011-06-15Add a const char* as first member of struct adb_attach_args, so that we canMiod Vallat
pass a struct confargs * on macppc for some specific children of the adb node, and not confuse real adb device attachments. ok mpi@
2011-06-15Add the following certs:David Hill
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@
2011-06-15the last of -f or -i is the lucky winner. problem noticed by jan stary.Ted Unangst
text copied from mv, as noticed by otto.
2011-06-15Add support for ZTE AC2746.Jonathan Gray
Slightly changed version of a diff from Martin Furter.
2011-06-15regenJonathan Gray
2011-06-15ZTE AC2746Jonathan Gray
from Martin Furter
2011-06-15oops. some unrelated junk has slipped inMike Belopuhov
2011-06-15Set RL_FLAG_INVMAR for RTL8105E/RTL8401E/RTL8168E VL so multicastJonathan Gray
will work and add PHY wake up code for RTL8401E. From brad
2011-06-15tweak previous;Jason McIntyre
2011-06-15more testsJasper Lievisse Adriaanse
2011-06-15- only process Requires.private if needed (--cflags, --static or ↵Jasper Lievisse Adriaanse
--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.
2011-06-15- add tests for --static (failing right now)Jasper Lievisse Adriaanse
- fix another test which should fail now
2011-06-15When BN_bn2bin converts a bignum to the binary representationMike Belopuhov
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
2011-06-15change yet again how we handle transparent formatting of manpages.Marc Espie
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.
2011-06-15Document IP_RECVRTABLEMike Belopuhov