Age | Commit message (Expand) | Author |
2021-08-31 | Clean up the list of chips upon detach and mark us uninitialized. | Patrick Wildt |
2021-08-31 | Properly deallocate some more structures upon detach, and make sure we're | Patrick Wildt |
2021-08-31 | Initialize some struct variables to make sure that upon reinit, caused by | Patrick Wildt |
2021-08-31 | Initialize ring read/write pointers to make sure that upon reinit, caused | Patrick Wildt |
2021-08-31 | Adjust .Bl width | Klemens Nanni |
2021-08-31 | Say autoconf not dhcp | Klemens Nanni |
2021-08-31 | Remove some dead code that was missed in an earlier cleanup and | Theo Buehler |
2021-08-31 | Make includes follow style(9). | Florian Obser |
2021-08-31 | vmm(4): add ipi for vmclear, unlock kernel | Dave Voutila |
2021-08-31 | Only use the i8254 delay code if we are specifically using the i8254 as | Patrick Wildt |
2021-08-31 | Identify the paravirtual bus earlier, as we need to make sure that we have | Patrick Wildt |
2021-08-31 | When running on Hyper-V, make use of its timecounter as delay func in case | Patrick Wildt |
2021-08-31 | aplpinctrl(4) | Mark Kettenis |
2021-08-31 | Swap lock flags so that LK_EXCLUSIVE is first like in all other places. | Claudio Jeker |
2021-08-31 | Do pinctrl stuff. | Mark Kettenis |
2021-08-31 | Add aplpinctrl(4), a driver for the Apple GPIO controller found on M1 SoCs. | Mark Kettenis |
2021-08-31 | memset the pfds array in the poll loop and not only at the start. | Claudio Jeker |
2021-08-31 | Use the TSC delay(9) backend earlier on machines where we can. Also use | Mark Kettenis |
2021-08-31 | printing the hibernate image size in MB is easier on the eyes | Theo de Raadt |
2021-08-31 | Add "machine sysregs" command to DDB | Mike Larkin |
2021-08-31 | Defragment DTLS. | Joel Sing |
2021-08-31 | Fix use of wrong pointer argument when freeing firmware paging info in iwx(4). | Stefan Sperling |
2021-08-31 | Make "relayctl reload" when agentx enabling is toggled in relayd.conf work | Martijn van Duren |
2021-08-31 | Remove a nonsensical s->version == TLS1_VERSION from DTLS code. | Joel Sing |
2021-08-31 | 'if' tests. | Martin Pieuchot |
2021-08-31 | Basic test, if (no else atm), support with a single statement. | Martin Pieuchot |
2021-08-31 | Using suser() instead of doing it manually. | Jan Klemkow |
2021-08-31 | Support storing syscall arguments in a map/hist. | Martin Pieuchot |
2021-08-31 | whitespace | Theo Buehler |
2021-08-31 | Adjust rde_decide test vectors to the fact that struct prefix got changed. | Claudio Jeker |
2021-08-31 | enter uuid/ | Jasper Lievisse Adriaanse |
2021-08-31 | add initial tests for uuid_from_string, uuid_to_string, uuid_create_nil | Jasper Lievisse Adriaanse |
2021-08-31 | shorten some code | Theo de Raadt |
2021-08-31 | Spacing. OK tb@ | Claudio Jeker |
2021-08-31 | Test for operator precedence | Martin Pieuchot |
2021-08-31 | Rewrite grammar to implement operator precedence without using %right or %prec. | Martin Pieuchot |
2021-08-31 | remove empty forward structs fro bge_ring_data as found with ctfconv. | Jasper Lievisse Adriaanse |
2021-08-31 | Specify path to PuTTY keys. Portable needs this and it makes no | Darren Tucker |
2021-08-31 | When running PuTTY interop tests and using a PuTTY version older than | Darren Tucker |
2021-08-31 | add support for obtaining sense status and source slot of a media | Robert Nagy |
2021-08-31 | In enumerating mode, calculate the bit offset using the HID input | Anton Lindqvist |
2021-08-31 | Protect against missing bit to key symbols in ucc_bit_to_sym(). This can | Anton Lindqvist |
2021-08-31 | sprinkle barriers and dmamem_syncs around the hibernate io path. | David Gwynne |
2021-08-31 | revert change to use single rockchip U-Boot image in rev 1.13 | Jonathan Gray |
2021-08-31 | Specify hostkeyalgorithms in sshd's default set for the SSHFP test, | Darren Tucker |
2021-08-30 | Make uuid_from_string() reject a string of the correct length but having a | Kenneth R Westerback |
2021-08-30 | Document new include*/exclude* options in the man page | Job Snijders |
2021-08-30 | Add include/exclude to usage() | Job Snijders |
2021-08-30 | Clean up and simplify info and msg callbacks. | Joel Sing |
2021-08-30 | Accept dns proposals for the loopback addresses | Klemens Nanni |