summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-18sync to 1.8.0: lots of minor changesIngo Schwarze
2009-07-18sync to 1.8.0: support .Bl -hangIngo Schwarze
2009-07-18ps is an argumentIgor Sobrado
2009-07-18if -> in, and the sentance makes more sense.Thordur I. Bjornsson
2009-07-18use a better layout to improve readability.Igor Sobrado
2009-07-18sync to 1.8.0: a bad .St argument causes an error, not a warningIngo Schwarze
2009-07-18sync to 1.8.0: white space fixes, no code changeIngo Schwarze
2009-07-18sync to 1.8.0: move mdoc_a2att, mdoc_a2st, and mdoc_a2lib to libmdocIngo Schwarze
2009-07-18sync to 1.8.0: for .Fo, do not print a blank before '('Ingo Schwarze
2009-07-18sync to 1.8.0: two .Vd in SYNOPSIS get a line break in between,Ingo Schwarze
2009-07-18sync to 1.8.0: replace macro function declarations by real ones, and sort themIngo Schwarze
2009-07-18sync to 1.8.0: cleanup: remove offset and rmargin from termpairIngo Schwarze
2009-07-18sync to 1.8.0: remove ambiguous TERMPAIR_SETFLAG macro and set flags manuallyIngo Schwarze
2009-07-18Reconfigure all onboard devices, ignoring the existing mappings set up byMiod Vallat
2009-07-18sync to 1.8.0: consolidated Bsx, Dx, Fx, Nx, Ox, Ux into one common functionIngo Schwarze
2009-07-18sync to 1.8.0: avoid duplicate warning about a malformed NAME sectionIngo Schwarze
2009-07-18Don't forget to read the high bits I/O range register when registeringMiod Vallat
2009-07-18sync to 1.8.0: .Nd is now a BFI, was an ELEM,Ingo Schwarze
2009-07-18Add three new session options: visual-activity, visual-bell, visual-content. IfNicholas Marriott
2009-07-18sync to 1.8.0: <sys/types.h> needed for u_char; <uqs at spoerlein dot net>Ingo Schwarze
2009-07-18Remove redundant code for setting the maximum frame receive sizeStuart Henderson
2009-07-18Fixes for the NFSERR_RETERR commit.Thordur I. Bjornsson
2009-07-18reorder a switch block, no functional change but reduces the diffStuart Henderson
2009-07-18Simplify receive filter handling, from Brad.Stuart Henderson
2009-07-18Don't assign NULL to an integer type, use 0 instead.Jonathan Gray
2009-07-18Rewrite the ioctl handling code and the receive filterStuart Henderson
2009-07-18While detatching the device, workaround the case when a midiAlexandre Ratchov
2009-07-18#include stdio.h for printf here also.Jonathan Gray
2009-07-18#include stdio.h for printf.Jonathan Gray
2009-07-18restore -S as toggle;Jason McIntyre
2009-07-17Cleaned up parsing of While loops; iterative If statementJordan Hargrave
2009-07-17Make it so using kill-pane to destroy the last pane in a window destroys theNicholas Marriott
2009-07-17Proper bus_space_{read,write}_raw_[248] functions for xbridge, makes wi@pciMiod Vallat
2009-07-17- New command display-message (alias display) to display a message in theNicholas Marriott
2009-07-17When resizing a screen smaller in alternate screen mode, all the lines neededNicholas Marriott
2009-07-17Update bus_dma to the better codebase found on almost all other platforms,Miod Vallat
2009-07-17be more careful with parsing format string. we can't do multipleMartynas Venckus
2009-07-17Tidy up new-session and attach-session and change them to work from insideNicholas Marriott
2009-07-17revert 1.38: naddy looked closer at the output and some of the sections don't...Ted Unangst
2009-07-17Remove a duplicate key binding, and turn off autorepeat for up/down as it isNicholas Marriott
2009-07-17If -u is specified or UTF-8 is otherwise detected when the server is started,Nicholas Marriott
2009-07-17Initialize a variable that was previously using a mystery value inBret Lambert
2009-07-17Correcly mark as 'R' ripd(8) inserted routes evenMichele Marchetto
2009-07-17Edimax EW-7711UTn works ;)Jason McIntyre
2009-07-17Revert a not-thoroughly tested change part of a larger work in progress diff,Miod Vallat
2009-07-17Oops, it is always a good idea to get arguments the right way round.Nicholas Marriott
2009-07-17A similar for fix for window_choose: don't rely on the callback always beingNicholas Marriott
2009-07-17Memory could be leaked if a second prompt or message appeared while another wasNicholas Marriott
2009-07-16Remove some duplicate code that was causing the status line to be redrawn evenNicholas Marriott
2009-07-16make the inet6 output a little more like everything else.Ted Unangst