aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Remove "memory" clobber statement from enable_intr(). Enabling interruptsBruce Evans1995-08-261-4/+4
* Killed some unused stuff inherited from Bill Jolitz. Note that sinceDavid Greenman1995-08-173-27/+5
* Make the spl oriented inline functions less likely to allowJohn Dyson1995-08-081-4/+5
* Fix bogus constraint "i" that only worked with -O. The cases where itBruce Evans1995-07-251-3/+9
* Rewrote memory sizing code to generally deal with holes in extended memory.David Greenman1995-07-191-2/+2
* Make the bootinfo structure visible from sysctl.Poul-Henning Kamp1995-07-161-2/+4
* NOTE: libkvm, w, ps, 'top', and any other utility which depends on structDavid Greenman1995-07-131-2/+1
* Fix standards conformance bugs in <signal.h>:Bruce Evans1995-06-281-6/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-307-28/+28
* Made "NMBCLUSTERS" calculation dynamic and fixed bogus use of "NMBCLUSTERS"David Greenman1995-05-251-2/+1
* Added apersand constraint to make sure that the source and destinationDavid Greenman1995-05-141-2/+2
* Add loadandclear(). It atomically loads a value from memory, clears theBruce Evans1995-05-111-1/+12
* Correct the definition for the (unused) cpu_setstack().David Greenman1995-05-041-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+2
* Removed declaration of pmap_changebit()...it is no longer exported.David Greenman1995-03-261-2/+1
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-164-12/+82
* Preserve reverse link integraty while doing the queue insertion.David Greenman1995-03-031-2/+2
* Fix syntax errors in #ifdefed out code.Bruce Evans1995-02-161-3/+3
* First attempt to run linux binaries. This is only the changes needed toSøren Schmidt1995-02-141-2/+2
* Whoops! back out last commit partly.Poul-Henning Kamp1995-02-141-3/+1
* YFfix.Poul-Henning Kamp1995-02-141-2/+9
* susword -> systm.hPoul-Henning Kamp1995-02-141-2/+1
* Moved various pmap 'bit' test/set functions back into real functions; gccDavid Greenman1995-01-241-38/+1
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()Bruce Evans1995-01-142-22/+36
* Enable define of CR0_AM to prepare for implementing alignment checking.Bruce Evans1995-01-141-7/+3
* Declare a real `struct fpreg' to prepare for implementing reading andBruce Evans1995-01-141-6/+13
* Remove reference to impossible trap type T_KDBTRAP. We don't supportBruce Evans1995-01-141-8/+9
* These changes embody the support of the fully coherent merged VM buffer cache,David Greenman1995-01-092-4/+46
* Corrected the list of volatile registers for outsb, outsw, and outsl.David Greenman1995-01-041-4/+4
* Replace sv_ex_tw by padding (it is no longer used; the tag word in sv_envBruce Evans1995-01-032-16/+26
* Add two more page table pages to keep 64MB machines happy.David Greenman1994-12-181-2/+2
* Disable CLKF_BASEPRI() again. I forgot to edit an unwanted change out ofBruce Evans1994-12-031-2/+2
* i386/exception.s,Bruce Evans1994-12-032-6/+7
* Declare "extern int bootverbose", so that device-drivers and othersPoul-Henning Kamp1994-11-261-1/+2
* Add prototype for Debugger().Bruce Evans1994-11-151-1/+2
* Make gdt_segs[] public again for APM.Bruce Evans1994-11-151-2/+6
* Rewrite almost everything.Bruce Evans1994-11-141-133/+300
* Remove 1.5+K of bloat for unused idt entries.Bruce Evans1994-11-141-12/+19
* Declare inline functions as __inline and with new-style parameter listsBruce Evans1994-11-141-12/+13
* Don't declare DELAY() here. Callers should include <machine/clock.h>.Bruce Evans1994-11-091-2/+1
* Declare all functions exported by the npx driver.Bruce Evans1994-11-052-8/+34
* Declare the full uglyness of the interfaces to the clock driver (exceptBruce Evans1994-11-051-6/+46
* Disable the direct call from hardclock() to softclock(). SupportBruce Evans1994-11-051-8/+19
* __386BSD__ -> __FreeBSD__Jordan K. Hubbard1994-11-042-4/+4
* Fix the test for the code segment being the usual one. Unusual codeBruce Evans1994-10-191-2/+3
* Remove CPU_COLORDISP, GIO_COLOR now existsAndrey A. Chernov1994-10-181-4/+2
* CPU_COLORDISP sysctl added for console display typeAndrey A. Chernov1994-10-151-2/+4
* Cosmetics. Added a prototype.Poul-Henning Kamp1994-10-101-2/+2
* Added prototypes.Poul-Henning Kamp1994-10-083-3/+10
* CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i,Andrey A. Chernov1994-10-041-2/+4