Age | Commit message (Expand) | Author |
2021-08-17 | sync | Stuart Henderson |
2021-08-17 | 7.1 fw key | Stuart Henderson |
2021-08-17 | oops, fix spelling of my own name | anton |
2021-08-17 | Set the right session if detach-on-destroy is off. | Nicholas Marriott |
2021-08-17 | sync | Theo de Raadt |
2021-08-17 | 7.1 packages key | Christian Weisgerber |
2021-08-17 | sync | Theo de Raadt |
2021-08-17 | 7.1 base key | Theo de Raadt |
2021-08-17 | 7.0-beta | Theo de Raadt |
2021-08-17 | For devices with rechargeable batteries, expose a new boolean sensor | anton |
2021-08-17 | calloc for confirm-before data since the item needs to start NULL. | Nicholas Marriott |
2021-08-17 | Be more sophisticated about enabling synchronized updates when there is | Nicholas Marriott |
2021-08-17 | Revert previous; this is not how it should work. | Nicholas Marriott |
2021-08-17 | document 11ac as a valid wireless mode; ok stsp | Jason McIntyre |
2021-08-17 | Start sync before drawing popup. | Nicholas Marriott |
2021-08-17 | Set the battery level sensor status to unknown while the battery is | anton |
2021-08-16 | Remove obsolete pre-release support code about two early versions of 8260. | Kevin Lo |
2021-08-16 | typo in comment | Theo Buehler |
2021-08-16 | add missing break | Jonathan Gray |
2021-08-16 | Remove redundant SIOCSIFMTU ioctl handler already handlded by ether_ioctl(). | Kevin Lo |
2021-08-15 | Don't check & errx() after each and every invocation of | Kenneth R Westerback |
2021-08-14 | Some other missing palette NULL checks, from oss-fuzz. | Nicholas Marriott |
2021-08-14 | Fix iostat per-device values when in boot time mode ('b'). | Todd C. Miller |
2021-08-14 | Do not use NULL palette when clearing. | Nicholas Marriott |
2021-08-14 | print a BAGARG message if -T markdown is requested on man(7) input; | Ingo Schwarze |
2021-08-14 | when talking about non-blocking I/O, .Xr both FIONBIO and O_NONBLOCK | Ingo Schwarze |
2021-08-14 | Missing argument specifier for -c. | Nicholas Marriott |
2021-08-14 | Use new val-max-restart: 0 option to stop unwind from trying different | Florian Obser |
2021-08-14 | Fix "no previous prototype" warning | Florian Obser |
2021-08-14 | sync to unbound 1.13.2 | Florian Obser |
2021-08-14 | call task_del() from destroy_work_on_stack() | Jonathan Gray |
2021-08-13 | Tweak how mouse works on popup: only Meta alone resizes or moves, not | Nicholas Marriott |
2021-08-13 | Check callback needs to only return 0 (text should be suppressed) if | Nicholas Marriott |
2021-08-13 | merge unbound-1.13.2 / regen configure, ok florian | Stuart Henderson |
2021-08-13 | import unbound 1.13.2, ok florian@ | Stuart Henderson |
2021-08-13 | Fill in some other bits on new panes. | Nicholas Marriott |
2021-08-13 | Add menu options to convert a popup into a pane. | Nicholas Marriott |
2021-08-13 | Adjust overlay check callback before drawing data from pty. | Nicholas Marriott |
2021-08-13 | Add a menu when a popup is present (mouse only for now). | Nicholas Marriott |
2021-08-13 | Add -B flag to remove border from popup. | Nicholas Marriott |
2021-08-13 | Plug memory leak in an unlikely error path of iwx_umac_scan_v14(). | Stefan Sperling |
2021-08-13 | update usage() to reflect s->step change; | Jason McIntyre |
2021-08-13 | Make -b, -c, and -b mutually exclusive. | Martijn van Duren |
2021-08-13 | During line editing, let Ctrl-C discard the current input line and | Ingo Schwarze |
2021-08-13 | Simplify an if clause using De Morgan's law. | Theo Buehler |
2021-08-13 | Make sure prec is non-negative before calling getformat() | Theo Buehler |
2021-08-13 | Stop using a while loop for code that runs at most once, | Ingo Schwarze |
2021-08-13 | The s argument isn't used as seed anymore, so increase readability by | Martijn van Duren |
2021-08-13 | Apply de Morgan's rule to shave of 4 LoC. | Martijn van Duren |
2021-08-13 | Break message type stuff out into its own header. | Nicholas Marriott |