Age | Commit message (Expand) | Author |
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 |
2014-07-08 | Avoid locking in BIO_get_port() by using getservbyname_r() instead of | Joel Sing |
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 |
2014-07-08 | undo accidentally committed changes | Stefan Sperling |
2014-07-08 | Remove left-over call to removed function m_clsetwms(). | Stefan Sperling |
2014-07-08 | repeat calls to getentrypy() with the same pid likely indicate reseeds. | Theo de Raadt |
2014-07-08 | fix typos. | Igor Sobrado |
2014-07-08 | cleaner callback handling | Marc Espie |
2014-07-08 | improve indentation. | Igor Sobrado |
2014-07-08 | pull the rx ring accounting out of the mbuf layer now that its all done | David Gwynne |
2014-07-08 | tweak previous; | Jason McIntyre |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-07-08 | introduce the if_rxr api. it is intended to pull the rx ring accounting | David Gwynne |
2014-07-08 | the way vnet works means mclgeti cant do its job. remove hte ifp | David Gwynne |
2014-07-08 | bus_dmamap_sync the rx ring once per em_rxeof call, rather than for every | David Gwynne |
2014-07-08 | Document that shm_open() et al have been available since OpenBSD 5.4 | Matthew Dempsky |
2014-07-08 | in em_rxeof, when the ifp stack var is declared its initted to the | David Gwynne |