Age | Commit message (Expand) | Author |
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 | Ensure that previous installer choices are available during upgrades | Robert Peichaer |
2016-09-10 | Enable VMM debug and add a few new controls | Mike Larkin |
2016-09-10 | Teach bioctl derive_key() how to handle bcrypt_pbkdf. | Joel Sing |
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 | Drop syspatch_trap, it's simple enough for trap no needing its own function. | Antoine Jacoutot |
2016-09-10 | apply_patches should not take any arguments. | Antoine Jacoutot |
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 | Ensure that install_files() returns successful if the _tmpsrc | Robert Peichaer |
2016-09-10 | Bring in FreeBSD changes to prevent clang triggering | Jonathan Gray |
2016-09-10 | Unbreak ksh.kshrc by using a MI way of finding out the console device name. | Robert Peichaer |
2016-09-10 | spaces found during re-read | Theo de Raadt |
2016-09-10 | Use consistent indentation for multi-line function prototypes in iwm. | Stefan Sperling |
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat |
2016-09-10 | Simplify setting the USER and UID variables. | Robert Peichaer |
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 | Remove remnants of rlogin, it's long gone (2002). | Robert Peichaer |
2016-09-10 | Fix detection if default route was set by dhclient in v4_defroute(). | Robert Peichaer |
2016-09-10 | Identation | Robert Peichaer |
2016-09-10 | The getopt while loop is very long, put the body in {}. | Florian Obser |
2016-09-10 | reorder main variables, no object change, reduces diff to ping6 | Florian Obser |
2016-09-10 | according to netinet6/in6.h IPV6_MULTICAST_LOOP setsockopt takes a | Florian Obser |
2016-09-10 | move IPv6 specific structs up; no obj change | Florian Obser |
2016-09-10 | reorder main variables, reduces diff | Florian Obser |
2016-09-10 | reorder main variables; no obj change | Florian Obser |
2016-09-10 | packet is actually u_char, pass it around as one | Florian Obser |
2016-09-10 | Move IWM_NVM_* macro definitions from if_iwm.c to if_iwmreg.h. | Stefan Sperling |
2016-09-10 | reorder function declaration to reduce diff between ping and ping6; no | Florian Obser |
2016-09-10 | Cleanup commented lines, and only print the DN of entries | Landry Breuil |
2016-09-10 | Improve Makefile by using ${.OBJDIR} and stop creating files in | Landry Breuil |
2016-09-10 | take it one step further and bring the message inline with arm/sparc64 | Jasper Lievisse Adriaanse |
2016-09-10 | missing fclose() in an error path | Jonathan Gray |
2016-09-10 | fix an fd leak in an error path | Jonathan Gray |
2016-09-10 | Remove a semicolon after an if statement that resulted in | Jonathan Gray |
2016-09-10 | use an unused attribute on a function argument to avoid -Wself-assign | 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 | print a clear error message when not ran as root instead of just falling | 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-09 | regen | Ted Unangst |
2016-09-09 | fix atu device ID. kettenis found recent changes meant that atu was | Ted Unangst |