summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Another round of merge/update.asami1996-09-122-50/+7
* Updated #includes to 4.4Lite style.bde1996-09-101-4/+2
* Improve the scalability of certain pmap operations.dyson1996-09-081-6/+24
* Unused file.nate1996-09-071-106/+0
* Remove these three devconf files entirely.phk1996-09-061-96/+0
* Second phase of merge, get rid of more machine-independent-dependencies.asami1996-09-032-11/+3
* Cleaned up interrupt masking by declaring the state variable in abde1996-08-281-10/+15
* Defined T_MCHK exception for i686; renumbered T_RESERVED to 29.dg1996-08-111-2/+3
* Eliminated i586_ctr_rate. Use i586_ctr_freq instead.bde1996-08-021-8/+6
* Add an fls() inline function which does the opposite operation towollman1996-08-011-1/+12
* Eliminated pcb_inl. It was always 0 because context switches don't occurbde1996-07-311-2/+1
* Fixed the machdep.i8254_freq and machdep.i586_freq sysctls. Writes werebde1996-07-301-2/+6
* Backed out the recent changes/enhancements to the VM code. Thedyson1996-07-301-19/+6
* This commit is meant to solve a couple of VM system problems ordyson1996-07-271-6/+19
* Update to current state of PC98 world.asami1996-07-231-1/+3
* Introduce two /dev/audio compat alias names for flushing and drainingjoerg1996-07-171-1/+5
* Fixed lots of warnings about unportable casts of pointers to volatilebde1996-07-012-16/+26
* Moved declarations of non-cpu things from <machine/cpufunc.h> to betterbde1996-07-012-20/+10
* trap.c:bde1996-06-251-4/+6
* Change the way moused talk to syscons, now its only delivering mouseeventssos1996-06-251-7/+22
* Some news for syscons (long overdue):sos1996-06-211-7/+11
* Reduced nesting of #includes in random.h and adjusted isa/random_machdep.cbde1996-06-171-17/+15
* The Great PC98 Merge.asami1996-06-146-5/+114
* Removed unnecessary forward declarations of incomplete structs.bde1996-06-081-3/+1
* A trailing patch Jim left out of the last commit.jkh1996-06-071-1/+7
* Added missing CR0_NW define for Cyrix 486DLC support. It's still notsos1996-06-031-1/+3
* Jump some hoops to have the *.s code being able to be run through both anpeter1996-05-311-2/+3
* Add an incremental checksum update routine. Perhaps some i386 assemblywollman1996-05-231-1/+17
* This set of commits to the VM system does the following, and containdyson1996-05-182-9/+9
* A patch for the meteor device driver. It fixes:jkh1996-05-171-1/+2
* Add $Id$peter1996-05-042-0/+4
* Update to 1.1beta5dpst1996-05-041-18/+35
* This commit was generated by cvs2svn to compensate for changes in r15599,peter1996-05-042-0/+613
|\
| * Import kernel parts of the v0.0.5alpha Stallion driver(s).peter1996-05-042-0/+613
* Another sweep over the pmap/vm macros, this time with more focus onphk1996-05-031-15/+1
* Move atdevbase out of locore.s and into machdep.cphk1996-05-022-44/+37
* This can go now.phk1996-05-021-131/+0
* removed:phk1996-05-023-48/+61
* Added calibration the i8254 and the i586 clocks agains the RTC at bootbde1996-05-011-9/+4
* Don't return unused values in cpu_switch() or savectx().bde1996-05-011-2/+2
* Oops, this should have been with the ctype changes.bde1996-05-011-11/+9
* pte.h: Add the VADDR(pdi,pti) macro to construct virtual address fromphk1996-04-303-19/+25
* Fix cpu_fork for real.phk1996-04-251-2/+2
* Adds the APM hooks into the generic pccard kernel files. With this codenate1996-04-231-3/+1
* Updated the laptop 'kludge' file. Hopefully this can go away soon.nate1996-04-221-18/+20
* - add apm to the GENERIC kernel (disabled by default), and add some commentsnate1996-04-221-1/+2
* savectx returns through cpu_switch in case of the child, so it mustphk1996-04-191-2/+2
* Fix a bogon. cpu_fork & savectx ecpected cpu_switch to restore %eax,phk1996-04-181-2/+2
* Add an inline function to compute the common-case IP header checksum.wollman1996-04-181-0/+76
* Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long tobde1996-04-131-2/+2
OpenPOWER on IntegriCloud