summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-24Require files to be of a minimum size in the RRDP & RSYNC transportsJob Snijders
2023-11-24Match on 19h/1xh PSPJonathan Matthew
2023-11-24No need to load function addresses in registers and branch to the registerMiod Vallat
2023-11-24Remove unused direct map defines and macros, originating from FreeBSD.Miod Vallat
2023-11-24Additional tests of automatic tagging involving different kinds of hyphensIngo Schwarze
2023-11-241. Do not put ASCII_HYPH (0x1c) into the tag file.Ingo Schwarze
2023-11-24regenJonathan Matthew
2023-11-24Add devices found in 4th generation (Genoa) Epyc systemsJonathan Matthew
2023-11-24Plug mem leak of msg when processing a quit message.Darren Tucker
2023-11-24Fix comments longer than 80 column.ASOU Masato
2023-11-23avoid passing weird mbuf chains to pf when pushing out a veb.David Gwynne
2023-11-23A mountroot hook unsets ci->ci_opp_table in case clocks or regulatorsPatrick Wildt
2023-11-23tweak previous; suggested by jmcFlorian Obser
2023-11-23now always needs sys/task.hTheo de Raadt
2023-11-23match on Alder Lake-N idsJonathan Gray
2023-11-23regenJonathan Gray
2023-11-23add Alder Lake-N idsJonathan Gray
2023-11-23Don't set directory modtimes to match the sourceJob Snijders
2023-11-23Add --omit-dir-times / -OJob Snijders
2023-11-23need to represent the option for it to actually make it into the packageMarc Espie
2023-11-23regenJonathan Gray
2023-11-23add another Van Gogh device idJonathan Gray
2023-11-23add an endpoint command for "bridges" that use addresses as endpoints.David Gwynne
2023-11-23Include existing mux path in debug message.Darren Tucker
2023-11-23non-standard vxlan port is set on the tunnel src addressDavid Gwynne
2023-11-23add support for specifying ports on the src address in tunnel endpoints.David Gwynne
2023-11-23provide operating performance point info about each cpu via kstats.David Gwynne
2023-11-23expose the state of thermal zones as kstats.David Gwynne
2023-11-22Fix race when initializing TSC.Alexander Bluhm
2023-11-22typo: mutiple -> multipleOmar Polo
2023-11-22regenTobias Heider
2023-11-22Add support for keyboard backlight hotkeys in wskbd and hook up macppc appleTobias Heider
2023-11-22Add support for keyboard backlight on Apple Powerbooks.Tobias Heider
2023-11-22Recognize option ipv6-only-preferred (RFC8925).Florian Obser
2023-11-22Unhook and remove the now even more useless ssl_algs.c than it was before.Theo Buehler
2023-11-22Make SSL_library_init() a wrapper of OPENSSL_init_ssl()Theo Buehler
2023-11-22Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()Theo Buehler
2023-11-22Move SSL_library_init() next to OPENSSL_init_ssl()Theo Buehler
2023-11-22Set correct errno field in struct asr_result.Florian Obser
2023-11-22Prepare to do the updatedb stuff as an @option, so that the code is less ad-hocMarc Espie
2023-11-22Piping single file to standard out needs no "proc exec"Klemens Nanni
2023-11-22Do not drop into "ftp> " shell when piping to stdandard outputKlemens Nanni
2023-11-22Update awk to the Nov 20, 2023 version.Todd C. Miller
2023-11-21ec_print.c: Unwrap a lineTheo Buehler
2023-11-21Inline a better version of print_bin() in only callerTheo Buehler
2023-11-21Make a few purpose things constTheo Buehler
2023-11-21Fix a <= 5-byte buffer overwrite in print_bin()Theo Buehler
2023-11-21Do not short-circuit localhost resolution when AI_NUMERICHOST is set.Florian Obser
2023-11-21Fix kernel build without option PTRACE, but with dt(4).Alexander Bluhm
2023-11-21Set sc_rtfilter to specific ROUTE_FILTER() values, as was originallyMartijn van Duren