summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Broke the warning that the cx driver (cronyx.c, cx,c and if_cx.c) usesbde2003-08-061-0/+23
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-053-3/+3
* In _bus_dmamap_load_buffer(), only count the number of bounce pages needed ifscottl2003-08-041-1/+2
* - GC unused cpu_thread_link().jhb2003-08-043-18/+1
* Allow foot shooting as Linux emulation needs it.julian2003-08-042-4/+5
* Style sync.obrien2003-08-031-0/+1
* fix braino in last commit.julian2003-08-021-1/+1
* Relax the check for bad LDTE allocations. It turns out thatjulian2003-08-021-4/+21
* - Use kmem_alloc_nofault() rather than kmem_alloc_pageable() inalc2003-08-021-3/+1
* PC98 uses different mask of IRQ.nyan2003-08-022-4/+16
* The MI code was modified to filter the devices based on its headerimp2003-08-011-0/+8
* Add hw.pci.irq_override_mask, which is a mask of interrupts that areimp2003-08-012-0/+28
* Have a go at unbreaking the tinderbox by fixing a debug printf.julian2003-07-311-4/+4
* Allocate the S/G list in the tag, not on the stack. The enforces the rulescottl2003-07-311-27/+32
* Make sure that when the PV ENTRY zone is created in pmap, that it'sbmilekic2003-07-311-2/+3
* Enhance i386_set_ldt to allow application to dynamic allocatedavidxu2003-07-311-56/+167
* Cosmetic: fix disorder of opt_kstack_pages.h include.peter2003-07-311-1/+1
* Fixed style bugs in rev.1.94 before MFCing it (for large C asm statements,bde2003-07-301-19/+19
* Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.njl2003-07-301-1/+1
* Detour via (void *) to defeat gcc's strict-aliasing warnings when usingpeter2003-07-301-3/+3
* Restored clearing of the bss, except for putting it in a correct placebde2003-07-291-9/+18
* Don't hide the name of tmpstk, since there is no need to do so and thebde2003-07-291-3/+2
* Changed the data types of three index variables, two of themrobert2003-07-271-3/+3
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-272-8/+12
* Add a "int fd" argument to VOP_OPEN() which in the future willphk2003-07-261-1/+1
* Stop GCC from whining when people use a 16 bit port number for inb() and outb()phk2003-07-231-2/+2
* Annotate pmap_changebit() as __always_inline. This function wasalc2003-07-231-1/+2
* Use macros from apic.h to when writing to the ICR to send IPIs to startupjhb2003-07-233-15/+36
* Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reservedjhb2003-07-233-2/+4
* Remove _ARCH_INDIRECT, it was the glue to enable having both hardwarepeter2003-07-231-67/+0
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-226-1791/+5
* add safe driver until we can verify it as machine-independentsam2003-07-211-0/+10
* Commit Ian Dowse's workaround for acpi resume resetting after thepeter2003-07-211-0/+8
* Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modesrobert2003-07-181-0/+12
* Now that the dust has settled, make dflt_lock() always panic.scottl2003-07-171-4/+0
* Rename thread_siginfo to cpu_thread_siginfo.davidxu2003-07-151-1/+1
* Fix the gcc-3.3 boot problem. Gcc now optimizes 'int foo = 0' by movingpeter2003-07-111-21/+5
* Protect lint(1) from a #error.markm2003-07-103-0/+6
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-107-27/+2
* In pmap_object_init_pt(), the pmap_invalidate_all() should be performed onalc2003-07-081-1/+1
* Fix LOR between scheduler lock and SMP rendezvous lock.davidxu2003-07-081-6/+1
* Woops - don't forget to declare locals needed for that last commit.bsd2003-07-061-0/+2
* Don't unconditionally reset the hardware debug registers in cpu_exit(),bsd2003-07-061-4/+6
* Add vm object locking to pmap_prefault().alc2003-07-041-7/+10
* Background: pmap_object_init_pt() premaps the pages of a object inalc2003-07-031-83/+14
* Silly compile fixes from resource_disabled() commit.jhb2003-07-031-1/+0
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-022-12/+7
* Sync more things with other backends.mux2003-07-011-12/+8
* Honor the boundary of the busdma tag when allocating bounce pages.mux2003-07-011-1/+1
* Mega busdma API commit.scottl2003-07-013-8/+74
OpenPOWER on IntegriCloud