Age | Commit message (Expand) | Author |
2022-12-23 | Make UI_destroy_method() NULL safe. | Joel Sing |
2022-12-23 | Remove unhelpful comment. | Joel Sing |
2022-12-23 | Remove compatibility "glue" for des_read_pw{_string}() | Joel Sing |
2022-12-23 | Add regress coverage for shifts of zero bits. | Joel Sing |
2022-12-23 | Do similar setup for lshift and rshift benchmarks. | Joel Sing |
2022-12-23 | Allow configuring interfaces by lladdr in installer | Andrew Fresh |
2022-12-22 | new manual page BIO_accept(3) | Ingo Schwarze |
2022-12-22 | in case of failure, always report the error with BIOerror(); | Ingo Schwarze |
2022-12-22 | Denote multiple arguments with 'arg ...' not 'args' | Klemens Nanni |
2022-12-22 | sparc64: move retry logic out of stickcmpr_set() | Scott Soule Cheloha |
2022-12-22 | Mark BIO_s_log(3) as intentionally undocumented. | Ingo Schwarze |
2022-12-22 | Bring over various changes from the arm64 version of this code. | Mark Kettenis |
2022-12-22 | it seems we made a separate list for the two sourceaddr commands, | Jason McIntyre |
2022-12-22 | move the flag mappings displayed by "route show" from netstat(1) to route(8): | Jason McIntyre |
2022-12-22 | use stoeplitz to generate a hash/flowid for state keys. | David Gwynne |
2022-12-22 | provide stoeplitz_n32() | David Gwynne |
2022-12-21 | Have the power button trigger a wakeup from suspend. | Patrick Wildt |
2022-12-21 | Implement wakeup interrupt handling. This makes sure that during suspend | Patrick Wildt |
2022-12-21 | Pull enabling/disabling wakeup interrupt handling out of the aplintc(4) | Mark Kettenis |
2022-12-21 | Mark BIO_nread0(3), BIO_nread(3), BIO_nwrite0(3), and BIO_nwrite(3) | Ingo Schwarze |
2022-12-21 | Move duplicate code to new sr_find_discipline() helper | Klemens Nanni |
2022-12-21 | The location of the aux info vector is now cached in ps_auxinfo of struct | Claudio Jeker |
2022-12-21 | fix a mangled comment | Theo de Raadt |
2022-12-21 | tiny whitespace tweak. | David Gwynne |
2022-12-21 | consistently use the PF_REF wrappers around refcnts. | David Gwynne |
2022-12-21 | Update the Rx descriptor based on the vendor driver for Linux. | Kevin Lo |
2022-12-21 | prefix pf_state_key and pf_state_item struct bits to make them more unique. | David Gwynne |
2022-12-20 | Add argument support for msyscall, pledge, unveil, __realpath, | Philip Guenther |
2022-12-20 | If we don't have usecommonopt for our application we shouldn't check the | Martijn van Duren |
2022-12-20 | Apply proper bounds checking to non-repeaters and max-repetitions. | Martijn van Duren |
2022-12-20 | Make ar[du]_{nonrepeaters,maxrepetitions} uint16_t instead of int16_t. | Martijn van Duren |
2022-12-20 | When writing out a PDU with authpriv that's larger than READ_BUF_SIZE | Martijn van Duren |
2022-12-20 | When writing a message out over tcp that's too large to fit in a single | Martijn van Duren |
2022-12-20 | add a missing .Vt macro; | Ingo Schwarze |
2022-12-20 | Mark BIO_dump_cb(3) and BIO_dump_indent_cb(3) as intentionally undocumented. | Ingo Schwarze |
2022-12-20 | document BIO_fd_non_fatal_error(3) and BIO_fd_should_retry(3) | Ingo Schwarze |
2022-12-20 | - some small tweaks for the text | Jason McIntyre |
2022-12-19 | Improve reporting of waitid(2)'s idtype/id and options arguments | Philip Guenther |
2022-12-19 | WTRAPPED is now supported by waitid(2) | Philip Guenther |
2022-12-19 | Silence vmd ns8250 log noise about reading com1 before ready. | Dave Voutila |
2022-12-19 | sync | Theo de Raadt |
2022-12-19 | Add waitid(2) manpage, based on a first pass by espie@ and bits | Philip Guenther |
2022-12-19 | Remove unused *sd_scsibus_dev member from struct sr_discipline | Klemens Nanni |
2022-12-19 | Invalidate ugen(4) knote lists after device detach | Visa Hankala |
2022-12-19 | document BIO_copy_next_retry(3) | Ingo Schwarze |
2022-12-19 | acme-client: fix copy-paste error in error message | Theo Buehler |
2022-12-19 | Remove array reference from sh(1) because sh doesn't have arrays. | Stefan Hagen |
2022-12-19 | Say "discipline" not "dis" in comment, latter looks like typoed "disk" | Klemens Nanni |
2022-12-19 | Allow send-keys without a client again, reported by Stefan Hagen. | Nicholas Marriott |
2022-12-19 | rework the synchronisation around suspend/resume. | David Gwynne |