aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Support the PG_G flag on Pentium-Pro processors. This prettyJohn Dyson1996-11-111-1/+34
* Further improved version of hadling a HALT when there is no console.Julian Elischer1996-10-311-1/+2
* More merge and update.Satoshi Asami1996-10-301-1/+5
* Improved biasing of i586 clock by adjusting for hardclock() latency.Bruce Evans1996-10-251-51/+62
* When compiling with '-Wall -pedantic', the byte swapping macros gave theNate Williams1996-10-211-3/+3
* Improved non-statistical (GUPROF) profiling:Bruce Evans1996-10-171-5/+31
* Added missing extern declaration of timer_freq.Bruce Evans1996-10-171-8/+7
* Added macros CROSSJUMP(), CROSSJUMP_LABEL() and GPROF_RET. These willBruce Evans1996-10-161-26/+30
* Pmap_resident_count was mistakenly removed from pmap.h, therebyJohn Dyson1996-10-131-0/+2
* Performance optimizations. One of which was meant to go in before theJohn Dyson1996-10-121-1/+3
* Cleaned up:Bruce Evans1996-10-121-15/+3
* Don't include "opt_cpu.h" in <machine/clock.h>, since this breaks lkm's.Bruce Evans1996-10-101-3/+1
* Put I*86_CPU defines in opt_cpu.h.Bruce Evans1996-10-091-1/+3
* Improved the btodb() and dbtob() macros. I made them give unsignedBruce Evans1996-10-061-8/+9
* Cleaned up vm types. Cosmetic.Bruce Evans1996-10-061-7/+7
* Fix a couble of nasties regarding mouse pointer and differentSøren Schmidt1996-09-301-1/+3
* Added "memory" to clobber list in invlpg(). It needs it if invltlb()Bruce Evans1996-09-291-20/+21
* Essentially rename pmap_update to be invltlb. It is a very machineJohn Dyson1996-09-281-4/+3
* Move pmap_update_1pg to cpufunc.h. Additionally,John Dyson1996-09-281-1/+7
* Apparently, BSDI have a new system call gate. I was experimentingPeter Wemm1996-09-271-2/+3
* Drat, missed this prototype for random_select().Peter Wemm1996-09-271-1/+2
* Fixed a few hundred warnings (2400 in LINT) for signed vs unsignedBruce Evans1996-09-241-6/+13
* Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:Bruce Evans1996-09-2116-72/+92
* Another round of merge/update.Satoshi Asami1996-09-122-50/+7
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-4/+2
* Improve the scalability of certain pmap operations.John Dyson1996-09-081-6/+24
* Unused file.Nate Williams1996-09-071-106/+0
* Remove these three devconf files entirely.Poul-Henning Kamp1996-09-061-96/+0
* Second phase of merge, get rid of more machine-independent-dependencies.Satoshi Asami1996-09-032-11/+3
* Cleaned up interrupt masking by declaring the state variable in aBruce Evans1996-08-281-10/+15
* Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.David Greenman1996-08-111-2/+3
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.Bruce Evans1996-08-021-8/+6
* Add an fls() inline function which does the opposite operation toGarrett Wollman1996-08-011-1/+12
* Eliminated pcb_inl. It was always 0 because context switches don't occurBruce Evans1996-07-311-2/+1
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes wereBruce Evans1996-07-301-2/+6
* Backed out the recent changes/enhancements to the VM code. TheJohn Dyson1996-07-301-19/+6
* This commit is meant to solve a couple of VM system problems orJohn Dyson1996-07-271-6/+19
* Update to current state of PC98 world.Satoshi Asami1996-07-231-1/+3
* Introduce two /dev/audio compat alias names for flushing and drainingJoerg Wunsch1996-07-171-1/+5
* Fixed lots of warnings about unportable casts of pointers to volatileBruce Evans1996-07-012-15/+25
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterBruce Evans1996-07-012-20/+10
* trap.c:Bruce Evans1996-06-251-4/+6
* Change the way moused talk to syscons, now its only delivering mouseeventsSøren Schmidt1996-06-251-7/+22
* Some news for syscons (long overdue):Søren Schmidt1996-06-211-7/+11
* Reduced nesting of #includes in random.h and adjusted isa/random_machdep.cBruce Evans1996-06-171-17/+15
* The Great PC98 Merge.Satoshi Asami1996-06-146-5/+114
* Removed unnecessary forward declarations of incomplete structs.Bruce Evans1996-06-081-3/+1
* A trailing patch Jim left out of the last commit.Jordan K. Hubbard1996-06-071-1/+7
* Added missing CR0_NW define for Cyrix 486DLC support. It's still notSøren Schmidt1996-06-031-1/+3
* Jump some hoops to have the *.s code being able to be run through both anPeter Wemm1996-05-311-2/+3