aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,Bruce Evans1998-06-171-11/+0
* Oops, uoff_t can't be used here yet.Bruce Evans1998-06-151-2/+2
* Reviewed by: AmancioAmancio Hasty1998-06-141-1/+5
* Removed LOCORE ifdef. This header isn't used for locore stuff.Bruce Evans1998-06-141-8/+5
* Define 64-bit types in terms of __int64_t and __uint64_t.Bruce Evans1998-06-141-5/+9
* Added typedefs for __int64_t and __uint64_t. These will be used to avoidBruce Evans1998-06-141-9/+24
* Add a macro tweak.Steve Price1998-06-131-1/+2
* Increased MAXTSIZ to 128MB...there are binaries that get quite large.David Greenman1998-06-121-3/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-3/+3
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-282-2/+4
* Add CPU_PII to the list.Dag-Erling Smørgrav1998-05-221-1/+2
* Disallow reading the current kernel stack. Only the user structure andTor Egge1998-05-191-1/+5
* Change simple lock handling to not depend upon having a local apicTor Egge1998-05-172-4/+4
* Add forwarding of roundrobin to other cpus. This gives a more regularTor Egge1998-05-172-11/+53
* For SMP, use prv_PPAGE1/prv_PMAP1 instead of PADDR1/PMAP1.Tor Egge1998-05-175-15/+37
* s/nanoruntime/nanouptime/gPoul-Henning Kamp1998-05-171-3/+3
* 1.31 Randall Hopper <rhh@ct.picker.com>Amancio Hasty1998-05-161-0/+5
* Fix alot of silly LINT that I left in the code.John Dyson1998-05-121-2/+2
* Support better performance with P6 architectures and in SMPJohn Dyson1998-05-111-3/+11
* Attempt to set write combining mode for graphics devices.John Dyson1998-05-112-60/+20
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.Justin T. Gibbs1998-05-064-40/+108
* Cast return values to the appropriate fp_*_t. Note that the man pageDag-Erling Smørgrav1998-04-271-9/+9
* Add a couple of missing symbols referred to in asm code.Peter Wemm1998-04-221-1/+5
* Support compiling with `gcc-pedantic' (don't use hard newlines inBruce Evans1998-04-194-296/+296
* Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_trPeter Wemm1998-04-062-10/+4
* Use real types for the SMP pages being allocated rather than arrays ofPeter Wemm1998-04-061-17/+11
* A pair of C structures used for laying out the SMP per-cpu data space.Peter Wemm1998-04-062-0/+202
* some missing symbolsPeter Wemm1998-04-061-2/+9
* Remove stuff related to microtime.s, which is gone.Poul-Henning Kamp1998-04-062-5/+2
* Make read_random() take a (void *) argument instead of (char *)Poul-Henning Kamp1998-04-061-3/+3
* Make a kernel version of the timer* functions called timerval* to bePoul-Henning Kamp1998-04-061-3/+3
* Time changes mark 2:Poul-Henning Kamp1998-04-041-2/+1
* Add two workarounds for broken MP tables:Tor Egge1998-04-012-3/+51
* Declare some variables modified by interrupt handlers as volatile.Tor Egge1998-04-011-3/+3
* Add the ability to make real-mode BIOS calls from the kernel. Currently,Jonathan Lemon1998-03-231-32/+63
* Several changes:Peter Wemm1998-03-231-26/+13
* merge from 2.2Peter Wemm1998-03-211-2/+3
* This mega-commit is meant to fix numerous interrelated problems. ThereJohn Dyson1998-03-071-3/+3
* Reenable redirection of clock interrupt to a higher priority vector.Tor Egge1998-03-071-2/+2
* The APs now reload the interrupt descriptor table pointer afterTor Egge1998-03-071-1/+6
* Remove special handling for resuming clock interrupt when using APIC_IO.Tor Egge1998-03-052-9/+5
* Disable redirection of clock interrupt to a higher priority vector.Tor Egge1998-03-041-2/+2
* Defined CCR6 and CCR7 (configuration registers of M2 CPU.)KATO Takenori1998-03-041-1/+5
* Fix recent breakage when compiling under elf.Peter Wemm1998-03-041-1/+5
* When entering the apic version of slow interrupt handler, levelTor Egge1998-03-033-3/+96
* Forward the signal if the process runs on a different CPU. This reducesTor Egge1998-03-032-5/+56
* Reduce timeout before assuming that forwarding of hardclock or softclockTor Egge1998-03-031-7/+11
* forward_statclock and forward_hardclock are located in mp_machdep.c.Tor Egge1998-03-031-3/+5
* 1) Use a more consistent page wait methodology.John Dyson1998-03-011-2/+2
* Radio support for bt848 cards from Flemming Jacobsen <fj@trw.nl>Amancio Hasty1998-02-261-0/+5