aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp2008-04-142-254/+10
* Move i386 to generic RTC handling code.Poul-Henning Kamp2008-04-122-103/+171
* - Add the interrupt vector number to intr_event_create so MI code canJeff Roberson2008-04-111-1/+1
* Don't break identity mapping set up for ACPI resume path.Takanori Watanabe2008-04-101-2/+5
* Correct pmap_copy()'s method for extracting the physical address of aAlan Cox2008-04-101-6/+6
* RegenerateKonstantin Belousov2008-04-083-41/+73
* Implement the linux syscallsKonstantin Belousov2008-04-085-29/+26
* Update pmap_page_wired_mappings() so that it counts 2/4MB page mappings.Alan Cox2008-04-071-4/+18
* Add a MI intr_event_handle() routine for the non-INTR_FILTER case. ThisJohn Baldwin2008-04-051-121/+2
* Reintroduce UMA_SLAB_KMAP; however, change its spelling toAlan Cox2008-04-041-1/+3
* Add the support for the AT_FDCWD and fd-relative name lookups to theKonstantin Belousov2008-03-312-0/+2
* Eliminate an #if 0/#endif that was unintentionally introducedAlan Cox2008-03-291-2/+0
* If we're returning successfully from bus_dmamem_alloc, don't record a KTREd Maste2008-03-281-1/+1
* Use ; instead of : to end a line.Brooks Davis2008-03-281-1/+3
* Add support to mincore for detecting whether a page is part of aPaul Saab2008-03-281-1/+2
* Add kernel module support for nfslockd and krpc. Use the module systemDoug Rabson2008-03-272-0/+2
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-2/+2
* MFamd64 with few changes:Alan Cox2008-03-272-91/+1108
* Back in the good old days, PC's had random pieces of rock forPoul-Henning Kamp2008-03-262-135/+0
* The "free-lance" timer in the i8254 is only used for the speakerPoul-Henning Kamp2008-03-264-52/+26
* Add the new kernel-mode NFS Lock Manager. To use it instead of theDoug Rabson2008-03-261-1/+2
* Rename timer0_max_count to i8254_max_count.Poul-Henning Kamp2008-03-263-53/+54
* The RTC related pscnt and psdiv variables have no business being public.Poul-Henning Kamp2008-03-262-4/+2
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Enable the automatic creation of superpage reservations.Alan Cox2008-03-261-2/+2
* Belatedly add BPF_JITTER in NOTES for supported architectures.Jung-uk Kim2008-03-241-0/+4
* Prevent the overflow in the calculation of the next page directory.Konstantin Belousov2008-03-231-0/+6
* Explicitly use spinlock_enter/exit rather than locking the icu_lock spinJohn Baldwin2008-03-201-15/+14
* Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQJohn Baldwin2008-03-201-0/+14
* Simplify the interrupt code a bit:John Baldwin2008-03-171-32/+15
* A cautionary XXX comment about seemingly bogus errata checks.Poul-Henning Kamp2008-03-171-0/+8
* Increase time we wait for things to settle to 1 millisecond,Poul-Henning Kamp2008-03-171-2/+16
* Revert last commit and stop committing before morning tea.Poul-Henning Kamp2008-03-171-26/+5
* Increase time we wait for things to settle to 1 millisecond,Poul-Henning Kamp2008-03-171-5/+26
* Use correct bitmask for identifying chip family.Poul-Henning Kamp2008-03-171-1/+1
* Implement atomic_fetchadd_long() for all architectures and document it.Pawel Jakub Dawidek2008-03-161-0/+7
* Regen.Roman Divacky2008-03-163-4/+12
* Implement sched_setaffinity and get_setaffinity usingRoman Divacky2008-03-161-1/+2
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-1610-14/+15
* Add preliminary support for binding interrupts to CPUs:John Baldwin2008-03-142-9/+55
* Fix a silly bogon which prevented all the CPUs that are tagged as interruptJohn Baldwin2008-03-141-4/+4
* Rework how the nexus(4) device works on x86 to better handle the idea ofJohn Baldwin2008-03-134-38/+112
* Use the SMAP data from the loader if it is provided instead of usingJohn Baldwin2008-03-131-60/+99
* Since version 4.3, gcc changed its behaviour concerning the i386/amd64Konstantin Belousov2008-03-133-7/+7
* Add missed parenthesesKonstantin Belousov2008-03-131-1/+1
* The variable MTRR registers actually have variable-sized PhysBase andJohn Baldwin2008-03-122-8/+26
* MFamd64: Break up the probe logic in the mem_drvinit routines so it'sJohn Baldwin2008-03-122-13/+18
* Remove kernel support for M:N threading.Jeff Roberson2008-03-126-31/+3
* Style(9) these files. No changes in the compiled code. (Verified byJohn Baldwin2008-03-112-450/+494
* Add constants for the various fields in MTRR registers.John Baldwin2008-03-112-11/+27