summaryrefslogtreecommitdiffstats
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove a spurious mapping that was introduced earlier.phk1996-04-301-9/+1
* Fix some bugs I introduced and some old ones as well.phk1996-04-281-54/+205
* Fixed a bug introoduced in the previous change. ISA device memory wasbde1996-04-261-3/+3
* A significant debogofication of locore.s. I havn't found any actualyphk1996-04-262-349/+300
* Fix cpu_fork for real.phk1996-04-253-14/+10
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-5/+23
* This fixes a troubling oversight in some of the pmap code enhancements.dyson1996-04-221-1/+2
* savectx returns through cpu_switch in case of the child, so it mustphk1996-04-191-2/+3
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,phk1996-04-182-4/+8
* Fixed handling of device flags. The real flags were never used.bde1996-04-131-2/+5
* Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). Thisbde1996-04-131-9/+11
* 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-121-1/+2
* Use breakpoint() function instead of inline assembler.bde1996-04-071-6/+2
* Changed #includes of <i386/include/foo.h> to #includes of <machine/foo.h>.bde1996-04-071-6/+9
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+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-062-4/+4
* Fix adjkerntz expression priorityache1996-04-051-3/+3
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-052-6/+11
* 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
* Moved rtcin() to clock.c.bde1996-03-312-14/+15
* There is no need to zero out the TSC when configuring a counter,wollman1996-03-291-14/+3
* Removed never-used files.bde1996-03-292-278/+0
* Sync up the Pentium implementation with the documentation.wollman1996-03-281-2/+2
* Nit: according to the Harvard code, it is necessary to clear the timestampwollman1996-03-281-8/+19
* Teach the disassembler about the 0f,3x family of instructionswollman1996-03-281-52/+72
* Undid the last 2 commits. Rev.1.43 reversed the changes in rev.1.42 andbde1996-03-281-4/+4
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-10/+4
* 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
* A slightly-closer-to-working version that includes code appropriatewollman1996-03-271-33/+91
* Fixed permissions of /devfs/*random.bde1996-03-272-11/+17
* Fixed mode of /devfs/console.bde1996-03-271-10/+4
* 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-271-14/+16
* Fixed traceback for the following cases:bde1996-03-271-22/+50
* Add support for Pentium and Pentium Pro performance counters.wollman1996-03-263-4/+338
* Whoops, back out the last commit, which was accidentally committed atnate1996-03-231-16/+1
* Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove thenate1996-03-231-2/+17
* Always enable interrupts before calling the APM idle/busy routines.nate1996-03-191-2/+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-121-6/+1
* Removed undocumented an unused APM_SLOWSTART code.nate1996-03-121-41/+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
OpenPOWER on IntegriCloud