summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Fix up the "hlt vector" change I made.phk1997-04-202-14/+14
* Don't disable CPU cache in init_486dlc. If BIOS supports Cyrix 486,kato1997-04-191-3/+1
* Use reset port before clearing page table in cpu_reset if PC98 iskato1997-04-161-10/+12
* Only do indirections in ENTRY() if _ARCH_INDIRECT is defined.bde1997-04-151-5/+8
* Forget all about APM. Instead of "hlt" call through a vector whichphk1997-04-142-16/+18
* Use the same IOPL check as in syscons.bde1997-04-141-1/+7
* Fixed printing of registers in dbflalt_handler(). The registersbde1997-04-141-9/+7
* GENERIC, LINT:gibbs1997-04-141-3/+3
* Don't forget to set `runtime' in fork_trampoline(). The time slice beforebde1997-04-132-14/+14
* Decrease the amount of memory allocated for bouncing. This willdyson1997-04-131-1/+3
* The pmap code was too generous in the allocation of kva space fordyson1997-04-131-6/+12
* Fully implement vfork. Vfork is now much much faster than even ourdyson1997-04-131-1/+10
* Mask out revision register in consistency test of class register.se1997-04-092-4/+4
* Fix spelling of align and interrupt in comments.se1997-04-092-12/+12
* Fix consistency test to not fail on pre PCI 2.0 motherboardsse1997-04-092-4/+4
* Lower the spl() of the new process from splhigh() right away, sincepeter1997-04-072-4/+18
* Use UPAGES_HOLE instead of UPAGES in case it's changed some time.peter1997-04-072-5/+5
* Clean up some dead wood. Kill the page table page for mapping thepeter1997-04-072-48/+4
* The biggie: Get rid of the UPAGES from the top of the per-process addresspeter1997-04-0712-129/+267
* No longer use an i386tss as the basis of our pcb - it wasn't particularlypeter1997-04-074-56/+32
* Prevent wedging of the stat clock because of missed interrupts.mckay1997-04-062-10/+20
* Fix the gdb executable modify problem. Thanks to the detective workdyson1997-04-061-7/+7
* Removed a wrong comment of mine.bde1997-04-011-10/+2
* Changed the way that the exec image header is read to be filesystem-dg1997-03-311-3/+1
* Implement the `detach' command for remote GDB. It gets you back at DDB.joerg1997-03-301-0/+8
* Sanitize APM a bit. Convert various #ifdef to id_flags instead.phk1997-03-291-3/+3
* Don't keep cpu interrupts enabled during the lookup in vm_page_zero_idle().bde1997-03-291-25/+35
* Added a setjmp() and a longjmp() so that an unexpected trap insidebde1997-03-281-1/+16
* Backed out rev.1.5. if %cs is bad, %eip may be bad, but this is no longerbde1997-03-281-3/+2
* Something long overdue: compile inb() and outb() into the kernel asjoerg1997-03-281-1/+47
* Remove recently commited support for iobase == -2 ("port none")ache1997-03-281-5/+3
* Change sigreturn() to return EFAULT if it is passed anmpp1997-03-251-2/+2
* Replace more verbose "at <not configured>" with less verbose "at ?",ache1997-03-251-3/+3
* Follow config intention for iobase:ache1997-03-251-8/+13
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-243-6/+3
* Fix typo.kato1997-03-241-2/+2
* Oops, I forgot to `cvs add'. This file is a part of new CPUkato1997-03-221-0/+444
* Improved CPU identification and initialization routines. Thiskato1997-03-228-222/+687
* Decrease the latency/overhead in the prezero code when there isdyson1997-03-221-2/+17
* Quoted CMD640. It's still missing from options.i386.bde1997-03-131-3/+2
* Activate CMD640 workaroundse1997-03-121-1/+2
* Moved userland assembler macros from <machine/asmacros.h> tobde1997-03-092-90/+83
* Cloned src/lib/libc/i386/DEFS.h to create <machine/asm.h> for the i386.bde1997-03-091-0/+120
* improve pcibus_check: Only assume PCI if at least one PCI to anything bridgese1997-03-052-12/+38
* Made FPU stuff conditional on npx as well as I586_CPU.bde1997-03-052-30/+36
* Only print clock calibration messages if the system was booted with -v.bde1997-03-052-16/+32
* Back out the patch to break up the clock probe lines. Instead, followgpalmer1997-03-052-8/+8
* Split the rather long and line-wrapping clock probe messages on boot.gpalmer1997-03-042-10/+10
* Add missing #include <machine/segments.h> for ISPL and SEL_UPL macrosache1997-03-011-1/+2
* Print function args in the current radix instead of always in hex.bde1997-02-281-8/+13
OpenPOWER on IntegriCloud