summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
...
* Change the devconf description from "ISA or EISA bus" to "ISA bus" nowgibbs1996-04-201-2/+2
* savectx returns through cpu_switch in case of the child, so it mustphk1996-04-192-4/+5
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,phk1996-04-184-8/+14
* Added a disabled psm0 (PS/2) mouse device, using the new 'disable'nate1996-04-181-1/+3
* Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). Thisbde1996-04-132-18/+22
* Generate #define of PCB_SAVEFPU_SIZE for use in savectx().bde1996-04-131-1/+2
* Make alltraps a .globl so that DDB doesn't make people belive they havephk1996-04-122-2/+4
* Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile.bde1996-04-113-3/+9
* Disable sio3 in GENERIC - it messes with ATI cards.jkh1996-04-101-2/+2
* hp300 -> i386nate1996-04-101-2/+2
* Gag! Somebody removed the bus mouse from GENERIC for reasons unknown.jkh1996-04-091-1/+2
* Add a lock for DMA Channels to prevent two devices from using the same DMAsmpatel1996-04-081-44/+112
* Added a $Id$ keyword. Bruce still needs to put a copyright noticewollman1996-04-081-0/+5
* Use breakpoint() function instead of inline assembler.bde1996-04-071-6/+2
* Changed bdb() to breakpoint() and always enable it.bde1996-04-071-34/+30
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-073-8/+3
* Moved declaration of bootverbose to a better place. It isn'tbde1996-04-071-4/+1
* Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29.bde1996-04-071-2/+2
* Major cleanups for the pmap code.dyson1996-04-071-182/+76
* Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. Itdg1996-04-063-5/+7
* Fix adjkerntz expression priorityache1996-04-052-6/+6
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-055-15/+26
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-031-3/+3
* Convert from using devfs_add_devsw() to devfs_add_devswf()scrappy1996-04-011-18/+25
* Change if/goto into a while loop.dg1996-03-311-4/+2
* Finished removing NOP macros.bde1996-03-311-10/+1
* Moved rtcin() to clock.c.bde1996-03-316-31/+33
* Killed religous FASTER_NOP again.bde1996-03-312-10/+2
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofbde1996-03-292-6/+60
* Parenthesized macros.bde1996-03-291-7/+7
* >Blush<. Use the correct opcode for the WRMSR instruction.wollman1996-03-281-2/+2
* Teach the disassembler about the 0f,3x family of instructionswollman1996-03-281-52/+72
* Remove a now unnecessary prototype from pmap.c. Also remove nowdyson1996-03-282-33/+2
* Significant code cleanup, and some performance improvement. Also,dyson1996-03-281-82/+134
* Fixed permissions of /devfs/*random.bde1996-03-271-7/+7
* Print stack pointer and frame pointer in trap messages.bde1996-03-271-6/+17
* Eliminated dependency on opt_sysvipc.h.bde1996-03-271-6/+1
* Removed vestiges of dummy frame at top of tmpstk.bde1996-03-272-28/+32
* Fixed traceback for the following cases:bde1996-03-271-22/+50
* Add support for Pentium and Pentium Pro performance counters.wollman1996-03-263-5/+78
* Whoops, back out the last commit, which was accidentally committed atnate1996-03-232-32/+2
* Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove thenate1996-03-232-4/+34
* Add vx0 device to GENERIC. Yes, I know that this bloats GENERIC, butjkh1996-03-201-1/+3
* Always enable interrupts before calling the APM idle/busy routines.nate1996-03-192-4/+4
* Add fe0 to the LINT and GENERIC files (hmmm - looks like my rcvs setup'tjkh1996-03-171-1/+2
* Make sure that we pmap_update AFTER modifying the page table entries.dyson1996-03-131-7/+7
* Killed some historical #define cruft that we've never used in FreeBSD:dg1996-03-122-28/+2
* Removed undocumented an unused APM_SLOWSTART code.nate1996-03-122-82/+4
* Add FAILSAFE option for selecting extra conservativeness when suchjkh1996-03-111-1/+2
OpenPOWER on IntegriCloud