summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode/adw
AgeCommit message (Collapse)AuthorFilesLines
2021-03-06ansijsg1-4/+2
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt1-2/+1
2015-03-14Remove some includes include-what-you-use claims don'tjsg1-2/+1
have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
2014-09-14remove uneeded proc.h includesjsg1-2/+1
ok mpi@ kspillner@
2011-04-07Do not use NULL in integer comparisons. No functional change.miod1-2/+2
ok matthew@ tedu@, also eyeballed by at least krw@ oga@ kettenis@ jsg@
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffguenther1-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@
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray4-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@
2005-09-06First step in moving advmcode* from dev/ic to dev/microcode/adw.krw2-0/+270
Requested by deraadt@ a while ago.
2003-02-11be consistant on Hz vs hzmickey1-6/+6
2002-03-14First round of __P removal in sysmillert1-2/+2
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod1-2/+2
(Look ma, I might have broken the tree)
2001-04-11Commit newest adw microcode (3.3f) fileskrw2-0/+1401