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