openbsd
2023-04-19 krwRemove obsolete/unused disktab entries for install...
2023-04-19 jsingRename Hex array to hex_digits.
2023-04-19 jsingMove the BN_bn2bin()/BN_bin2bn() family to bn_convert.c
2023-04-19 jsingReorder functions.
2023-04-19 jsingMove BN_options() from bn_convert.c to bn_lib.c
2023-04-19 jsingunifdef BN_RECURSION
2023-04-19 claudioRemove usage of fatalx() in here. This code will be...
2023-04-19 claudioAdd minimal support for flowspec in the table-mp MRT...
2023-04-19 claudioAdd handling for flowspec in the update path.
2023-04-19 claudioImplement code to pass the flowspec config over to...
2023-04-19 claudioExtend the pt_entry api to handle flowspec.
2023-04-19 claudiobad indents
2023-04-19 miodRemove strict checks added in 1.22, for they break...
2023-04-19 deraadtsync
2023-04-19 dlgdwmshc on rockchips don't support dma crossy 128M bound...
2023-04-19 dlgdont advertise non-removable sdmmc devices as removable...
2023-04-19 dlghandle some more manufacturer ids.
2023-04-19 dlgget rid of some dead code.
2023-04-19 dlgflag the device as non-removable if the dt says it...
2023-04-19 jsgspelling
2023-04-19 dlgenable dwmshc to support the emmc controller on rockchi...
2023-04-19 dlgdwmshc config
2023-04-19 dlgadd a manpage for dwqe.
2023-04-19 dlghave a go at a manpage for dwmshc.
2023-04-18 dlgsupport Designware Mobile Storage Host Controllers
2023-04-18 dlgadd support for loading files from the EFI System Parti...
2023-04-18 knHoist identical privilege checks in in_ioctl*()
2023-04-18 mvsRemove kernel lock from ifa_ifwithaddr() and ifa_ifwith...
2023-04-18 mvsDocument `ifnetlist' locking.
2023-04-18 patrickMap MSI-X in addition to MSI and INTx on xhci(4). ...
2023-04-18 bluhmSkip all tests that need internet connection unless...
2023-04-18 tbUse NULL, not 0 for pointers and use an explicit compar...
2023-04-18 bluhmDefine net lock assertions for building kernel code...
2023-04-18 tbectest: Remove #if 1
2023-04-18 tbUnifdef OPENSSL_NO_EC_NISTP_64_GCC_128
2023-04-18 tbRemove prototypes under OPENSSL_NO_EC_NISTP_64_GCC_128
2023-04-18 claudioImplement a basic flowspec print function. It is not...
2023-04-18 tbRewrite some ugly for loops
2023-04-18 kettenisResolve namerefs in packages. Fixes legacy interrupts...
2023-04-18 claudioImplement the parser bits to process flowspec rules...
2023-04-18 tbI somehow overlooked four more missing void...
2023-04-18 mvsRename 'art_root' structure member `source' to `ar_sour...
2023-04-18 jsgAdd another check to com probe
2023-04-18 florianIf rcode is SERVFAIL, there is no need to look at the...
2023-04-18 florianImprove asr error handling.
2023-04-18 mvsCall sysctl_dumpentry() with shared netlock. It perform...
2023-04-18 mvsCall sysctl_iflist() with shared netlock. It performs...
2023-04-18 mvsCall sysctl_ifnames() with shared netlock. It performs...
2023-04-18 tbMove x509.h inclusion into alphabetical order
2023-04-18 semariechangelist: remove dhclient(8) files
2023-04-18 semariechangelist: add unbound-control files
2023-04-18 tbBring includes into canonical order
2023-04-18 tbSigh cvs... Also drop OPENSSL_NO_DEPRECATED from ec.h
2023-04-18 patrickSupport upstreamed AP806/CP110 bindings in mvtemp(4...
2023-04-18 tbMove some includes out of OPENSSL_NO_DEPRECATED
2023-04-18 tbectest: drop a broken #if 0 /* optional */ piece of...
2023-04-18 tbec_point_conversion: drop test for sect571k1
2023-04-18 tbectest: drop some gross unused macros
2023-04-18 tbectest: unifdef OPENSSL_NO_EC2M
2023-04-18 claudioI reversed flowspec_cmp() so adjust the code here as...
2023-04-18 dlgtweak a printf for an unhandled clock in rkclock_get_fr...
2023-04-18 dlgadd the emmc clocks on rk3568 (and rk3566)
2023-04-17 krwRemove unused variables FSDISKTYPE that point at non...
2023-04-17 tbSkip binary curves in ec_point_conversion
2023-04-17 claudioReverse the polarity of flowspec_cmp() so it works...
2023-04-17 tbSwitch all ec tests to using dynamic linking
2023-04-17 tbSimplify Makefile
2023-04-17 tbDrop GF2m tests
2023-04-17 tbAllow overriding the bc implementation used in run-bc
2023-04-17 tbFix typo
2023-04-17 nicmIgnore the user keys range when checking if a key is...
2023-04-17 kettenisMake -mbranch-protection=bti the default on OpenBSD.
2023-04-17 nicmIt seems silly to use progname for version, just always...
2023-04-17 nicmMake the check if printing is allowed the same as writi...
2023-04-17 nicmDiscard mouse sequences that have the right form but...
2023-04-17 tbDrop two useless READMEs
2023-04-17 opfix buffer overflow in displaymatch(); ok/tweak tb@
2023-04-17 tbSkip sect* curve checks
2023-04-17 knIndent interface and disk listings
2023-04-17 claudioConvert all users of parse_number() to also process...
2023-04-17 tbc_zlib.c needs bio_local.h with -DZLIB.
2023-04-17 jsingTweak indent and use named registers.
2023-04-17 claudioIn parse_prefix and parse_addr only touch the addr...
2023-04-17 jsingHook sha3 up to build.
2023-04-17 jsingMove BN_bn2mpi()/BN_mpi2bn() into bn_convert.c
2023-04-17 claudioPassing argv as tripple indirect pointer to match_token...
2023-04-17 claudioRework how communities are parsed. Use tha fact that...
2023-04-17 opfix a few dobeep_msgs() calls: a space is already added...
2023-04-17 opadd doindent() prototype at the start of the file;...
2023-04-17 opresurrect mg' no-tab-mode
2023-04-17 tbUse C99 initializers for the default_pctx and mark...
2023-04-17 claudioAdd basic flowspec regress test.
2023-04-17 claudioImplement a basic API to work with flowspec NLRI.
2023-04-17 tbAdd missing const qualifiers to the v3_* externs
2023-04-17 tbFix whitespace in DHparam_print_fp()
2023-04-17 tbRemove now unused dh_prn.c
2023-04-17 tbDrop dh_prn.c
2023-04-17 tbMove DHparam_print_fp() next to DHparam_print()
2023-04-17 jmcremove bad Pp;
2023-04-17 jmcfix a macro and tweak punctuation;
next