Age | Commit message (Expand) | Author |
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 |
2014-07-08 | em_rxeof is only called from em_intr, and only if IFF_RUNNING is | David Gwynne |
2014-07-07 | if em encounters a heavilty fragmented packet, it can (will) stall the | David Gwynne |
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze |
2014-07-07 | regen | Matthew Dempsky |
2014-07-07 | Mark get{,e,res}{u,g}id() and getgroups() as NOLOCK | Matthew Dempsky |
2014-07-07 | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze |
2014-07-07 | sometimes, the callback happens when the archive isn't opened... | Marc Espie |
2014-07-07 | Do the 64-bit argument swap dance, for the syscalls which require it, | Miod Vallat |
2014-07-07 | Don't print warnings for mouse interrupts on bsd.rd | Alexandr Shadchin |
2014-07-07 | The type of iov_len is size_t so the comparison with < 0 does not | Alexander Bluhm |
2014-07-07 | don't throw strange warnings during pkg_delete... | Marc Espie |
2014-07-07 | display saved size for now, to be disabled once I'm satisfied this is very | Marc Espie |
2014-07-07 | record how many bytes we saved for statistics purposes. | Marc Espie |
2014-07-07 | restore progressmeter for big files. | Marc Espie |
2014-07-07 | no need to delete any content from .Rs blocks, | Ingo Schwarze |