aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove useless DEBUG printfs in i386 sendsig() implementations.Konstantin Belousov2017-11-081-9/+0
* x86: Do not emit unused TD_TID symbols.Konstantin Belousov2017-11-041-1/+0
* Eliminate unused load.Konstantin Belousov2017-11-041-1/+0
* Consistently ensure that we do not load MXCSR with reserved bits set.Konstantin Belousov2017-11-012-5/+4
* Set the return address for stack entry points to zero.Tijl Coosemans2017-10-311-0/+3
* Update several more URLsEitan Adler2017-10-292-4/+4
* Fix the VM_NRESERVLEVEL == 0 build.Mark Johnston2017-10-231-0/+11
* With r181803 on 2008-08-17 23:27:27Z the first VIMAGE commit went intoBjoern A. Zeeb2017-10-201-0/+1
* Move kernel dump offset tracking into MI code.Mark Johnston2017-10-181-7/+4
* Change i386_get_ldt() to return 'EOF' when the requested range ofKonstantin Belousov2017-10-091-12/+9
* Improvements to set_user_ldt().Konstantin Belousov2017-10-092-27/+30
* Reset the fs and gs bases on exec(2).Konstantin Belousov2017-10-093-18/+51
* More style.Konstantin Belousov2017-10-091-3/+7
* Improve i386_get_ldt().Konstantin Belousov2017-10-061-25/+22
* Remove unneeded cast.Konstantin Belousov2017-10-061-2/+1
* Style.Konstantin Belousov2017-10-061-3/+4
* Use ANSI C declarations.Konstantin Belousov2017-10-051-7/+3
* Correct format specifiers in the debug code. Style.Konstantin Belousov2017-10-051-4/+4
* Style.Konstantin Belousov2017-10-051-15/+8
* A different fix for the issue from r323722.Konstantin Belousov2017-09-282-2/+31
* Restore a part of r323722.Konstantin Belousov2017-09-282-17/+4
* Revert r323722. A better fix will be committed shortly, as well asKonstantin Belousov2017-09-288-117/+105
* Fix indentation for r323068Josh Paetzel2017-09-191-1/+1
* Do not do torn writes to active LDTs.Konstantin Belousov2017-09-191-11/+23
* Fix handling of the segment registers on i386.Konstantin Belousov2017-09-188-105/+117
* Revert r323087Josh Paetzel2017-09-011-0/+1
* Take options IPSEC out of GENERICJosh Paetzel2017-09-011-1/+0
* Allow kldload tcpmd5Josh Paetzel2017-08-311-0/+1
* Add NTB driver for PLX/Avago/Broadcom PCIe switches.Alexander Motin2017-08-301-0/+9
* Drop CACHE_LINE_SIZE to 64 bytes on x86Conrad Meyer2017-08-281-1/+1
* MFamd64 r322720, r322723:Konstantin Belousov2017-08-261-112/+107
* Remove unused code.Konstantin Belousov2017-08-261-10/+0
* MFamd64 r322718:Konstantin Belousov2017-08-261-7/+8
* MFamd64 r322719:Konstantin Belousov2017-08-261-2/+2
* Use the known valid segment when accessing memory in #UD handler.Konstantin Belousov2017-08-191-4/+9
* When checking that #UD comes from kernel mode, check that theKonstantin Belousov2017-08-181-4/+7
* Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston2017-08-181-2/+2
* Factor out duplicated kernel dump code into dump_{start,finish}().Mark Johnston2017-08-181-37/+5
* x86: Add dynamic interrupt rebalancingConrad Meyer2017-08-161-0/+1
* Split identify_cpu() into two functions for amd64 as we do for i386. ThisJung-uk Kim2017-08-091-1/+0
* Detect hypervisors early. We used to set lower hz on hypervisors by defaultJung-uk Kim2017-08-051-0/+2
* x86: Tag some intrinsics with __pure2Conrad Meyer2017-08-031-6/+6
* Do not call trapsignal() after handling usermode fault or interrupt,Konstantin Belousov2017-08-021-2/+2
* Batch updates to v_wire_count when freeing page table pages on x86.Mark Johnston2017-08-011-13/+5
* Remove unused symbols.Konstantin Belousov2017-07-301-2/+0
* Avoid using [LINUX_]SHAREDPAGE constant directly in the vdso code.Dmitry Chagin2017-07-301-1/+1
* Fix handling of one more possible exception on return to usermode.Konstantin Belousov2017-07-081-4/+3
* Garbage collect kernel option TWA_FLASH_FIRMWARESean Bruno2017-07-031-1/+0
* Add support for musl consumers to the Linuxulator.Dmitry Chagin2017-07-031-0/+13
* When "force" is specified to pmap_invalidate_cache_range(), the givenAlan Cox2017-07-011-1/+1