summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Fix the busdma support in twe to support EINPROGRESS and enable it forps2003-08-121-1/+0
* The iBCS2 system call translator for statfs(2) did not check thenectar2003-08-101-0/+4
* Add or correct range checking of signal numbers in system calls andnectar2003-08-101-0/+2
* Rename pmap_changebit() to pmap_clear_ptes() and remove the lastalc2003-08-101-25/+19
* Remove trailing newlines (from the right branch this time)imp2003-08-071-2/+0
* Correct a mistake in the previous revision: Reduce the scope of the pagealc2003-08-061-1/+1
* Acquire the page queues lock in pmap_insert_entry(). (I used to believealc2003-08-061-0/+2
* Backed out previous commit. This restores the warning about pessimizedbde2003-08-061-2/+2
* Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-063-0/+8
* Update to recognize Geode and note that the TSC seems broken.phk2003-08-061-1/+12
* 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
OpenPOWER on IntegriCloud