Age | Commit message (Expand) | Author |
2014-05-23 | Calling signal once to ignore SIGPIPE is sufficient - we do not need to do | Joel Sing |
2014-05-23 | Move include to the top and nuke pointless comments. | Joel Sing |
2014-05-23 | Document that v?dprintf() is just as safe as v?snprintf(). OK espie@ | Todd C. Miller |
2014-05-23 | A #define to rename another #define which is then used only once introduces | Kenneth R Westerback |
2014-05-23 | use reallocarray | Marc Espie |
2014-05-23 | adjust the note in STANDARDS: passing args to the flags is not an | Jason McIntyre |
2014-05-23 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-23 | Free the est_fqlist allocations if we end up not using it. | Philip Guenther |
2014-05-23 | don't deprecate until at least the base src tree is clean. | Ted Unangst |
2014-05-22 | Mark the malloc wrapper functions as deprecated so warnings will | Bob Beck |
2014-05-22 | Convert OPENSSL_malloc stuff back to intrinsics, a few were missed | Bob Beck |
2014-05-22 | if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefully | Miod Vallat |
2014-05-22 | when we reduced the number of iovec's we passed through an imsg, the iovec | Gilles Chehade |
2014-05-22 | Add explicit #include lines for stdio.h, stdlib.h and string.h; these files | Miod Vallat |
2014-05-22 | If we have to realloc() "list" we need to zero out the new entries | Todd C. Miller |
2014-05-22 | Regen | Miod Vallat |
2014-05-22 | Yet another evil awk script (not perl, I'm not in LibreSSL mode at the moment) | Miod Vallat |
2014-05-22 | Extend the keyboard communication routines to be able to work in polling mode; | Miod Vallat |
2014-05-22 | Expand the OPENSSL_{GLOBAL,EXPORT,IMPORT,EXTERN} macros - this rids the | Joel Sing |
2014-05-22 | There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an | Joel Sing |
2014-05-22 | Stop pulling pqueue.h into ssl_locl.h since only a small part of libssl | Joel Sing |
2014-05-22 | Stop including kssl_lcl.h and nuke it from orbit - it is a no-op now. | Joel Sing |
2014-05-22 | Hello? Yes, you're speaking with OPENSSL_SYS_UNIX. | Joel Sing |
2014-05-22 | mark BIO_snprintf as deprecated, so warnings will be generated for it's | Bob Beck |
2014-05-22 | KNF. | Joel Sing |
2014-05-22 | KNF. | Joel Sing |
2014-05-22 | Nuke pointless dev_bsize variable which is always set to 512, and just | Kenneth R Westerback |
2014-05-22 | update nosuidcoredump example. mentioned by stefan wollny | Ted Unangst |
2014-05-22 | Nuke pointless dev_bsize variable which is always set to 512, and just | Kenneth R Westerback |
2014-05-22 | More KNF. | Joel Sing |
2014-05-22 | Make this build cleanly even with UTF8_{putc,getc} moved from the | Philip Guenther |
2014-05-22 | No uses of UTF8_{getc,putc}() in ports, so remove them from the public header. | Philip Guenther |
2014-05-22 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-22 | From FreeBSD: the second argument to UFS_UPDATE/ffs_update is just a | Philip Guenther |
2014-05-21 | We only have one possible location to use for a logged in port, so only set | Jonathan Matthew |
2014-05-21 | When the firmware tells us a loop id is already in use, add the device | Jonathan Matthew |
2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-21 | stat(2) on the spool file needs privileges. Fixes file size reported by | Pascal Stumpf |
2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace and break some long lines to shrink | Kenneth R Westerback |
2014-05-21 | Nuke some trailing whitespace to shrink subsequent diffs. | Kenneth R Westerback |
2014-05-21 | Fix 'fdisk -u', a.k.a. MBR_pcopy(), on sparc64 and possibly others. | Kenneth R Westerback |
2014-05-21 | fix MALLOC_STATS (not compiled in by default); ok tedu@ | Otto Moerbeek |
2014-05-21 | Fix IPsec route addition broken since the removal of the link-layer | Martin Pieuchot |
2014-05-21 | regen | Martin Pieuchot |
2014-05-21 | Add VIA Labs. | Martin Pieuchot |
2014-05-21 | Handle the stall condition just like the bable one since in both cases | Martin Pieuchot |
2014-05-21 | when failing because of unexpected output, show the offending output | Damien Miller |
2014-05-21 | Use errc/warnc to simplify code. | Philip Guenther |
2014-05-21 | document which keywords are posix conformant; | Jason McIntyre |