summaryrefslogtreecommitdiff
path: root/sys/arch/i386
AgeCommit message (Expand)Author
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
2016-01-27Add a key-value interface to pvbus(4) that allows to get or set valuesReyk Floeter
2016-01-12naddy observed the TSC fallback code could encounter (high word) %edxTheo de Raadt
2016-01-11Add a "mux -1" locator to wsdisplay(4) instances representing secondaryMark Kettenis
2016-01-10match up code and comments, add missing $OpenBSD$; ok jsing@ a while agoChristian Weisgerber
2016-01-08Move HID support files out of dev/usb into new dev/hid directoryJoshua Stein
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2016-01-08Use off_t to store the offset we want to access the NVRAM atStefan Kempf
2016-01-07We want the first, not the last, OpenBSD partition in the MBR.Kenneth R Westerback
2016-01-03enable pchtemp(4) on i386.Daniel Dickman
2015-12-27If available prefer the rdseed instruction over rdrand when adding entropyJonathan Gray
2015-12-18Prevent uvm_fault() when hitting a breakpoint by restoring the originalGerhard Roth
2015-12-17add a size to free. from MathieuTed Unangst
2015-12-12Identify hypervisors before configuring other children of the mainbusReyk Floeter
2015-12-07Add cpuid bits documented in the August 2015 revision ofJonathan Gray
2015-11-23downfalls -> pitfallsmmcc
2015-11-10Make TCB_GET() in the kernel return a (void *) like all the others archsPhilip Guenther
2015-11-06Only read/write cr4 if we have a bit to set after testing the variousJonathan Gray
2015-11-01Remove the definition of USRTEXT. It has no relevance outside of the non-PIEMiod Vallat
2015-10-29Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4).Mark Kettenis
2015-10-28Support backspace in softraid boot passphrase prompt.Joel Sing
2015-10-25enable asmc(4) on i386Joerg Jung
2015-10-23Allocate a new major for tap(4) also note that pseudo-device tun is for tapClaudio Jeker
2015-10-23Zap pv allocation abstraction layer.Mark Kettenis
2015-10-23enable viornd on RAMDISK_CDMike Larkin
2015-10-21Do not call uvm_swap_finicrypt_all() a second time in dumpsys().Martin Pieuchot
2015-10-08After replacement alloca() with alloc(), out-of-heap happened when bootingYASUOKA Masahiko
2015-10-0816 years after E801 memprobe was disabled, probably safe to delete it.Ted Unangst
2015-10-08Simpify some code by noting that DOSBBSECTOR is 0, so "if (n >Kenneth R Westerback
2015-10-01Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into anKenneth R Westerback