aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386/k6_mem.c
Commit message (Expand)AuthorAgeFilesLines
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* x86: make some use of mallocarray(9).Pedro F. Giffuni2018-01-151-1/+1
* sys/i386: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-1/+1
* Initial suspend/resume support for amd64.Jung-uk Kim2009-03-171-0/+1
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-261-1/+2
* Add missed parenthesesKonstantin Belousov2008-03-131-1/+1
* MFamd64: Break up the probe logic in the mem_drvinit routines so it'sJohn Baldwin2008-03-121-6/+8
* Style(9) these files. No changes in the compiled code. (Verified byJohn Baldwin2008-03-111-35/+36
* Fix copyright comment & FBSDID style nits.David E. O'Brien2003-08-251-2/+0
* Use __FBSDID().David E. O'Brien2003-06-021-1/+3
* Some BIOSs are using MTRR values that are only documented under NDADavid Malone2002-09-151-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Rename macros to all-uppercase. Get rid of a comment that was ironicBrian Feldman2000-06-221-10/+4
* Remove 42 unneeded #include <sys/ioccom.h>.Poul-Henning Kamp2000-05-031-1/+0
* Set the bits in the mask from the left to the right, not backwards.Brian Feldman2000-03-191-1/+1
* M_WAITOK->M_NOWAITBrian Feldman1999-09-051-1/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* I missed a not. Also, remove invltlb(), since it's "unncessary [sic] becauseBrian Feldman1999-07-201-4/+2
* K6-family MTRR supportBrian Feldman1999-06-181-0/+192