summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-08Avoid locking in BIO_get_port() by using getservbyname_r() instead ofJoel Sing
2014-07-08fix oops, accidental delete.. darn copying of files between machinesBob Beck
2014-07-08j should be an int, like repeatBob Beck
2014-07-08KNF.Joel Sing
2014-07-08KNF.Joel Sing
2014-07-08unbreak last commit - but same intent, make re-seed less expensiveBob Beck
2014-07-08More KNF.Joel Sing
2014-07-08Simplify various BIO_sock_* fuctions - less code, better variable names,Joel Sing
2014-07-08undo accidentally committed changesStefan Sperling
2014-07-08Remove left-over call to removed function m_clsetwms().Stefan Sperling
2014-07-08repeat calls to getentrypy() with the same pid likely indicate reseeds.Theo de Raadt
2014-07-08fix typos.Igor Sobrado