summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Removed now-unused #includes of <machine/cpu.h>. They were for bootverbosebde1996-04-079-22/+9
* Removed unused declaration of bootverbose.bde1996-04-071-2/+1
* Moved declaration of bootverbose to a better place. Externs shouldbde1996-04-071-2/+1
* 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
* Fixed devfs device names and numbers.bde1996-04-071-35/+71
* Allow specifying the BIOS drive number. Removed the hd drive type.bde1996-04-076-51/+83
* 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-052-6/+6
* Add wall_cmos_clock sysctl variable, needed to manage adjkerntz even forache1996-04-055-15/+26
* Work around a braindead signal handling in many newer HP printers.joerg1996-04-041-8/+26
* Improvementss to netbootphk1996-04-036-27/+78
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-031-3/+3
* Add NULLFS_DIAGNOSTIC, KERNFS_DIAGNOSTIC, UMAPFS_DIAGNOSTIC, UNION_DIAGNOSTICgpalmer1996-04-032-2/+22
* Document PERFMON.wollman1996-04-022-12/+14
* Align help screen.phk1996-04-021-2/+17
* changed from using dev_link() to devfs_link()scrappy1996-04-021-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
* Convert to use stdarg in bt_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-29/+37
* Convert to use stdarg in aha_cmd. Use XS_SELTIMEOUT for selection timeouts.gibbs1996-03-311-28/+35
* Fetch the (dummy) READY CHANGED condition interrupt stati thatjoerg1996-03-311-1/+8
* Fix a bogus message:joerg1996-03-311-2/+2
* Removed dead option DUMMY_NOPS.bde1996-03-312-14/+16
* Finished removing NOP macros.bde1996-03-311-10/+1
* Moved rtcin() to clock.c.bde1996-03-315-18/+32
* Killed religous FASTER_NOP again.bde1996-03-311-5/+1
* Fix support for the aic7850 by looking only at the relavent bits of thegibbs1996-03-312-201/+219
* Override the unit number passed into us in the isa_device structure withgibbs1996-03-311-1/+8
* Don't set the number of SCBs here. aic7xxx.c determines the number ofgibbs1996-03-311-7/+1
* When doing a 'make depend', dont blow away the existing .depend untilpeter1996-03-301-5/+7
* There is no need to zero out the TSC when configuring a counter,wollman1996-03-291-14/+3
* Count PCI irqs in up to 4 ISAish counters named `pci irqnn' instead ofbde1996-03-294-12/+120
* Parenthesized macros.bde1996-03-291-7/+7
* Added necessary quotes (${CPP} might have spaces in it). Removedbde1996-03-291-3/+3
* Removed references to nonexistent files.bde1996-03-291-4/+1
* Removed never-used files.bde1996-03-292-278/+0
* Fixed devfs group of some more disk devices.bde1996-03-291-8/+11
* Fixed group of some more disk devices.bde1996-03-291-9/+9
* Sync up the Pentium implementation with the documentation.wollman1996-03-281-2/+2
* >Blush<. Use the correct opcode for the WRMSR instruction.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
* A bug fix and a couple of new modes for the meteor driver.jkh1996-03-281-1/+5
* Implement ioctl's IBCS2_TCFLSH and IBCS2_TCXONC. Improve termios conversion.swallace1996-03-285-17/+96
* 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_devsw() to devfs_add_devswf()scrappy1996-03-281-38/+36
* Added DEVFS support to create ttyv* devicesscrappy1996-03-281-2/+19
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-2826-257/+190
OpenPOWER on IntegriCloud