summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Move the kernel-specific logic to adjust frompc from MI to MD. Formarcel2004-08-271-0/+13
* The machine-independent parts of the virtual memory system always pass aalc2004-08-271-16/+0
* Always compile PFIL_HOOKS into the kernel and remove the associated kernelandre2004-08-271-1/+0
* Fix a bug in in_cksum_hdr w/o -O.obrien2004-08-251-16/+14
* Correct the arguments to kern_sigaltstack() as they were reversed.jhb2004-08-241-2/+2
* Regenerate after fcntl() wrappers were marked MP safe.jhb2004-08-246-9/+10
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-243-50/+21
* Be sure to always unlock the sx lock when exiting the sysctl function.njl2004-08-241-1/+1
* Commit Doug White and Alan Cox's fix for the cross-ipi smp deadlock.peter2004-08-232-12/+10
* Add a BUS_GET_RESOURCE_LIST method for nexus.njl2004-08-231-0/+10
* My recent measurement shows that CPU_DISABLE_CMPXCHG is no longer necessarysobomax2004-08-231-3/+5
* o Fix whitespace bug introduced in the previous commit.sobomax2004-08-232-24/+8
* o Extend boot output: print out mimimum/maximum performance value and numbersobomax2004-08-232-2/+38
* Properly free the temporary sf_buf in uiomove_fromphys() if a copyin oralc2004-08-211-1/+3
* Unconditionally support the AMD64 GART HW.obrien2004-08-191-1/+0
* Disable interrupts after using pmap_enter() to add the identity mapping.njl2004-08-191-1/+1
* Modify the "legacy bus" to pass all resource allocations through to itsgibbs2004-08-161-92/+2
* AMD64 on-CPU GART support.obrien2004-08-161-0/+1
* Increase the scaling of VM_KMEM_SIZE_MAX.obrien2004-08-161-1/+1
* Add a new type, l_uintptr_t, which is an unsigned integer type with thetjr2004-08-161-0/+4
* Preemptive anti-footshooting: cause a #error if MP_WATCHDOG is compiledrwatson2004-08-151-0/+5
* Spell MP_WATCHDIG right: I fixed the build without MP_WATCHDOG afterrwatson2004-08-151-1/+1
* Add an "options MP_WATCHDOG" to i386. This option allows one of therwatson2004-08-153-0/+268
* MPSAFE lockingnjl2004-08-131-2/+20
* MPSAFE lockingnjl2004-08-131-2/+15
* MPSAFE lockingnjl2004-08-131-0/+10
* Add __elfN(dump_thread). This function is called from __elfN(coredump)marcel2004-08-111-0/+8
* Add ADAPTIVE_GIANT to GENERIC on i386, with the intent of making itrwatson2004-08-111-0/+1
* Remove commented out pcic driver. It is too broken to work (even if youimp2004-08-091-1/+0
* With the advent of pmap locking it makes sense for pmap_copy() to be lessalc2004-08-081-3/+3
* Generate KTR trace records for syscall enter and exit in i386 systemrwatson2004-08-061-0/+6
* Remove the attempt to cache the previous page mapped at our identitynjl2004-08-051-15/+2
* Move definition of mem_range_softc from mp_machdep.c to machdep.c sorwatson2004-08-052-2/+3
* Remove a potential deadlock on i386 SMP by changing the lazypmap ipi andjhb2004-08-041-8/+2
* Fix module builds for i386 and amd64.markm2004-08-042-37/+9
* Post-locking clean up/simplification, particularly, the elimination ofalc2004-08-041-41/+36
* Unbreak LINT by making sure that method is always defined.philip2004-08-041-0/+4
* Further cleanup: merge the three led toggling functionsphilip2004-08-031-41/+55
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.njl2004-08-031-78/+32
* Making a loadable null.ko for /dev/(null|zero) proved rathermarkm2004-08-031-1/+0
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__mux2004-08-031-2/+3
* Sort includes; minor whitespace.markm2004-08-021-2/+1
* Add definitions for TLS relocations.dfr2004-08-021-2/+22
* Optimize intr_execute_handlers() by combining the pic_disable_source() andscottl2004-08-024-27/+71
* Add the I/O device for those architectures that have it.markm2004-08-011-0/+1
* Remove local hack that was not supposed to be committed.markm2004-08-011-1/+1
* Turn off PREEMPTION by default while it gets debugged. It's been causingscottl2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intomarkm2004-08-016-145/+195
* Add pmap locking to pmap_object_init_pt().alc2004-07-311-1/+6
* Advance the state of pmap locking on alpha, amd64, and i386.alc2004-07-291-16/+32
OpenPOWER on IntegriCloud