summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-17does sunos not have memmove? sorry, i guess sunos will not have libressl.Ted Unangst
2014-05-17add missing header needed by str* and mem* functionsCharles Longeau
2014-05-17fix alloc idioms. watch out for emalloc that's actually a calloc in disguiseMarc Espie
2014-05-17unchecked malloc() return value in OCSP_sendreq_new().Miod Vallat
2014-05-17KNFMiod Vallat
2014-05-17add missing header needed for mem{cpy,cmp}()Charles Longeau
2014-05-17correctly match size and buffer. from enh at googleTed Unangst
2014-05-17simple reallocarray to check multiplies. ok guentherTed Unangst
2014-05-17When looking at another process, use the data from struct processPhilip Guenther
2014-05-17no no md2Ted Unangst
2014-05-17no no md2Ted Unangst
2014-05-17no no seedTed Unangst
2014-05-17deleted seed some time agoTed Unangst
2014-05-17deleted seed some time agoTed Unangst
2014-05-17remove unused variableCharles Longeau
2014-05-17Add missing header needed by isdigit().Charles Longeau
2014-05-17refactor some of the des crypt code to use fewer globals.Ted Unangst
2014-05-17Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF().Stefan Sperling
2014-05-17fix format mistakes visible if AZALIA_DEBUG is definedAlexandre Ratchov
2014-05-17fix format mistakes visible if UAUDIO_DEBUG is definedAlexandre Ratchov
2014-05-17fix format mistakes visible if AUICH_DEBUG is definedAlexandre Ratchov
2014-05-17unbreak build with AUDIO_DEBUG: use %lx for bus_addr_tAlexandre Ratchov
2014-05-17In pmap_remove_page(), do not keep wired mappings; the callers want them gone.Miod Vallat
2014-05-17Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in caseMiod Vallat
2014-05-17unbreak build: exchange %b args order, from miod@Alexandre Ratchov
2014-05-17Lower VUPS value for delay() to behave closer to the intent.Miod Vallat
2014-05-17switch RSA key generation default to 2048 bits (matching ssh); ok miod@Stuart Henderson
2014-05-17Print the rpb device type and unit values if the root device can't be foundMiod Vallat
2014-05-17When the firmware tells us a loop id is already in use, add the deviceJonathan Matthew
2014-05-17Change the return value of interrupt handler to 0 when nothing isKenji Aoyama
2014-05-17When parsing a numerical value for the TOS bits, make sure that itAlexander Bluhm
2014-05-17better description for -A and -a, with help from millert;Jason McIntyre
2014-05-16update NAME and MLINKS for previous;Jason McIntyre
2014-05-16more STANDARDS fleshing; ok sobrado millertJason McIntyre
2014-05-16document crypt_checkpassTed Unangst
2014-05-16add prototypes for new crypt functionsTed Unangst
2014-05-16syncTodd T. Fries
2014-05-16Reduce the difference between HC drivers by always passing a genericMartin Pieuchot
2014-05-16save up the failures for the end in the argc == 0.Ted Unangst
2014-05-16There is no need to remember which usb(4) device is the child of an USBMartin Pieuchot
2014-05-16a few changes for new code to match local styleTed Unangst
2014-05-16checksum mode can use magic pubkey finder tooTed Unangst
2014-05-16Zero out grp before re-using it (new ones are already cleared byTodd C. Miller
2014-05-16rework -C (perfect candidate for using hash tables, really):Marc Espie
2014-05-16Include openssl/evp.h for OPENSSL_add_all_algorithms_noconf().Joel Sing
2014-05-16Fix various issues that result in compiler warnings.Joel Sing
2014-05-16When OPENSSL_LOAD_CONF was added it ended up with more #if 0 code,Joel Sing
2014-05-16use $2b in the bcrypt example, ok teduStuart Henderson
2014-05-16It seems that there is new and old revision of CH340.sasano
2014-05-16regenDavid Coppa