Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-04-25 | remove list item left in previous; | 1 | -2/+1 | ||
2016-04-25 | remove systrace remnants | 6 | -22/+13 | ||
2016-04-25 | remove systrace | 16 | -57/+34 | ||
2016-04-25 | boom goes the dynamite | 9 | -2197/+10 | ||
2016-04-25 | when returning from vmd with an unknown exit reason, print the name of the | 1 | -3/+5 | ||
exit in addition to the exit code. | |||||
2016-04-25 | remove systrace | 2 | -93/+2 | ||
2016-04-25 | remove systrace | 7 | -111/+2 | ||
2016-04-25 | spacing / KNF error in earlier commit | 1 | -2/+2 | ||
2016-04-25 | remove systrace | 8 | -651/+14 | ||
2016-04-25 | remove systrace | 1 | -2/+2 | ||
2016-04-25 | remove systrace support | 4 | -30/+5 | ||
2016-04-25 | remove references to systrace | 2 | -8/+3 | ||
2016-04-25 | boom goes the dynamite | 21 | -8440/+0 | ||
2016-04-25 | unlink systrace from the build. pledge is the glorious future that awaits. | 2 | -4/+3 | ||
the rest of systrace to be deleted in a serious of followup commits. ok from larger openbsd developer community | |||||
2016-04-25 | cr0, cr3, cr4 diagnostics / debug functions (used when VMs crash) | 2 | -10/+131 | ||
2016-04-25 | Don't overwrite modifiers in the buffer when making UTF-8 strings, | 1 | -3/+5 | ||
append instead. | |||||
2016-04-25 | use setresgid() rather than setegid, all 3 gids can go the same way. | 1 | -2/+2 | ||
discussion with millert | |||||
2016-04-25 | prefer setres{u,g}id() rather than manipulating both real and effective | 4 | -22/+14 | ||
ids, it clarifies these are full revocation situations. ok millert | |||||
2016-04-25 | We attach acpihpet(4) and acpiec(4) without using the HID, so do not | 1 | -1/+3 | ||
report it in the dmesg. OK deraadt@, mlarkin@. | |||||
2016-04-25 | add a few new exit types found in newer cpus | 2 | -2/+8 | ||
2016-04-25 | make vmctl 'create' usage description match the man page | 1 | -2/+2 | ||
2016-04-25 | Remove the single cache route for forwarding. | 1 | -33/+19 | ||
Testing help from Hrvoje Popovski. ok mikeb@, henning@, claudio@ | |||||
2016-04-25 | use the cps instructions introduced with armv6 instead of mrs/msr | 1 | -24/+6 | ||
ok patrick@ | |||||
2016-04-25 | Stop embedding the build time in the Perl binary. | 1 | -7/+14 | ||
This is a backport of commit 6baa8d with the local addition of: undef PERL_BUILD_DATE ok afresh1@ | |||||
2016-04-25 | prepare for possible pledging. We can't really drop privs if we're not | 1 | -10/+13 | ||
running as root, so don't even try. Also, have the environment reflect reality in that case. | |||||
2016-04-25 | now that sysmerge happens before us, no need to fallback on _pfetch | 1 | -15/+8 | ||
revert previous commit | |||||
2016-04-25 | pkgcfl was put in the old keywords bin a few generations ago... | 1 | -20/+1 | ||
2016-04-25 | kill remnants of non shared arches | 2 | -84/+4 | ||
2016-04-25 | simplifies the check for allowing only promises | 1 | -11/+9 | ||
reductions. ok deraadt@ | |||||
2016-04-25 | removes an unneeded check on flags (used historically when tame(2) was using | 1 | -4/+1 | ||
bitflags) ok deraadt@ jca@ | |||||
2016-04-25 | In upgrade mode, automatically run sysmerge(8) in batch mode before fw_update(1). | 1 | -3/+4 | ||
Putting this at the beginning of the p2k16 hackathon so we can see if anything breaks and to get feedback about the output etc If sysmerge cannot merge/install a file automatically, login into the machine and running it interactively will ask you what you want to do with it. It may not stay in this exact form, but that's a first step and now is a good time to get it in. discussed with deraadt@ for a while ok rpe@ | |||||
2016-04-25 | Implement atomic operations using the atomic instructions available | 2 | -7/+298 | ||
since ARMv6K. As we also support ARMs that are older than that, guard the new atomic operations with an ifdef specifically for ARMv7. ok jsg@ | |||||
2016-04-25 | Do not check if the CPU is inside the idle loop when enterting ddb(4). | 2 | -34/+26 | ||
This check only makes sense when a frame is saved for interrupts, not for a (simulated) breakpoint. This allows us to put breakpoints in interrupt context and have them work if an interrupt fires while the CPU is idle. | |||||
2016-04-25 | fix whitespace | 2 | -20/+20 | ||
2016-04-25 | Switch most of the cp14/cp15 use in .S files over to using sysreg.h | 14 | -158/+172 | ||
Matched and changed by a script, verified to cause no binary change with armv7, armish, and zaurus kernels. ok patrick@ |