openbsd
2018-12-27 ericmove the iterator variable in the private handle.
2018-12-27 ericintroduce dump() and add() table methods, only implemen...
2018-12-27 claudioConvert K&R function definitions to modern C. clang...
2018-12-27 claudioMove away from K&R style function definitions. clang...
2018-12-27 claudioDo not assign node to itself. Instead move the earlier...
2018-12-27 gillesremove dead code, we will only support ramstat stat...
2018-12-27 antonsort and rename tests
2018-12-27 antonSeparate kcov descriptor state and trace mode as a...
2018-12-27 ericpass the table pointer to the lookup()/fecth() methods
2018-12-27 ericchange the close() method to take the table pointer
2018-12-27 ericMake the backend open method return an int to report...
2018-12-27 djmssh_packet_set_state() now frees ssh->kex implicitly...
2018-12-27 djmmove client/server SSH-* banners to buffers under ssh...
2018-12-26 ericreorder parameters for consistency
2018-12-26 denisuncouple AF_MPLS and AF_INET
2018-12-26 ericsimplify code
2018-12-26 antondocument kern.pool_debug; ok tedu@
2018-12-26 ericintroduce a table_match() function to check for a key...
2018-12-26 tbMake AES CCM available in tables.
2018-12-26 sthensync
2018-12-26 ericget rid of the unused dict argument in table lookup...
2018-12-26 denisunbreak VPN routes installation into FIB
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...
next