summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add missing header include for MSR macros.jhb2003-08-181-0/+1
* Acquire the pte object's mutex when performing vm_page_grab(). Note: It isalc2003-08-171-0/+4
* Fixup the ELF branding information to point to the new home of rtld.gordon2003-08-171-1/+1
* In pmap_copy(), since we have the page table page's physical addressalc2003-08-171-3/+2
* In vm_thread_swap{in|out}(), remove the alpha specific conditionalmarcel2003-08-161-0/+10
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-3/+3
* Give timecounters a numeric quality field.phk2003-08-162-19/+18
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-152-136/+2
* - Fix a typo in a comment.jhb2003-08-152-14/+14
* - Add macros describing some new MSR's in the Pentium 4 and some olderjhb2003-08-151-0/+25
* - Fix a duplicated typo.jhb2003-08-152-6/+6
* - Remove redundant <sys/sysctl.h> include.jhb2003-08-151-4/+1
* Adjust the style of the #ifdef SMP in casuptr() so that the #ifdef SMPjhb2003-08-151-5/+4
* - Update location of PCI headers.jhb2003-08-151-5/+6
* As warned: Initiate deorbit burn for the pcaudio driver.phk2003-08-152-572/+0
* Remove a few ushorts I missed in my earlier pass.jhb2003-08-151-6/+6
* Improve the C3 CPU identification. I didn't notice that the CPU idimp2003-08-151-12/+6
* Add many new VIA C3 CPU types now that they appear to be available inimp2003-08-141-0/+18
* Eliminate pmap_page_lookup() and its uses. Instead, use PHYS_TO_VM_PAGE()alc2003-08-141-36/+2
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-122-4/+47
* Fixup comment.jhb2003-08-121-1/+1
* Halted CPU's should not accumulate time.ps2003-08-123-18/+18
* 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
OpenPOWER on IntegriCloud