Age | Commit message (Expand) | Author |
2012-03-20 | Clean up unnecessary prototypes. Pointed out by brad@ | Philip Guenthe |
2012-03-20 | New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses and | Joel Knight |
2012-03-20 | Permit recursive locking in _rthread_dl_lock(), as an so's destructor | Philip Guenthe |
2012-03-19 | On sgi, use CKSEG0 addresses whenever possible for pmap_map_direct and u area | Miod Vallat |
2012-03-19 | Recent uvm code (and maybe not-so-recent, but it did not explode^WKASSERT at | Miod Vallat |
2012-03-19 | when a mailer daemon loop is detected, do not insert new bounce in ramqueue | Gilles Chehade |
2012-03-19 | Use uncached addresses for all exception vectors, when copying our code (or | Miod Vallat |
2012-03-19 | Change the page size computation logic to default to 16KB pages, and only | Miod Vallat |
2012-03-19 | Prevent the Ethernet driver to be opened twice when using a bootp() path; | Miod Vallat |
2012-03-19 | Add blocked_fifo. | Owain Ainsworth |
2012-03-19 | Add a (failing) test for a deadlock with fifos and threads. | Owain Ainsworth |
2012-03-19 | Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartition | Miod Vallat |
2012-03-19 | Only change the default boot device to a bootable softraid volume, if we | Joel Sing |
2012-03-19 | Use $() instead of backticks. | Antoine Jacoutot |
2012-03-19 | GNU's pkg-config added PREFIX/share/pkgconfig/ as a search path 4 years | Antoine Jacoutot |
2012-03-19 | Add tracing and dumping of "pointer to struct" syscall arguments for | Philip Guenthe |
2012-03-19 | Move MSG_IDENTIFY to the last sent by the client, this will be needed by | Nicholas Marriott |
2012-03-19 | Add a comment about harmless warning emitted by tic with -r to the | Nicholas Marriott |
2012-03-19 | more intel cpu models, though the low/high est method is largely | Jonathan Gray |
2012-03-18 | clarify the nwkey text; requested by Doug Fordham | Jason McIntyre |
2012-03-18 | sync | Theo de Raadt |
2012-03-18 | getuint() -> getuint64() to make it crystal clear. No functional | Kenneth R Westerback |
2012-03-18 | Wrap some long lines I keep fixing, shrinking various diffs. No | Kenneth R Westerback |
2012-03-17 | On xterm 271 and later, put the terminal into SCL 5 and use DECCRA for | Nicholas Marriott |
2012-03-17 | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott |
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 |