openbsd
2018-12-26 ericmove the table backend name in the backend struct.
2018-12-26 fcambusRemove the rasops24_erasecols and rasops24_eraserows...
2018-12-26 gilleswhen passing message to filters, do not worry yet about...
2018-12-26 bruUse estimates of speed to improve gesture detection.
2018-12-26 phesslerrevert "kill a region if 'delete' or 'backspace' is...
2018-12-25 antontest dying kcov descriptor logic
2018-12-25 antonIn the kcov ioctl(KIOSETBUFSIZE) path, malloc() can...
2018-12-25 denisrework icmp6_error() to be closer to icmp_error()
2018-12-25 krwNo need for magic tick_msg(NULL,..) call to
2018-12-25 claudioRemove unused static function since clang errors out...
2018-12-25 claudioUse the same additional arch specific files for sparc64...
2018-12-25 schwarzebugfix: make the static class buffer long enough
2018-12-24 krwAlways use log_getverbose() instead of sometimes checki...
2018-12-24 tedumandoc.css lives in /usr/share/misc now; use full paths...
2018-12-24 schwarzeinstall /usr/share/misc/mandoc.css
2018-12-24 krwtick_msg() needs to note that it has called go_daemon...
2018-12-24 schwarzeMake this page much more readable by deleting as much...
2018-12-24 jsgAdjust cpsw for linux 4.20 device tree changes. The...
2018-12-23 patrickAdd support for generating a REPEATED START on operatio...
2018-12-23 schwarzeFinally, stop abusing .Ss and .Sx to mark up macros...
2018-12-23 schwarzeSimplify and clarify instructions for .Ql, and deprecat...
2018-12-23 ericremove dead code
2018-12-23 gillesthe tree_* and dict_* api's in smtpd can be used standa...
2018-12-23 ericSimplify the table backend interface: lookup results...
2018-12-23 gilleswhen a filter chain is only used once, no need to creat...
2018-12-23 gilleswhen passing mail-from parameter to filters, pass the...
2018-12-23 schwarzeDeprecate .Lp, use .Pp instead.
2018-12-23 gillessimplify builtins
2018-12-23 gillesrevive filters tracing (-T filters) to make it easier...
2018-12-23 natanoAdd regress suite for the noperm mfs mount flag. Protec...
2018-12-23 natanoRectify some issues with the noperm mount flag; the...
2018-12-23 tbEVP_MD_CTX_cleanup() is deprecated and doesn't free...
2018-12-22 schwarzeDocument EVP_PKEY_new_mac_key(3);
2018-12-22 schwarzeIn the TOC, close <a> before opening <ul>.
2018-12-22 deraadtsync
2018-12-22 claudiobgpctl can cause bgpd to do a lot of work (e.g. dumping...
2018-12-22 kettenisAvoid using m_trailingspace(9) on an mbuf allocated...
2018-12-22 gillesintroduce 'rcpt-to' builtin filter, can only be used...
2018-12-22 gillesintroduce 'mail-from' builtin filter, can be applied...
2018-12-22 gillesintroduce 'helo' builtin filter, can be used on any...
2018-12-22 gillesremove lka_filter_response() which is no longer used...
2018-12-22 gillessimplify filter_protocol / filter_protocol_next by...
2018-12-22 gillessimplify filter_data() and filter_data_next() by factor...
2018-12-22 visaAdd support for R_MIPS_PC32 relocation. It is needed...
2018-12-22 gillestree_xget() -> tree_get()
2018-12-22 gillesreuse existing tokens for builtin filter names to avoid...
2018-12-22 gillesintroduce new matching criteria 'from rdns' to match...
2018-12-22 gillesremove space
2018-12-22 schwarzeDelete irrelevant HISTORY details. Simply use BN_rand...
2018-12-21 schwarzeThe wrong header file was given for EVP_PKEY_CTX_set_si...
2018-12-21 schwarzeDocument the ECDSA_SIG_new(3) return value.
2018-12-21 schwarzeClarify behaviour of DH_get0_pqg(3) and DH_get0_key...
2018-12-21 schwarzegrammar and style fixes from wesinator at github
2018-12-21 gillessince we already support regex lookups in tables for...
2018-12-21 gillesdo not tree_xget() sessions in filter_protocol_next...
2018-12-21 schwarzeSince OpenBSD 6.1, BN_pseudo_rand*(3) does the same...
2018-12-21 schwarzeMention that some functions call BN_GENCB_call(3) with...
2018-12-21 gilles- make the proc filter fd non-blocking
2018-12-21 gillesin lka_filter_init(), split into two passes, one to...
2018-12-21 gillesuse ss_src in src builtin filters
2018-12-21 gillesimplement some additional builtin filters:
2018-12-21 schwarzeRename mandoc_getarg() to roff_getarg() and pass it...
2018-12-21 gillesstart simplifying log lines, they're no longer intended...
2018-12-21 visaRemove outdated instruction.
2018-12-21 gillesbring in new grammar for filters, allowing filter chain...
2018-12-21 visaDocument how to boot from SD/MMC or SATA on U-Boot...
2018-12-21 espiemake sure that test is not run in interactive mode...
2018-12-21 espiedo not try merging packages that are already kept,...
2018-12-21 kettenisDo PAT setup earlier such that mapping the framebuffer...
2018-12-21 knDIOCIGETIFACES provides interfaces and groups, not...
2018-12-21 guentherAdd support for {preinit,init,fini}_array sections...
2018-12-21 jsgremove intr_find_mpmapping proto func removed in intr...
2018-12-21 deraadtsync
2018-12-20 jmctweak previous;
2018-12-20 dlg.Nm, not Nm.
2018-12-20 dlgadd bpe(4) or Backbone Provider Edge interfaces
2018-12-20 schwarzeMove the full responsibility for reporting open(2)...
2018-12-20 gillesthe ciphers part of tls log lines doesn't need to be...
2018-12-20 gillesuse HOST_NAME_MAX+1 instead of MAXHOSTNAMELEN, also...
2018-12-20 gillesuse the machine hostname, not localhost, in mail.maildir.c
2018-12-20 gilleschange the format of ssl_to_text() to match that of...
2018-12-20 deraadtsync
2018-12-20 schwarzeExplain what the fields in mandoc messages mean,
2018-12-20 gillescall smtp_check_noparam() on RSET, DATA, NOOP, QUIT...
2018-12-20 deraadt6.2 keys no longer required
2018-12-20 claudioReplace a wrong poor mans m_trailingspace() with the...
2018-12-20 claudioThe timeouts in nd6 are in msec so just use timeout_add...
2018-12-20 claudioConvert to timeout_add_msec instead of counting ticks.
2018-12-20 claudioMake this not hz dependent by using timeout_add_sec...
2018-12-20 schwarzeMove a badly positioned parenthesis that caused nonsens...
2018-12-20 antonzap whitespace
2018-12-20 dlgLLDP has it's own group address, so teach tcpdump about it.
2018-12-20 schwarzeBugfix:
2018-12-19 schwarzeCorrectly describe the return values of BN_hex2bn(3...
2018-12-19 bluhmTest the code path where soreceive(9) sleeps and a...
2018-12-19 schwarzeSpecify the return values of some of these functions...
2018-12-19 schwarzetypo;
2018-12-19 claudioBasic config test for various ext-community options.
2018-12-19 claudioAdjust bgpctl now that filter_extcommunity is no more.
2018-12-19 claudioFold ext-communities into filter_community so that...
next