aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Drop support for using mmap() with /dev/kmem.John Baldwin2016-10-141-5/+4
* Fix building on i386 and arm. But 'public domain' headers on the filesWarner Losh2016-10-131-26/+1
* In the TCP stack, the hhook(9) framework provides hooks for kernel modulesJonathan T. Looney2016-10-121-0/+1
* Create /dev/efidev to provide an ioctl interface toWarner Losh2016-10-111-0/+39
* Re-apply r306516 (by cem):Konstantin Belousov2016-10-041-1/+2
* Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4Hans Petter Selasky2016-09-301-2/+3
* Minor fixes for 160-bit disassembly:Bruce Evans2016-09-251-6/+12
* MFamd64: r266901Tijl Coosemans2016-09-251-1/+1
* Determine the operand/address size of %cs in a new functionBruce Evans2016-09-254-2/+48
* Fix vm86 initialization, part 3 of 2 and a half. (Actually, just fixBruce Evans2016-09-251-15/+35
* Regenerate syscall provider argument strings.Mark Johnston2016-09-221-234/+234
* Remove all kernel uses of pcb_psl, but keep in in the struct toBruce Evans2016-09-174-10/+1
* (1) Ifdef the new dr6 variable for KDB.Bruce Evans2016-09-161-4/+5
* Abort single stepping in ddb if the trap is not for single-stepping.Bruce Evans2016-09-152-6/+16
* Remove 'cpu' and 'cpu_class' on amd64.John Baldwin2016-09-152-0/+6
* Use the MI macro TRAPF_USERMODE() instead of open-coded checks forBruce Evans2016-09-142-13/+12
* Various changes to pmap_ts_referenced()Alan Cox2016-09-101-6/+0
* Fix single-stepping of instructions emulated by vm86.Bruce Evans2016-09-082-4/+14
* Remove support for idle page zeroing.Mark Johnston2016-09-032-23/+3
* As an optimization to the machine-independent layer, change the machine-Alan Cox2016-09-011-0/+18
* Shorten banal comments about zeroing and copying pages. Don't giveBruce Evans2016-08-291-14/+10
* On amd64, declare sse2_pagezero() and start using it again, but onlyBruce Evans2016-08-291-1/+8
* Fix vm86 initialization, part 1 of 2 and a half.Bruce Evans2016-08-281-14/+15
* Fix vm86 initialization, part 1 of 2 and a half.Bruce Evans2016-08-281-6/+12
* Convert pointers obtained from the threadattr_t structure with TO_PTR().Ed Schouten2016-08-241-2/+2
* Fix build for !SMP kernels after the Xen MSIX workaround.John Baldwin2016-08-221-1/+2
* Make CloudABI work on i386.Ed Schouten2016-08-222-0/+207
* Remove the ie(4) driver for Intel 82586 ISA Ethernet adapters.John Baldwin2016-08-201-6/+0
* Remove the spic(4) driver for the Sony Vaoi Jogdial.John Baldwin2016-08-193-622/+0
* Remove the wl(4) driver and wlconfig(8) utility.John Baldwin2016-08-191-5/+0
* Remove the si(4) driver and sicontrol(8) for Specialix serial cards.John Baldwin2016-08-191-1/+0
* Remove duplicate definition of get_pcb_td(). gcc works for detectingBruce Evans2016-08-151-1/+0
* Fix the variables $esp, $ds, $es, $fs, $gs and $ss in vm86 mode.Bruce Evans2016-08-142-6/+40
* Unconditionally perform checks that FPU region was entered, when #NMKonstantin Belousov2016-08-101-2/+2
* Merge i386 and amd64 variants of mp_watchdog.c into x86/, there is noKonstantin Belousov2016-08-031-210/+0
* Don't create pointless backups of generated files in "make sysent".Brooks Davis2016-07-282-13/+0
* Add more UEFI/e820 memory types from latest specifications.Alexander Motin2016-07-241-0/+3
* Rename PTRACE_SYSCALL to LINUX_PTRACE_SYSCALL.John Baldwin2016-07-161-2/+2
* Add explicit detection of KVM hypervisorEric Badger2016-07-131-1/+1
* Remove a tunable and always reset system clock while resuming with ACPI.Jung-uk Kim2016-07-131-0/+7
* xen: automatically disable MSI-X interrupt migrationRoger Pau Monné2016-07-121-0/+2
* Fill tf_trapno for trap frames created for syscall.Konstantin Belousov2016-07-111-2/+2
* Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin2016-07-102-192/+3
* Regen for r302215 (Linux personality).Dmitry Chagin2016-07-105-7/+14
* Implement Linux personality() system call mainly due to READ_IMPLIES_EXEC flag.Dmitry Chagin2016-07-101-1/+1
* Replace a number of conflations of mp_ncpus and mp_maxid with eitherNathan Whitehorn2016-07-061-3/+3
* Update comments for the MD functions managing contexts for newKonstantin Belousov2016-06-161-20/+13
* Add macro to convert errno and use it when appropriate.Dmitry Chagin2016-05-221-7/+1
* Regen after r300359 (struct l_sched_param removal).Dmitry Chagin2016-05-215-13/+13
* Correct an argument param of linux_sched_* system calls as a struct l_sched_p...Dmitry Chagin2016-05-211-3/+3