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