summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-01-09Add and install tbl(7);Ingo Schwarze
2011-01-09Sync tbl handling to bsd.lv release 1.10.9:Ingo Schwarze
2011-01-09Make sure coding errors cannot make us miss fatal parsing errorsIngo Schwarze
2011-01-08use host and not options.hostname, as the latter may have unescapedDamien Miller
2011-01-08Move all calls to fcntl(...O_NONBLOCK) into a function and clear theNicholas Marriott
2011-01-08Accept colours of the hex form #ffffff and translate to the nearest fromNicholas Marriott
2011-01-08Enable unix datagram support by treating ENOBUFS like EAGAIN.Jeremy Evans
2011-01-08Support unix domain sockets in nc(1) with -Uu.Jeremy Evans
2011-01-06reset SIGCHLD handler to SIG_DFL when execuring LocalCommand;Damien Miller
2011-01-06unbreak %n expansion in LocalCommand; patch from bert.wesarg ATDamien Miller
2011-01-06when exiting due to ServerAliveTimeout, mention the hostname that causedDamien Miller
2011-01-05Whoops, command-prompt can take 0 or 1 argument.Nicholas Marriott
2011-01-05tyop, pr 6538.Jasper Lievisse Adriaanse
2011-01-04Bring back my fix from -r 1.3 (Oct 15, 2010) after the merge.Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2011-01-04handle ecdsa-sha2 with various key lengths; hint and ok djm@Otto Moerbeek
2011-01-04Now that parsing is common, merge some of the small, related commandsNicholas Marriott
2011-01-04argc will be 1 not 2 with no option value.Nicholas Marriott
2011-01-04Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze
2011-01-04Clean up and simplify tmux command argument parsing.Nicholas Marriott
2011-01-03Partial cleanup of argument count validation in mdoc(7):Ingo Schwarze
2011-01-03Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262Nicholas Marriott
2011-01-03Calling a macro with fewer arguments than it is defined with is OK;Ingo Schwarze
2011-01-03Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macroIngo Schwarze
2011-01-03Handle a # at the end of a replacement string (such as status-left)Nicholas Marriott
2011-01-01Clean up {mdoc,man}_{p,v}msg invocations:Ingo Schwarze
2011-01-01Move the user-visible parts of all options (names, types, limit, defaultNicholas Marriott
2011-01-01Stop enterfield() from writing beyond the end of the buffer.Mark Kettenis
2011-01-01Put "else if" split between two lines together, then move whitespace.lum
2011-01-01suspend-client has used -t for the client target (like everything else)Nicholas Marriott
2011-01-01Last few tables that should be const.Nicholas Marriott
2011-01-01Sprinkle a little more const.Nicholas Marriott
2011-01-01Another table that should be const.Nicholas Marriott
2011-01-01Key table should be const.Nicholas Marriott
2011-01-01Add a -P option to new-window and split-window to print the new windowNicholas Marriott
2011-01-01Don't reset the activity timer for unattached sessions every second,Nicholas Marriott
2011-01-01Remove unused variable.Nicholas Marriott
2010-12-31fix trailing whitespace;Jason McIntyre
2010-12-30Remove some unused defines.Nicholas Marriott
2010-12-30Fix BUFFERS section now they are global.Nicholas Marriott
2010-12-30Change from a per-session stack of buffers to one global stack which isNicholas Marriott
2010-12-30Add syslog.h, wchar.h, and wctype.h #includes and functions.Philip Guenthe
2010-12-30Add a function to create window flags rather than doing the same thingNicholas Marriott
2010-12-29Support all four of the xterm mouse modes. Based on a diff from hsim atNicholas Marriott
2010-12-29Allow the config file parser and source-file to return "don't exit" toNicholas Marriott
2010-12-29the random ioctl stuff is not very useful. I want to see all theTheo de Raadt
2010-12-29Reorg by Kristaps: In libmdoc, replace the union of pointers to structsIngo Schwarze
2010-12-28- add /usr/lib/pkgconfig/ to the paths to look for .pc files, and searchJasper Lievisse Adriaanse
2010-12-27Remove two #defines that are unused since the *_action.c removal;Ingo Schwarze
2010-12-27In case an ID attribute is written in pieces, only protect the firstIngo Schwarze