openbsd
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
2022-11-22 schwarzeRemove the lie that BN_ULONG might be 16 bits wide.
2022-11-22 schwarzeBetter document BN_ULONG (in the DESCRIPTION near BN_nu...
2022-11-22 tbRemove comment obsoleted by API change (and r1.3)
2022-11-22 tbed25519 test: make the testvectors table const
2022-11-22 knUse local variable consistently
2022-11-22 knRemove useless struct in6_ifextra
2022-11-22 knAdd missing parantheses around if block
2022-11-22 antonsimplify makefile
2022-11-22 antonBe more helpful and provide details on what the time...
2022-11-22 tobheCopy apple-boot firmware to EFI system partition. ...
2022-11-22 tbTweak a printf.
2022-11-22 tbAdd a unit test that crashes without bn_print.c r1.34.
2022-11-22 tbFix segfaults in BN_dec2bn() and BN_hex2bn()
2022-11-22 jmatthewAllocate additional command queue slots and use command...
2022-11-22 deraadtsync
2022-11-22 dlgcount how many times ifiqs enqueue and dequeue packets.
2022-11-22 deraadtsync
2022-11-21 knReplace manual loop and duplicate RB_NEXT with RB_FOREACH
next