summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-22Mouse bindings and hooks set up an initial current state when running aNicholas Marriott
2017-04-22We need to collect UTF-8 characters so that width != 1 characters areNicholas Marriott
2017-04-22Fix if-shell without a client (so in the config file). Reported by TheoNicholas Marriott
2017-04-22Typo in example.Nicholas Marriott
2017-04-22Memory leaks, from David CARLIER.Nicholas Marriott
2017-04-22Manual page for witness(4). Adapted from FreeBSD.Visa Hankala
2017-04-21Add "key" modifier for -k to make pfctl can kill a state by specifyingYASUOKA Masahiko
2017-04-21Speed up DIOCKILLSTATES by using the RB tree index if all fields usedYASUOKA Masahiko
2017-04-21Log error properly when no current state, and some other minor tweaks.Nicholas Marriott
2017-04-21Make sure cmd_find_from_* clear the state if they fail.Nicholas Marriott
2017-04-21Rename a variable.Nicholas Marriott
2017-04-21Clear shared state if not filling it in.Nicholas Marriott
2017-04-21Make the cmd_find_* functions more obvious when looking for a client,Nicholas Marriott
2017-04-21Key needs to be initialized to zero now it has flags in it.Nicholas Marriott
2017-04-21Cast the result of the __swapXX macros to the proper type.Todd C. Miller
2017-04-21Style nits and an unused struct.Nicholas Marriott
2017-04-21Make id parameter of iwm_send_cmd_pdu() a uint32_t so that it matchesStefan Sperling
2017-04-21Add cmd_find_from_winlink_pane and use it in a couple of places, andNicholas Marriott
2017-04-21Fix nic lock usage around iwm_disable_rx_dma().Stefan Sperling
2017-04-21Fix nic lock usages around iwm_{read,write}_prph().Stefan Sperling
2017-04-21It is annoying that the copy mode key table (or any other key table)Nicholas Marriott
2017-04-21More unnecessary arguments now winlink points back to session.Nicholas Marriott
2017-04-21History needs to be loaded after config parsing is done - now thatNicholas Marriott
2017-04-21Store state shared between multiple commands in the queue in a sharedNicholas Marriott
2017-04-21Repair AgentX support.Jeremie Courreges-Anglas
2017-04-21Fix uninitialized variable that coult result in a crash.Jeremie Courreges-Anglas
2017-04-21Do not run the config file in the context of the first client, insteadNicholas Marriott
2017-04-21Fail if vm.conf exists but cannot be opened, ignore if it doesn't exist.Reyk Floeter
2017-04-21Use ether_crc32_le() instead of a custom version.Martin Pieuchot
2017-04-21Add global configuration option "local prefix" to change prefix for -L.Reyk Floeter
2017-04-21vmd(8) pci emulation fix required for upcoming option rom support.Mike Larkin
2017-04-20control_char() for ASCII needs to include both genuine controlNicholas Marriott
2017-04-20add previous to NAME;Jason McIntyre
2017-04-20syncTheo de Raadt
2017-04-20Use fdforkpty() instead of our own unwrapped versions.Nicholas Marriott
2017-04-20Add getptmfd(), fdopenpty(), fdforkpty() functions. These allow programsNicholas Marriott
2017-04-20Fix previous.Visa Hankala
2017-04-20syncTheo de Raadt
2017-04-20Get TCB address using the RDHWR instruction instead of __get_tcb().Visa Hankala
2017-04-20Make TCB address available to userspace via the UserLocal register.Visa Hankala
2017-04-20only 32 bits of the pledgecode were passed up via ktraceTheo de Raadt
2017-04-20Only set up a current target for mouse key bindings. Fixes:Nicholas Marriott
2017-04-20Drop unnecessary headers. This fixes kernel build on platformsVisa Hankala
2017-04-20regenJonathan Gray
2017-04-20Remove an incorrect Bay Trail I2C entry that masked a valid Bay TrailJonathan Gray
2017-04-20Add option to compile witness(4).Visa Hankala
2017-04-20Tweak lock inits to make the system runnable with witness(4)Visa Hankala
2017-04-20Hook up mutex(9) to witness(4).Visa Hankala
2017-04-20Hook up rwlock(9) to witness(4).Visa Hankala
2017-04-20Hook up mplock to witness(4) on amd64 and i386.Visa Hankala