openbsd
2020-03-18 ericuse CRLF line-ending during the SMTP dialog in the...
2020-03-18 mpiWhitelist 'map' type in order to use them in real ...
2020-03-18 antonregen
2020-03-18 antonUnlock flock(2).
2020-03-18 visaRestart child process scan in dowait4() if single_threa...
2020-03-18 mpiPlug mem leak in SADB_REGISTER.
2020-03-18 nicmBreak position calculation into a helper function.
2020-03-17 knPrint IO device names next to path with "list-io"
2020-03-17 kettenisMark a few functions as .globl such that they show...
2020-03-17 nicmgetopt is not required to set optarg to NULL when there...
2020-03-17 kettenisHook this up to the drm(4) panel code and add an overri...
2020-03-17 nicmDo not return early if no bits changed because may...
2020-03-17 nicmIgnore default-shell (and use /bin/sh) if it invalid...
2020-03-17 kettenisFix inline assembly in ppc_mftb(); using %L0 instead...
2020-03-17 tobheUse strlcpy instead of strncpy to ensure results are...
2020-03-17 mpiPrevent out-of-bound read if `rate' doesn't match known...
2020-03-17 tobheExit when m_get_string() returns NULL to prevent nullpt...
2020-03-17 dlgrework amd (not intel) smt/core/package detection.
2020-03-16 millertInitialize session.rcptto to NULL before parsing comman...
2020-03-16 kettenisActually attach panel (if we have one).
2020-03-16 kettenisReplace video "framework" with a more generic port...
2020-03-16 bennofix cast in isdigit() calls.
2020-03-16 nicmDo not attempt to close a NULL pane when failing to...
2020-03-16 jasperPrevent a NULL derefence in alloc_all_endpoints_fixed_ep()
2020-03-16 tbConsistently spell 'unsigned' as 'unsigned int', as...
2020-03-16 tbAdapt to tls13_record_layer.c r1.30 (the sequence numbe...
2020-03-16 tbThe RFC is clear (section 5.3) that sequence number...
2020-03-16 claudioThe assumption that in roa tables a prefix / source...
2020-03-16 nicmAdjust selection correctly when scrolling, from Anindya...
2020-03-16 mpiRemove unused function argument.
2020-03-16 mpiEnable tests now that the original parent see the exit...
2020-03-16 mpiKeep track of traced child under a list of orphans...
2020-03-16 nicmVTE treats each mouse mode bit as independent, so turni...
2020-03-16 nicmTurn off mouse mode 1003 as well as the rest when exiting.
2020-03-16 tobheHandle allocation failure in reallocarry. Print errors...
2020-03-16 nicmTerminate the output buffer for control mode output...
2020-03-16 tobheCorrectly calculate IPv6 address leases from small...
2020-03-16 mpiFix affectation that should be conditionnal tests insid...
2020-03-16 jasperfix a bunch of weird indentations and extra whitespace...
2020-03-16 nicmFIx type for %u, from Thomas Adam.
2020-03-16 jasperMake the check for vmm_softc->mode exhaustive and retur...
2020-03-16 ottoTeach macppc ofwboot(8) about ffs2. Test and ok gkoehler@
2020-03-16 nicmSend mouse down event immediately rather than waiting...
2020-03-16 chelohaspkr(4): fix compilation under SPKRDEBUG
2020-03-16 dtuckerCast lifetime to u_long for comparison to prevent unsig...
2020-03-15 krwsparc64 issue being identified and removed, reapply...
2020-03-15 nicmReset selection flag when clearing or stopping selectio...
2020-03-15 nicmFix C-Space key string.
2020-03-15 kmosRevert nvme back to last working commit for sparc64.
2020-03-15 ottoTeach sparc64 boot(8) about ffs2 and fix a bug while...
2020-03-15 millertAdd missing casts to unsigned char when using ctype(3).
2020-03-15 claudiokthread_park() and kthread_stop() don't need PCATCH...
2020-03-15 visaFix memory corruption with kern.witness.locktrace.
2020-03-15 visaGuard SIOCDELMULTI if_ioctl calls with KERNEL_LOCK...
2020-03-14 krwahci_get_pmp_ccb() returns a non-NULL pointer, fails a
2020-03-14 krwTrailing whitespace, long lines, incorrect function...
2020-03-14 jsgdrm/i915: Don't try to use the hardware frame counter...
2020-03-14 jsgOn fdt platforms attempt to load system specific .txt...
2020-03-13 tbIncrement a few more sequence numbers where the carry...
2020-03-13 jsingRemove dtls1_enc().
2020-03-13 claudioInitialize sls_sig to 0 and not 1. sls_sig stores the...
2020-03-13 schwarzeProperly reset the validation part of the tagging modul...
2020-03-13 jsingAdd regress for TLSv1.3 sequence number handling.
2020-03-13 jsingCorrect TLSv1.3 sequence number increment and wrapping...
2020-03-13 jsingAdd missing $OpenBSD$ tag.
2020-03-13 jsingAdd regress for CBB_add_space().
2020-03-13 jsingEnsure that CBB_add_space() always provides zeroed...
2020-03-13 patrickRecognize BCM43341 as a BCM43340 variant.
2020-03-13 krwBump nvme(4) max physio() i/o size to 128K.
2020-03-13 patrickRun getty on all /dev/ttyC* apart from ttyC0, since...
2020-03-13 antonIn order to unlock flock(2), make writes to the f_iflag...
2020-03-13 deraadtAnthony Steinhauser reports that 32-bit arm cpus have...
2020-03-13 mpiSimplify logic, the "netboot" interface is always relat...
2020-03-13 mpiRename "sigacts" flag field to avoid conflict with...
2020-03-13 jcaBlock autoaction after it kicks in, until 60 seconds...
2020-03-13 deraadtAnthony Steinhauser reports that 32-bit arm cpus have...
2020-03-13 deraadtAnthony Steinhauser reports that 32-bit arm cpus have...
2020-03-13 nicmDo not add a reference to the session if no session...
2020-03-13 deraadtimprove comment about the speculation barrier
2020-03-13 djmimprove error messages for some common PKCS#11 C_Login...
2020-03-13 djmuse sshpkt_fatal() for kex_exchange_identification...
2020-03-13 djmtypo in comment
2020-03-13 dtuckerDon't clear alarm timers in listening sshd. Previously...
2020-03-13 djmsome more speeling mistakes from
2020-03-13 djmspelling errors in comments; no code change
2020-03-13 djmwhen downloading FIDO2 resident keys from a token,...
2020-03-13 schwarzetypos resulted in two tests not being run
2020-03-13 schwarzeSplit tagging into a validation part including prioriti...
2020-03-13 kettenisAdd speciulation barrier after the last remaining naked...
2020-03-12 tobheUse strlcpy to make sure 'vm_name' and 'vir_name' are...
2020-03-12 krwPass scsi_mode_sense_buf pointers to scsi_mode_sense...
2020-03-12 ottoAllow hppa boot(8) to read from an ffs2 filesystem...
2020-03-12 visaRevert previous. Something in it causes unexpected...
2020-03-12 jsingUse calloc() rather than malloc() when allocating initi...
2020-03-12 jsingUse calloc() rather than malloc() when allocating buffers.
2020-03-12 jsingStop overloading the record type for padding length.
2020-03-12 jsingUse internal versions of SSL3_BUFFER, SSL3_RECORD and...
2020-03-12 patricksync
2020-03-12 patrickAdd /dev/drm[0-3].
2020-03-12 krwCheck for short mode sense error inside scsi_mode_sense...
next