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