summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement accept4 syscall.dchagin2009-06-011-0/+1
* Regenerate generated syscall files following changes to struct sysent inrwatson2009-06-012-445/+445
* Fix the MP IPI code to differentiate between bitmapped IPIs and function IPIs.adrian2009-05-312-19/+14
* Remove some unused code in ipi_selected() .adrian2009-05-311-5/+0
* Even though I'm not quite sure that the call_func stuff will work properlyadrian2009-05-301-2/+3
* Don't schedule a CALL_FUNCTION_VECTOR software IPI if the IPI was signaledadrian2009-05-301-3/+3
* Correctly report the IPI IRQs being created; make it clear what vectors they ...adrian2009-05-301-4/+4
* Place hostnames and similar information fully under the prison system.jamie2009-05-293-13/+5
* Revert to 2-clause.adrian2009-05-291-2/+0
* Fix the Xen TOD update when the hypervisor wall clock is nudged.adrian2009-05-291-0/+14
* Migrate the Xen hypervisor clock reading routines into somethingadrian2009-05-293-49/+141
* Say hello to a very basic, read-only, Xen Hypervisor RTC.adrian2009-05-281-0/+191
* We don't need d_thread_t for cross-branch portability here anymore.imp2009-05-201-4/+4
* Some minor style changes:imp2009-05-201-22/+14
* Don't bother reading the initial value of the machine check banks duringjhb2009-05-201-4/+0
* - Add a tunable 'hw.mca.enabled' that can be used to enable/disable thejhb2009-05-181-11/+14
* Add a read-only sysctl hw.pci.mcfg to mirror the tunable by the same name.jhb2009-05-181-0/+5
* Bump CACHE_LINE_SIZE to 128 for x86. Intel's manuals explicitly recommendjhb2009-05-181-1/+1
* Add cpu_flush_dcache() for use after non-DMA based I/O so that amarcel2009-05-181-0/+10
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC anddchagin2009-05-161-0/+1
OpenPOWER on IntegriCloud