summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-07-08cleaner callback handlingMarc Espie
2014-07-08improve indentation.Igor Sobrado
2014-07-08pull the rx ring accounting out of the mbuf layer now that its all doneDavid Gwynne
2014-07-08tweak previous;Jason McIntyre
2014-07-08cut things that relied on mclgeti for rx ring accounting/restriction overDavid Gwynne
2014-07-08introduce the if_rxr api. it is intended to pull the rx ring accountingDavid Gwynne
2014-07-08the way vnet works means mclgeti cant do its job. remove hte ifpDavid Gwynne
2014-07-08bus_dmamap_sync the rx ring once per em_rxeof call, rather than for everyDavid Gwynne
2014-07-08Document that shm_open() et al have been available since OpenBSD 5.4Matthew Dempsky
2014-07-08in em_rxeof, when the ifp stack var is declared its initted to theDavid Gwynne