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