summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-20Clean up unnecessary prototypes. Pointed out by brad@Philip Guenthe
2012-03-20New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses andJoel Knight
2012-03-20Permit recursive locking in _rthread_dl_lock(), as an so's destructorPhilip Guenthe
2012-03-19On sgi, use CKSEG0 addresses whenever possible for pmap_map_direct and u areaMiod Vallat
2012-03-19Recent uvm code (and maybe not-so-recent, but it did not explode^WKASSERT atMiod Vallat
2012-03-19when a mailer daemon loop is detected, do not insert new bounce in ramqueueGilles Chehade
2012-03-19Use uncached addresses for all exception vectors, when copying our code (orMiod Vallat
2012-03-19Change the page size computation logic to default to 16KB pages, and onlyMiod Vallat
2012-03-19Prevent the Ethernet driver to be opened twice when using a bootp() path;Miod Vallat
2012-03-19Add blocked_fifo.Owain Ainsworth
2012-03-19Add a (failing) test for a deadlock with fifos and threads.Owain Ainsworth
2012-03-19Teach the bootblocks how to load kernel from tftp (i.e. when OSLoadPartitionMiod Vallat
2012-03-19Only change the default boot device to a bootable softraid volume, if weJoel Sing
2012-03-19Use $() instead of backticks.Antoine Jacoutot
2012-03-19GNU's pkg-config added PREFIX/share/pkgconfig/ as a search path 4 yearsAntoine Jacoutot
2012-03-19Add tracing and dumping of "pointer to struct" syscall arguments forPhilip Guenthe
2012-03-19Move MSG_IDENTIFY to the last sent by the client, this will be needed byNicholas Marriott
2012-03-19Add a comment about harmless warning emitted by tic with -r to theNicholas Marriott
2012-03-19more intel cpu models, though the low/high est method is largelyJonathan Gray
2012-03-18clarify the nwkey text; requested by Doug FordhamJason McIntyre
2012-03-18syncTheo de Raadt
2012-03-18getuint() -> getuint64() to make it crystal clear. No functionalKenneth R Westerback
2012-03-18Wrap some long lines I keep fixing, shrinking various diffs. NoKenneth R Westerback
2012-03-17On xterm 271 and later, put the terminal into SCL 5 and use DECCRA forNicholas Marriott
2012-03-17Add notify hooks for various events, the functions are currently emptyNicholas Marriott
2012-03-17$Id$ -> $OpenBSD$.Nicholas Marriott
2012-03-17Use snprintf for constructing attribute string, from Tim Ruehsen.Nicholas Marriott
2012-03-17Add a wrap-search option to turn off wrapping of searches in copyNicholas Marriott
2012-03-17Michael Krysiak points out that some terminals (eg mintty) have cursorNicholas Marriott
2012-03-17Need to call recalculate_sizes() when changing window with the mouse,Nicholas Marriott
2012-03-17Add -q option to set-option to turn off info message, from marcel partap.Nicholas Marriott
2012-03-17Add hvctl(4).Mark Kettenis
2012-03-17Add vldc(4) and hvctl(4).Mark Kettenis
2012-03-17Break out termios initialization into a separate function, from GeorgeNicholas Marriott
2012-03-17hvctl(4) is a driver for the "hvctl" Logical Domain Channel that allows theMark Kettenis
2012-03-17vldc(4) is a "bus" driver for Logical Domain Channels.Mark Kettenis
2012-03-17Do not clear to end of line if the line is full, fixes missing lastNicholas Marriott
2012-03-17Use the region lower not the pane size to work out where the bottom lineNicholas Marriott
2012-03-17Tweak last fix to actually hit the right end of pane.Nicholas Marriott
2012-03-17Fix warnings. Doh.Nicholas Marriott
2012-03-17Check event_initialized before event_del if event may not have been setNicholas Marriott
2012-03-17Redirect libevent logging to tmux's log.Nicholas Marriott
2012-03-17Revert screen-write.c r1.54 and fix the bug properly. After wrapping aNicholas Marriott
2012-03-17some updates to reflect reality; prompted by a diff from Daniel BolgheroniJason McIntyre
2012-03-17for consistency, remove "2.0" from mos' Nd; ok jsgJason McIntyre
2012-03-17llu -> PRIu64 in enqueue() to avoid warning in portableGilles Chehade
2012-03-17remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.David Gwynne
2012-03-16install the rc.d script for tftpd, ok dlg@Stuart Henderson
2012-03-16missing bracket; ok miodTheo de Raadt
2012-03-16pull in more .h (spotted since struct vnode was not in scope)Theo de Raadt