openbsd
2022-11-27 schwarzedelete duplicate OpenBSD CVS keyword line
2022-11-27 tbPlug leak of tmp in case allocation of pq->abuf fails
2022-11-27 tbKNF nit: place brace correctly
2022-11-27 ottoOnce we are synced, we can validate the certificate...
2022-11-26 tbMissing return value check for BIO_new()
2022-11-26 kettenisAdjust for changes in the device tree bindings. Since...
2022-11-26 mvsTurn sowriteable(), sballoc() and sbfree() macro to...
2022-11-26 mvsMerge uipc_bind() with unp_bind(). Unlike other unp_...
2022-11-26 mvsNext step of netlock pressure decreasing in pppx(4).
2022-11-26 tbMake header guards of internal headers consistent
2022-11-26 tobheAdd arm64 lid_action sysctl for Apple Silicon laptops.
2022-11-26 jobRemove RFC 9092 example file because it contains inheri...
2022-11-26 jobMake error messages about 'inherit' elements in End...
2022-11-26 tobheBump to 7.2
2022-11-26 jobDisallow 'inherit' elements in geofeed authenticators
2022-11-26 jobFix warning message
2022-11-26 tbbn_lcl.h wanted special treatment.
2022-11-26 tbMake internal header file names consistent
2022-11-26 tbTwo small tweaks to the geofeed code
2022-11-26 jsingRemove BIGNUM consistency macros.
2022-11-26 tbSplit eContent extration into a small helper
2022-11-26 tbAdd test-geofeed.c (forgotten cvs add in previous).
2022-11-26 jobAdd regress for geofeed
2022-11-26 jobAdd support for authenticating geofeed data CSV files...
2022-11-26 tbcms_lcl.h should not be part of SRCS
2022-11-26 kettenisEnable aplpwm(4) and pwmleds(4).
2022-11-26 jmc- in SYNOPSIS, redo the formatting for "address" and...
2022-11-26 antonRemove unused battery fields.
2022-11-26 antonShove more battery feature logic down to hidpp20_batter...
2022-11-26 antonPave the way for checking presence of more features in
2022-11-26 antonStop checking the link status upon receiving connect...
2022-11-26 antonGroup function and response defines.
2022-11-26 antonPass a uhidpp_device to hidpp20_battery_get_capability...
2022-11-26 antonTake note of the needed feature indices already in
2022-11-26 antonReduce indentation, no functional change.
2022-11-26 antonStop printing the device serial number during attach...
2022-11-26 antonRename type argument to buf in hidpp10_get_type(),...
2022-11-26 antonWhile emulating the bell, wsdisplay could end up sleepi...
2022-11-25 deraadtifconfig -M <mac> finds the address on an interface...
2022-11-25 tobheDisable screen backlight on Apple silicon laptops when...
2022-11-25 bluhmrevert pf.c r1.1152 again: move pf_purge out from under...
2022-11-25 kettenisRevert previous commit. It was not properly tested...
2022-11-25 schwarzeIn bio.h rev. 1.46/1.47 (Oct/Nov 2021), tb@ provided...
2022-11-25 bluhmDo not crash when a tcp query is larger than the length...
2022-11-25 knRevert hunk accidentially committed in r1.248 "Clarify...
2022-11-25 visaAdd ld.so linker script for mips64
2022-11-25 tbUnits generally help...
2022-11-25 dlgget rid of NET_LOCK in the pf purge work
2022-11-25 dlgnvme can do 64bit dma.
2022-11-24 schwarzeMajor overhaul.
2022-11-24 schwarzeMark BN_options() and BN_prime_checks as obsolete;
2022-11-24 deraadtsycn
2022-11-24 tbMerge the second y_bit check into the first one where...
2022-11-24 tbSimplify y_bit handling in compressed coordinates
2022-11-24 tbClean up EC_METHOD and EC_GROUP definitions
2022-11-24 kettenisExpose the complete set of ID registers as defined...
2022-11-24 kettenisDocument a few more ID register bits. This should...
2022-11-24 jmatthewDon't report unknown apic structure types if they're...
2022-11-24 jsingChange bn_expand()/bn_wexpand() to indicate failure...
2022-11-24 jsingCall bn_expand() rather than handrolling an equivalent.
2022-11-24 mvsRemove netlock assertion within PF_LOCK(). The netlock...
2022-11-23 kettenispwmleds(4)
2022-11-23 kettenisAdd pwmleds(4), a driver for PWM controlled LEDs.
2022-11-23 knFix sparc64 build/run
2022-11-23 tbAdd void casts since gcc 4.2.1 on sparc64 doesn't like...
2022-11-23 knRemove unused NDPRF_* defines; dead since 2017 sys...
2022-11-23 knRemove unused struct in6_ndifreq; dead since 2013...
2022-11-23 knRemove unused struct prf_ra; dead since 2017 sys/netin...
2022-11-23 schwarzeSeveral improvements required for <openssl/bn.h>:
2022-11-23 knInline useless ND_IFINFO() macro
2022-11-23 knLet nd6_if{at,de}tach() be void and take an ifp argument
2022-11-23 tbMake a stupid compiler on a stupid OS happy.
2022-11-23 mvsMake `so' dereference safe within pflow_output_process().
2022-11-23 knRemove unused struct ifnet's *if_afdata[] and struct...
2022-11-23 knAdd *if_nd to struct ifnet, call nd6_if{at,de}tach...
2022-11-23 kniked(8) is proposing as well
2022-11-23 mbuhlcache ps_auxinfo inside the kernel, to avoid codedump...
2022-11-23 tbbn_unit: appease coverity
2022-11-23 tbasn1_string_to_utf8 test: appease coverity
2022-11-23 knND_IFINFO() cannot be NULL, use inline read-only idiom...
2022-11-23 tbNeuter getrlimit dance, it's not portable enough. Stupi...
2022-11-23 knRecommit previous "Remove useless struct in6_ifextra"
2022-11-23 tbFix leaks in ecx_set_{priv,pub}_key()
2022-11-23 tbReverse arguments in CBS_dup()
2022-11-23 tbFix inconsequential copy-paste error
2022-11-23 deraadtsync
2022-11-23 jsingUse bn_wexpand() rather than bn_expand() with sizeof...
2022-11-23 jsingEnsure that bn_expand()/bn_wexpand() fail on negative...
2022-11-23 jsingTurn bn_wexpand() into a function.
2022-11-23 jsingMove bn_expand() under bn_expand2().
2022-11-23 jsingRemove unused bn_dup_expand().
2022-11-23 jsingMove #ifndef OPENSSL_NO_DEPRECATED.
2022-11-23 jsingRemove bn_* defines/prototypes.
2022-11-22 sashanInterface tables (a.k.a. kif) in pf(4) are currently...
2022-11-22 tbFix some whitespace and comment formatting
2022-11-22 tbRename last OPENSSL_gmtime() to asn1_time_time_t_to_tm()
2022-11-22 tbRemove incorrect "r must not be a" comment
2022-11-22 tbPlug leaks spotted by ASAN CI
2022-11-22 knBackout "Remove useless struct in6_ifextra" commit
2022-11-22 schwarzemention what BN_ULONG is
next