summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-09-11Switch sparc64 boot code to libsa MI softraid.Joel Sing
2016-09-11Switch i386 boot code to libsa MI softraid.Joel Sing
2016-09-11Switch amd64 to libsa MI softraid.Joel Sing
2016-09-11Provide initial libsa softraid - this is currently just the data structuresJoel Sing
2016-09-11Update header guards.Joel Sing
2016-09-11Rename softraid boot files, which are currently in an MD location. ThisJoel Sing
2016-09-11Remove #ifdef's for architectures of the past around SIZEOF_BPF_HDRTheo de Raadt
2016-09-11Remove #ifdef'ed out clock setting code, as we handle setting the clock usingMark Kettenis
2016-09-11Get SDIO reset working.Marcus Glocker
2016-09-11Remove trailing whitespacePhilip Guenther
2016-09-10Skip printing a debug message when an external interrupt is receivedMike Larkin
2016-09-10Advertise high-speed support.Mark Kettenis
2016-09-10Use PLL6 as a parent clock for the SDx clocks for frequencies > 400 kHz.Mark Kettenis
2016-09-10Convert function definitions from K&R to standard-stylePhilip Guenther
2016-09-10Correct the path to the iomuxc fdt node so pinctrl setup will run.Jonathan Gray
2016-09-10Simplify comments to reflect that we don't do 32bit compat processesPhilip Guenther
2016-09-10Add bcrypt_pbkdf to libsa, from libutil. This will soon allow the bootJoel Sing
2016-09-10Add blowfish to libsa, taken from libc - needed for bcrypt_pbkdf.Joel Sing
2016-09-10Add sha2 to libsa, taken from libc - needed for bcrypt_pbkdf.Joel Sing
2016-09-10If syscall() gets a 32bit trapframe, just kill the process; delete thePhilip Guenther
2016-09-10Delete support for 32bit frame backtracingPhilip Guenther
2016-09-10Enable VMM debug and add a few new controlsMike Larkin
2016-09-10Ugh, too many initialisms...Joel Sing
2016-09-10Add a noperm mount flag for FFS to be used for building release setsMartin Natano
2016-09-10Clean up some softraid crypto code - rename struct sr_crypto_kdf_pbkdf2 toJoel Sing
2016-09-10Rename libsa pbkdf2.c to pkcs5_pbkdf2.c so that we match libutil.Joel Sing
2016-09-10Moving the host reset after setting the clock in the attach path makesMarcus Glocker
2016-09-10Sync libsa pkcs5_pbkdf2() with libutil.Joel Sing
2016-09-10Use consistent indentation for multi-line function prototypes in iwm.Stefan Sperling
2016-09-10Rename the global nvm_to_read const int array to iwm_nvm_to_read.Stefan Sperling
2016-09-10iwm(4) inherited the 'MVM' prefix in many of its symbol names from iwlwifi.Stefan Sperling
2016-09-10Fix formatting in iwm such thatStefan Sperling
2016-09-10Rename iwm_mvm_sta_send_to_fw() to iwm_mvm_sta_cmd(). Get rid of pointlessStefan Sperling
2016-09-10Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h.Stefan Sperling
2016-09-10take it one step further and bring the message inline with arm/sparc64Jasper Lievisse Adriaanse
2016-09-10Remove a semicolon after an if statement that resulted inJonathan Gray
2016-09-09Remove duplicated contents, either a patch bug or PEBKAC.Todd C. Miller
2016-09-09Include sys/_null.h for the NULL definition.Todd C. Miller
2016-09-09don't hardcode the filename in an error message; use the function name insteadJasper Lievisse Adriaanse
2016-09-09regenTed Unangst
2016-09-09fix atu device ID. kettenis found recent changes meant that atu wasTed Unangst
2016-09-09Move the 10 (!) defintions of NULL to their own mini header file andTodd C. Miller
2016-09-09disable subr_tree code for nowDavid Gwynne
2016-09-09back out RBT for nowDavid Gwynne
2016-09-09quick fix for (more) userland breakage.David Gwynne
2016-09-08When changing the mask key, copy the new KDF hint to the metadata, if itJoel Sing
2016-09-08move mfs_pri into tsleep so it's easy to see and it doesn't changeTed Unangst
2016-09-08delete useless comments, such as how KVA is mapped on HPTed Unangst
2016-09-08Replace two if/do/while dances by while loops.Martin Pieuchot
2016-09-08Call bfd_rtfree() when the route entry has been removed from the table,Martin Pieuchot