summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Rewrote cpu_fork so that it doesn't use pmap_activate, and removeddg1996-02-042-18/+2
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-309-26/+26
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-301-6/+6
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-271-2/+1
* Add commands for ptrace get/set registers.. (Same numbers as NetBSD)peter1996-01-241-3/+11
* Simplified savectx() a little and fixed a bug that caused it to returndg1996-01-231-2/+2
* Removed declarations of nonexistent functions.bde1996-01-161-10/+2
* Fixed user-mode mcount which I broke in the previous revision.bde1996-01-011-13/+33
* Implemented non-statistical kernel profiling. This is based onbde1995-12-292-43/+103
* Made bzero a function vector and added a 586/686 optimized version ofdg1995-12-281-61/+1
* Add Pentium Pro CPU detection and special handling. For now, all thedg1995-12-242-6/+8
* Implemented a (sorely needed for years) double fault handler to catch stackdg1995-12-191-2/+2
* Cleaned up prototypes in pmap headers: removed ones for nonexistentbde1995-12-171-6/+4
* Make math_emulators LKMable.phk1995-12-141-2/+2
* Staticize and cleanup.phk1995-12-102-5/+2
* __purified pmap_pte(). This seems to make no difference.bde1995-12-031-2/+2
* Moved inline functions for insque() and remque() to <sys/queue.h>.bde1995-12-031-33/+1
* Removed unused thread support (partly to get rid of its incompletebde1995-12-031-46/+2
* Fix Pentium CPU rate diagnosis:wollman1995-11-291-4/+9
* Completed function declarations and/or added prototypes.bde1995-11-211-2/+2
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-042-4/+2
* Reduce jitter of Pentium microtime() implementation by letting the counterwollman1995-10-121-23/+38
* remove GCC divsi3 routines which are never used.phk1995-10-051-4/+1
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-192-4/+4
* devfs changes..julian1995-09-031-2/+1
* Remove "memory" clobber statement from enable_intr(). Enabling interruptsbde1995-08-261-4/+4
* Killed some unused stuff inherited from Bill Jolitz. Note that sincedg1995-08-173-27/+5
* Make the spl oriented inline functions less likely to allowdyson1995-08-081-4/+5
* Fix bogus constraint "i" that only worked with -O. The cases where itbde1995-07-251-3/+9
* Rewrote memory sizing code to generally deal with holes in extended memory.dg1995-07-191-2/+2
* Make the bootinfo structure visible from sysctl.phk1995-07-161-2/+4
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structdg1995-07-131-2/+1
* Fix standards conformance bugs in <signal.h>:bde1995-06-281-6/+8
* Remove trailing whitespace.rgrimes1995-05-307-28/+28
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"dg1995-05-251-2/+1
* Added apersand constraint to make sure that the source and destinationdg1995-05-141-2/+2
* Add loadandclear(). It atomically loads a value from memory, clears thebde1995-05-111-1/+12
* Correct the definition for the (unused) cpu_setstack().dg1995-05-041-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+2
* Removed declaration of pmap_changebit()...it is no longer exported.dg1995-03-261-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-164-12/+82
* Preserve reverse link integraty while doing the queue insertion.dg1995-03-031-2/+2
* Fix syntax errors in #ifdefed out code.bde1995-02-161-3/+3
* First attempt to run linux binaries. This is only the changes needed tosos1995-02-141-2/+2
* Whoops! back out last commit partly.phk1995-02-141-3/+1
* YFfix.phk1995-02-141-2/+9
* susword -> systm.hphk1995-02-141-2/+1
* Moved various pmap 'bit' test/set functions back into real functions; gccdg1995-01-241-38/+1
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()bde1995-01-142-22/+36
* Enable define of CR0_AM to prepare for implementing alignment checking.bde1995-01-141-7/+3
OpenPOWER on IntegriCloud