summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-28Redraw status line if size changes, GitHub issue 1762. Also fix lengthNicholas Marriott
2019-05-28Fix reporting of up->down transition in routing messagekn
2019-05-28Do not read past the end of the argument string if it is empty.Nicholas Marriott
2019-05-28unintialized fd passed to close(), found by hiltjo posthumaTheo de Raadt
2019-05-28Correct the test for when the L1TF vulnerablity has been mitigated viaPhilip Guenther
2019-05-28Skip doing MDS mitigation on vmm entry if the new firmware is present,Philip Guenther
2019-05-28Cleanup some bootloader codeMike Larkin
2019-05-28Fix typo and label indent.Joel Sing
2019-05-28Tidy up some names/structures following the renaming of TLS extensionJoel Sing
2019-05-28_thread_sys___realpath must be exported like _thread_sys___getcwd obviously.Theo de Raadt
2019-05-28Remove mention of YP lookup from hosts(5), as support was removed fromBryan Steele
2019-05-28Enable the use of the kernel __realpath() system call in the libc wrapper.Bob Beck
2019-05-28Exit 1 correctly if source-file fails.Nicholas Marriott
2019-05-28Allow source-file to take multiple arguments.Nicholas Marriott
2019-05-28Include pthread.h to make this header standalone (needs pthread_t and others)Jeremie Courreges-Anglas
2019-05-28Change the default right click pane to open the menu if not in a modeNicholas Marriott
2019-05-28Add key bindings to open the window and pane menus (C-m and M-m for now).Nicholas Marriott
2019-05-28Allow menu items to be disabled by putting a - at the start of theirNicholas Marriott
2019-05-28Enable virtio again since the compilation problems have been fixed.Stefan Fritsch
2019-05-28Make vmd(8)'s ns8250 emulation more correctMike Larkin
2019-05-28Change display-menu from taking a single string to a set of arguments,Nicholas Marriott
2019-05-28A step in solving the bootstrap problem in a dnssec environement.Otto Moerbeek
2019-05-28Remove a 15 year old XXX commentMike Larkin
2019-05-28vmd: unset CR0_CD and CR0_NW in default flat64 register valuespd
2019-05-27spelling fixes in comments and one printf; from j sissonJason McIntyre
2019-05-27only reschedule the periodic interrupt after updating register AJasper Lievisse Adriaanse
2019-05-27Clarify newlines inside {} a little.Nicholas Marriott
2019-05-27fix virtio_pci on 32bit archsStefan Fritsch
2019-05-27fix multitouch by properly reading multi-finger data on type4Joshua Stein
2019-05-27Go less crazy with horizontal separators on default menus.Nicholas Marriott
2019-05-27For "gunzip -N", only use the basename of the stored path.Todd C. Miller
2019-05-27disable virtio. a serially careless & procedure violating developerTheo de Raadt
2019-05-27Fix crash when killing the current window, reported by Jesus RafaelNicholas Marriott
2019-05-27Add an additional {} syntax for defining strings in the configurationNicholas Marriott
2019-05-27Use getopts instead of getopt(1)Jeremie Courreges-Anglas
2019-05-27Switch the peer TAILQ to a RB tree indexed by the peer id. This wayClaudio Jeker
2019-05-27fix core dump reported by Adam Thomson; ok tb@Otto Moerbeek
2019-05-27add vulkan dirsJonathan Gray
2019-05-27Fix the intended ordering of items in buffer mode - it should not alwaysNicholas Marriott
2019-05-26support -T erspan so arbitrary gre protocols can be seen as erspanDavid Gwynne
2019-05-26tweak previous;Jason McIntyre
2019-05-26Add keys for new menu items.Nicholas Marriott
2019-05-26Always redraw overlay if it is on (so status line doesn't redraw over it).Nicholas Marriott
2019-05-26Do not accept choice unless mouse has actually moved before.Nicholas Marriott
2019-05-26Add formats for word and line under the mouse and use them to add someNicholas Marriott
2019-05-26reflect current realityMarc Espie
2019-05-26document somewhat oldish improvementsMarc Espie
2019-05-26adjust comment. ArcCheck hasn't dealt with long names ever sinceMarc Espie
2019-05-26perl makewhatis has been dead a few yearsMarc Espie
2019-05-26Support virtio 1.0 for virtio_pciStefan Fritsch