Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-08 | Cleanup of getopt argument: -p is not supported anymore. | Tobias Stoeckmann | |
ok deraadt@, dlg@ | |||
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 | |
forget the parameter, display a decent error message instead of the usual warning... | |||
2014-07-08 | Prettify the list of "required by" package names by sorting it. | Vadim Zhukov | |
okay espie@ | |||
2014-07-08 | replace malloc(strlen())/strlcpy with strdup | bcook | |
ok beck@ jsing@ | |||
2014-07-08 | Define SMALL_REGISTER_BANK on arm and vax, for it generates faster code for | Miod Vallat | |
these systems (vax being 30% faster!). (surprisingly, the prime candidate for SMALL_REGISTER_BANK, SuperH, runs actually slower in that case) | |||
2014-07-08 | Remove undocumented _des_crypt() interface and its companion header file, | Miod Vallat | |
which had never been installed, so it's unlikely something ever used this in the last 15~20 years. ok deraadt@ jsing@ beck@ | |||
2014-07-08 | pedantic avoidance of division by zero, likely not actually | Bob Beck | |
possible to hit for real. ok miod@ jsing@ | |||
2014-07-08 | Typo in previous assym.h dependency changes | Miod Vallat | |
2014-07-08 | Include -DLIBRESSL_INTERNAL in regress makefiles. | Joel Sing | |
ok miod@ | |||
2014-07-08 | various queue improvements: | Eric Faurot | |
- add a "close" hook to the backend API. - improve the sync() pattern in queue_fs: only sync at commit time and not for every envelope creation - various fixes to the experimental external queue API. | |||
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 | |
ok beck@ jsing@ | |||
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 | |
ok beck@ jsing@ | |||
2014-07-08 | Update the table API: lookup functions can take an optional parameters | Eric Faurot | |
dictionnary (currently not set). While there, add a helper for forking external backends, and remove unused table functions. ok gilles@ | |||
2014-07-08 | This is bootblock code. Don't pull in uvm header files to deal with | Theo de Raadt | |
page rounding! Disgusting. Instead, define local copies of those macros. | |||
2014-07-08 | rearrange some includes. also, pull in uvm/uvm.h because soon sysctl.h | Theo de Raadt | |
won't be pulling in the uvm side of the kitchen. | |||
2014-07-08 | the #ifdef _KERNEL can wrap the entire file. uvm_extern.h only pulls | Theo de Raadt | |
this inside #ifdef _KERNEL in any case, so nothing really changes. | |||
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 | |
uvm_extern.h, uvm_param.h, and sysctl.h will no longer gaurantee that _KERNEL code gets it. | |||
2014-07-08 | These do not need the extremely poorly named uvm/uvm_extern.h (which | Theo de Raadt | |
pulls in the universe). occasionally they need sys/systm.h | |||
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 | |
Requested by mikeb@ | |||
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 | |
ok beck@ deraadt@ | |||
2014-07-08 | Pretty much everything has SO_REUSEADDR - nuke the #ifdefs. | Joel Sing | |
ok beck@ | |||
2014-07-08 | We have EAI_FAMILY - remove the #ifdefs. | Joel Sing | |
ok beck@ | |||
2014-07-08 | fatalx(errorstr) -> fatalx("%s", errorstr) | Eric Faurot | |
add missing include and remove redundant debug trace while here. | |||
2014-07-08 | Change fatal/fatalx to use a format string. Expand in a static buffer | Eric Faurot | |
to cope with low-memory situations. ok gilles@ chl@ | |||
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 | |
of trunc_page and such. Horrid namespace violations, prepare for your coming doom... ok kettenis | |||
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 | |
that an anon. Useful change since BRKSIZ will soon leave the namespace. ok kettenis | |||
2014-07-08 | More KNF. | Joel Sing | |
2014-07-08 | Avoid locking in BIO_get_port() by using getservbyname_r() instead of | Joel Sing | |
getservbyname(). While here, provide a common/single return path. ok deraadt@ | |||
2014-07-08 | fix oops, accidental delete.. darn copying of files between machines | Bob Beck | |
2014-07-08 | j should be an int, like repeat | Bob Beck | |
2014-07-08 | KNF. | Joel Sing | |
2014-07-08 | KNF. | Joel Sing | |
2014-07-08 | unbreak last commit - but same intent, make re-seed less expensive | Bob Beck | |
2014-07-08 | More KNF. | Joel Sing | |
2014-07-08 | Simplify various BIO_sock_* fuctions - less code, better variable names, | Joel Sing | |
correct types and fewer casts. ok deraadt@ miod@ | |||
2014-07-08 | undo accidentally committed changes | Stefan Sperling | |
2014-07-08 | Remove left-over call to removed function m_clsetwms(). | Stefan Sperling | |
ok mpi | |||
2014-07-08 | repeat calls to getentrypy() with the same pid likely indicate reseeds. | Theo de Raadt | |
Since we assume the PRNG above is doing "something old, something new" folding, shortcut and do fewer repeats through the timing loop. ok beck | |||
2014-07-08 | fix typos. | Igor Sobrado | |
ok jmc@ |