summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Another round of merge/update.asami1996-09-121-49/+1
* Improve the scalability of certain pmap operations.dyson1996-09-081-6/+24
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-281-10/+15
* Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.dg1996-08-111-2/+3
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-8/+6
* Add an fls() inline function which does the opposite operation towollman1996-08-011-1/+12
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-311-2/+1
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-2/+6
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-301-19/+6
* This commit is meant to solve a couple of VM system problems ordyson1996-07-271-6/+19
* Update to current state of PC98 world.asami1996-07-231-1/+3
* Fixed lots of warnings about unportable casts of pointers to volatilebde1996-07-011-3/+10
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterbde1996-07-012-20/+10
* trap.c:bde1996-06-251-4/+6
* The Great PC98 Merge.asami1996-06-142-2/+57
* Removed unnecessary forward declarations of incomplete structs.bde1996-06-081-3/+1
* Added missing CR0_NW define for Cyrix 486DLC support. It's still notsos1996-06-031-1/+3
* Jump some hoops to have the *.s code being able to be run through both anpeter1996-05-311-2/+3
* This set of commits to the VM system does the following, and containdyson1996-05-181-8/+7
* Move atdevbase out of locore.s and into machdep.cphk1996-05-021-26/+32
* removed:phk1996-05-022-22/+41
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-011-9/+4
* Don't return unused values in cpu_switch() or savectx().bde1996-05-011-2/+2
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromphk1996-04-302-18/+23
* Fix cpu_fork for real.phk1996-04-251-2/+2
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-1/+2
* savectx returns through cpu_switch in case of the child, so it mustphk1996-04-191-2/+2
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,phk1996-04-181-2/+2
* hp300 -> i386nate1996-04-101-2/+2
* Changed bdb() to breakpoint() and always enable it.bde1996-04-071-34/+30
* Moved declaration of bootverbose to a better place. It isn'tbde1996-04-071-4/+1
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-052-4/+8
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-031-3/+3
* Finished removing NOP macros.bde1996-03-311-10/+1
* Moved rtcin() to clock.c.bde1996-03-312-3/+3
* Parenthesized macros.bde1996-03-291-7/+7
* >Blush<. Use the correct opcode for the WRMSR instruction.wollman1996-03-281-2/+2
* Add support for Pentium and Pentium Pro performance counters.wollman1996-03-261-1/+35
* Killed some historical #define cruft that we've never used in FreeBSD:dg1996-03-121-22/+1
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-022-4/+3
* Fix a problem with tracking the modified bit. Eliminate thedyson1996-02-251-3/+4
* 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
OpenPOWER on IntegriCloud