summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-05distribute the gzip'd version of bsd.rd on platforms where we all bootderaadt7-28/+16
2021-01-05It is safe to call addr2sa with a bgpd_addr NULL pointerclaudio1-2/+2
2021-01-05Revert part of the last addr2sa change. When addr is NULL or AID_UNSPECclaudio1-4/+4
2021-01-05Add AID_VPN_IPv[46] support to addr2sa. It only converts the address partclaudio1-15/+28
2021-01-05double word fix; from martin vahlensieckjmc2-6/+6
2021-01-04the tx doorbell is next to the rx doorbell, not on top of it.dlg1-2/+2
2021-01-04estructure sntrup761.sh to process all files in a single list, which willdtucker3-41/+33
2021-01-04Process pppoe(4) packets directly, do not queue through netiskn5-41/+11
2021-01-04Regress from martijn@.rob4-0/+1068
2021-01-04whitespacetb3-10/+10
2021-01-04Adjust to new sort order of roa-set.claudio1-5/+5
2021-01-04Rename PFD_PIPE_ROUTE to PFD_PIPE_RDE which is a more obvious name.claudio1-19/+25
2021-01-04Keep the various free calls of tls13_record_layer_free() in thetb1-4/+4
2021-01-04- fix use after free, when packet gets dropped.sashan1-5/+3
2021-01-04Remove kernel lock from pppoe(4) input pathkn1-3/+1
2021-01-04Rework roa_cmp() so that the result does not depend on the endianess ofclaudio1-16/+43
2021-01-04Use log_sockaddr() in log_addr() to print a struct bgpd_addr. This wayclaudio2-8/+6
2021-01-04Minor refactoring in pf(4). Note that struct pfsync_state is nobluhm2-35/+19
2021-01-04Remove unused `pipex_iface_context' struct.mvs2-18/+2
2021-01-04Fix linking of regress tests after 'bgpctl show sets' addition.tb1-3/+3
2021-01-04Add a variant of remain-on-exit that only keeps the pane if the programnicm3-11/+26
2021-01-04Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen itmartijn1-19/+1
2021-01-04Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen itmartijn1-14/+1
2021-01-04use bus_dmamap_sync around updates to the doorbells.dlg1-33/+69
2021-01-03Bump default datasize-max and datasize-cur since clang now seems tokettenis1-3/+3
2021-01-03Make consistent reference to pathname.rob10-35/+35
2021-01-03Prevent redefinition of `crypto_int32' error with gcc3.tobhe2-4/+4
2021-01-03Add space for ballooning clang.visa2-6/+6
2021-01-03Make CHIN() Boolean-valued and use this to turn an expression with atb2-5/+5
2021-01-03Create .1 backup files when acme-client is going to overwrite aflorian2-3/+31
2021-01-03Increase file descriptor limit to allow long chains of splicedbluhm1-1/+2
2021-01-03Turn macros into inline functions so that there is no need to document intb1-5/+21
2021-01-03Allocate address space for reposting vga devices using km_alloc(9) ratherjmatthew2-14/+18
2021-01-03add the missing EXIT STATUS and HISTORY sectionsschwarze1-2/+15
2021-01-03Obvious bugfix: requesting a long dictum from a file containing shortschwarze1-2/+2
2021-01-02fix inverted exit status of fortune -m;schwarze1-2/+2
2021-01-02Re-apply our libc++ 8.0.0 patches to libc++ 10.0.1.patrick7-12/+35
2021-01-02Adjust link path for libc++ to find libc++abi to match change of Makefilepatrick1-2/+2
2021-01-02Remove two now-unused functions; a result of the categories removal.millert1-39/+2
2021-01-02Check auth_mkvalue(3) return value for NULL (malloc failure).millert4-20/+41
2021-01-02Import libc++abi 10.0.1 release.patrick49-0/+15495
2021-01-02Import libc++ 10.0.1 release.patrick469-0/+220737
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick7-16/+17
2021-01-02Tweak previous:schwarze1-19/+34
2021-01-02Make list of DHE parameters more prominentkn1-6/+19
2021-01-02If acme-client detects an added or removed SAN in the config filesthen2-16/+26
2021-01-02Pull tls_close() and tls_free() further up, so tls_free() will alreadytb1-6/+6
2021-01-02Call tls_close() before closing the underlying sockettb1-5/+7
2021-01-02Free {alert,phh}_data in tls13_record_layer_free()tb1-1/+4
2021-01-02Remove libunwind 8.0.0 now that we switched to libunwind 11.0.0 in thepatrick31-17857/+0