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