aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
...
* amd64: fix PKRU and swapout interactionKonstantin Belousov2023-04-211-0/+1
* i386: ansifyDmitry Chagin2023-04-095-39/+13
* hv_hid: Hyper-V HID driverYuri2023-03-311-0/+1
* ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel con...Hans Petter Selasky2023-03-231-0/+1
* linux(4): Rename linux_timer.h to linux_time.hDmitry Chagin2023-03-011-1/+1
* linux(4): Cleanup includes under i386/linuxDmitry Chagin2023-03-014-23/+9
* linux(4): Move uselib() to i386Dmitry Chagin2023-03-011-0/+260
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-261-2/+0
* netlink: add NETLINK to GENERIC.Alexander V. Chernikov2023-02-091-0/+1
* linux(4): Attach netlink on i386.Dmitry Chagin2023-02-091-0/+3
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-091-27/+0
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-091-121/+1
* linux(4): Deduplicate linux_fixup_elf().Dmitry Chagin2023-02-091-16/+1
* linux(4): Add coredump support to i386.Dmitry Chagin2023-02-093-3/+60
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-092-11/+1
* amd64: Eliminate write only cpu_fxsr.Dmitry Chagin2023-02-092-0/+2
* i386: print trampoline disposition value for verbose bootKonstantin Belousov2023-01-201-0/+2
* LINT: Omit bnxt on i386Warner Losh2023-01-191-0/+2
* i386: Fix a typo in a source code commentGordon Bergling2023-01-141-1/+1
* ddb: print the actual syscall nameMitchell Horne2022-11-061-1/+1
* linux: populate sv_syscallnames in each sysentvecMitchell Horne2022-11-061-1/+2
* ddb: de-duplicate decode_syscall()Mitchell Horne2022-11-061-25/+1
* Add vm_page_any_valid()Konstantin Belousov2022-10-261-6/+6
* i386: explain the handshake between copyout_fast.s and page fault handlerKonstantin Belousov2022-09-212-11/+33
* i386: lower register's pressure on copyout_fastKonstantin Belousov2022-09-211-12/+18
* i386 copyout/in_fast: handle page fault from KVA accessKonstantin Belousov2022-09-212-22/+24
* i386: check that trap() and syscall() run on the thread kstackKonstantin Belousov2022-09-212-0/+34
* i386 copyout_fast: do not use trampstk for temporal data, reduce ucr3 regionKonstantin Belousov2022-09-211-75/+26
* i386 double fault: %ebx printout was missedKonstantin Belousov2022-09-211-0/+2
* i386: Correct a typo in source code commentGordon Bergling2022-09-071-1/+1
* i386 doreti: Fix calculation of stack frame sizeTijl Coosemans2022-09-021-1/+1
* i386/exception.s: fix mismergeKonstantin Belousov2022-08-311-1/+0
* x86: improve machdep.uprintf_signalKonstantin Belousov2022-08-311-3/+3
* x86: print trap name in addition of trap numberKonstantin Belousov2022-08-311-2/+4
* i386: print all GPRs, PSL, and CR3 on double faultKonstantin Belousov2022-08-311-6/+14
* i386: simplify flow control in irettrapsKonstantin Belousov2022-08-311-10/+7
* i386 doreti: stop saving/restoring %ecx around calls into CKonstantin Belousov2022-08-311-9/+8
* i386: do not allow userspace to set tf_trapno on sigreturn(2)Konstantin Belousov2022-08-311-0/+3
* irettraps: i386 does not push %ss/%esp when exception does not switch ringsKonstantin Belousov2022-08-311-4/+5
* i386 copyout_fast: improve detection of a fault on accessing userspaceKonstantin Belousov2022-08-312-12/+36
* i386: fix pmap_trm_arena_last atomic load typeMateusz Guzik2022-08-081-1/+1
* set_cputicker: use a boolMitchell Horne2022-07-041-1/+1
* kerneldump: remove physical from dump routinesMitchell Horne2022-06-271-2/+2
* Fix e013e369 mismerge which is causes i386 LINT fails to build.Dmitry Chagin2022-06-181-1/+0
* linux(4): Properly restore the thread signal mask after signal delivery on i386Dmitry Chagin2022-06-171-8/+2
* linux(4): Reduce duplication between MD parts of the LinuxulatorDmitry Chagin2022-06-171-5/+0
* linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binariesDmitry Chagin2022-06-171-0/+5
* linux(4): Deduplicate execveDmitry Chagin2022-06-171-25/+0
* linux(4): Deduplicate bsd_to_linux_trapcode()Dmitry Chagin2022-06-171-39/+0
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-06-171-22/+0