summaryrefslogtreecommitdiffstats
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* 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
* For Lite2: proc LIST changes.hsu1996-03-111-3/+3
* Change type of code argument to sendsig from unsigned to u_long to make ithsu1996-03-111-2/+2
* Improved efficiency in pmap_remove, and also remove some of the pmap_updatedyson1996-03-101-111/+160
* Cleanse the SCSI subsystem of its internally defined typesgibbs1996-03-101-3/+1
* Don't print DMA busy messages - the sound code apparently runsjkh1996-03-101-1/+7
* Correct some new and older lurking bugs. Hold count wasn't beingdyson1996-03-091-118/+212
* USER_LDT changes for the Willows TwinXPDK toolkit. Only tested with WINEjkh1996-03-033-74/+134
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-028-164/+71
* Add more options into the conf/options and i386/conf/options.i386 filespeter1996-03-021-1/+2
* Re-insert a missing pmap_remove operation.dyson1996-02-251-2/+2
* Fix a problem with tracking the modified bit. Eliminate thedyson1996-02-253-136/+156
* Correct & Update the printing of CPU features. We have printed rubbishphk1996-02-131-3/+20
* Unspam my changes in rev 1.54 that John spammed in rev 1.55.dg1996-02-051-9/+11
* Changed vm_fault_quick in vm_machdep.c to be global. Needed fordyson1996-02-041-13/+9
* Rewrote cpu_fork so that it doesn't use pmap_activate, and removeddg1996-02-048-63/+18
* Killed last change - it was bogus. cpu_switch() already assumes thatdg1996-02-022-6/+4
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-3010-28/+28
* No longer use the cyclecounter to attempt to correct for late or missedwollman1996-01-303-8/+10
* savectx() strikes again: the saved stack pointer wasn't properly adjusteddg1996-01-303-17/+11
* Increase tmpstk size to 8K and make certain it is longword aligned.dg1996-01-302-4/+6
* Allocate DMA bounce buffers only when requested by drivers. Only thebde1996-01-273-28/+69
* Cleaned up unused #includes and some other historical cruft.bde1996-01-271-36/+13
* Add commands for ptrace get/set registers.. (Same numbers as NetBSD)peter1996-01-241-3/+11
OpenPOWER on IntegriCloud