aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/i386
Commit message (Expand)AuthorAgeFilesLines
* minidump: Use the provided dump bitsetMitchell Horne2021-12-031-5/+7
* minidump: Use provided msgbuf pointerMitchell Horne2021-12-031-3/+6
* minidump: reduce the amount direct accesses to page tablesMitchell Horne2021-12-031-17/+28
* minidump: Parameterize minidumpsys()Mitchell Horne2021-12-032-7/+8
* netinet: Deduplicate most in_cksum() implementationsMark Johnston2021-12-011-0/+0
* sysbeep: Adjust interface to take a duration as a sbtWarner Losh2021-11-191-2/+2
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-11-031-2/+2
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-11-031-29/+15
* cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use itMark Johnston2021-11-011-3/+1
* i386: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-163-1391/+1475
* minidump: De-duplicate the progress barMitchell Horne2021-10-151-11/+2
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-10-151-18/+3
* StyleKonstantin Belousov2021-09-021-0/+1
* Fix some common typos in source code commentsGordon Bergling2021-08-311-1/+1
* amd64: stop doing special allocation for the AP startup trampolineKonstantin Belousov2021-08-231-0/+55
* Fix a common typo in source code commentsGordon Bergling2021-08-191-1/+1
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-291-1/+4
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-211-0/+2
* x86: use ANSI C definition style for trap_fatalKonstantin Belousov2021-07-171-3/+1
* hyperv: Fix vmbus after the i386 4/4 splitMark Johnston2021-06-221-0/+9
* i386: Make setidt_disp a size_t instead of uintptr_tMark Johnston2021-06-081-1/+1
* x86: initialize initial FPU state earlierKonstantin Belousov2021-06-041-1/+1
* x86: use x86_clear_dbregs() on forkKonstantin Belousov2021-04-231-6/+1
* x86: add x86_clear_dbregs() helperKonstantin Belousov2021-04-231-21/+29
* gdb: report specific stop reason for watchpointsMitchell Horne2021-04-211-2/+38
* ddb: replace watchpoint set/clear functionsMitchell Horne2021-04-211-14/+0
* x86: consolidate hw watchpoint logic into new fileMitchell Horne2021-04-211-168/+5
* x86: clear %db registers in new processKonstantin Belousov2021-04-061-0/+8
* Rename linux_set_upcall_kse() to linux_set_upcall().John Baldwin2021-03-291-1/+1
* x86: Reduce code duplication in cpu_fork() and cpu_copy_thread().John Baldwin2021-03-291-112/+72
* x86: Update some stale comments in cpu_fork() and cpu_copy_thread().John Baldwin2021-03-291-2/+4
* x86: Always use clean FPU and segment base state for new kthreads.John Baldwin2021-03-292-19/+46
* x86: Copy the FPU/XSAVE state from the creating thread to new threads.John Baldwin2021-03-291-3/+9
* i386: Fix a few typosGordon Bergling2021-03-201-7/+7
* Honor the vm page's PG_NODUMP flag on arm and i386.Alan Cox2021-01-041-0/+3
* gdb(4) fix x86 signal reportingMitchell Horne2020-12-231-15/+12
* Skip the vm.pmap.kernel_maps sysctl by default.John Baldwin2020-12-181-1/+1
* malloc: delegate M_EXEC handling to dedicacted routinesMateusz Guzik2020-10-301-1/+1
* Remove support for intel compiler from i386 in_cksumWarner Losh2020-10-241-2/+2
* Improve FPU Tag Word reconstruction on i386 to indicate register states.Konstantin Belousov2020-10-211-8/+37
* Properly clear PCB_KERNNPX in fpu_kern_leave().John Baldwin2020-10-191-1/+1
* Fix for mis-interpretation of PCB_KERNFPU.Konstantin Belousov2020-10-141-6/+7
* Limit workaround for errata E400 to appropriate AMD cpus.Konstantin Belousov2020-10-142-4/+10
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-142-2/+3
* Add support for FPU_KERN_NOCTX.John Baldwin2020-10-131-11/+55
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-101-1/+1
* Print symbol index for unsupported relocation typesMitchell Horne2020-10-071-8/+9
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-3/+2
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-211-0/+11
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-212-56/+15