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