aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* i386 kernel is not built with vt_vbefbToomas Soome2021-01-082-0/+2
* pccard: Remove wi(4) driverWarner Losh2021-01-081-1/+0
* hid: Import usbhid - USB transport backend for HID subsystem.Vladimir Kondratyev2021-01-071-0/+3
* hid: Import iichid - I2C transport backend for HID subsystemVladimir Kondratyev2021-01-071-0/+1
* hid: Import functions and constants required by new subsystemVladimir Kondratyev2021-01-071-0/+1
* Factor-out hardware-independent part of USB HID support to new moduleVladimir Kondratyev2021-01-071-0/+3
* 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
* Enable ROUTE_MPATH support in GENERIC kernels.Alexander V. Chernikov2020-12-141-0/+1
* hme(4): Remove as previous announcedBrooks Davis2020-12-111-1/+0
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-052-4/+16
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-301-0/+1
* o Move options IOMMU from Debugging section back to the Bus sectionRuslan Bukin2020-11-271-1/+0
* Port rtsx(4) driver for Realtek SD card reader from OpenBSD.Jung-uk Kim2020-11-241-0/+1
* Linuxolator: Replace use of eventhandlers by sysent hooks.Konstantin Belousov2020-11-231-14/+6
* 'make sysent' for r367773Conrad Meyer2020-11-173-6/+60
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-2/+12
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-118/+9
* malloc: delegate M_EXEC handling to dedicacted routinesMateusz Guzik2020-10-301-1/+1
* Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala2020-10-271-1/+1
* audit: also correctly audit linux_execve()Kyle Evans2020-10-261-0/+3
* Remove support for intel compiler from i386 in_cksumWarner Losh2020-10-242-4/+4
* Improve FPU Tag Word reconstruction on i386 to indicate register states.Konstantin Belousov2020-10-211-8/+37
* Add a kernel crypto driver using assembly routines from OpenSSL.John Baldwin2020-10-201-0/+1
* Properly clear PCB_KERNNPX in fpu_kern_leave().John Baldwin2020-10-191-1/+1
* Fix for mis-interpretation of PCB_KERNFPU.Konstantin Belousov2020-10-142-6/+8
* 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 a per-each macro IOMMU_DOMAIN_UNLOAD_SLEEP which allows to sleepRuslan Bukin2020-10-141-0/+2
* Add support for FPU_KERN_NOCTX.John Baldwin2020-10-133-11/+57
* Add a <machine/fpu.h> for i386 that includes <machine/npx.h>.John Baldwin2020-10-131-0/+6
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-101-1/+1
* Create in-tree LINT filesWarner Losh2020-10-095-6/+39
* timer_restore is now unused, remove itWarner Losh2020-10-081-1/+0
* Remove APM BIOS supportWarner Losh2020-10-084-1588/+0
* Remove apm screen saver.Warner Losh2020-10-081-1/+0
* Print symbol index for unsupported relocation typesMitchell Horne2020-10-071-8/+9
* Fix LINT: Add backlight to NOTESEmmanuel Vadot2020-10-021-0/+2
* Rename kernel option ACPI_DMAR to IOMMU.Ruslan Bukin2020-09-292-2/+3
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-274-7/+3
* Regen after r366145.Edward Tomasz Napierala2020-09-252-429/+435
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Use envvar rather than nonstandard hint. linesWarner Losh2020-09-231-31/+31
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-212-1/+13
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-214-57/+20
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-172-7/+1
* Move SV_ABI_ERRNO translation into linux-specific code, to simplifyEdward Tomasz Napierala2020-09-152-3/+16
* Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-1/+1
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-022-3/+2