openbsd
2021-05-28 patrickMove imxdog(4) to sys/dev/fdt.
2021-05-28 dlgkettenis@ pointed out that i forgot to fill in the...
2021-05-28 dlgfirst cut at manpages for aplns(4)
2021-05-28 dlgaplns needs some dmamem per queue for it's iommu.
2021-05-28 dlgcommented out lines for aplns(4) for Apple NVME storage...
2021-05-28 dlgstart working on support for Apple NVME Storage as...
2021-05-28 dlgprovide nvme_ops for vanilla pci nvme, and use them...
2021-05-28 dlgprovide an nvme_ops struct to start trying to support...
2021-05-28 dlgmove the nvme_dmamem prototypes so bus glue can use...
2021-05-28 dlgshuffle the deck chairs. no functional change
2021-05-28 dlgmove nvme_barrier to nvmevar.h, just to keep it with...
2021-05-28 dlglet nvme_read8 and nvme_write8 get used by bus glue...
2021-05-28 dlgmove the nvme_read4 and nvme_write4 macros to the header.
2021-05-27 chelohavga(4): fix vga_doswitch() prototype
2021-05-27 mvsIntroduce the new test which enforces unp_internalize...
2021-05-27 bluhmCheck that libexpat uses arc4random_buf as entropy...
2021-05-27 claudioStop processing UPDATES if the peer is not up.
2021-05-27 claudioWith the update of tha as4byte code to RFC 6793 a 0...
2021-05-27 claudioFile missed in a previous commit. Should fix the error...
2021-05-27 claudioRename and move functions used to get per-peer settings...
2021-05-27 krwRelax criteria for recognizing GPT formatted media...
2021-05-27 claudioremove excessive tabs and fix a tyop in comment.
2021-05-27 bluhmNo longer patch away other entropy sources from libexpa...
2021-05-27 jobFix more warnings
2021-05-27 claudioUse negotiated capabilities to decide if a ROUTE-REFRES...
2021-05-27 claudioUse correct RFC number in comment
2021-05-27 jobFix warning
2021-05-27 claudioWhen generating updates for a peer that has 'rde evalua...
2021-05-27 claudioFix how the rde_eval_all flag is tracked. Make sure...
2021-05-27 claudioAdd the bits needed in bgpctl to show the new ADD-PATH...
2021-05-27 claudiobgpd(8) will soon support ADD-PATH (RFC7911) and enhanc...
2021-05-27 claudioFix bad logic in last commit. If graceful restart is...
2021-05-27 kettenisUse todr_attach(). Prompted by cheloha@
2021-05-27 claudioImprove graceful restart capability handling.
2021-05-27 deraadtsync
2021-05-27 dlgajacoutot says i missed copying some bits from bridge...
2021-05-27 dlgajacouto says i missed copying some bits from bridge...
2021-05-26 kettenisAdd aplspmi(4), a driver for the Apple SPMI controller...
2021-05-26 bluhmUpdate libexpat to 2.4.1. This fixes CVE-2013-0340...
2021-05-26 kettenisFix the return value for the FUTEX_WAIT/FUTEX_WAIT_PRIV...
2021-05-26 ericreplaces calls to err(3)/errx(3) with fatal()/fatalx...
2021-05-26 mvsUse `so_lock' to protect key management (PF_KEY) socket...
2021-05-26 ericremove unused code
2021-05-26 dlgadd support for pf divert-to on tpmr, like what was...
2021-05-26 dlgsupport divert-to when pf applies it to a packet.
2021-05-26 djmfix SEGV in UpdateHostkeys debug() message, triggered...
2021-05-25 bluhmAs network features are not added dynamically, the...
2021-05-25 ericremove obsolete files
2021-05-25 jcsinstruct git to ignore all **/obj entries created by...
2021-05-25 guentherclang's assembler now supports 64-suffixed versions...
2021-05-25 knprogram headers: do not rely on DYNAMIC coming before...
2021-05-25 claudioInstead of the old way of prefix withdraw on a bad...
2021-05-25 bluhmThe arrays sadb_exts_allowed_out and sadb_exts_required...
2021-05-25 ratchovDrop assembly for 24-bit fixed-point operations
2021-05-25 deraadtsync
2021-05-24 phesslercreate audio devices for armv7
2021-05-24 kettenisAdd apldwusb(4), a glue driver for the Synpsys DesignWa...
2021-05-24 kettenisAdd support for a DART with two sets of registers....
2021-05-24 dvMention support for vmd(8) emulated virtio networking...
2021-05-24 dtuckerFind openssl binary via environment variable. This...
2021-05-23 dvvmd(8): skip inspecting non-udp packets on local interfaces
2021-05-23 kettenisSome machines (e.g. some Intel Macs) have a EFI memory...
2021-05-23 naddyssh: The client configuration keyword is "hostbasedacce...
2021-05-23 janConstify function parameters.
2021-05-23 ericadd missing entry for cafile
2021-05-23 ericadd more TLS options to smtp(1):
2021-05-22 ericadd semantic markup as suggested by schwarze@ and jmc@
2021-05-22 bluhmIn dt(4) add an offset of 100000 to the thread ID....
2021-05-22 bluhmTest more corner cases of IPv4 fragment reassembly.
2021-05-22 drahnCast line_size to address width before using for alignment.
2021-05-22 bluhmOn powerpc64 calling a function needs 64 bytes of stack...
2021-05-22 janRemove useless fflush(3) calls. lreply() already calle...
2021-05-22 janRemove useless islower(2) before toupper(3).
2021-05-22 kettenisFix aml_rwgsb(). My interpretation of the ACPI standar...
2021-05-22 ericreorder entries
2021-05-22 ericallow to specify TLS ciphers and protocols in smtp(1)
2021-05-22 mpiUse atomic operations for reference counting VM maps.
2021-05-22 yasuokaRemove ipsec_utils.c, its headers, and the code block...
2021-05-22 antonIn revision 1.95 of cgi.c, a meta viewport element...
2021-05-21 bluhmIgnore return value of execve(2) in ktrace output....
2021-05-21 bluhmFix the calculation of the maximum stack size in the...
2021-05-21 bluhmSet the stack size attribute of the pthreads large...
2021-05-21 krwThe protective MBR for GPT partitioning must be at
2021-05-21 kettenisAvoid spinning on the kernel lock with interrupts disabled.
2021-05-21 kettenisThe implementation of the FUTEX_WAIT option in futex...
2021-05-21 deraadtreduce diff relative to other arch (arm64 seems most...
2021-05-21 deraadtdelete useless comment
2021-05-21 deraadtdelete useless comment
2021-05-21 kettenisAdd an additional pin configuration.
2021-05-21 kettenisFix some comments and use pmap_pte_insert() to update...
2021-05-21 mvsFix style(9) in prototypes definition.
2021-05-21 djmfix memleak in test
2021-05-21 djmalso check contents of remaining string
2021-05-21 djmunit test for misc.c:strdelim() that mostly servces...
2021-05-21 gkoehlerFix __ppc_lock for page faults that recursively grab...
2021-05-20 kettenisPrint cache information based on device tree properties...
2021-05-20 dvvmm(4): don't advertise cpu support for TSC_ADJUST msr
2021-05-20 janRemoves the useless FILE* parameter of get_line().
2021-05-20 drahnSignificant overhaul of the floating point save/restore...
2021-05-20 florianFix previous.
next