Age | Commit message (Expand) | Author |
2012-03-17 | $Id$ -> $OpenBSD$. | Nicholas Marriott |
2012-03-17 | Use snprintf for constructing attribute string, from Tim Ruehsen. | Nicholas Marriott |
2012-03-17 | Add a wrap-search option to turn off wrapping of searches in copy | Nicholas Marriott |
2012-03-17 | Michael Krysiak points out that some terminals (eg mintty) have cursor | Nicholas Marriott |
2012-03-17 | Need to call recalculate_sizes() when changing window with the mouse, | Nicholas Marriott |
2012-03-17 | Add -q option to set-option to turn off info message, from marcel partap. | Nicholas Marriott |
2012-03-17 | Add hvctl(4). | Mark Kettenis |
2012-03-17 | Add vldc(4) and hvctl(4). | Mark Kettenis |
2012-03-17 | Break out termios initialization into a separate function, from George | Nicholas Marriott |
2012-03-17 | hvctl(4) is a driver for the "hvctl" Logical Domain Channel that allows the | Mark Kettenis |
2012-03-17 | vldc(4) is a "bus" driver for Logical Domain Channels. | Mark Kettenis |
2012-03-17 | Do not clear to end of line if the line is full, fixes missing last | Nicholas Marriott |
2012-03-17 | Use the region lower not the pane size to work out where the bottom line | Nicholas Marriott |
2012-03-17 | Tweak last fix to actually hit the right end of pane. | Nicholas Marriott |
2012-03-17 | Fix warnings. Doh. | Nicholas Marriott |
2012-03-17 | Check event_initialized before event_del if event may not have been set | Nicholas Marriott |
2012-03-17 | Redirect libevent logging to tmux's log. | Nicholas Marriott |
2012-03-17 | Revert screen-write.c r1.54 and fix the bug properly. After wrapping a | Nicholas Marriott |
2012-03-17 | some updates to reflect reality; prompted by a diff from Daniel Bolgheroni | Jason McIntyre |
2012-03-17 | for consistency, remove "2.0" from mos' Nd; ok jsg | Jason McIntyre |
2012-03-17 | llu -> PRIu64 in enqueue() to avoid warning in portable | Gilles Chehade |
2012-03-17 | remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO. | David Gwynne |
2012-03-16 | install the rc.d script for tftpd, ok dlg@ | Stuart Henderson |
2012-03-16 | missing bracket; ok miod | Theo de Raadt |
2012-03-16 | pull in more .h (spotted since struct vnode was not in scope) | Theo de Raadt |
2012-03-16 | don't leak ypldap_addr structures when doing dns lookups | Jonathan Matthew |
2012-03-16 | Display L3 cache information on amd64 for amd cpus, Intel now uses a | Christiano F. Haesbaert |
2012-03-15 | Fix vmmap SMALL_KERNEL introduced bug. | Ariane van der Steldt |
2012-03-15 | Take cd9660 support off the "obviously a floppy" install media, to find | Theo de Raadt |
2012-03-15 | sync | Theo de Raadt |
2012-03-15 | uncached_base was introduced early in IP27 support, since these designs use | Miod Vallat |
2012-03-15 | No longer allow bus_space_barrier() to be a NULL pointer on a given | Miod Vallat |
2012-03-15 | Allow multiple backslashes at the start of a namespace path. It is pretty | Mark Kettenis |
2012-03-15 | we are always using gcc4 now | Theo de Raadt |
2012-03-15 | Reduce installmedia pressure from new vmmap. | Ariane van der Steldt |
2012-03-15 | stupid cvs (dir has 'core' in the name...) | Stuart Henderson |
2012-03-15 | resolve conflicts | Stuart Henderson |
2012-03-15 | improve IPsec/ENC interaction: | Markus Friedl |
2012-03-15 | Add AMD Hudson-2 chipset. From Brad. | Stuart Henderson |
2012-03-15 | Fix typo with the entry for the AMD Hudson-2 chipset. From Brad. | Stuart Henderson |
2012-03-15 | Let nviic(4) match the NVIDIA MCP89 chipset, from Brad. | Stuart Henderson |
2012-03-15 | Direct IPv6 packets with Ethernet encapsulation into the appropriate | Mike Belopuhov |
2012-03-15 | Send secondary DA to terminals with XT in terminfo when starting up and | Nicholas Marriott |
2012-03-15 | use the correct dir for php in the default config | Robert Nagy |
2012-03-15 | Respond to secondary DA requests. | Nicholas Marriott |
2012-03-15 | Fix a warning. Doh. | Nicholas Marriott |
2012-03-15 | Add a helper function for enabling an optimization to make some code | Nicholas Marriott |
2012-03-15 | Add sys/queue.h. ok dlg | Nicholas Marriott |
2012-03-15 | Accept empty/nonexistant ldap attributes when we want a list. This allows | Jonathan Matthew |
2012-03-15 | root should always be excluded from the test for /etc/nologin instead | Philip Guenthe |