summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move a relic to its correct location(s): Put nfs diskless initializationphk2004-07-281-25/+0
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inkan2004-07-281-6/+6
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanrwatson2004-07-271-6/+6
* Use file2c instead of a combination of hexdump, sed and shell script totjr2004-07-271-11/+1
* Get the acpi softc via the devclass, not by caching the device. Replacenjl2004-07-241-12/+8
* Whitespace cleanup and move static variables together.njl2004-07-241-23/+23
* Remove unneeded parens and fix whitespace.njl2004-07-241-36/+29
* Arg! Revert local changes that were accidentlly included in the previousscottl2004-07-221-40/+22
* Don't count needed bounce pages if loading a buffer that was created withscottl2004-07-221-23/+41
* Using NULL as a malloc type when calling contigmalloc() is wrong, so introducecognet2004-07-211-1/+5
* Add the ACPI Panasonic extras driver.nyan2004-07-212-0/+413
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-211-14/+0
* Make end of frames for KSE thread, for system scope thread, without thisdavidxu2004-07-201-0/+1
* As a temporary hack, turn off deferred preemptions that are the result ofjhb2004-07-191-0/+2
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-191-1/+5
* Add a #error requiring KDB if DDB is specified. (This can probably besilby2004-07-191-0/+3
* Utilize pmap_pte_quick() rather than pmap_pte() in pmap_protect(). Thealc2004-07-181-1/+3
OpenPOWER on IntegriCloud