openbsd
2015-05-01 schwarzeMinor bug fix: When .Pp rewinds .Nm, rewind the whole...
2015-05-01 mpiConvert to if_input(), ok miod@
2015-05-01 jsgregen
2015-05-01 jsgCorrect some E5 v2 ids and add E5 v2 R2PCIE.
2015-05-01 miodreenable page zeroing thread on SMP mips kernels.
2015-05-01 miodDo not grab the kernel lock for clock interrupts. Help...
2015-05-01 djmmention that the user's shell from /etc/passwd is used...
2015-05-01 djmrefactor ssh_dispatch_run_fatal() to use sshpkt_fatal...
2015-05-01 djma couple of parse targets were missing activep checks...
2015-05-01 djmmake handling of AuthorizedPrincipalsFile=none more...
2015-05-01 djmremove failed remote forwards established by muliplexin...
2015-05-01 djmreduce stderr spam when using ssh -S /path/mux -O forwa...
2015-05-01 djmprevent authorized_keys options picked up on public...
2015-05-01 djmDon't make parsing of authorized_keys' environment...
2015-05-01 millertPass fflag to VOP_POLL so vfs fifo functions can get...
2015-04-30 mpiConvert to if_input().
2015-04-30 millertAvoid NULL deref in fd_getfile_mode(); OK deraadt@
2015-04-30 mpiConvert to if_input().
2015-04-30 jmcreapply the rules of english to the option keywords...
2015-04-30 millertMerge two identical if() statements in ipsp_acquire_sa...
2015-04-30 jmcupdate currency exchange rates;
2015-04-30 deraadtsync
2015-04-30 ajacoutotAdd smtpd(8) spool directories so that they are registe...
2015-04-30 millertSIZE_MAX is no longer in limits.h
2015-04-30 kettenisUnset SEPARATE_GOTPLT. We don't want a seperate .got...
2015-04-30 mlarkinClean up some spacing. No functional change
2015-04-30 deraadtuse strdup() to init string
2015-04-30 mpiDo not free & reallocate a new chunk of memory for...
2015-04-30 nicmAdd a comment about waitpid, suggested by espie@.
2015-04-30 jsgSet the correct media type for 1000baseLX SFPs.
2015-04-30 nicmTweak comment so it doesn't imply line buffering is...
2015-04-30 millertAdd warning when user specifies -R but no files, like...
2015-04-30 millertRemove SIZE_MAX from limits.h. It was added years...
2015-04-30 sthenAllow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP...
2015-04-30 millertFRELE returns an int not void. It is actually the...
2015-04-30 jsgNow we use p_filesz - 1 to test for NUL check that...
2015-04-30 mpiLink report descriptors to known sensors.
2015-04-30 mpiInstead of using a single flat array for all sensors...
2015-04-30 mpiConvert to if_input(), tweak and ok dlg@
2015-04-30 mpiIndroduce fd_getfile_mode() and use it were fd_getfile...
2015-04-30 jmcuse adolf, not adolph, for hitler, to keep it consistent;
2015-04-30 mpiNo need to set `rcvif', if_input() does it for you!
2015-04-30 mpiConvert moar drivers to if_input().
2015-04-30 guentherError out if the PT_INTERP segment isn't NUL terminated
2015-04-29 schwarzeIf a block body gets broken, that's no good reason...
2015-04-29 schwarzeReplace the kludge for the \z escape sequence by an...
2015-04-29 bluhmIn most cases, IP fragments do not have an Ethernet...
2015-04-29 henningsome fine-tuning in SYNOPSIS, usage, and order of optio...
2015-04-29 henningg/c unneeded second char * var, ok benno
2015-04-29 nicmDo not complain when directions fail.
2015-04-29 nicmAdd tmux and tmux-256color entries; this can be used...
2015-04-29 deraadtUse if_get() after every tsleep(), in case the bottom...
2015-04-29 nicmIf default-terminal is set to "screen" or "screen-...
2015-04-29 schwarzeDo not mark a block with the MDOC_BROKEN flag if it...
2015-04-29 schwarzeWhen the last line of a table layout turns out to be...
2015-04-29 ajacoutotCheck arguments before eval so we don't end up with...
2015-04-29 schwarzeImprove the error message in case somebody has configur...
2015-04-29 henningsupport passing a template file for the auto-allocation...
2015-04-29 bluhmMake some regular expressions more strict. This allows...
2015-04-29 bluhmWhen the HTTP client did close the connection while...
2015-04-29 deraadtthe non braced do while made my teeth hurt
2015-04-29 guentherAlso generate db_structinfo.txt with struct member...
2015-04-29 guentherDelete the duplicated sched_{policy,param} members...
2015-04-29 dtuckerAdd tests for ListenAddress/Port/AddressFamily in alter...
2015-04-29 jsgRemove a check for NULL that would have been after...
2015-04-29 jsgMove a variable's initialisation so a panic will work...
2015-04-29 deraadtChange internal xrealloc() to a idiom-following xreallo...
2015-04-29 dtuckerAllow ListenAddress, Port and AddressFamily in any...
2015-04-29 dougAdd whitespace and replace OPENSSL_free with free in...
2015-04-29 dougCall CBB_add_space() rather than reimplementing it.
2015-04-29 dougRename cbb_buffer_add_u to cbb_add_u and remove redunda...
2015-04-29 dougAdded len_len error checking for internal cbb_buffer_ad...
2015-04-29 dougCall CBS_mem_equal() rather than reimplementing it.
2015-04-29 dougAvoid NULL deref in CBS_get_any_asn1_element().
2015-04-29 dougAdded error checking for len argument in cbs_get_u().
2015-04-29 dougfree() can handle NULL.
2015-04-29 millertAdd missing #include <stdint.h> for SIZE_MAX
2015-04-29 dougReject dNSName of " " for subjectAltName extension.
2015-04-29 millertAdd missing #include <stdint.h> for SIZE_MAX
2015-04-29 dougAdd missing BN_CTX_end() calls.
2015-04-29 halexVERBOSESTATUS or no VERBOSESTATUS, failed or missing...
2015-04-28 kettenisExplicitly include .codepatch and .codepatchend in...
2015-04-28 sthenajacoutot spotted a problem with the new sshd logic...
2015-04-28 kettenisProtect the per-process itimerval structs with a mutex...
2015-04-28 kettenisDon't grab the kernel lock for clock interrupts. The...
2015-04-28 mpiMake sure to overwrite sdl_type after calling ether_ifa...
2015-04-28 jsgFix a memory leak in an error path found by Maxime...
2015-04-28 jmctidy up the prebind text; prompted by zhuk
2015-04-28 jmcenviroment -> environment: apologies to darren for...
2015-04-28 nicmIf looking for an index, don't fill in window when...
2015-04-28 nicmDo not do a search for the tty path if there isn't...
2015-04-28 nicmIf can't find pane as a pane, try as a window; likewise...
2015-04-28 nicmAdd select-layout -o to undo the last layout change...
2015-04-28 dtuckerFix typo in previous
2015-04-28 dtuckerDocument that the TERM environment variable is not...
2015-04-28 stspIn rtsx(4), condense the list of support chips in a...
2015-04-28 mlarkinSomeone went to the trouble of vertically aligning...
2015-04-28 lteoAdd a missing free in the error path.
2015-04-27 djmRework sshd enable root login questions in light of...
2015-04-27 nicmDo not include unattached clients when trying to find...
next