summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-12Unbreak the tree, after the previous commit.Joel Sing
2022-07-12grep: simplify printline, no functional changesOmar Polo
2022-07-12Zap trailing whitespace on one line to appease mandoc -TlintTheo Buehler
2022-07-12Document announce add-path sendClaudio Jeker
2022-07-12Use db_rint() in sfuart(4)Jeremie Courreges-Anglas
2022-07-12Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax codeJeremie Courreges-Anglas
2022-07-12Rewrite state machine in the style of dhcpleased(8).Florian Obser
2022-07-12Bump version number to 7.9Claudio Jeker
2022-07-12Move BN_lsw() to bn_lcl.h so that other code can use it.Theo Buehler
2022-07-12Remove mkerr.pl remnants from LibreSSLKlemens Nanni
2022-07-12The asn1time test no longer needs static linking.Theo Buehler
2022-07-12sync: add llvm-profdataRobert Nagy
2022-07-12Remove PIPEXCSESSION pipex(4) ioctl(2) command from kernel and man page.Vitaliy Makkoveev
2021-08-18Import initial code for the SM2 cipherTheo Buehler
2022-07-12remove cache parts of struct cpu_info which were used by vmmJonathan Gray
2022-07-12allow cpuid 0x8000001d, cache topology on AMDJonathan Gray
2022-07-12remove cache parts of struct cpu_info only vmm usedJonathan Gray
2022-07-12recognise Cortex-A715 and Cortex-X3Jonathan Gray
2022-07-11Switch bootloaders to the extended BOOTARG_CONSDEV struct.Mark Kettenis
2022-07-11sync llvm-read{elf,obj} for i386Stuart Henderson
2022-07-11Generate P-256 ECDH keys for iked instead of reusing 2048 bit RSA keysTobias Heider
2022-07-11Implement send side of RFC7911 ADD-PATHClaudio Jeker
2022-07-11Properly roll back in the add-path send case in up_dump_prefix()Claudio Jeker
2022-07-11Put the RFC9234 open policy handing in its own functionClaudio Jeker
2022-07-11When dumping prefixes for bgpctl just use prefix_eligible() to know ifClaudio Jeker
2022-07-11s/can not/cannot/ in comments. No functional change.Claudio Jeker
2022-07-11Use newbest and oldbest instead of xp and active as variable namesClaudio Jeker
2022-07-11add llvm-profdata(1) to base so that ports can benefit from profiled buildsRobert Nagy
2022-07-11Simplify the aiodone daemon which is only used for async writes.Martin Pieuchot
2022-07-11Remove asynchronous read support in uvm_swap_get().Martin Pieuchot
2022-07-11remove duplicate 'if (err)' line in iwm_auth()Stefan Sperling
2022-07-11r1.3 converted the clock rates from kHz to Hz, so we shouldn't multiply byJonathan Matthew
2022-07-11Sync cert.pem with certdata.txt from the NSS release branch. OK tb@ bcook@Stuart Henderson
2022-07-11fix NULL return adding missing semicolonBrent Cook
2022-07-11remove the "tbl" suffix for a few man pagesDaniel Dickman
2022-07-10Add missing `pipex_list_mtx' mutex(9) around all sessions loop withinVitaliy Makkoveev
2022-07-10if_detach() should wait until concurrent (*if_qstart)() interface startVitaliy Makkoveev
2022-07-10Add _cb suffix to callback fields in struct ifmedia. Makes codeAlexander Bluhm
2022-07-10Add some anti-feline input protection by refusing to processKenneth R Westerback
2022-07-10Remove trailing whitespace. No code change.Mike Larkin
2022-07-10Remove trailing whitespace. No code change.Mike Larkin
2022-07-10s/0/instance/ in usage to match manual synopsisKlemens Nanni
2022-07-10Annotate the security callback and the security ex_data as deliberatelyTheo Buehler
2022-07-10Use nice #define's for input buf size and output help buf size.Kenneth R Westerback
2022-07-10In dsa.h rev. 1.38, tb@ provided DSA_meth_get0_name(3)Ingo Schwarze
2022-07-10Add missing device_unref() calls.Visa Hankala
2022-07-09Explicitly set the default value for Bflag to BPF_FILDROP_PASSAlexander Hall
2022-07-09Fix the error path of the 'SIOCSIFMTU' pppoe_ioctl() case. Return errorVitaliy Makkoveev
2022-07-09Add suspend/resume supportMark Kettenis
2022-07-09Add suspend/resume support.Mark Kettenis