summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/adw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansijsg2021-03-061-4/+2
|
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
|
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
| | | | ok matthew@ tedu@, also eyeballed by at least krw@ oga@ kettenis@ jsg@
* Don't #include <sys/user.h> into files that don't need the stuffguenther2010-06-261-2/+1
| | | | | | | | it defines. In some cases, this means pulling in uvm.h or pcb.h instead, but most of the inclusions were just noise. Tested on alpha, amd64, armish, hppa, i386, macpcc, sgi, sparc64, and vax, mostly by krw and naddy. ok krw@
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-264-32/+4
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* First step in moving advmcode* from dev/ic to dev/microcode/adw.krw2005-09-062-0/+270
| | | | Requested by deraadt@ a while ago.
* be consistant on Hz vs hzmickey2003-02-111-6/+6
|
* First round of __P removal in sysmillert2002-03-141-2/+2
|
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
| | | | (Look ma, I might have broken the tree)
* Commit newest adw microcode (3.3f) fileskrw2001-04-112-0/+1401