summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-04Import libc++ 7.0.1.Patrick Wildt
2019-02-04Import libc++abi 7.0.1.Patrick Wildt
2018-09-11import of libc++ 6.0.0Robert Nagy
2018-09-11import of libc++abi 6.0.0Robert Nagy
2016-09-03Import libc++abi 3.9.0Patrick Wildt
2016-09-03Import libc++ 3.9.0Patrick Wildt
2021-01-11document how to specify multiple alternative names;Jason McIntyre
2021-01-11Correct spelling of persourcenetblocksize in config-dump mode.Darren Tucker
2021-01-11Change convtime() from returning long to returning int. On platformsDarren Tucker
2021-01-10Merge handshake_loop() into handshake(). There's no benefit in havingTheo Buehler
2021-01-10Support .rpm in EXTRACT_CASESkn
2021-01-10Backport fix to avoid including math.h from stdlib.h.Mark Kettenis
2021-01-10add quirks for Kensington Slimblade trackball via new vendor buttonsthfr
2021-01-02Import libc++ 10.0.1 release.Patrick Wildt
2021-01-10regenthfr
2021-01-10add Kensington Slimblade Trackballthfr
2021-01-10Exclude the 'hz' token from the lexer backdoor, so interval and profileJonathan Matthew
2021-01-10tweak a commentTheo Buehler
2021-01-10Disable base-gcc on loongson and octeon.Visa Hankala
2021-01-10Link shared ciphers test to buildTheo Buehler
2021-01-10Add a regress for SSL_get_shared_ciphers() for the change of returnedTheo Buehler
2021-01-09Split hierarchical calls into kern_sysctl_dirsgnezdo
2021-01-09Reduce case duplication in kern_sysctlgnezdo
2021-01-09Fold fitting sysctl_rdint into sysctl_bounded_arr in i386 cpu_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in etherip_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in swap_encrypt_ctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in pipex_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in ipip_sysctlgnezdo
2021-01-09Enforce range with sysctl_int_bounded in sysctl_wdoggnezdo
2021-01-09Enforce range with sysctl_int_bounded in witness_sysctl_watchgnezdo
2021-01-09Enforce range with sysctl_int_bounded in tcp_sysctlgnezdo
2021-01-09Finish converting ddb_sysctl to sysctl_int_boundedgnezdo
2021-01-09Use sysctl_int_bounded in sysctl_hwsmtgnezdo
2021-01-09Revert mistaken commit: Stop wsmux_attach_sc race from anton@gnezdo
2021-01-09Stop wsmux_attach_sc race from anton@gnezdo
2021-01-09Include the optimized putchar functions only if RASOPS_SMALL is notFrederic Cambus
2021-01-09"encoding of diag instructions is hard, let's go shopping"Mark Kettenis
2021-01-09Move peer related checks from up_test_update() to rde_generate_updates()Claudio Jeker
2021-01-09Test that local UDP broadcast packets to 255.255.255.255 are handledAlexander Bluhm
2021-01-09If the loop check in somove(9) goes to release without setting anAlexander Bluhm
2021-01-09Syzkaller has found a stack overflow in socket splicing. BroadcastAlexander Bluhm
2021-01-09Remove locally imposed limit on sockets.rob
2021-01-09Enable support for floating-point exceptions. We always run in "precise"Mark Kettenis
2021-01-09add a comma to previous;Jason McIntyre
2021-01-09kill trailing whitespaceJasper Lievisse Adriaanse
2021-01-09whitespaceTheo Buehler
2021-01-09Adjust kexfuzz to addr.c/addrmatch.c split.Darren Tucker
2021-01-09Update unittests for addr.c/addrmatch.c split.Darren Tucker
2021-01-09Replace a custom linked list with SLIST.Visa Hankala
2021-01-09Replace SIMPLEQ with SLIST because the code does not need a queue.Visa Hankala