summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* clock.c:bde2003-09-072-3/+19
* Moved stop/start code for other CPUs to near the beginning/end ofbde2003-09-071-41/+41
* Restored non-egregious casts so that this file compiles on i386's withbde2003-09-071-3/+4
* Turning on warning for static LDT allocation.davidxu2003-09-071-4/+0
* Mark the isa compat shims for BURN_BRIDGES for 6.0peter2003-09-052-0/+12
* Clean up some antique stuff. We do not support Weitek FPUs etc, and neverpeter2003-09-051-10/+0
* Give the ELAN timecounter better quality than i8254phk2003-09-031-1/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-011-3/+3
* Detect Geode CPUs and initialize the 27MHz timecounter "Geode".phk2003-08-311-0/+100
* Migrate the sf_buf allocator that is used by sendfile(2) and zero-copyalc2003-08-291-0/+101
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-291-3/+4
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-3/+3
* Style cleanups.njl2003-08-284-72/+35
* Fix copyright comment & FBSDID style nits.obrien2003-08-2525-46/+24
* Fix compile error.nyan2003-08-251-1/+1
* Add device ataraid, this is now seperate and not pulled in by atadisk.sos2003-08-241-0/+1
* Even though this driver says it is broken, fix the location of the pciimp2003-08-231-2/+2
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* Eliminate the last (direct) use of vm_page_lookup() on the pte object.alc2003-08-221-8/+4
* Eliminate a possible race condition for multithreaded applications inalc2003-08-191-13/+2
* remove #define no longer usedsam2003-08-191-2/+0
* 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
OpenPOWER on IntegriCloud