Age | Commit message (Expand) | Author |
2023-02-08 | Use _nc_tparm_analyze() instead of trying to do it ourselves in process(). | Todd C. Miller |
2023-02-08 | dump/fsck_ffs: convert two function definitions to ansi, missed | Theo Buehler |
2023-02-08 | finger/mail: two trivial functions were missed in earlier ansi passes | Theo Buehler |
2023-02-08 | telnet: fix prototypes for two signal handlers to make clang 15 happy | Theo Buehler |
2023-02-08 | usr.sbin: missing void to appease clang 15's -Wstrict-prototype. | Theo Buehler |
2023-02-08 | sed: add missing void to avoid -Wstrict-prototype with clang 15 | Theo Buehler |
2023-02-08 | ssh-agent doesn't actually take -v, so the recently-added ones will | Darren Tucker |
2023-02-08 | isakmpd: add missing void to a function definition | Theo Buehler |
2023-02-08 | unwind: add two missing void to function definitions | Theo Buehler |
2023-02-08 | openssl(1) pkcs7 avoid crash on malformed files | Theo Buehler |
2023-02-07 | internal representation of icmp type/code in pfctl(8)/pf(4) does not | Alexandr Nedvedicky |
2023-02-07 | home.arpa is a special-use domain, internally answered by libunbound. | Florian Obser |
2023-02-07 | remove seatbelt | Theo de Raadt |
2023-02-07 | Remove needless #ifdef INET6 from struct ether_extracted field in | Alexander Bluhm |
2023-02-07 | Fix arbitrary memory read in GENERAL_NAME_cmp() | Theo Buehler |
2023-02-07 | switch to new simplified disklabel template format. | Kenneth R Westerback |
2023-02-07 | switch to new simplified disklabel template format | Klemens Nanni |
2023-02-07 | Extend template parsing to allow "[mount point] *" as the specification for | Kenneth R Westerback |
2023-02-07 | Since we override CFLAGS here, don't forget to put -Oz in there so as to compile | Miod Vallat |
2023-02-07 | Remove old buffer when renaming rather than complaining, GitHub issue | Nicholas Marriott |
2023-02-07 | Add an L modifier like P, W, S to loop over clients. Also fix some long | Nicholas Marriott |
2023-02-07 | libcrypto/ec: another missing point-on-curve check | Theo Buehler |
2023-02-07 | regen | Kevin Lo |
2023-02-07 | Add ASMedia ASM2142 xhci | Kevin Lo |
2023-02-06 | match on another Elkhart Lake id | Jonathan Gray |
2023-02-06 | vmd(8): scan pci bus to determine bootorder strings. | Dave Voutila |
2023-02-06 | consolidate mbuf header parsing on device driver layer | Jan Klemkow |
2023-02-06 | smtpd(8) could abort due to a connection from a local, scoped ipv6 address. | Sebastien Marie |
2023-02-06 | Accept netstat-style address.port syntax too. | Todd C. Miller |
2023-02-06 | Unifdef -U _PMAP_MAY_USE_PROM_CONSOLE. This code hasn't been needed in years | Miod Vallat |
2023-02-06 | Add -f to list-clients like the other list commands, from Andy Walker in | Nicholas Marriott |
2023-02-06 | Add space after comma in MD "No * partition in *,try again." replies | Klemens Nanni |
2023-02-06 | Add missing check for pg != NULL | George Koehler |
2023-02-05 | Do not allow multiple line separators in a row. | Nicholas Marriott |
2023-02-05 | Extend display-message to work for control clients. GitHub issue 3449. | Nicholas Marriott |
2023-02-05 | remove --no-execute-only seatbelt | Theo de Raadt |
2023-02-05 | default __mips64__ to execute only | Theo de Raadt |
2023-02-05 | Switch the mips64 linker scripts over to the templates that order .rodata | Mark Kettenis |
2023-02-05 | sync | Theo de Raadt |
2023-02-05 | Implement usertc corresponding to the Allwinner A64 agtimer(4) errata. | Mark Kettenis |
2023-02-05 | writev() appeared in 4.1c before 4.2 | Jonathan Gray |
2023-02-05 | getpagesize() appeared in 4.1c before 4.2 | Jonathan Gray |
2023-02-05 | add ufshci(4); | Jason McIntyre |
2023-02-05 | match on Elkhart Lake | Jonathan Gray |
2023-02-05 | regen | Jonathan Gray |
2023-02-05 | add Intel Elkhart Lake ids | Jonathan Gray |
2023-02-04 | powerpc64: dec_rearm: don't disable interrupts around atomic operations | Scott Soule Cheloha |
2023-02-04 | macppc: dec_rearm: don't disable interrupts around atomic operations | Scott Soule Cheloha |
2023-02-04 | Initial driver for Universal Flash Storage (UFS) Host Controllers. | Marcus Glocker |
2023-02-04 | Make ld.bfd default to --execute-only on amd64. | Mark Kettenis |