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