summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
2016-05-28crank version numbers of those bootloaders that have been changed byStuart Henderson
2016-05-27Modify com_init to match the com driver initializaiton, and addBob Beck
2016-05-24remove some ancient debugging codeMike Larkin
2016-05-23Place a cpu-dependent trap/illegal instruction over the remainder of theTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similarTheo de Raadt
2016-05-20split the ACPI resume trampoline into code and data pages, and protectMike Larkin
2016-05-18Split i386 mp hatch trampoline into code and data pages, and protect eachMike Larkin
2016-05-16fix perms (previous cleanup commit introduced part of an unrelated change)Mike Larkin
2016-05-16spaces -> tabsMike Larkin
2016-05-16Use int3 padding instead of nop in the ACPI resume trampoline, as it isMike Larkin
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-05-07Stop printing the "ioapic0: misconfigured as apic..." messages. BasicallyMark Kettenis
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-03Revert previous commit. Calling sched_init_cpu() fromMark Kettenis
2016-04-29Call sched_init_cpu() just before booting secondary CPUs.Martin Pieuchot
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-04-26Convert some magic numbers into #defines - this is needed for some MTRRMike Larkin
2016-04-25remove systraceTed Unangst
2016-04-24Remove 'option COMPAT_PCVT' now that X doen't use it anymore.Matthieu Herrb
2016-04-21Support for 'default configuration' mpbios attachment was never completed,Mike Larkin
2016-04-14Use cpuid function 0xa to determine presence of general purposeMike Larkin
2016-04-03Don't call savectx() from cpu_fork(): the registers saved are overwrittenPhilip Guenther
2016-04-03Remove __lockbarrier() defines, unused since cpu_lock removal a fewJonathan Gray
2016-03-30some Xr adjustment to catch up with MLINKS removal;Jason McIntyre
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-24Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.Philip Guenther
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-03-17Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rollingMartin Pieuchot
2016-03-15Burn more LDT deadwood: stop allocating one for each idle thread,Philip Guenther
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2016-03-09Unmask interrupts unconditionnally before calling the generic trap handler.Martin Pieuchot
2016-03-07Sync no-argument function declaration and definition by adding (void).Christian Weisgerber
2016-03-03Unwind the trapframe correctly when a breakpoint is set on `syscall'.Martin Pieuchot
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
2016-03-03Kill BPTTRAP() and reduce some differences betwen i386 and amd64 trapMartin Pieuchot
2016-03-01db_sym_numargs() has always been defined to FALSE so nuke it with allMartin Pieuchot
2016-03-01Kill never called db_find_trace_symbols().Martin Pieuchot
2016-03-01Support for running Linux binaries under emulation is going away.Christian Weisgerber
2016-02-28Support for running Linux binaries under emulation is going away.Christian Weisgerber
2016-02-27Rename kdb_trap() into db_ktrap().Martin Pieuchot
2016-02-26Rename and move x86 calllframe definitions in <machine/frame.h> to useMartin Pieuchot
2016-02-26Remove stale RAIDframe entries from chrtoblktbl.natano
2016-02-26pctr.h is not used here, so no need to include it.Mike Larkin
2016-02-26SYMTAB_SPACE is no longer used (last used with a.out ddb)Mike Larkin
2016-02-20Fixes a boot issue on non-ACPI i386 machines that need X permissions onMike Larkin
2016-02-19belatedly bump bootstrap version after mdrandom() changes; ok deraadt@Christian Weisgerber
2016-02-12Remove the "GenuineIntel" check from x86 mdrandom(). Checking theChristian Weisgerber
2016-02-05Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4)Masao Uebayashi
2016-02-03Test cpuid_level or ci->ci_pnfeatset before using a CPUID leaf; some BIOSesPhilip Guenther