openbsd
12 days ago dlgregen
12 days ago dlgampere altra pci ports
12 days ago tblibssl: rework cert signature security level
12 days ago jsgremove unneeded task.h include, missed in rev 1.67
12 days ago jsginclude <dev/ic/bcm2835_dmac.h> not "dev/ic/bcm2835_dmac.h"
12 days ago jsgremove unneeded if_wg.h and pfsync.h includes
13 days ago jsguse <machine/asm.h> not "machine/asm.h", for consistency
13 days ago jsgremove unneeded includes
13 days ago tbEC ASN.1: add reminder that the simple method might...
13 days ago tbImplement Wei25519 to exercise some more elliptic curve...
13 days ago mioda.out is no longer the commonly encountered binary...
13 days ago miodDeliver SIGTRAP, rather than SIGEMT, when a TADDccTV...
13 days ago miodDeliver SIGTRAP, rather than SIGEMT, for trap instructi...
13 days ago dlgcut tun_init() out, it does pointless work.
13 days ago dlgremove SIOCSIFDSTADDR from the network ioctls.
13 days ago tbrpki-client: sprinkle some const
2024-10-16 jsgremove unneeded frame.h and riscvreg.h includes
2024-10-15 tbrpki-client/openssl: eliminate pointless OpenSSL deprec...
2024-10-15 tbrust-openssl: set resolver="2" for workspace
2024-10-15 tbUnindent error check in EC_GROUP_set_generator()
2024-10-15 claudioEnable sig-stop3 regress test. It should no longer...
2024-10-15 claudioAdd PS_STOPPED to the flags
2024-10-15 claudioIndicate that a process has stopped by setting PS_STOPP...
2024-10-15 claudioFix runtime calculation. Assiging ts to spc_runtime...
2024-10-15 claudioUse pr instead of p->p_p like everywhere else in exit1.
2024-10-15 jsgremove unneeded pte.h include
2024-10-15 tbSwitch ec_asn1_group2parameters() to get0_{order,cofact...
2024-10-15 tbProvide EC_GROUP_get0_cofactor() for internal use
2024-10-15 jsgremove struct arpreq from net/if_arp.h
2024-10-15 deraadtgrow i386 media a bit
2024-10-14 naddymention SshdAuthPath option; ok djm@
2024-10-14 nicmSet ACS flag for REP. Reported by Romain Francoise...
2024-10-14 tbMake NULL checks in ec_asn1_group2curve() explicit
2024-10-14 tbExtend ec_asn1_test to check for correct curve coeffici...
2024-10-14 tbFix field element encoding for elliptic curve coefficients
2024-10-14 tbDrop an obvious comment and fix indent for setting...
2024-10-14 tbIn ec_asn1_group2curve() rename ok to ret, per usual
2024-10-14 jsgremove unneeded vmparam.h include from pte.h
2024-10-14 janFix build w/o SUSPEND option
2024-10-14 jsgremove unneeded device.h include
2024-10-14 jsgremove unused struct sigstate; ok miod@
2024-10-14 jsgremove duplicate includes and license; feedback and...
2024-10-14 jmcremove notes about unsupported modifiers; from nir...
2024-10-14 djmregress support for split sshd-auth binary
2024-10-14 deraadtsshd-auth also has a relink kit
2024-10-14 deraadtsync
2024-10-14 jsgchange mutex.h include to rwlock.h
2024-10-14 djmSplit per-connection sshd-session binary
2024-10-14 jsgremove unneeded proc.h include
2024-10-13 djmdon't start the ObscureKeystrokeTiming mitigations...
2024-10-13 jsgbyt -> but; ok tb@
2024-10-13 jsginclude stdio.h for sscanf() snprintf()
2024-10-13 jsgremove unneeded timeout.h include
2024-10-13 jsgremove unneeded limits.h and errno.h includes
2024-10-13 deraadtBe more eager to install qcpas firmware (more pattern...
2024-10-12 afresh1Make fw_update -a mean all
2024-10-12 jsgremove unneeded rwlock.h include
2024-10-12 jsgremove unneeded time.h include
2024-10-12 jsgremove unneeded percpu.h include
2024-10-12 tbExercise the EC parameters code a bit more
2024-10-12 jmcremove blank line;
2024-10-12 jsgremove duplicate misc.h include
2024-10-12 nicmCall realpath on the source file to match -f on the...
2024-10-12 nicmDo not rename a buffer to itself, GitHub issue 4181.
2024-10-12 jsgremove duplicate unistd.h include
2024-10-12 robertintroduce a new build class to be used by the build...
2024-10-12 jsgremove vmparam.h include
2024-10-12 tbRemove unnecessary str variable in ssl_stat.c
2024-10-11 tbUse a and b for the curve coefficients
2024-10-11 tbClean up ec_asn1_group2fieldid()
2024-10-11 tbFix a long-standing bug in ec_asn1_group2pkparameters()
2024-10-11 tbUse defines for the CHOICE variants of ECPKPARAMETERS
2024-10-11 tbRemove NULL check in ec_asn1_pkparameters2group()
2024-10-11 tbUse better variable names in ec_asn1_pkparameters2group()
2024-10-11 tbFirst cleanup pass over ec_asn1_group2pkparameters()
2024-10-11 deraadtThe fw keys have been added to the signify key bundles...
2024-10-11 tberr.c: zap stray space
2024-10-11 jsingApply some style(9) and tidy some comments.
2024-10-11 jsingRemove pointless locking from err_build_SYS_str_reasons().
2024-10-11 jsingConvert err_clear_data() and err_clear() from macros...
2024-10-11 jsingRemove unused typedef for ERR_FNS.
2024-10-11 jsingAdd err_ prefix to build_SYS_str_reasons().
2024-10-11 jsingMake ERR_str_{libraries,reasons,functs}[] const.
2024-10-11 jsingAdd ERR_LIB_SYS to the error values in ERR_str_functs[].
2024-10-11 kettenisRevert ehci(4) bits in the previous commit. Apparently...
2024-10-11 jsingAdd error regress coverage for ERR_LIB_SYS.
2024-10-11 tbRemove params argument from ec_asn1_group2parameters()
2024-10-11 tbSimplify ec_asn1_group2pkparameters()
2024-10-11 tbSpell NULL in a simpler fashion
2024-10-11 tbClean up i2d_ECPKParameters()
2024-10-11 jsgdrm/amd/display: enable_hpo_dp_link_output: Check link_...
2024-10-11 jsgdrm/amd/display: Allow backlight to go below `AMDGPU_DM...
2024-10-11 jsgdrm/amd/display: Fix system hang while resume with...
2024-10-11 jsgdrm/amd/display: Add HDR workaround for specific eDP
2024-10-11 jsgdrm/sched: Add locking to drm_sched_entity_modify_sched
2024-10-11 jsgdrm/i915/gem: fix bitwise and logical AND mixup
2024-10-11 jsgdrm: Consistently use struct drm_mode_rect for FB_DAMAG...
2024-10-11 jsgdrm/amdgpu/gfx10: use rlc safe mode for soft recovery
2024-10-11 jsgdrm/amdgpu/gfx11: use rlc safe mode for soft recovery
2024-10-11 jsgdrm/amd/pm: ensure the fw_info is not null before using it
next