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
Age
Commit message (
Expand
)
Author
2016-03-08
Remove an outdated comment and fix some error case printfs that were
Mike Larkin
2016-03-08
additional debug printfs
Mike Larkin
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-07
remove needless malloc cast
mmcc
2016-03-06
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-06
Rename mips64's trap_frame into trapframe.
Martin Pieuchot
2016-03-06
DDB_REGS -> ddb_regs
Martin Pieuchot
2016-03-05
One ddb interface is enough for ppc.
Martin Pieuchot
2016-03-05
Define db_reg_t like the other archs by typedef'ing "struct trapframe".
Martin Pieuchot
2016-03-05
Sync no-argument function declaration and definition by adding (void).
Tobias Ulmer
2016-03-03
VM guest memory is allocated via an uvm anon memory range.
Stefan Kempf
2016-03-03
Re-introduce computation of memory used by a VM.
Stefan Kempf
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 db_x86_64_regop() to unify how db_regs[] is defined between archs.
Martin Pieuchot
2016-03-03
Kill BPTTRAP() and reduce some differences betwen i386 and amd64 trap
Martin Pieuchot
2016-03-03
When a physical address is needed to flush the secondary cache use
Jonathan Gray
2016-03-03
Move fdt to a more centralized location so it can be used by arm as well. Dif...
Brandon Mercer
2016-03-02
set armv7 callbacks for cortex a53/a52/a72
Jonathan Gray
2016-03-02
fix the name of the define for the a72 mask
Jonathan Gray
2016-03-02
Disentangle the Zaurus bootstrap from compat/linux and move the
Christian Weisgerber
2016-03-02
DDB_REGS -> ddb_regs in db_regs[], no reason to be different.
Martin Pieuchot
2016-03-02
Detect and only enable the port that is actually used.
Can Erkin Acar
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
guard macro args with parens
mmcc
2016-03-01
Support for running Linux binaries under emulation is going away.
Christian Weisgerber
2016-03-01
DB_SYM_NULL -> NULL.
Martin Pieuchot
2016-02-28
Support for running Linux binaries under emulation is going away.
Christian Weisgerber
2016-02-28
fix a typoed ioctl name; ok millert@ deraadt@
Christian Weisgerber
2016-02-28
Convert FDT values from big endian to host endian.
Martin Pieuchot
2016-02-28
Remove useless code, from Patrick Wildt.
Martin Pieuchot
2016-02-28
Rename ddb_trap_glue() to db_trap_glue().
Martin Pieuchot
2016-02-27
Remove a couple malloc casts. No functional change.
mmcc
2016-02-27
Rename kdb_trap() into db_ktrap().
Martin Pieuchot
2016-02-26
Prevent memory leak when the ldc gets reset.
Mark Kettenis
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-26
Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don't
mmcc
2016-02-24
Restore validity checks for the disklabels read from disk. They
Kenneth R Westerback
2016-02-23
Fix previous: Need to free vc_msr_bitmap_va, not
Stefan Kempf
2016-02-23
Plug memleak: make sure that the MSR bitmap is freed in the VCPU init
Stefan Kempf
2016-02-22
put mutex.h lower
Theo de Raadt
2016-02-22
Move #include <sys/mutex.h> from pmap.c to pmap.h, like every other archs
Landry Breuil
2016-02-20
Add "interrupt pending on vcpu" ioctl to vmm. Needed for upcoming interrupt
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
[prev]
[next]