summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Mark these variables as __used too. Fix a style of previous commit.rdivacky2009-02-181-5/+6
* Mark these variables as __used as those are used in the asm block.rdivacky2009-02-181-4/+4
* Adapt linux emulation to use cv for vfork wait.kib2009-02-181-2/+2
* Add uslcom to the build too.thompsa2009-02-151-0/+1
* Switch over GENERIC kernels to USB2 by default.thompsa2009-02-151-33/+89
* - fix formattingkmacy2009-02-151-68/+25
* Remove unnecessary page queues locking around vm_page_wakeup().alc2009-02-141-2/+0
* Remove unnecessary page queues locking around vm_page_busy() andalc2009-02-141-2/+0
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-131-2/+2
* Add option GEOM_PART_EBR by default on amd64 and i386.marcel2009-02-101-0/+1
* The bounce zone sees its page number increased if multiple dma maps use it incognet2009-02-091-1/+6
* When bouncing pages, allow a new option to preserve the intra-pageimp2009-02-081-0/+7
* Don't try to directly update page tableskmacy2009-02-081-2/+5
* si(4) seems to build without a problem. However, since noone noticed lackwkoszek2009-02-081-0/+3
* Tidy NOTES a bit:wkoszek2009-02-071-3/+3
* Comment about ural(4) isn't approprate here, since the driver is present inwkoszek2009-02-061-3/+0
* Fix AGP debugging code:wkoszek2009-02-061-0/+3
* halt APs on rebootkmacy2009-02-051-1/+1
* reboot instance on resetkmacy2009-02-051-1/+4
* pass in smp_processor_id to identify the cpu in usekmacy2009-02-051-1/+1
* adjust the way that idle happens so as to avoid missing timer interruptskmacy2009-02-051-64/+63
* make sure that interrupts are disabled when handling page faults et alkmacy2009-02-031-4/+4
* Bring over the code from sys/i386/i386/mp_machdep.c, r187880bz2009-01-311-0/+3
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-315-14/+14
* - Allocate apic vectors on a per-cpu basis. This allows us to allocatejeff2009-01-296-77/+153
* VIA Nano processor has a special MSR (CENT_HARDWARECTRL3) bit 32 to determinejkim2009-01-221-1/+2
* Include a missing header file.jkim2009-01-221-0/+1
* Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386jkim2009-01-221-1/+1
* re-enable wi: was accidentally disabled in r1.502sam2009-01-191-1/+1
* MFp4: //depot/projects/usb@155990thompsa2009-01-131-0/+4
* Enable MSI support for VIA Nano processors on i386 (missing in r187118).jkim2009-01-131-2/+12
* Documentation-only change:luigi2009-01-131-4/+4
* Add basic i386 support for VIA Nano processors.jkim2009-01-123-4/+23
* Replace more strcmp(cpu_vendor, "foo") with cpu_vendor_id.jkim2009-01-121-7/+7
* Add a reference to the "env" kernel config option in the GENERIC file,luigi2009-01-061-0/+6
* Add Centaur/IDT/VIA vendor ID for Nano family, which has long mode support.jkim2009-01-051-4/+0
* Add commented out options KDTRACE_HOOKS and, for amd64, KDRACE_FRAME,rwatson2009-01-051-0/+1
* Disable USB bluetooth (needs netgraph built in) and USB audio (doesn'trpaulo2008-12-301-3/+3
* Add a kernel config file so that users have less difficulty testingrpaulo2008-12-301-0/+110
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-291-6/+2
* merge 186535, 186537, and 186538 from releng_7_xenkmacy2008-12-2914-348/+41
* Make gpart the default partitioning class on all platforms.marcel2008-12-171-2/+2
* AT_DEBUG and AT_BRK were OBE like 10 years ago, so retire them.imp2008-12-171-12/+0
* Remove obsolete AT_DEBUG stuff. It never should have been committedimp2008-12-171-2/+0
* - Bug fix: prevent a thread from migrating between CPUs between thejkoshy2008-12-131-1/+10
* Add more CPUID bits from AMD CPUID Specification Rev. 2.28.jkim2008-12-122-8/+16
* Expose symbol `PMC_FN_USER_CALLCHAIN' to assembler code.jkoshy2008-12-121-0/+8
* Add constants for fields in the local APIC error status register and ajhb2008-12-113-0/+22
* Restore memory clobber, to cause mb on the compiler level too.kib2008-12-061-3/+3
* Unconditionally use locked addition of zero to tip of the stack forkib2008-12-051-14/+3
OpenPOWER on IntegriCloud