aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* MFC:Roman Kurakin2006-03-071-4/+74
* MFC if_bridge support codeAndrew Thompson2005-10-031-0/+2
* MFC: Explicitly switch to the new TSS when adding one in i386_extend_pcb().John Baldwin2005-09-261-0/+1
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".Jacques Vidrine2005-05-131-0/+8
* MFC: KDB_STOP_NMI functionalityDoug White2005-05-011-0/+5
* Partial MFC:Peter Wemm2005-04-263-3/+8
* Add 6.x-compatable fs/gsbase functions. This means we can use libraries withPeter Wemm2005-04-251-0/+8
* MFC: stop vm86bios calls from panicing the system or corrupting the firstPeter Wemm2005-04-181-1/+1
* MFC npx.c,v 1.159 npx.h,v 1.28:David Schultz2005-03-291-0/+1
* MFC: Tweak the ELCR support so that other parts of the kernel than justJohn Baldwin2005-03-251-0/+1
* MFCAlan Cox2005-03-091-1/+4
* MFC: 1.10Marius Strobl2005-02-271-1/+1
* MFC: bus_dmamap_load_mbuf_sg() for i386Scott Long2005-02-251-0/+5
* MFC: change gdb_cpu_setreg() to not take the value to which to set theDavid E. O'Brien2005-02-141-1/+1
* MFC:David Schultz2005-02-051-1/+0
* MFC: /*- and related license changesWarner Losh2005-01-3139-52/+78
* MFC IPI panic fix done by Stephan Uphoff:Xin LI2005-01-062-14/+44
* MFC: i386-on-amd64 binary glue.Peter Wemm2004-11-271-0/+11
* MFC: Optimize atomic_store_rel() and atomic_load_acq() on UP kernels toJohn Baldwin2004-11-241-8/+8
* MFC alpha/include/profile.h:1.7, amd64/include/profile.h:1.42,Marcel Moolenaar2004-11-091-0/+13
* MFC: Bring most of ACPI up to HEAD.Nate Lawson2004-11-071-1/+2
* MFC multiple pmap changesAlan Cox2004-10-101-5/+17
* MFC:Julian Elischer2004-10-091-2/+10
* MFC: Increase NKPT to allow for up to 16GB on i386/PAE and amd64.Scott Long2004-10-091-2/+3
* MFC: Turn PREEMPTION into a kernel option. It is NOT enabled at this time.Scott Long2004-09-101-5/+0
* Increase the scaling of VM_KMEM_SIZE_MAX.David E. O'Brien2004-08-161-1/+1
* Add an "options MP_WATCHDOG" to i386. This option allows one of theRobert Watson2004-08-151-0/+34
* Instead of calling ia32_pause() conditionally on __i386__ or __amd64__Maxime Henrion2004-08-031-2/+3
* Add definitions for TLS relocations.Doug Rabson2004-08-021-1/+21
* Optimize intr_execute_handlers() by combining the pic_disable_source() andScott Long2004-08-021-1/+7
* Turn off PREEMPTION by default while it gets debugged. It's been causingScott Long2004-08-011-0/+3
* Break out the MI part of the /dev/[k]mem and /dev/io drivers intoMark Murray2004-08-012-0/+73
* Pass a thread argument into cpu_critical_{enter,exit}() rather thanRobert Watson2004-07-271-6/+6
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.David Schultz2004-07-191-1/+5
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-12/+5
* Update for the KDB framework:Marcel Moolenaar2004-07-101-2/+1
* Implement makectx(). The makectx() function is used by KDB to createMarcel Moolenaar2004-07-101-0/+3
* Introduce the KDB debugger frontend. The frontend provides a frameworkMarcel Moolenaar2004-07-101-0/+52
* Introduce the GDB debugger backend for the new KDB framework. TheMarcel Moolenaar2004-07-101-0/+52
* Implement preemption of kernel threads natively in the scheduler ratherJohn Baldwin2004-07-021-0/+2
* Reduce the size of pv entries by 15%. This saves 1MB of KVA for mappingPeter Wemm2004-06-291-1/+0
* bde points out that this can't do anything useful. The full patch hasWarner Losh2004-06-281-1/+0
* When opening /dev/io, preserve iopl properly. Otherwise, if you openWarner Losh2004-06-281-0/+1
* remove needless blanklineWarner Losh2004-06-281-1/+0
* Various cleanups in support of a future ioapic_config_intr() function:John Baldwin2004-06-231-0/+7
* Backed out previous commit. Blind substitution of dev_t by `struct cdev *'Bruce Evans2004-06-201-1/+1
* Include <sys/_lock.h>'s prerequisite <sys/queue.h> before including theBruce Evans2004-06-201-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* MFamd64Alan Cox2004-06-161-0/+14
* - Remove an unused declaration.Alan Cox2004-06-131-2/+2