summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Declare a real `struct fpreg' to prepare for implementing reading andbde1995-01-141-6/+13
* Remove reference to impossible trap type T_KDBTRAP. We don't supportbde1995-01-141-8/+9
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-092-4/+46
* Corrected the list of volatile registers for outsb, outsw, and outsl.dg1995-01-041-4/+4
* Replace sv_ex_tw by padding (it is no longer used; the tag word in sv_envbde1995-01-032-16/+26
* Add two more page table pages to keep 64MB machines happy.dg1994-12-181-2/+2
* Disable CLKF_BASEPRI() again. I forgot to edit an unwanted change out ofbde1994-12-031-2/+2
* i386/exception.s,bde1994-12-032-6/+7
* Declare "extern int bootverbose", so that device-drivers and othersphk1994-11-261-1/+2
* Add prototype for Debugger().bde1994-11-151-1/+2
* Make gdt_segs[] public again for APM.bde1994-11-151-2/+6
* Rewrite almost everything.bde1994-11-141-133/+300
* Remove 1.5+K of bloat for unused idt entries.bde1994-11-141-13/+20
* Declare inline functions as __inline and with new-style parameter listsbde1994-11-141-12/+13
* Don't declare DELAY() here. Callers should include <machine/clock.h>.bde1994-11-091-2/+1
* Declare all functions exported by the npx driver.bde1994-11-052-8/+34
* Declare the full uglyness of the interfaces to the clock driver (exceptbde1994-11-051-6/+46
* Disable the direct call from hardclock() to softclock(). Supportbde1994-11-051-8/+19
* __386BSD__ -> __FreeBSD__jkh1994-11-042-4/+4
* Fix the test for the code segment being the usual one. Unusual codebde1994-10-191-2/+3
* Remove CPU_COLORDISP, GIO_COLOR now existsache1994-10-181-4/+2
* CPU_COLORDISP sysctl added for console display typeache1994-10-151-2/+4
* Cosmetics. Added a prototype.phk1994-10-101-2/+2
* Added prototypes.phk1994-10-083-3/+10
* CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i,ache1994-10-041-2/+4
* Avoid ddb getting a panic if the code-segment isn't the usual one...phk1994-10-021-2/+2
* apm_bios.h: removed the equiv-stuff. Not needed now that the kernel modulephk1994-10-022-1/+7
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-2/+6
* Inlined ins/outs functions.dg1994-09-251-7/+75
OpenPOWER on IntegriCloud