summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* Remove stale comment about a signal trampoline whichdchagin2015-05-241-1/+0
* Put linux_platform into the vdso to avoid copying it onto the stack atdchagin2015-05-241-4/+4
* Eliminate a now unused global declaration of elf_linux_sysvec.dchagin2015-05-241-1/+0
* Implement vdso - virtual dynamic shared object. Through vdso Linuxdchagin2015-05-245-33/+256
* Regen for r283403.dchagin2015-05-245-8/+45
* Implement pselect6() system call.dchagin2015-05-242-2/+3
* Regen for r283401.dchagin2015-05-245-7/+34
* Implement prlimit64() system call.dchagin2015-05-242-3/+4
* Regen for r283399.dchagin2015-05-245-7/+29
* Implement dup3() system call.dchagin2015-05-242-2/+2
* Regen for r283396.dchagin2015-05-245-7/+29
* Implement rt_sigqueueinfo() system call.dchagin2015-05-242-2/+2
* Regen for r283394.dchagin2015-05-245-8/+40
* Implement waitid() system call.dchagin2015-05-242-2/+3
* Regen for r283392.dchagin2015-05-245-7/+7
* struct l_rusage does not defined for i386 Linuxulator due to it's nature.dchagin2015-05-241-1/+1
* To reduce code duplication introduce linux_copyout_rusage() method.dchagin2015-05-242-31/+2
* Some style(9) && whitespaces fixes. No functional changes.dchagin2015-05-241-9/+9
* Switch linuxulator to use the native 1:1 threads.dchagin2015-05-242-14/+15
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-242-0/+2
* Regen for r283379.dchagin2015-05-245-26/+38
* Implement a Linux version of sched_getparam() && sched_setparam().dchagin2015-05-241-4/+4
* Regen for r283375.dchagin2015-05-245-11/+17
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-2/+2
* Regen for r283370.dchagin2015-05-245-11/+16
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-2/+1
* In preparation for switching linuxulator to the use the native 1:1dchagin2015-05-241-2/+4
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* ddb: finish converting boolean values.pfg2015-05-211-3/+1
* Add nvme and nvd drivers to GENERIC for amd64 and i386.jimharris2015-05-141-0/+4
* Build GENERIC with RACCT/RCTL support by default. Note that it stilltrasz2015-05-141-0/+3
* On exec, single-threading must be enforced before arguments space iskib2015-05-102-3/+25
* If x86 CPU implementation of the MWAIT instruction reasonablykib2015-05-092-7/+1
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsjhb2015-04-3035-9848/+26
* Microsoft vmbus, storage and other related driver enhancements for HyperV.whu2015-04-292-1/+22
* Move common code from sys/i386/i386/mp_machdep.c andkib2015-04-243-1014/+53
* Reassign copyright statements on several files from Advancedjhb2015-04-231-1/+1
* Move some common code from sys/amd64/amd64/machdep.c andkib2015-04-222-421/+1
* Remove duplicate definitions of MWAIT_CX hints. Identical defines inkib2015-04-201-9/+0
* Remove lazy pmap switch code from i386. Naive benchmark with md(4)kib2015-04-188-255/+10
* Add config option PAE_TABLES for the i386 kernel. It switches pmap tokib2015-04-1314-51/+54
* Explain that vm_page_array is mapped to describe the memory, not thekib2015-04-081-3/+8
* Fix integer truncation bug in malloc(9)rstone2015-04-011-2/+3
* Wait 100 microseconds for a local APIC to dispatch each startup-related IPIjhb2015-03-301-3/+3
* Apply r276208 to non-amd64 NOTES files as well to fix tinderbox buildsjhb2015-03-251-1/+1
* Use VT-d interrupt remapping block (IR) to perform FSB messageskib2015-03-191-0/+2
* Remove write-only variable.kib2015-03-121-2/+0
* Only schedule interrupts on a single hyperthread of a modern Intel CPU corejhb2015-03-061-2/+2
* Implement interface to create SR-IOV Virtual Functionsrstone2015-03-011-0/+1
* Supposed fix for some SandyBridge mobile CPUs hang on AP startup whenkib2015-02-281-6/+8
OpenPOWER on IntegriCloud