openbsd
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:
2021-05-13 tbAdd missing .Pp in HISTORY section.
2021-05-13 tbAdd missing .Pp
2021-05-13 krwWhitespace fix for unintentional unindenting event...
2021-05-12 yasuokaRemove about PACKET_TAG_PIPEX, it was replaced by ph_co...
2021-05-12 deraadtprint a newline after each instruction
2021-05-12 dvvmctl(8): remove unveil from disk image creation routines
2021-05-12 kettenisBuild a list of memory regions and call yvm_physload...
2021-05-12 tbMerge documentation for SSL_CIPHER_find(3) from OpenSSL...
2021-05-12 mpiregen
2021-05-12 mpiRevert unlock of connect(2), bind(2), listen(2) and...
2021-05-12 tbsync
2021-05-12 tbInstall SSL_SESSION_get0_cipher.3
2021-05-12 tbDocument SSL_SESSION_get0_cipher(3)
2021-05-12 dtuckerClarify language about moduli. While both ends of...
2021-05-12 lumCount the number of arguments in each expression as...
2021-05-12 jmcfix broken escape; ok schwarze
2021-05-12 inoguchiModify cms test in appstest.sh to work with ec cert/key
2021-05-12 inoguchiAdd obj_xref for ECDH schemes in RFC 5753
2021-05-12 stspFix several issues introduced with iwm(4) Tx aggregatio...
2021-05-12 mvsUse local copy of `ps_rtableid' in ip{,6}_ctloutput...
2021-05-12 jcaThe official service name of tcp/465 is "submissions"
2021-05-12 jcaDrop swat (tcp/901)
2021-05-12 mlarkinKNF
2021-05-12 jsgCorrect defines for fenv rounding modes and change...
2021-05-12 mlarkinvmd(8): omit a possibly uninitialized var in a log_warnx
2021-05-12 jsgadd a comment describing how this was created
2021-05-12 jsgadd OpenBSD rcs ids
2021-05-11 dvvmm(4): fix flawed physical cpu tracking logic in svm_r...
2021-05-11 dvCast printf args to remove compiler warnings.
2021-05-11 tbDocument SSL_CTX_get_ssl_method(3)
2021-05-11 tbMerge some details from OpenSSL 1.1.1.
2021-05-11 kettenisA Data Segment Interrupt does not indicate whether...
2021-05-11 antonTemporarily release the mutex while calling sensor_task...
2021-05-11 tbmissing word in previous
next