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