summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-08rm asa/fpr. ok beck deraadt halex matthewTed Unangst
2014-07-08partially revert bogus commitEric Faurot
2014-07-08Document SSL_CIPHER_description() will now use asprintf if passed a NULLMiod Vallat
2014-07-08Do not suggest using BUF_strdup() preferably to strdup() for fallaciousMiod Vallat
2014-07-08Match the current state of the code.Miod Vallat
2014-07-08get rid of mfa leftoversEric Faurot
2014-07-08syncTheo de Raadt
2014-07-08Fix a double free bug in parsing the config. It had occurred when aYASUOKA Masahiko
2014-07-08Fix npppd not to access freed memory when it is exiting.YASUOKA Masahiko
2014-07-08remove use of internally-deprecated OPENSSL_malloc/freebcook
2014-07-08Repair compilability after the recent uvmexp changes, especially forMiod Vallat
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2014-07-08Cleanup of getopt argument: -p is not supported anymore.Tobias Stoeckmann
2014-07-08don't really bother cleaning up the callback, it will go away soon enoughMarc Espie
2014-07-08in case we say("Some parameter #1 blabla there") but weMarc Espie
2014-07-08Prettify the list of "required by" package names by sorting it.Vadim Zhukov
2014-07-08replace malloc(strlen())/strlcpy with strdupbcook
2014-07-08Define SMALL_REGISTER_BANK on arm and vax, for it generates faster code forMiod Vallat
2014-07-08Remove undocumented _des_crypt() interface and its companion header file,Miod Vallat
2014-07-08pedantic avoidance of division by zero, likely not actuallyBob Beck
2014-07-08Typo in previous assym.h dependency changesMiod Vallat
2014-07-08Include -DLIBRESSL_INTERNAL in regress makefiles.Joel Sing
2014-07-08various queue improvements:Eric Faurot
2014-07-08remove dead code. these imsgs are handled in pony.c.Eric Faurot
2014-07-08add missing stdint. include for uint32_t, etc.bcook
2014-07-08make the filter API move forward (still not plugged).Eric Faurot
2014-07-08white space repairsTheo de Raadt
2014-07-08zap trailing tabEric Faurot
2014-07-08string.h is the correct file, not strings.hbcook
2014-07-08Update the table API: lookup functions can take an optional parametersEric Faurot
2014-07-08This is bootblock code. Don't pull in uvm header files to deal withTheo de Raadt
2014-07-08rearrange some includes. also, pull in uvm/uvm.h because soon sysctl.hTheo de Raadt
2014-07-08the #ifdef _KERNEL can wrap the entire file. uvm_extern.h only pullsTheo de Raadt
2014-07-08subtle rearrangement of includesTheo de Raadt
2014-07-08A few missing sys/systm.h includes. Soon the universes dragged in viaTheo de Raadt
2014-07-08These do not need the extremely poorly named uvm/uvm_extern.h (whichTheo de Raadt
2014-07-08make sure to clear the WAIT flag when cancelling the connector timeout.Eric Faurot
2014-07-08syncTheo de Raadt
2014-07-08Add Maastricht Aachen Airport (MST).Mark Kettenis
2014-07-08bye bye UBC; ok beck dlgTheo de Raadt
2014-07-08We do not care about broken Borland C pre-processors.Joel Sing
2014-07-08Pretty much everything has SO_REUSEADDR - nuke the #ifdefs.Joel Sing
2014-07-08We have EAI_FAMILY - remove the #ifdefs.Joel Sing
2014-07-08fatalx(errorstr) -> fatalx("%s", errorstr)Eric Faurot
2014-07-08Change fatal/fatalx to use a format string. Expand in a static bufferEric Faurot
2014-07-08getentropy for osx and solaris. will be needed for a portable releaseBob Beck
2014-07-08Stop using uvm_extern.h to fetch uvm_param.h; so define local versionsTheo de Raadt
2014-07-08no need to send a stat update message when {inc,dec}rementing by 0.Eric Faurot
2014-07-08There really isn't a strict "heap" anymore, so just call everything likeTheo de Raadt
2014-07-08More KNF.Joel Sing