openbsd
2021-06-02 semarieadd RTLD_NODELETE support
2021-06-02 dlgonly read the if_bpf pointer once.
2021-06-02 dlgtpmr_input is called in an smr crit section, so it...
2021-06-02 dlgread the tpmr if_flags once in tpmr_input so link flags...
2021-06-02 dlguse ipv4_check and ipv6_check to well, check ip headers...
2021-06-02 dlguse ipv4_check and ipv6_check provided by the network...
2021-06-02 chelohakernel: introduce per-CPU panic(9) message buffers
2021-06-02 dlgdon't init a pointer just to immediately set it again.
2021-06-02 dlgfactor out the code that does sanity checks on ipv6...
2021-06-02 dtuckerMerge back shell portability changes bringing it back...
2021-06-02 dlgfactor out the code that does basic sanity checks on...
2021-06-01 dtuckerUse a default value for $OPENSSL, allowing it to be...
2021-06-01 krwMake spoofed disklabel boundstart and boundend default...
2021-06-01 guentherDon't clear the cpu's bit in the old pmap's pm_cpus...
2021-06-01 tobheRemember flow routes in addition to host routes and...
2021-06-01 tbUpdate RFC reference. RFC 4366 was obsoleted by RFC...
2021-06-01 tbAvoid sending a trailing dot in SNI as a client
2021-06-01 tbRemove unnecessary cast in free.
2021-06-01 stspRevert iwm(4) firmware updates for now; robert@ reports...
2021-06-01 mvsCheck `so_state' in rtm_senddesync() and return if...
2021-06-01 stspSwitch iwm(4) to new firmware images available in iwm...
2021-06-01 mvsIntroduce the new test which enforces unp_gc() run...
2021-06-01 stspFix iwx(4) firmware reloading after a failure to parse...
2021-06-01 dlga couple of minor whitespace tweaks. no functional...
2021-06-01 jsgamd64 U-Boot arch code should be ARCH_X86_64 not ARCH_IA64
2021-06-01 jsglist aarch64 as a valid arch
2021-06-01 deraadtsync
2021-05-31 mglockerChange the behavior of the UVIDEO_FLAG_REATTACH flag...
2021-05-31 millertauth_call(3) no longer uses secure_path(3)
2021-05-31 jcsadd an -R flag to dump the raw report descriptor bytes...
2021-05-31 tbRevert previous. bluhm noted that it causes a regress...
2021-05-31 tobheDon't fail hard in ikev2_cp_fixaddr() if no address...
2021-05-31 bluhmSince our unix receive queue got longer, the test run...
2021-05-31 tobhePrevent address underflow with /32 config address prefix.
2021-05-31 janConvert K&R function definitions to modern C.
2021-05-31 jsgcall drmbackoff() on powerpc64 as well
2021-05-31 visaRedefine ADJFREQ_MIN to avoid undefined behaviour ...
2021-05-31 stspAvoid "mac clock not ready" panic in iwx(4).
2021-05-31 stspAvoid "mac clock not ready" panic in iwm(4).
2021-05-31 djmHash challenge supplied by client during FIDO key enrol...
2021-05-31 dlgmake nvme_read8 and write8 less clever.
2021-05-31 dlgtry to get rid of a weird comma on the alpns attach...
2021-05-30 bluhmDeclare all struct protosw as constant.
2021-05-30 jcsadd hid_get_report_desc_data() to access the raw report...
2021-05-30 kettenisFix overlap check in autoalloc code; ending_sector...
2021-05-30 kettenisAdd initial support for installing on a disk with a...
2021-05-30 visaInclude <sys/mutex.h> and <sys/queue.h> earlier in...
2021-05-30 visaInclude <sys/queue.h> to avoid a hidden header dependency.
2021-05-30 visaInclude <sys/mutex.h> to avoid a hidden header dependency.
2021-05-30 deraadtsync
2021-05-30 jmcsort SEE ALSO;
2021-05-30 jsgrecognise ALC294
2021-05-30 jsgmatch on Intel 500 Series LP HDA
2021-05-30 jsgdecode multimedia class
2021-05-29 deraadtsync
2021-05-29 bluhmThe cephes test vectors for tanh(3) in our libm fail...
2021-05-29 kettenisEnable aplns(4).
2021-05-29 kettenisaplspmi(4) and aplpmu(4)
2021-05-29 kettenisRemove support for the hibernate queue. Allocating...
2021-05-29 kettenisOnly allocate the "hibernate" queue when HIBERNATE...
2021-05-29 chelohatimeout.h: remove API documentation comment
2021-05-28 tobheFix build and disable dhtest for sntrup761x25519. ...
2021-05-28 tbtypo: baring -> barring
2021-05-28 tobheAdd experimental post-quantum hybrid key exchange method
2021-05-28 visaRemove CPU and node id fields that were used with SGI...
2021-05-28 visaAdd f_modify and f_process callbacks to socket filterops.
2021-05-28 visaAdd cad(4), a driver for Cadence GEM.
2021-05-28 tbSilence a clang warning on loss of precision
2021-05-28 patrickSchedule timeout a little bit sooner. Doing this once...
2021-05-28 patrickEnable imxdog(4)
2021-05-28 patrickOnce i.MX's watchdog is enabled, it can never be disabl...
2021-05-28 patrickimxdog(4)
2021-05-28 patrickFix typo in imxesdhc(4)
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
next