| Commit message (Expand) | Author | Age | Files | Lines |
* | A significant debogofication of locore.s. I havn't found any actualy | phk | 1996-04-26 | 3 | -697/+598 |
* | Fix cpu_fork for real. | phk | 1996-04-25 | 5 | -20/+14 |
* | - add apm to the GENERIC kernel (disabled by default), and add some comments | nate | 1996-04-22 | 4 | -12/+55 |
* | This fixes a troubling oversight in some of the pmap code enhancements. | dyson | 1996-04-22 | 1 | -1/+2 |
* | Change the devconf description from "ISA or EISA bus" to "ISA bus" now | gibbs | 1996-04-20 | 1 | -2/+2 |
* | savectx returns through cpu_switch in case of the child, so it must | phk | 1996-04-19 | 2 | -4/+5 |
* | Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax, | phk | 1996-04-18 | 4 | -8/+14 |
* | Added a disabled psm0 (PS/2) mouse device, using the new 'disable' | nate | 1996-04-18 | 1 | -1/+3 |
* | Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). This | bde | 1996-04-13 | 2 | -18/+22 |
* | Generate #define of PCB_SAVEFPU_SIZE for use in savectx(). | bde | 1996-04-13 | 1 | -1/+2 |
* | Make alltraps a .globl so that DDB doesn't make people belive they have | phk | 1996-04-12 | 2 | -2/+4 |
* | Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile. | bde | 1996-04-11 | 3 | -3/+9 |
* | Disable sio3 in GENERIC - it messes with ATI cards. | jkh | 1996-04-10 | 1 | -2/+2 |
* | hp300 -> i386 | nate | 1996-04-10 | 1 | -2/+2 |
* | Gag! Somebody removed the bus mouse from GENERIC for reasons unknown. | jkh | 1996-04-09 | 1 | -1/+2 |
* | Add a lock for DMA Channels to prevent two devices from using the same DMA | smpatel | 1996-04-08 | 1 | -44/+112 |
* | Added a $Id$ keyword. Bruce still needs to put a copyright notice | wollman | 1996-04-08 | 1 | -0/+5 |
* | Use breakpoint() function instead of inline assembler. | bde | 1996-04-07 | 1 | -6/+2 |
* | Changed bdb() to breakpoint() and always enable it. | bde | 1996-04-07 | 1 | -34/+30 |
* | Removed never-used #includes of <machine/cpu.h>. Many were apparently | bde | 1996-04-07 | 1 | -2/+1 |
* | Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose | bde | 1996-04-07 | 3 | -8/+3 |
* | Moved declaration of bootverbose to a better place. It isn't | bde | 1996-04-07 | 1 | -4/+1 |
* | Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29. | bde | 1996-04-07 | 1 | -2/+2 |
* | Major cleanups for the pmap code. | dyson | 1996-04-07 | 1 | -182/+76 |
* | Switch 586/686 back to generic_bzero and #if 0'd the "optimized" code. It | dg | 1996-04-06 | 3 | -5/+7 |
* | Fix adjkerntz expression priority | ache | 1996-04-05 | 2 | -6/+6 |
* | Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even for | ache | 1996-04-05 | 5 | -15/+26 |
* | Fixed a problem that the UPAGES of a process were being run down | dyson | 1996-04-03 | 1 | -3/+3 |
* | Convert from using devfs_add_devsw() to devfs_add_devswf() | scrappy | 1996-04-01 | 1 | -18/+25 |
* | Change if/goto into a while loop. | dg | 1996-03-31 | 1 | -4/+2 |
* | Finished removing NOP macros. | bde | 1996-03-31 | 1 | -10/+1 |
* | Moved rtcin() to clock.c. | bde | 1996-03-31 | 6 | -31/+33 |
* | Killed religous FASTER_NOP again. | bde | 1996-03-31 | 2 | -10/+2 |
* | Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead of | bde | 1996-03-29 | 2 | -6/+60 |
* | Parenthesized macros. | bde | 1996-03-29 | 1 | -7/+7 |
* | >Blush<. Use the correct opcode for the WRMSR instruction. | wollman | 1996-03-28 | 1 | -2/+2 |
* | Teach the disassembler about the 0f,3x family of instructions | wollman | 1996-03-28 | 1 | -52/+72 |
* | Remove a now unnecessary prototype from pmap.c. Also remove now | dyson | 1996-03-28 | 2 | -33/+2 |
* | Significant code cleanup, and some performance improvement. Also, | dyson | 1996-03-28 | 1 | -82/+134 |
* | Fixed permissions of /devfs/*random. | bde | 1996-03-27 | 1 | -7/+7 |
* | Print stack pointer and frame pointer in trap messages. | bde | 1996-03-27 | 1 | -6/+17 |
* | Eliminated dependency on opt_sysvipc.h. | bde | 1996-03-27 | 1 | -6/+1 |
* | Removed vestiges of dummy frame at top of tmpstk. | bde | 1996-03-27 | 2 | -28/+32 |
* | Fixed traceback for the following cases: | bde | 1996-03-27 | 1 | -22/+50 |
* | Add support for Pentium and Pentium Pro performance counters. | wollman | 1996-03-26 | 3 | -5/+78 |
* | Whoops, back out the last commit, which was accidentally committed at | nate | 1996-03-23 | 2 | -32/+2 |
* | Now that ac->ac_ipaddr and arpwhohas() no longer exist, remove the | nate | 1996-03-23 | 2 | -4/+34 |
* | Add vx0 device to GENERIC. Yes, I know that this bloats GENERIC, but | jkh | 1996-03-20 | 1 | -1/+3 |
* | Always enable interrupts before calling the APM idle/busy routines. | nate | 1996-03-19 | 2 | -4/+4 |
* | Add fe0 to the LINT and GENERIC files (hmmm - looks like my rcvs setup't | jkh | 1996-03-17 | 1 | -1/+2 |