2021-12-15 |
deraadt | getcwd() operates on buffers of PATH_MAX including... |
commit | commitdiff | tree | snapshot |
2021-12-15 |
deraadt | PATH_MAX+1 rarely makes sense, and abort if this happen... |
commit | commitdiff | tree | snapshot |
2021-12-15 |
deraadt | typo in previous |
commit | commitdiff | tree | snapshot |
2021-12-14 |
dtucker | Correct value for IPTOS_DSCP_LE since it needs to allow... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
deraadt | sys/param.h cleanup, mostly using MINIMUM() and <limits.h> |
commit | commitdiff | tree | snapshot |
2021-12-14 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-12-14 |
tb | tweak for the generated source |
commit | commitdiff | tree | snapshot |
2021-12-14 |
schwarze | more symbols that are postponed or intentionally undocu... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
schwarze | forgotten .Dv macros in -column lists |
commit | commitdiff | tree | snapshot |
2021-12-14 |
schwarze | add roff(7) comments listing some M_ASN1_* aliases |
commit | commitdiff | tree | snapshot |
2021-12-14 |
deraadt | delete incorrect comment about sys/cdefs.h |
commit | commitdiff | tree | snapshot |
2021-12-14 |
bluhm | To cache lookups, the policy ipo is linked to its SA... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsing | Consolidate ASN.1 universal tag type data. |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsing | Add regress coverage for ASN1_get_object() |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsing | Add regress for ASN1_tag2bit() and ASN1_tag2str() |
commit | commitdiff | tree | snapshot |
2021-12-14 |
mvs | Add new 'unsopassgc' test. This test tries to beak... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
mvs | Move 'unixsock' test from regress/sys/kern/unixsock/ to |
commit | commitdiff | tree | snapshot |
2021-12-14 |
visa | Remember to clear __EV_HUP when the other end of the... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
schwarze | document the very quirky behaviour of the SMIME_OLDMIME... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
visa | Cover all state checks and updates with spltty() in... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
schwarze | new manual page SMIME_text(3) |
commit | commitdiff | tree | snapshot |
2021-12-14 |
schwarze | new manual page SMIME_read_ASN1(3) |
commit | commitdiff | tree | snapshot |
2021-12-14 |
tobhe | Move raw pubkey bytes to EVP_PKEY conversion to common... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsg | drm/syncobj: Deal with signalled fences in drm_syncobj_... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsg | drm/amdkfd: fix boot failure when iommu is disabled... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsg | drm/amdgpu: init iommu after amdkfd device init |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsg | drm/amdgpu: move iommu_resume before ip init/resume |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsg | drm/amdgpu: add amdgpu_amdkfd_resume_iommu |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsg | drm/amdkfd: separate kfd_iommu_resume from kfd_resume |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsg | drm/amd/amdkfd: adjust dummy functions' placement |
commit | commitdiff | tree | snapshot |
2021-12-14 |
jsg | use bus_space_read_region_1() when reading bios from... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
bluhm | IO::Socket::IP non-blocking connect works a bit differe... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
kettenis | Use "rng-seed" and "kaslr-seed" properties from the... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
kettenis | Don't overwrite the Raspberry Pi config.txt if it alrea... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
patrick | Implement support for selecting SGMII or SerDes mode... |
commit | commitdiff | tree | snapshot |
2021-12-14 |
deraadt | A better approach is to defined __CONCAT locally |
commit | commitdiff | tree | snapshot |
2021-12-14 |
deraadt | sys/signal.h before sys/proc.h |
commit | commitdiff | tree | snapshot |
2021-12-14 |
deraadt | MINIMUM() because of no sys/param.h |
commit | commitdiff | tree | snapshot |
2021-12-14 |
anton | add missing sys/time.h include |
commit | commitdiff | tree | snapshot |
2021-12-14 |
deraadt | Sigh. This sys/cdefs.h is hiding use of __CONCAT in... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
chrisz | add pclk clock used by dwdog(4) on RK3399 |
commit | commitdiff | tree | snapshot |
2021-12-13 |
tb | Fix asprintf() error check. Portable code should check... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
tb | Fix a few leaks due to X509_NAME_oneline(name, NULL... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
schwarze | new manual page PEM_write_bio_ASN1_stream(3); |
commit | commitdiff | tree | snapshot |
2021-12-13 |
deraadt | sync |
commit | commitdiff | tree | snapshot |
2021-12-13 |
cheloha | tee(1): increase I/O buffer size from 8KB to 64KB |
commit | commitdiff | tree | snapshot |
2021-12-13 |
deraadt | including sys/cdefs.h manually started as a result... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
tb | Avoid a potential double free in group_free() |
commit | commitdiff | tree | snapshot |
2021-12-13 |
deraadt | Kill sys/cdefs.h includes, because overly complicated... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
tb | Remove the last internal use of d2i_ASN1_BOOLEAN. |
commit | commitdiff | tree | snapshot |
2021-12-13 |
jsing | Clean up d2i_ASN1_BOOLEAN() and i2d_ASN1_BOOLEAN(). |
commit | commitdiff | tree | snapshot |
2021-12-13 |
schwarze | this file doesn't use anything from <stdio.h>; |
commit | commitdiff | tree | snapshot |
2021-12-13 |
jsing | Convert asn1_d2i_ex_primitive()/asn1_collect() from... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
tobhe | Cleanup libcrypto memory management. Remove redundant... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
schwarze | new manual page SMIME_write_ASN1(3); |
commit | commitdiff | tree | snapshot |
2021-12-13 |
deraadt | remove a couple hundred sys/param.h includes in userlan... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
deraadt | acct(4) ac_tty shouldn't need NODEV from sys/param... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
florian | Only generate a new xid on state change. |
commit | commitdiff | tree | snapshot |
2021-12-13 |
visa | Revise EVFILT_EXCEPT filters |
commit | commitdiff | tree | snapshot |
2021-12-13 |
visa | Prevent kevent(2) use of EVFILT_EXCEPT with FIFOs and... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
bluhm | nd6_dad_ns_input() could trigger a NULL deref in nd6_da... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
schwarze | Catch integer overflow rather than silently truncating... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
visa | Handle multi-port controllers in uslcom(4) |
commit | commitdiff | tree | snapshot |
2021-12-13 |
schwarze | new manual pages i2d_ASN1_bio_stream(3) and SMIME_crlf_... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
jca | Let dnsproc pass multiple addresses to netproc |
commit | commitdiff | tree | snapshot |
2021-12-13 |
florian | Treat xid as a uint32_t in network byte order on the... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
florian | Replace struct member assignment with struct assignment... |
commit | commitdiff | tree | snapshot |
2021-12-13 |
nicm | Make pane-border-format a pane option, GitHub issue... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
jsg | remove unused variable to fix build with llvm 13 |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Annotate the structs that will be moved to hmac_local... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Include evp_locl.h where it will be needed once most... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Add a mostly empty hmac_local.h. HMAC_CTX and a few... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Add -I${LIBCRYPTO_SRC}/hmac to CFLAGS. Needed in an... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Add header guards to evp_locl.h. |
commit | commitdiff | tree | snapshot |
2021-12-12 |
bluhm | Replace deprecated IO::Socket::INET6 with IO::Socket... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Convert req.c to compile with opaque EVP_MD_CTX. |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Convert passwd.c to opaque EVP_MD_CTX and add a bit... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Make speed.c compile with opaque EVP_CIPHER, EVP_MD... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | A few more simplifications using get0_pubkey instead... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Simplify x509.c slightly by using X509_get0_pubkey... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Make x509.c compile with opaque EVP_PKEY. |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Use correct spelling of NULL |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Make ts.c compile with opaque EVP_MD_CTX. |
commit | commitdiff | tree | snapshot |
2021-12-12 |
schwarze | document the ub_* constants |
commit | commitdiff | tree | snapshot |
2021-12-12 |
schwarze | typo |
commit | commitdiff | tree | snapshot |
2021-12-12 |
schwarze | New manual page providing a rudimentary description... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
tb | Rewrite X509_ALGOR_set_md() without reaching into EVP_MD. |
commit | commitdiff | tree | snapshot |
2021-12-12 |
bluhm | Replace deprecated IO::Socket::INET6 with IO::Socket... |
commit | commitdiff | tree | snapshot |
2021-12-12 |
visa | Use vnode parameter instead of vfinddev() in mfs_strategy() |
commit | commitdiff | tree | snapshot |
2021-12-12 |
visa | Add vnode parameter to VOP_STRATEGY() |
commit | commitdiff | tree | snapshot |
2021-12-11 |
schwarze | Merge two bugfixes in ASN1_STRING_TABLE_add(3) and... |
commit | commitdiff | tree | snapshot |
2021-12-11 |
schwarze | Merge the deletion of <ctype.h>, which isn't used here, |
commit | commitdiff | tree | snapshot |
2021-12-11 |
kettenis | Change compatible string to something that makes more... |
commit | commitdiff | tree | snapshot |
2021-12-11 |
naddy | remove unused variable to fix build with llvm 13; ok... |
commit | commitdiff | tree | snapshot |
2021-12-11 |
krw | Start the default OpenBSD partition either immediately... |
commit | commitdiff | tree | snapshot |
2021-12-11 |
kettenis | Add support for interrupts represented by ACPI PCI... |
commit | commitdiff | tree | snapshot |
2021-12-11 |
kettenis | Thanks to the reverse engineering efforts by Hector... |
commit | commitdiff | tree | snapshot |
2021-12-11 |
kettenis | Attach apldart(4) early. |
commit | commitdiff | tree | snapshot |
2021-12-11 |
schwarze | document STABLE_NO_MASK and STABLE_FLAGS_MALLOC, |
commit | commitdiff | tree | snapshot |
2021-12-11 |
jmc | two more "the the" fixes; |
commit | commitdiff | tree | snapshot |
next |