index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
Age
Commit message (
Expand
)
Author
2016-04-29
Call sched_init_cpu() just before booting secondary CPUs.
Martin Pieuchot
2016-04-29
Do not remove local symbols from the table.
Martin Pieuchot
2016-04-27
G/C DDB_REGS.
Martin Pieuchot
2016-04-26
Convert some magic numbers into #defines - this is needed for some MTRR
Mike Larkin
2016-04-25
remove systrace
Ted Unangst
2016-04-24
Remove 'option COMPAT_PCVT' now that X doen't use it anymore.
Matthieu Herrb
2016-04-21
Support for 'default configuration' mpbios attachment was never completed,
Mike Larkin
2016-04-14
Use cpuid function 0xa to determine presence of general purpose
Mike Larkin
2016-04-03
Don't call savectx() from cpu_fork(): the registers saved are overwritten
Philip Guenther
2016-04-03
Remove __lockbarrier() defines, unused since cpu_lock removal a few
Jonathan Gray
2016-03-30
some Xr adjustment to catch up with MLINKS removal;
Jason McIntyre
2016-03-30
for some time now mandoc has not required MLINKS to function
Jason McIntyre
2016-03-24
Delete i386_{get,set}_ioperm(2) APIs and underlying sysarch(2) bits.
Philip Guenther
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-17
Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling
Martin Pieuchot
2016-03-15
Burn more LDT deadwood: stop allocating one for each idle thread,
Philip Guenther
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2016-03-09
Unmask interrupts unconditionnally before calling the generic trap handler.
Martin Pieuchot
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-03
Unwind the trapframe correctly when a breakpoint is set on `syscall'.
Martin Pieuchot
2016-03-03
Remove option USER_LDT and everything depending on it.
Christian Weisgerber
2016-03-03
Kill BPTTRAP() and reduce some differences betwen i386 and amd64 trap
Martin Pieuchot
2016-03-01
db_sym_numargs() has always been defined to FALSE so nuke it with all
Martin Pieuchot
2016-03-01
Kill never called db_find_trace_symbols().
Martin Pieuchot
2016-03-01
Support for running Linux binaries under emulation is going away.
Christian Weisgerber
2016-02-28
Support for running Linux binaries under emulation is going away.
Christian Weisgerber
2016-02-27
Rename kdb_trap() into db_ktrap().
Martin Pieuchot
2016-02-26
Rename and move x86 calllframe definitions in <machine/frame.h> to use
Martin Pieuchot
2016-02-26
Remove stale RAIDframe entries from chrtoblktbl.
natano
2016-02-26
pctr.h is not used here, so no need to include it.
Mike Larkin
2016-02-26
SYMTAB_SPACE is no longer used (last used with a.out ddb)
Mike Larkin
2016-02-20
Fixes a boot issue on non-ACPI i386 machines that need X permissions on
Mike Larkin
2016-02-19
belatedly bump bootstrap version after mdrandom() changes; ok deraadt@
Christian Weisgerber
2016-02-12
Remove the "GenuineIntel" check from x86 mdrandom(). Checking the
Christian Weisgerber
2016-02-05
Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4)
Masao Uebayashi
2016-02-03
Test cpuid_level or ci->ci_pnfeatset before using a CPUID leaf; some BIOSes
Philip Guenther
2016-01-27
Add a key-value interface to pvbus(4) that allows to get or set values
Reyk Floeter
2016-01-12
naddy observed the TSC fallback code could encounter (high word) %edx
Theo de Raadt
2016-01-11
Add a "mux -1" locator to wsdisplay(4) instances representing secondary
Mark Kettenis
2016-01-10
match up code and comments, add missing $OpenBSD$; ok jsing@ a while ago
Christian Weisgerber
2016-01-08
Move HID support files out of dev/usb into new dev/hid directory
Joshua Stein
2016-01-08
Enable uonerng(4) where ualea(4) is already present.
Martin Pieuchot
2016-01-08
Use off_t to store the offset we want to access the NVRAM at
Stefan Kempf
2016-01-07
We want the first, not the last, OpenBSD partition in the MBR.
Kenneth R Westerback
2016-01-03
enable pchtemp(4) on i386.
Daniel Dickman
2015-12-27
If available prefer the rdseed instruction over rdrand when adding entropy
Jonathan Gray
2015-12-18
Prevent uvm_fault() when hitting a breakpoint by restoring the original
Gerhard Roth
2015-12-17
add a size to free. from Mathieu
Ted Unangst
2015-12-12
Identify hypervisors before configuring other children of the mainbus
Reyk Floeter
2015-12-07
Add cpuid bits documented in the August 2015 revision of
Jonathan Gray
[next]