Age | Commit message (Expand) | Author |
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 | Provide initial libsa softraid - this is currently just the data structures | 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's for architectures of the past around SIZEOF_BPF_HDR | Theo de Raadt |
2016-09-11 | Remove #ifdef'ed out clock setting code, as we handle setting the clock using | Mark Kettenis |
2016-09-11 | Get SDIO reset working. | Marcus Glocker |
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 | Add bcrypt_pbkdf to libsa, from libutil. This will soon allow the boot | Joel Sing |
2016-09-10 | Add blowfish to libsa, taken from libc - needed for bcrypt_pbkdf. | Joel Sing |
2016-09-10 | Add sha2 to libsa, taken from libc - needed for bcrypt_pbkdf. | Joel Sing |
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 | Ugh, too many initialisms... | Joel Sing |
2016-09-10 | Add a noperm mount flag for FFS to be used for building release sets | Martin Natano |
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 | Sync libsa pkcs5_pbkdf2() with libutil. | Joel Sing |
2016-09-10 | Use consistent indentation for multi-line function prototypes in iwm. | Stefan Sperling |
2016-09-10 | Rename the global nvm_to_read const int array to iwm_nvm_to_read. | Stefan Sperling |
2016-09-10 | iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi. | Stefan Sperling |
2016-09-10 | Fix formatting in iwm such that | Stefan Sperling |
2016-09-10 | Rename iwm_mvm_sta_send_to_fw() to iwm_mvm_sta_cmd(). Get rid of pointless | Stefan Sperling |
2016-09-10 | Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h. | Stefan Sperling |
2016-09-10 | take it one step further and bring the message inline with arm/sparc64 | Jasper Lievisse Adriaanse |
2016-09-10 | Remove a semicolon after an if statement that resulted in | Jonathan Gray |
2016-09-09 | Remove duplicated contents, either a patch bug or PEBKAC. | Todd C. Miller |
2016-09-09 | Include sys/_null.h for the NULL definition. | Todd C. Miller |
2016-09-09 | don't hardcode the filename in an error message; use the function name instead | Jasper Lievisse Adriaanse |
2016-09-09 | regen | Ted Unangst |
2016-09-09 | fix atu device ID. kettenis found recent changes meant that atu was | Ted Unangst |
2016-09-09 | Move the 10 (!) defintions of NULL to their own mini header file and | Todd C. Miller |
2016-09-09 | disable subr_tree code for now | David Gwynne |
2016-09-09 | back out RBT for now | David Gwynne |
2016-09-09 | quick fix for (more) userland breakage. | David Gwynne |
2016-09-08 | When changing the mask key, copy the new KDF hint to the metadata, if it | Joel Sing |
2016-09-08 | move mfs_pri into tsleep so it's easy to see and it doesn't change | Ted Unangst |
2016-09-08 | delete useless comments, such as how KVA is mapped on HP | Ted Unangst |
2016-09-08 | Replace two if/do/while dances by while loops. | Martin Pieuchot |
2016-09-08 | Call bfd_rtfree() when the route entry has been removed from the table, | Martin Pieuchot |