openbsd
2021-05-17 claudioLimit the number of concurrent RTR connects to 32.
2021-05-17 claudioStop setting IPV6_MINMTU in ip6_send() which is used...
2021-05-17 florianDo not try to chunk encode an empty http body coming...
2021-05-17 tobheAvoid calling ibuf_add() with NULL and zero length.
2021-05-17 stspPrevent frame injection via forged 802.11n A-MSDUs.
2021-05-17 dtuckerRegenerate moduli.
2021-05-17 jsgdrm/radeon: fix copy of uninitialized variable back...
2021-05-17 jsgreturn early if work is cancelled before being scheduled
2021-05-16 schwarzeImplement the layout specification "a" (left justify...
2021-05-16 afresh1Make all unicode Private Use areas SWIDTH1
2021-05-16 afresh1Update en_US.UTF-8.src to Unicode 13.0
2021-05-16 schwarzetest font modifiers in the layout; related to tbl_html...
2021-05-16 schwarzeimplement the tbl(7) layout modifiers "b" (bold) and...
2021-05-16 kettenisDrop PTE check in pmap_fault_fixup(). Since pmap_enter...
2021-05-16 drahnCorrect problem in riscv64 dtors execution load the...
2021-05-16 jsingAbsorb SSL_AEAD_CTX into struct tls12_record_protection.
2021-05-16 jsingZero the tls12_record_protection struct instead of...
2021-05-16 deraadtpanic does not require a \n at the end. When one is...
2021-05-16 deraadthint that the panicstr should not contain \n, by saying...
2021-05-16 deraadtpanic does not require a \n at the end. When one is...
2021-05-16 jsingAvoid including tls13_internal.h in tls13_record.h.
2021-05-16 jsingAvoid pulling ssl_locl.h into self-contained code.
2021-05-16 jsingMake local header inclusion consistent.
2021-05-16 jsingMove DTLS structs/definitions/prototypes to dtls_locl.h.
2021-05-16 jsingAdd a missing space.
2021-05-16 mvsIn route detach we delete `rop_timeout' while `rop...
2021-05-16 jsingFix formatting of multi-line license comment per style(9).
2021-05-16 jsingAvoid pulling ssl_sigalgs.h in via ssl_locl.h.
2021-05-16 jsgremove unneeded includes
2021-05-16 jsgremove unneeded includes
2021-05-16 kettenisSync memreg_add() implementation with arm64 and powerpc64.
2021-05-16 claudioCapabilities are only supported on a session when both...
2021-05-16 jsgcorrect prototype of acpi gpio intr_establish functions
2021-05-16 jsingRemove unnecessary includes from the bytestring APIs.
2021-05-16 jsingExplicitly include <openssl/opensslconf.h> in files...
2021-05-16 pacomention apmd(8) in afterboot(8)
2021-05-16 jsgb_saveaddr has a type of void * use NULL not 0
2021-05-16 jsgansi
2021-05-16 jsgderegister
2021-05-16 jsgansi
2021-05-16 jsgremove prototype for cpu_adjust_tsc_freq()
2021-05-16 jsgansi
2021-05-16 jsgansi
2021-05-16 jsgansi
2021-05-16 deraadtadd riscv asm for these two security-feature checking...
2021-05-16 jsgremove unused pre efiboot targets
2021-05-15 krwNuke some Capt. Obvious and soon to be obsolete comments in
2021-05-15 kettenisAdd back -mno-relax for now. Retain the -target option...
2021-05-15 deraadtin kdata_abort, error must be initialized to 0 (like...
2021-05-15 deraadtIn all the copyin family functions, must compare end...
2021-05-15 deraadtReorganize kernel & user fault handling into seperate...
2021-05-15 deraadtcopyinout.S is not used
2021-05-15 krwKeep internal representation of DOSPTYP_EFI partition...
2021-05-15 schwarzeWhen looking for the last layout row used, we need...
2021-05-15 krwAdd missing MBR_protective_mbr() check when writing...
2021-05-15 krwShuffle USER_print_disk() code into a more rational...
2021-05-15 florianRemove outdated comment. We got all httpd headers from...
2021-05-15 kettenisRemove OUTPUT_FORMAT and OUTPUT_ARCH from linker script...
2021-05-15 deraadtpmap_fault_fixup() does not need "int user"
2021-05-15 deraadtimprove comment regarding child_return() clearing errno...
2021-05-15 janAdd pledge for ftpd's user processes.
2021-05-15 kettenisUse intr_enable()/int_disable()/intr_restore() instead of
2021-05-15 yasuokaFix IPsec NAT-T to work with pipex(4). Introduce a...
2021-05-15 drahnLoad the fault handler into the correct register.
2021-05-15 krwShuffle GPT_read() code into a nice switch{}, eliminating
2021-05-14 krwWhitespace tweaks and a couple of stray u_int* in gpt_c...
2021-05-14 tbwhitespace/KNF
2021-05-14 chelohaamd64: specialreg.h: add MSR_TSC_ADJUST
2021-05-14 krwTweak the two copies of gpt_chk_mbr() to return the...
2021-05-14 knProperly refer to ioctl(2)
2021-05-14 inoguchiImprove libcrypto obj_xref.h generator
2021-05-14 jsgremove comment describing GENERIC
2021-05-14 jsgadd dwge(4) to RAMDISK as well
2021-05-14 jsgremove uneeded includes
2021-05-14 jsgmove some files to match other archs
2021-05-14 djmfix previous: test saved no_shell_flag, not the one...
2021-05-14 drahnRiscv64 sets. Initial attempt.
2021-05-14 djmFix ssh started with ControlPersist incorrectly executi...
2021-05-14 drahnEnable riscv64 native kernel builds.
2021-05-14 drahnOn riscv64, dynamically linked clang binary fails with:
2021-05-14 drahnFix bootloader name and riscv64 doesn't have bsd.mp...
2021-05-14 drahnAdjust ramdisk generation for self hosting, remove...
2021-05-14 drahnInitial enablment of EMULTLS on RiscV
2021-05-14 drahnFix regression for _setjmp, fucntion does not use stack...
2021-05-13 kettenisImprove mereg_add() like I did on arm64.
2021-05-13 mvsDo `so_rcv' cleanup with sblock() held.
2021-05-13 kettenisUse intr_enable()/int_disable()/intr_restore() instead of
2021-05-13 mvsUse NULL instead of 0 for mbuf(9) pointers.
2021-05-13 mvsAssign NULL instead of 0 to `control' within sendit...
2021-05-13 mvsMove ktrfds() below fdpunlock(). This fixes lock order...
2021-05-13 kettenisMake memreg_add() a bit smarter and have it merge adjac...
2021-05-13 tobheRefactor iked process shutdown and cleanup. Remember...
2021-05-13 tbUse field independent versions of {get,set}_coordinates()
2021-05-13 tbUse field independent version of {get,set}_affine_coord...
2021-05-13 florianRFC 4861 4.1 allows router solicitations from the unspe...
2021-05-13 kettenisRun handlers with interrupts enabled.
2021-05-13 jsgchange sig_atomic_t from long to int matching all the...
2021-05-13 tbacme-client: use EC_POINT_{get,set}_affine_cooordinates()
2021-05-13 kettenisNo need to disable interrupts before returning to userland.
2021-05-13 kettenisWhen doing AST processing:
next