summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Add the IOCTL for Luigi's BT848 -> I2C bus driver.markm1997-11-061-1/+8
* Upgrade the sound sources to Amancio Hasty's latest-and-greatest.markm1997-10-311-247/+354
* Removed unused #includes.bde1997-10-281-2/+1
* Don't include <machine/cputypes.h> or declare cputype/class interfacesbde1997-10-282-23/+20
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-272-3/+4
* Bump MAXDSIZ to 512MB so that soft limits have a chance to actuallyjkh1997-10-271-2/+2
* Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneyokota1997-10-191-2/+2
* Try and fix some style problemspeter1997-10-121-15/+18
* Don't #include unneeded includes here. pcb_ext.h picks up lots of otherpeter1997-10-101-4/+2
* Convert the VM86 option from a global option to an option only dependedpeter1997-10-101-1/+2
* Latest round of patches from the author.markm1997-10-071-3/+22
* It is possible that MB's with really broken bios's not set up more ofdyson1997-10-061-0/+8
* Make sure that the memory type registers are the same for each CPUdyson1997-10-051-1/+53
* Add a new keyboard mode K_CODE. Returns a single byte for each keysos1997-10-011-1/+2
* oops, I seem to have forgotten to commit this. redirect _cam_imask topeter1997-09-291-1/+2
* ipl.h:gibbs1997-09-212-2/+11
* Implement the parts needed for VM86 under SMP.peter1997-09-212-8/+13
* Add support for more than 1 page of idle process stack on SMP systems.dyson1997-09-211-14/+24
* Update select -> poll in drivers.peter1997-09-141-2/+2
* Revert the logic behind my last change, and use a function calledjoerg1997-09-131-2/+2
* Patch up some more undefined symbols when compiling under ELF.peter1997-09-131-1/+7
* Do not ever try to coredump adapter memory regions.joerg1997-09-101-1/+2
* Amancio's latest in the Brooktree driver.markm1997-09-091-1/+4
* Add missing redirection for _inside_intr -> inside_intrpeter1997-09-081-1/+2
* DISABLE LEVEL_3 lock pushdown, somethings seems to have broken!fsmp1997-09-071-2/+2
* General cleanup of the lock pushdown code. They are grouped and enabledfsmp1997-09-075-42/+142
* Add redirection for new _clock_lock symbolpeter1997-09-051-1/+2
* Always defines macros for PC-98 display.kato1997-09-041-12/+6
* General cleanup of the sub-system locking macros.fsmp1997-09-013-38/+53
* Cleanup.fsmp1997-09-011-8/+10
* Move closer to supporting VM86 under SMP.bde1997-09-011-1/+9
* Put I*86_CPU options in opt_global.h and don't #include "opt_cpu.h"bde1997-08-311-5/+1
* Debug version of simple_lock. This will store the CPU id of thefsmp1997-08-313-30/+34
* Define some machine characteristics using symbol naming on conventionspeter1997-08-301-1/+7
* Update to include recently added names that are shared between the C andpeter1997-08-301-1/+38
* Another round of lock pushdown.fsmp1997-08-307-246/+285
* Move MACHINE_ARCH definition from <machine/param.h> to <machine/cpu.h>.kato1997-08-302-13/+13
* Introduce FAST_HI option, ON by default.fsmp1997-08-291-1/+15
* Fix typo in the comment introduced by me.kato1997-08-291-2/+2
* Added a sysctl arg, hw.machine_arch. The hw.machine_arch is "ibm-pc"kato1997-08-291-1/+11
* Remove the vm86 support as an LKM, and link it directly into the kerneljlemon1997-08-281-3/+3
* Moved include files which are independent of bs driver.kato1997-08-281-0/+64
* Correct some things I forgot about until it was too late with smp_active.peter1997-08-261-4/+7
* Clean up the SMP AP bootstrap and eliminate the wretched idle procs.peter1997-08-262-36/+141
* Removed a bogus comment.bde1997-08-251-2/+2
* A clean fix for the spl "deadlock before smp_active" problem.fsmp1997-08-242-2/+5
* The last of the encapsolation of cpl/spl/ipending things into a criticalfsmp1997-08-241-2/+64
* Revert my previous commit about using CS_SECURE macro.charnier1997-08-212-5/+3
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-211-2/+17
* Oops, this should have been in last commit.fsmp1997-08-211-1/+4
OpenPOWER on IntegriCloud