Age | Commit message (Expand) | Author |
2016-09-18 | option INSECURE is obsolete | Theo de Raadt |
2016-09-18 | as is done on amd64, allow using CTF to lookup the function parameters. | Jasper Lievisse Adriaanse |
2016-09-17 | Use the asm global register extension for the TCB pointer in userspace | Philip Guenther |
2016-09-17 | remove unused pmap_dump functions | Mike Larkin |
2016-09-17 | remove duplicated CPUIDECX_PDCM use | Jonathan Gray |
2016-09-16 | teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64 | Jasper Lievisse Adriaanse |
2016-09-16 | Define PT_ARM_EXIDX. | Mark Kettenis |
2016-09-16 | Enable Hyper-V guest drivers | Mike Belopuhov |
2016-09-16 | move the vm_page struct from being stored in RB macro trees to RBT functions | David Gwynne |
2016-09-16 | move the uvm_map_addr RB tree from RB macros to the RBT functions | David Gwynne |
2016-09-15 | Add omwugen(4) a driver for the TI logic that generates wakeup events | Jonathan Gray |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-14 | don't dump vcpu state on ept violations, these happen with sufficient | Mike Larkin |
2016-09-14 | Remove drain(), query_encoding(), mappage() and get_default_params() | Alexandre Ratchov |
2016-09-13 | crank bootloader version after .SUNW_ctf change | Jasper Lievisse Adriaanse |
2016-09-12 | spelling fix | Ted Unangst |
2016-09-12 | Enable uwacom(4) where uts(4) is already present. | Martin Pieuchot |
2016-09-11 | Properly keep track of which of the two tx FIFOs is in use. Fixes the | Mark Kettenis |
2016-09-11 | Switch sparc64 boot code to libsa MI softraid. | Joel Sing |
2016-09-11 | Switch i386 boot code to libsa MI softraid. | Joel Sing |
2016-09-11 | Switch amd64 to libsa MI softraid. | Joel Sing |
2016-09-11 | Update header guards. | Joel Sing |
2016-09-11 | Rename softraid boot files, which are currently in an MD location. This | Joel Sing |
2016-09-11 | Remove #ifdef'ed out clock setting code, as we handle setting the clock using | Mark Kettenis |
2016-09-11 | Remove trailing whitespace | Philip Guenther |
2016-09-10 | Skip printing a debug message when an external interrupt is received | Mike Larkin |
2016-09-10 | Advertise high-speed support. | Mark Kettenis |
2016-09-10 | Use PLL6 as a parent clock for the SDx clocks for frequencies > 400 kHz. | Mark Kettenis |
2016-09-10 | Convert function definitions from K&R to standard-style | Philip Guenther |
2016-09-10 | Correct the path to the iomuxc fdt node so pinctrl setup will run. | Jonathan Gray |
2016-09-10 | Simplify comments to reflect that we don't do 32bit compat processes | Philip Guenther |
2016-09-10 | If syscall() gets a 32bit trapframe, just kill the process; delete the | Philip Guenther |
2016-09-10 | Delete support for 32bit frame backtracing | Philip Guenther |
2016-09-10 | Enable VMM debug and add a few new controls | Mike Larkin |
2016-09-10 | Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 to | Joel Sing |
2016-09-10 | Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil. | Joel Sing |
2016-09-10 | Moving the host reset after setting the clock in the attach path makes | Marcus Glocker |
2016-09-10 | take it one step further and bring the message inline with arm/sparc64 | Jasper Lievisse Adriaanse |
2016-09-09 | don't hardcode the filename in an error message; use the function name instead | Jasper Lievisse Adriaanse |
2016-09-07 | dump some extra vcpu state if failure to launch is detected | Mike Larkin |
2016-09-07 | fix a wrong printf in a dump/debug function | Mike Larkin |
2016-09-06 | Define PTE_* macros in one place. Use the lwu instruction for 32-bit PTE | Visa Hankala |
2016-09-05 | Some spacing/knf while here. No functional changes. | Marcus Glocker |
2016-09-05 | No point to jump to an empty return label in a void function. | Marcus Glocker |
2016-09-05 | Remove some unused bits. | Marcus Glocker |
2016-09-05 | Dump vcpu and vmcs info on various fail to enter scenarios | Mike Larkin |
2016-09-04 | Add comments to the character-to-block device table and remove an | Christian Weisgerber |
2016-09-04 | For the allwinner,sun4i-a10-wdt disable/enable the reset-bit instead of | Marcus Glocker |
2016-09-04 | Remove support for tape block devices. Nobody mount(8)s tapes any longer. | Christian Weisgerber |
2016-09-04 | bha depends on the deleted aha.h, so it will follow it into the attic | Ted Unangst |