summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-22fix usage, name arg is optionalKlemens Nanni
2023-05-22Keep trying LDAP servers until we get full results from one, rather thanJonathan Matthew
2023-05-22The fp_ex_[st]w struct savefpu members were inherited from NetBSD wherePhilip Guenther
2023-05-22NENTRY() doesn't provide an endbr64, so give memmove one inPhilip Guenther
2023-05-21If an MBR partition start or end can be represented by CHS, setKenneth R Westerback
2023-05-21Typo in comment. 'parititon' -> 'partition'.Kenneth R Westerback
2023-05-21missed oneMarc Espie
2023-05-21move the interface to SharedLibs to be somewhat object orientedMarc Espie
2023-05-21document how this is used... There's nothing that actually uses theMarc Espie
2023-05-21"fix" for 5.36: pass the possible option value as an extra paramMarc Espie
2023-05-21In sysctl_hwchargestop() check that hw_battery_setchargestop is setClaudio Jeker
2023-05-21v5.36, trivial moveMarc Espie
2023-05-21zap extra word and some hyphens; ok guentherJason McIntyre
2023-05-20typofix message in previousKlemens Nanni
2023-05-20Ask for disk crypto after root disk questionKlemens Nanni
2023-05-20ecdhtest: Fix indentTheo Buehler
2023-05-20Remove a space that I thought I had already deleted.Theo Buehler
2023-05-20p_fragblock = DISKLABELV1_FFS_FRAGBLOCK(0, 0) sets p_fragblock toKenneth R Westerback
2023-05-20Do not grab the `vmmaplk' recursively, prevent a self-deadlock.Martin Pieuchot
2023-05-20Add a slow regress target that runs openssl speed with proper alignmentTheo Buehler
2023-05-20openssl speed: add an '-unaligned n' optionTheo Buehler
2023-05-20Implement battery charge control.Mark Kettenis
2023-05-20openssl speed: minor style nitsTheo Buehler
2023-05-20Don't bother setting the effective group, it doesn't affect file creationMarc Espie
2023-05-20openssl speed: remove binary curve remnantsTheo Buehler
2023-05-19Add qcsmptp(4), a driver to share 32-bit values between (co-)processors.Patrick Wildt
2023-05-19Have mainbus attach nodes under /reserved-memory, so that qcsmem(4) showsPatrick Wildt
2023-05-19Add qcsmem(4), a driver for the shared memory table on Qualcomm SoCsPatrick Wildt
2023-05-19Clear interrupt before executing the interrupt handler as we otherwisePatrick Wildt
2023-05-19uvm_coredump(9) was removed in 2015 (commitid dNPv28CJI5BxtRGW) asPhilip Guenther
2023-05-19Add missing rsa_security_bit() handler to the RSA-PSS ASN1_METHODTheo Buehler
2023-05-19fix markup for `maildir' in smtpd.conf(5)Omar Polo
2023-05-19Add format for server_sessions, from Magnus Gross.Nicholas Marriott
2023-05-19make Paths fully OO, as it makes some things simplerMarc Espie
2023-05-19this parameter does not existMarc Espie
2023-05-19remove indirect callsMarc Espie
2023-05-19Since waitid(2) shares code with wait4(2) and doesn't expose anyPhilip Guenther
2023-05-19Move tcp_info structure to be under '#if __BSD_VISIBLE' to repairPhilip Guenther
2023-05-19backout alignment changes (breaking at least two architectures)Theo de Raadt
2023-05-18user: handle paths with whitespace / metacharactersTodd C. Miller
2023-05-18If you disable retpolineplt then _dl_bind_start is called with anPhilip Guenther
2023-05-18adjust style to post v5.36 worldMarc Espie
2023-05-18memmove() entry point is declared with NENTRY() and isn't consecutivePhilip Guenther
2023-05-18Add PROTO_NORMAL() declarations for the remaining syscalls, to avoidPhilip Guenther
2023-05-18Add PROTO_NORMAL() declarations for utrace (and ktrace) syscallsPhilip Guenther
2023-05-18Assert pf lock on interface handlingKlemens Nanni
2023-05-18sc_st_mtx is not sufficient protection to move state aroundAlexandr Nedvedicky
2023-05-18regenVitaliy Makkoveev
2023-05-18Backout sysctl(2) unlocking. Lock order issue was triggered in UVMVitaliy Makkoveev
2023-05-18Revert ip_sysctl() unlocking. Lock order issue was triggered in UVMVitaliy Makkoveev