summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-03Simplify type handling in ASN1_TIME_set_string_internal()Theo Buehler
2024-05-03Simplify tm handling in ASN1_time_parse()Theo Buehler
2024-05-03Push solock() down to sosend() and remove it from soreceive() paths froVitaliy Makkoveev
2024-05-03aucat.1: Drop the number component of sndio descriptorsAlexandre Ratchov
2024-05-03sndiod.1: Drop the number component of sndio descriptorsAlexandre Ratchov
2024-05-03Make qwx(4) call into ifmedia more like iwx(4) does it.Stefan Sperling
2024-05-03vmm: merge VMX and SVM vm initialization functions.Dave Voutila
2024-05-03witness: Display lock cycles longer than two locksVisa Hankala
2024-05-03witness: Make "show witness" display lock subtypesVisa Hankala
2024-05-03Add support for Rx checksum offloading to dwqe(4).Stefan Sperling
2024-05-03sndiod: Fix SIGHUP to reopen the devices in priority orderAlexandre Ratchov
2024-05-03Align CRL and CSR version printing with certsTheo Buehler
2024-05-02Quick fix previous one. socantrcvmore() should raise assertion ifVitaliy Makkoveev
2024-05-02unbreak parsing of IPv6 addresses in file-backed table(5)sOmar Polo
2024-05-02Don't re-lock sockets in uipc_shutdown().Vitaliy Makkoveev
2024-05-02vmctl(8): Add 'vmctl status -r'Mike Larkin
2024-05-02Remove a useless OBJ_obj2nid() call from X509_CRL_print()Theo Buehler
2024-05-02Pass `sosp' instead of `so' to sblock() when locking `so_snd' withinVitaliy Makkoveev
2024-05-02Delete extra spaces, change spaces to tab.Kenji Aoyama
2024-05-01remove unneeded includesJonathan Gray
2024-05-01Add per-CPU caches to the pmemrange allocator.Martin Pieuchot
2024-05-01add return statements missed when adapting from FreeBSDJonathan Gray
2024-05-01Refactor receive offloading code in ix(4)Jan Klemkow
2024-04-30Push solock() down to sosend() for SOCK_RAW sockets.Vitaliy Makkoveev
2024-04-30Add '\n' to DPRINTF() string that used to be a panic() string.Kenneth R Westerback
2024-04-30Make nfstov_mode() return mode_t rather than uint16_t.Miod Vallat
2024-04-30Constify NFS data whenever possible. Also make a few more const data static.Miod Vallat
2024-04-30Convert all the NFS macros (in nfsm_subs.h) into inline functions with theMiod Vallat
2024-04-30add typedefs for msgqnum_t and msglen_t, required by POSIX.Omar Polo
2024-04-30Do not cast off_t to u_long in uvm_vnp_setsize call (only misbehaves on 32-bitMiod Vallat
2024-04-30never close stdinTobias Stoeckmann
2024-04-30Allow parsing either RFC9557 timestamps (which wants explicit +00:00) orStuart Henderson
2024-04-30fix home-directory extension implementation, it always returnedDamien Miller
2024-04-30flush stdout after writing "sftp>" prompt when not using editline.Damien Miller
2024-04-30stricter validation of messaging socket fd number; disallow usage ofDamien Miller
2024-04-30add missing reserved fields to key constraint protocol documentation.Damien Miller
2024-04-30appeard -> appeared;Jason McIntyre
2024-04-30correctly restore sigprocmask around ppoll()Damien Miller
2024-04-30add explict check for server hostkey type against HostkeyAlgorithms.Damien Miller
2024-04-30remove commented DEBUG_TIMER for timer driver removed in 2021Jonathan Gray
2024-04-29em(4) will workTheo de Raadt
2024-04-29Turn efi(4/arm64) into MI efi(4), sync with reality; OK kettenisKlemens Nanni
2024-04-29plug fd leak introduced in "avoid toctu" rewrite.Florian Obser
2024-04-29vmm & vmd: drop "continue" flag to simplify running a vcpu.Dave Voutila
2024-04-29strftime.3: clarify %G and %g descriptionChristian Weisgerber
2024-04-29install accidentally dropped tput(1) man page againChristian Weisgerber
2024-04-29remove prototypes for removed functionsJonathan Gray
2024-04-29remove prototypes for removed functionsJonathan Gray
2024-04-29remove unused armv7 specific find_first_bit()Jonathan Gray
2024-04-29remove unused intc_intr_bootstrap()Jonathan Gray