summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trim the default set of device hints on i386 and amd64:jhb2009-05-141-42/+0
* FreeBSD right now support 32 CPUs on all the architectures at least.attilio2009-05-144-78/+21
* Implement simple machine check support for amd64 and i386.jhb2009-05-136-0/+618
* Correct a rare use-after-free error in pmap_copy(). This error wasalc2009-05-131-2/+4
* Remove unused variables.brueffer2009-05-121-4/+1
* Do not export AT_CLKTCK when emulating Linux kernel priordchagin2009-05-101-1/+11
* Rework r189362, r191883.dchagin2009-05-101-1/+2
* - Use "device\t" and "options \t" for consistency.kuriyama2009-05-106-24/+24
* Regenerate system call tables to use SVN ids.ed2009-05-085-7/+12
* Regenerate ibcs2 system call table.ed2009-05-083-20/+12
* Burn TTY ioctl bridges in compat layers.ed2009-05-082-33/+2
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+1
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-071-0/+2
* To avoid excessive code duplication move MI definitions to the MIdchagin2009-05-071-8/+0
* Do not try to initialize LAPIC timer if we are not going to use it.mav2009-05-051-1/+1
* Unlock the largest standard CPUID on Intel CPUs for both amd64 and i386 andjkim2009-05-041-11/+18
* Oops, sorry. Fix for fix.mav2009-05-041-1/+1
* There is no atrtc driver in pc98, so hide atrtcclock_disable variable usagemav2009-05-041-0/+2
* Rename statclock_disable variable to atrtcclock_disable that it actually is,mav2009-05-034-24/+17
* fix XEN compilationkmacy2009-05-021-0/+3
* Add support for using i8254 and rtc timers as event sources for i386 SMPmav2009-05-024-3/+69
* Move extern variable definitions to the header file.dchagin2009-05-021-3/+1
* Small addition to r191720.mav2009-05-011-1/+5
* o add uathsam2009-05-011-1/+2
* Use value -1 instead of 0 for marking unused APIC vectors. This fixesmav2009-05-011-5/+11
* Reimplement futexes.dchagin2009-05-011-3/+3
* - Fix divide-by-zero panic when SMP kernel is used on UP system[1].jkim2009-04-301-1/+7
OpenPOWER on IntegriCloud