summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* An addendum to r195649, "Add support to the virtual memory system foralc2009-07-181-3/+9
* Match PCI Express root bridge _HID directly instead ofjkim2009-07-131-0/+1
* Add support to the virtual memory system for configuring machine-alc2009-07-124-25/+62
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+1
* There is an optimization in chmod(1), that makes it not to call chmod(2)trasz2009-07-081-1/+2
* After the per-CPU IDT changes, the IDT vector of an interrupt could changejhb2009-07-062-6/+22
* PAE adds another level to the i386 page table. This level is a smallalc2009-07-052-11/+7
* Cleanup ALIGNED_POINTER:sam2009-07-051-0/+7
* Enable POSIX semaphores on all non-embedded architectures by default.ed2009-07-021-0/+1
* Improve the handling of cpuset with interrupts.jhb2009-07-016-44/+101
* Remove the old kernel RPC implementation and the NFS_LEGACYRPC option.dfr2009-06-301-1/+0
* Replace AUDIT_ARG() with variable argument macros with a set more morerwatson2009-06-271-1/+1
* Return ENOSYS instead of EINVAL for invalid function codes to match thejhb2009-06-261-4/+1
* Correct the #endif comment.alc2009-06-261-1/+1
* This change is the next step in implementing the cache control functionalityalc2009-06-261-0/+45
* Fix kernels compiled without SMP support. Make intr_next_cpu() availablejhb2009-06-252-2/+10
* - Restore the behavior of pre-allocating IDT vectors for MSI interrupts.jhb2009-06-254-55/+77
* Fix ibcs2_ipc.c build by adding missing limits.h include.rwatson2009-06-251-0/+1
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-2/+4
* Whitespace fix.jhb2009-06-241-0/+1
* Make algorithm a bit more bulletproof.mav2009-06-231-2/+2
* Implement a facility for dynamic per-cpu variables.jeff2009-06-234-5/+18
* Rework r193814:mav2009-06-231-36/+32
* * Driver for ACPI WMI (Windows Management Instrumentation)rpaulo2009-06-231-0/+6
* Eliminate dead code. These definitions should have been deleted with thealc2009-06-221-10/+0
* Use NGROUPS instead of NGROUPS_MAX as the limits on setgroups andbrooks2009-06-201-2/+2
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-9/+24
* Regen for added flags field.jhb2009-06-172-78/+78
* Move (read|write)_cyrix_reg() inlines from specialreg.h to cpufunc.h.jhb2009-06-162-16/+16
* Forbid multi-vector MSI interrupt vectors migration to another CPU oncemav2009-06-151-0/+2
* Long, long ago in r27464 special case code for mapping device-backedalc2009-06-141-41/+36
* Enable PRINTF_BUFR_SIZE on i386 and amd64 by default.ed2009-06-141-0/+1
* Clobber "cc" instead of using volatile.ed2009-06-131-2/+2
* Clobber "cc" instead of using volatile; remove obsolete register keyword.ed2009-06-131-7/+8
* Simplify the inline assembler (and correct potential error) of pte_load_store().ed2009-06-131-9/+2
* strict kobj signatures: fix legacy i386 pcib_write_config implavg2009-06-112-8/+8
* Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Usekib2009-06-101-1/+1
* Add alc(4), a driver for Atheros AR8131/AR8132 PCIe ethernetyongari2009-06-101-0/+1
* opt in to flowtable on i386/amd64kmacy2009-06-091-0/+1
* remove flowtable from DEFAULTSkmacy2009-06-091-2/+0
* When using i8254 as the only kernel timer source:ariff2009-06-091-7/+31
* Move C1E workaround into its own idle function. Previous workaround worksariff2009-06-092-23/+77
* Add line width calculations for 15/16 and 24/32 bit modes in casedelphij2009-06-091-0/+8
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:jkim2009-06-081-3/+0
* Revert my change; reintroduce __gnu89_inline.ed2009-06-082-2/+2
* Remove __gnu89_inline.ed2009-06-082-2/+2
* Decouple the i386 native and i386 Xen APIC definitions a little further.adrian2009-06-071-4/+22
* Import ACPICA 20090521.jkim2009-06-057-10/+17
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-052-3/+0
* Remove MAC kernel config files and add "options MAC" to GENERIC, with therwatson2009-06-022-28/+1
OpenPOWER on IntegriCloud