summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/md_var.h
Commit message (Expand)AuthorAgeFilesLines
* Initialise (if necessary) the VIA C3/C7 features.mr2006-07-121-0/+2
* Use the method described in IA-32 Intel Architecture Software Developer'sdavidxu2006-05-301-0/+1
* Merge minidumps from amd64 where they were originally developed.peter2006-04-211-0/+6
* - Print number of physical/logical cores and more CPUID info.jkim2005-10-141-0/+2
* Begin promoting the AMD-originated feature flags to first class flags, nowpeter2005-06-301-1/+3
* Add the 2nd word of IA32 feature flags. This includes things such as SSE3.obrien2005-05-161-1/+1
* Move pc98 specific parts to the pc98 specific file.imp2005-04-031-4/+0
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-1/+0
* - is_physical_memory()'s parameter, which is a physical address, should bealc2004-04-111-1/+1
* Add struct definition of the Elan MMCR registers (from jb@)phk2004-01-051-1/+0
* Catch up to interrupt code changes.jhb2003-11-031-0/+2
* - Add ss2_pagezero() for zeroing pages using the movnti instruction. Thisjeff2003-10-011-0/+1
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-161-3/+0
* Tidy up leftover lazy_switch instrumentation that is no longer needed.peter2003-06-271-16/+0
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,des2003-04-041-4/+5
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazypeter2003-04-021-0/+16
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-221-2/+3
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-221-1/+1
* Rework part of the previous processor name changes so that we readjhb2003-01-091-1/+0
* - Add a cpu_exthigh variable to hold the highest extended cpuid valuejhb2003-01-081-0/+2
* Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid withjhb2003-01-081-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-251-1/+7
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-1/+1
* Move a prototype to the least wrong place.phk2002-08-021-0/+1
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.phk2002-07-311-1/+1
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-181-0/+1
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-1/+0
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-6/+3
* Remove __P.alfred2002-03-201-35/+35
* Back out part of KSE/M2 that snuck in under the radar: changing thejhb2002-02-271-2/+2
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatjhb2002-02-081-2/+2
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-211-3/+0
* Cleanup and split of nfs client and server code.peter2001-09-181-1/+0
* KSE Milestone 2julian2001-09-121-4/+4
* vm_page_zero_idle() is no longer MD.peter2001-08-251-1/+0
* Activate SSE/SIMD. This is the extra context switching support thatpeter2001-07-121-0/+1
* Remove the last of the MD netisr code. It is now all MI. Removejake2000-12-051-1/+0
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-2/+1
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-0/+1
* Clean up some low level bootstrap code:peter2000-08-111-0/+1
* Don't forget to reset the hardware debug registers when a process thatbsd2000-02-201-0/+1
* oszsigcode -> szosigcodemarcel1999-12-041-1/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weluoqi1999-10-111-2/+1
* Simplification of the signal trampoline and other cleanups.marcel1999-10-071-0/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.jlemon1999-07-091-1/+3
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-2/+3
* Moved declarations related to copying and zeroing to the right place.bde1999-01-081-1/+13
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-301-2/+1
OpenPOWER on IntegriCloud