summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-04-20Add a port of witness(4) lock validation tool from FreeBSD.Visa Hankala
2017-04-20Add routines for saving stack traces and printing saved tracesVisa Hankala
2017-04-20Install clflushoptintrin.h and move pkuintrin.h such that the list isMark Kettenis
2017-04-20Use register names without the % prefix in the global register variableMark Kettenis
2017-04-20Now that struct winlink has a session pointer, can remove some arguments.Nicholas Marriott
2017-04-20There is no real need for window_printable_flags to allocate, make itNicholas Marriott
2017-04-20If a #() command doesn't exit, use its most recent line of output (itNicholas Marriott
2017-04-20use strtonum instead of strtoll to parse the argument to -jDavid Gwynne
2017-04-19syncTheo de Raadt
2017-04-19Add sizes to free()David Hill
2017-04-19Add size to free()David Hill
2017-04-19load_cfg returns < 0 on error, not != 0. Problem reported by Kaushal Modi.Nicholas Marriott
2017-04-19SA group has been renamed to bundle. Adapt test.Alexander Bluhm
2017-04-19Rename all SA groups to bundles consistently. The first kernelAlexander Bluhm
2017-04-19icmp6_rip6_input() was mostly duplicated code from rip6_input().Alexander Bluhm
2017-04-19Add support for dynamic "NAT" interfaces (-L/local interface).Reyk Floeter
2017-04-19Use the rt_rmx defines that hide the struct rt_kmetrics indirection.Alexander Bluhm
2017-04-19Update to terminfo.src 2017-04-01.Nicholas Marriott
2017-04-19Add a suspend helper function, and do not allow detaching or suspendingNicholas Marriott
2017-04-19Style nits and a missing cast.Nicholas Marriott