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