aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Remove unused bcopyb.Warner Losh2018-05-102-32/+0
* Prepare DB# handler for deferred trigger of watchpoints.Konstantin Belousov2018-05-082-2/+67
* Implement support for ifuncs in the kernel linker.Konstantin Belousov2018-05-032-4/+30
* Retire ixgb(4)Sean Bruno2018-05-021-1/+0
* Print the dump progress indicator after calling dump_start().Mark Johnston2018-05-011-3/+3
* Fix move of the frame to the normal stack for interrupts occuring fromKonstantin Belousov2018-04-261-1/+1
* Fix i386 build after r332970 by adding IS_BSP() definition.Li-Wen Hsu2018-04-251-0/+2
* Fix futexes on i386 after the 4/4G split.Konstantin Belousov2018-04-244-127/+181
* Use symbolic constant, explaining the operation.Konstantin Belousov2018-04-191-1/+1
* Simplify the code to allocate stack for auxv, argv[], and environment vectors.John Baldwin2018-04-191-19/+11
* set kdb_why to "trap" when calling kdb_trap from trap_fatalAndriy Gapon2018-04-191-4/+8
* Fix pmap_trm_alloc(M_ZERO).Konstantin Belousov2018-04-181-0/+2
* For fatal traps other than pagefaults, print raw fault error codes.Konstantin Belousov2018-04-181-0/+2
* don't check for kdb reentry in trap_fatal(), it's impossibleAndriy Gapon2018-04-181-1/+1
* Remove the unused fuwintr() and suiwintr() functions.Brooks Davis2018-04-171-14/+0
* Use bool instead of boolean_t here. No reason to use boolean_t.Warner Losh2018-04-161-13/+13
* Make first a 'bool' instead of a 'boolean_t'.Warner Losh2018-04-141-3/+3
* i386 4/4G split.Konstantin Belousov2018-04-1335-1794/+2478
* Fix PSL_T inheritance on exec for x86.Konstantin Belousov2018-04-121-3/+8
* linuxulator: deduplicate linux_exec_imgact_tryEd Maste2018-04-091-43/+0
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-065-7/+0
* x86: improve reservation of AP trampoline memoryRoger Pau Monné2018-04-053-20/+1
* fix i386 build with CPU_ELAN (LINT for instance) after r331878Andriy Gapon2018-04-031-6/+0
* unify amd64 and i386 cpu_reset() in x86/cpu_machdep.cAndriy Gapon2018-04-021-142/+0
* x86 cpu_reset: if failed to switch to BSP proceed to cpu_reset_realAndriy Gapon2018-04-021-6/+7
* x86 cpu_reset_proxy: no need to stop_cpus() the original processorAndriy Gapon2018-04-021-4/+0
* align i386 cpu_reset() with amd64 versionAndriy Gapon2018-03-301-4/+7
* Restore r331606 with a bugfix to setup cpuset_domain[] earlier on allJeff Roberson2018-03-281-2/+4
* Fix kernel builds without options DDB after r331650.John Baldwin2018-03-281-0/+1
* Remove very old and unused signal information codes.John Baldwin2018-03-272-2/+4
* Backout r331606 until I can identify why it does not boot on someJeff Roberson2018-03-271-4/+2
* Only use CPUs in the domain the device is attached to for defaultJeff Roberson2018-03-271-2/+4
* Remove redundant cast from Linuxulator SYSINITsEd Maste2018-03-231-2/+2
* Sort headers in MD Linuxulator filesEd Maste2018-03-231-6/+6
* There is no need to disable interrupts around npxsave call.Konstantin Belousov2018-03-231-4/+0
* Update comment to match current field names.Konstantin Belousov2018-03-231-2/+2
* Share Linux errno table with libsysdecodeEd Maste2018-03-221-2/+2
* Fix kernel memory disclosure in ibcs2_getdentsEd Maste2018-03-211-0/+1
* Add ) missing from r330297Ed Maste2018-03-211-1/+1
* Restore close quote lost in r331254Ed Maste2018-03-201-1/+1
* Rename assym.s to assym.incEd Maste2018-03-2013-13/+13
* Rationalize license text on Linuxolator filesEd Maste2018-03-201-16/+13
* Rename linuxulator functions with linux_ prefixEd Maste2018-03-192-16/+16
* linux*_sysvec.c: rationalize whitespace and commentsEd Maste2018-03-191-26/+26
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-161-22/+2
* ANSIfy i386/vm86.cEd Maste2018-03-161-14/+5
* Remove stray ; at end of linux_vdso_deinstall()Ed Maste2018-03-141-1/+1
* Use C99 boolean type for translate_osrelEd Maste2018-03-131-4/+4
* Apply some style(9) to Linuxulator linux_sysvec.c commentsEd Maste2018-03-131-75/+29
* imgact_linux.c: use standard indentationEd Maste2018-03-121-146/+136