summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-03Initialize earlier macppc's and powerpc64's pmap_hash_lockGeorge Koehler
2024-04-03pmap_virtual_space() and pmap_steal_memory() are mutually exclusive, soMiod Vallat
2024-04-03Reuse the timeout from struct scsi_xfer rather than declaring one inMiod Vallat
2024-04-03Change ipmi(4)'s taskq from IPL_NONE to IPL_MPFLOORGeorge Koehler
2024-04-03syncTheo de Raadt
2024-04-03Switch one of the tcpmd5 passwords over to use the hex key instead.Claudio Jeker
2024-04-03Rewrite str2key() to not use strtoul() to convert 2 hexdigits into oneClaudio Jeker
2024-04-03Since ssh-agent(1) is only readable by root by now, use ssh(1) whileAnton Lindqvist
2024-04-03Reading https://github.com/Geal/rust-syslog/issues/79, I came to aTheo de Raadt
2024-04-03Fix warning about DistributionPointName typeTheo Buehler
2024-04-03Add ci_cpuid_level and ci_vendor holding the per-CPU basic cpuidPhilip Guenther
2024-04-02Backout previous commit (intending that libressl client rejects a supportedStuart Henderson
2024-04-02Implement and enable TSO in vmx(4)Jan Klemkow
2024-04-02Add check to make sure EAP header length matches expected payload length.Tobias Heider
2024-04-02Implement SO_ACCEPTCONN in getsockopt(2)Claudio Jeker
2024-04-02Oops, incorrect hex conversion spotted by claudio. While here try toTheo de Raadt
2024-04-02Remove wrong "temporary udp error" comment in filt_so{read,write}(). NotVitaliy Makkoveev
2024-04-02Remove unused fileClaudio Jeker
2024-04-02for parse_ipqos(), use strtonum() instead of mostly idiomatic strtoul(),Theo de Raadt
2024-04-02can shortcut by returning strtonum() value directly; ok djmTheo de Raadt
2024-04-02rewrite convtime() to use a isdigit-scanner and strtonum() instead ofTheo de Raadt
2024-04-02Remove unused ptr[3] char array in pkcs11_decode_hex.Claudio Jeker
2024-04-02Replace non-idiomatic strtoul(, 16) to parse a region of 2-characterTheo de Raadt
2024-04-02Use strtonum() instead of severely non-idomatic strtoul()Theo de Raadt
2024-04-02fix unintended sizeof(pointer) introduced in rev 1.41Jonathan Gray
2024-04-02Delete the msyscall mechanism entirely, since mimmutable+pinsyscalls hasTheo de Raadt
2024-04-02remove useless whitespace; from Jia TanTheo de Raadt
2024-04-02also relink ssh-agentTheo de Raadt
2024-04-02sndiod: Migrate clients upon watchdog timeoutAlexandre Ratchov
2024-04-02sndiod: Fix confusion between the slot and ctlslot pointersAlexandre Ratchov
2024-04-02Simplify ecx_cms_sign_or_verify() using X509_ALGOR_set0_by_nid()Theo Buehler
2024-04-01init var to fix missing symtab section pathJonathan Gray
2024-04-01Advertise SMTPUTF8 and 8BITMIME extensions in EHLO.Todd C. Miller
2024-04-01pinsyscalls appeared in 7.5Sebastian Benoit
2024-04-01The regress/sys/arch/amd64/fpu/fenv.S utility issues "direct" syscallsAnton Lindqvist
2024-04-01syncTheo de Raadt
2024-04-01also create a relink kit for ssh-agent, since it is a long-running setgidTheo de Raadt
2018-08-21Check the FPU environment of user land processes after exec and theAlexander Bluhm
2024-04-01new-style relink kit for sshd. The old scheme created a Makefile byTheo de Raadt
2024-04-01The previous unveil feature test assumed that having theFlorian Obser
2024-04-01Add some #ifdef XML_TESTING to the libexpat tests.Alexander Bluhm
2024-04-01Update libexpat to version 2.6.2.Alexander Bluhm
2024-04-01Mention that port can be specified as 0 in some situations, so that theTheo de Raadt
2024-04-01Enforce the pinsyscall rules on non-static/ld.so/libc.so text segmentsTheo de Raadt
2024-04-01Add clocks for the RK3588 PWM controller.Patrick Wildt
2024-04-01syncTheo de Raadt
2024-04-01Delete 108 lines of ASM from vmx_enter_guest() that predated lotsPhilip Guenther
2024-03-31Enable rge(4).Mark Kettenis
2024-03-31Combine route_cache() and rtalloc_mpath() in new route_mpath().Alexander Bluhm
2024-03-31Allow listen(2) only on sockets of type SOCK_STREAM or SOCK_SEQPACKET.Vitaliy Makkoveev