openbsd
2024-06-02 florianprev_plen is only accessed on the 2nd round through...
2024-06-02 florianFix indent; pointed out by miod
2024-06-02 florianMake sure we find a link-local address and rdomain
2024-06-02 floriangc unused variable
2024-06-02 deraadtGrow amd64 install*.{iso,img} because -fret-clean ...
2024-06-02 deraadtDue to growth, crunchgen must also try to block -fret...
2024-06-02 deraadtDue to growth we can't allow -fret-clean behaviour...
2024-06-02 florianoops, we need to hold on to ifap for a bit longer
2024-06-02 deraadtadd -fret-clean option (amd64 and i386 only at first...
2024-06-02 deraadtadd -fret-clean option (amd64 and i386 only at first...
2024-06-02 deraadtpledge, MAP_STACK, and pinsyscall failures have been...
2024-06-02 florianfix leaks
2024-06-02 florianUnlike DHCPv4 we will only send multicast messages.
2024-06-02 florianwe do not poke around in udp headers
2024-06-02 florianDHCPv6 is not concerned with link layer addresses.
2024-06-02 florianImplement renew & rebind.
2024-06-02 florianSwitch to rebinding at the rebinding time not when...
2024-06-02 floriansync
2024-06-02 florianuser, group & /var/db/dhcp6leased for dhcpleased(8)
2024-06-02 florianImport dhcp6leased(8)
2024-06-02 kettenisPower down PCI devices in S0 as well. Needed for suspe...
2024-06-01 tbmd4/ripemd: remove misplaced semicolons
2024-06-01 tbNeuter the bounded attribute as was done elsewhere...
2024-06-01 tbRemove mention of SHA-0, update STANDARDS section
2024-06-01 ratchovsndiod: Don't add/remove server.device entries in dev_...
2024-06-01 tbMissed SHA224() in previous: reverse order of attributes
2024-06-01 tbReverse order of attributes
2024-06-01 tbRemove support for static buffers in HMAC/digests
2024-06-01 djmbe really strict with fds reserved for communication...
2024-06-01 aoyamaMove common definitions into the header file.
2024-05-31 florianPreferred and valid lifetime options are sometimes...
2024-05-31 florianPrefixes delegated via DHCPv6 have a lifetime, honour it.
2024-05-31 floriangetifaddrs(3) does a non trivial amount of work.
2024-05-31 tbDocument a weird decision in RFC 8209
2024-05-31 djmwarn when -r (deprecated option to disable re-exec...
2024-05-31 djmtypos
2024-05-31 tbrpki-client: check issuer for certs and CRLs
2024-05-30 tbAdjust hmac test for removal of static buffer from...
2024-05-30 sthensem_open() uses /tmp/*.sem files. Exclude them from...
2024-05-30 tbssl(8): the history section hasn't aged well at all...
2024-05-30 claudioProperly setup the fts_state in the FTS_D case.
2024-05-30 mpiEnsure pmap_create() waits in case kernel virtual space...
2024-05-30 jsgavoid potential use-after-free
2024-05-30 jobIncrease logging verbosity as to what exactly hit a...
2024-05-30 claudioFix copy-paste error in last commit. Fixes lladdr and...
2024-05-30 tbarm64: move cpu_suspended out of #ifdef SUSPEND
2024-05-30 tbsync
2024-05-29 claudioConvert SCHED_LOCK from a recursive kernel lock to...
2024-05-29 tbasn1object: zap trailing whitespace
2024-05-29 tbMake it possible for the large OID test to fail
2024-05-29 tbAdd regress coverage for some corner cases of i2d_ASN1_...
2024-05-29 tbAdd regress coverage for i2d_ASN1_OBJECT() fixes
2024-05-29 tbFix i2d_ASN1_OBJECT()
2024-05-29 tbMake i2d_ASN1_OBJECT() return -1 on error
2024-05-29 tbRemove unnecessary parens from i2d_ASN1_OBJECT()
2024-05-29 jsgrecognise Cortex-X925 (Blackhawk), Cortex-A725 (Chaberton)
2024-05-29 mglockerSet 'needs-flag' for ufshci(4) as preparation for some...
2024-05-29 tbClean up the list of standards a little
2024-05-29 tbrpki-client: rework CRL handling
2024-05-29 kettenisImplement the guts for "suspend-to-idle" on amd64....
2024-05-29 claudioHandle IPvX only interfaces with IPvY sessions more...
2024-05-29 claudioOnly fall back to the default IPv4 unicast mode if...
2024-05-29 claudioRemove nexthop_compare() prototype.
2024-05-29 claudioRename nexthop_compare to nexthop_cmp and make it stati...
2024-05-29 claudioIntroduce a ring buffer for log_sockaddr() this way...
2024-05-29 stspdocument qwx(4) caveats and known bugs
2024-05-29 stspfix WEP on athn(4) USB hostap
2024-05-29 stsprepair qwx(4) WEP and TKIP via software crypto
2024-05-29 jsgregen
2024-05-29 jsganother apple bluetooth; from jon@elytron.openbsd.amsterdam
2024-05-29 jsgindent with tabs not spaces; from jon@elytron.openbsd...
2024-05-29 jsgremove externs with no matching var
2024-05-29 jsgremove prototypes with no matching function
2024-05-28 sthendocument MODPY_COMPILEALL, MODPY_PYTEST_USERARGS
2024-05-28 tbTest that invalid operations push the X509V3_R_UNSUPPOR...
2024-05-28 tbClean up and fix X509V3_EXT_add1_i2d()
2024-05-28 tbAdd regress coverage for X509V3_add1_i2d()
2024-05-28 claudioRework the pmap ASID handling to not require the SCHED_LOCK
2024-05-28 tbremove outdated zlib version information
2024-05-28 jsgremove space between function names and argument list
2024-05-28 jsgreturn type on a dedicated line when declaring functions
2024-05-28 jsgremove maxmem extern, var removed from all archs long ago
2024-05-28 jsgremove uvm_swpkeyexpire extern for var we never had
2024-05-28 janvio(4): fix jumbo frames
2024-05-28 kettenisGarbage collect sleep_abort(); it doesn't do anything...
2024-05-28 claudiocpu_emergency_disable() was only used by mvme88k and...
2024-05-28 jsgremove unused isa/cs4231var.h
2024-05-28 stspfix previous such that firmware crash recovery happens...
2024-05-28 claudioRemove the bcmmbox_write(BCMMBOX_CHANPM, ...) call...
2024-05-28 stspTry to reset qwx(4) devices when firmware crashes and...
2024-05-28 stspMake qwx(4) offload TKIP and CCMP crypto to hardware.
2024-05-28 opactually honour the services supported by the proc...
2024-05-28 jsguse ansi style function decls to fix build with clang
2024-05-28 jmcuse a more up to date example for a checksum example;
2024-05-28 jsgMove ccb access before ccb_done to avoid a potential...
2024-05-28 jsgavoid uninitialised var use when scsi_get_link() return...
2024-05-27 tbopenssl x509: rename pub_key to dsa_pub_key
2024-05-27 tbopenssl: enable -Wshadow for clang
2024-05-27 tbopenssl: avoid shadowed pkeys in x509.c
2024-05-27 krwRevert NVME_GONE. Literal 0xffffffff is the preferred...
next