summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-03-05Avoid print for NULL pointerjan1-5/+4
2021-03-05Fix regress tests after changes to tal.c, mft.c, and cert.c.claudio2-4/+38
2021-03-05Factor out the URI check we do in various places into valid_uri().claudio4-58/+50
2021-03-05If there is a problem with opening a directory via M-x dired, let thelum1-2/+5
2021-03-05Factor out the SHA256 hash checks into valid_filehash() so that it canclaudio3-46/+50
2021-03-05Test case for read-only array being not that read-only in ksh.zhuk1-1/+14
2021-03-05Fix old ksh bug: wrong variable being looked up when value is provided.zhuk1-2/+2
2021-03-05ansijsg2-14/+6
2021-03-05add missing PCI classesjan1-1/+8
2021-03-05ansijsg15-250/+113
2021-03-05Start porting smtpd to libtls.eric23-577/+549
2021-03-05Remove space at end of lineclaudio1-2/+2
2021-03-05ansijsg4-53/+20
2021-03-05ansijsg2-88/+42
2021-03-05Fix some heap over-read in logging in PPTP protocol handler.yasuoka2-18/+17
2021-03-05Stop abusing display blocks under the authors section in order toanton1-4/+4
2021-03-05deregisterjsg5-32/+32
2021-03-05ansijsg8-202/+78
2021-03-05pass the uint64_t dst ethernet address from ether_input to bridges.dlg6-29/+26
2021-03-05ansijsg1-3/+2
2021-03-05ansijsg1-9/+5
2021-03-05work with 64bit ethernet addresses in ether_input().dlg1-9/+10
2021-03-05Improve readability of softc accesses.patrick1-13/+20
2021-03-05Introduce an IOVA allocator instead of mapping pages 1:1. Mapping pages 1:1patrick2-105/+128
2021-03-05Extend the commented code that shows which additional mappings are needed,patrick1-6/+24
2021-03-04Remove -g from CFLAGS. This was accidentally added with the last commit.tobhe1-2/+2
2021-03-04Derive config netmask from address pool if not explicitly configured.tobhe2-4/+26
2021-03-04Turns out the cores on Apple's M1 SoC only support 8-bit ASIDs.kettenis1-52/+57
2021-03-04Print feature that indicates a CPU core supports 16-bit ASIDs.kettenis1-1/+13
2021-03-04new sentence, new line;jmc1-9/+9
2021-03-04Tweak whitespace and adjust prototypes.visa1-23/+21
2021-03-04Combine octeon_pcibusvar.h into octeon_pcibus.c to reduce scatter.visa2-56/+9
2021-03-04Add two error checks for strdup for consistency.tb2-6/+8
2021-03-04typo in commenttb1-2/+2
2021-03-04Update clock interrupt count atomically.visa1-2/+4
2021-03-04Last commit was done from a non-clean tree. Revert one line that brokeclaudio1-2/+2
2021-03-04Update TAL files to offical versions that include a https:// URL for theclaudio3-0/+3
2021-03-04Unify the out of memory errors here as well.claudio1-6/+6
2021-03-04Use the same way to error out in out of memory situation.claudio3-25/+24
2021-03-04an -> andtb1-2/+2
2021-03-04zap whitespace on three linestb1-4/+4
2021-03-04Replace NOTREACHED with actuall errx() calls. I managed to return fromclaudio1-4/+4
2021-03-04Remove NOTREACHED marker, it should be obvious when the code is:claudio1-2/+1
2021-03-04Simply ignore errors from tls_close(). ftp(1) does the same and it seemsclaudio1-5/+2
2021-03-04Implement a https client as a sub-process for rpki-client. This code willclaudio5-40/+1512
2021-03-04Add sys/queue.h to the include list since imsg.h needs it. Currentlyclaudio1-1/+2
2021-03-04warn about proper usage of Lst_Destroy.espie1-1/+6
2021-03-04better if I commit the version which actually includes the header ;)espie1-1/+2
2021-03-04somehow I forgot to add copyright and to include the right prototypes.espie2-0/+50
2021-03-04Merge issignal() and CURSIG() in preparation for turning it mp-safe.mpi4-29/+26