summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2011-12-31Add a man page section on window names and pane titles, from FelixNicholas Marriott
2011-12-30Show how to set default-path to revert to tmux's old behaviour of openingStuart Henderson
2011-12-29Add CNL and CPL escape sequences.Nicholas Marriott
2011-12-28Complete documenting the HISTORY of what remains of the 1BSD heritage;Ingo Schwarze
2011-12-28As pointed out by Dan Rosenberg our telnet client has the sameJonathan Gray
2011-12-28These utilities were already part of 1BSD, and some authors are known.Ingo Schwarze
2011-12-28Some parsing improvements from kristaps@:Ingo Schwarze
2011-12-27Allow $HOME as default-path in tmux.conf so the same config file can be usedStefan Sperling
2011-12-27Add \033[s and \033[u to save and restore cursor position.Nicholas Marriott
2011-12-27Move some global variables/statics to locals, from Michael WNicholas Marriott
2011-12-27Extend history that can be captured to INT_MIN rather thanNicholas Marriott
2011-12-27Reset flags on every loop or it is displayed too often, from ChrisNicholas Marriott
2011-12-26Document whatis(1) -S and -s; leading, trailing, and double colonsIngo Schwarze
2011-12-26Do not skip manuals shared across architectures when building databases.Ingo Schwarze
2011-12-26Copy from src/usr.bin/whatis, not changing the content yet.Ingo Schwarze
2011-12-25Update the whatis.db database format.Ingo Schwarze
2011-12-25State default usage before listing arguments of a utility;Ingo Schwarze
2011-12-25Plug a memleak and constify some strings; from kristaps@.Ingo Schwarze
2011-12-25Accept "makewhatis" as an alias for "mandocdb".Ingo Schwarze
2011-12-25Use the traditional name "whatis.db" for the mandocdb(8) databases.Ingo Schwarze
2011-12-25For binary compatability of the databases across architectures,Ingo Schwarze
2011-12-25Implement test mode (makewhatis -t), required for pkg_create(8).Ingo Schwarze
2011-12-24Support leading, trailing and double colons in MANPATHIngo Schwarze
2011-12-24formatting errors, found using freebsd's "igor";Jason McIntyre
2011-12-24Fix so that when mouse-select-pane and mouse-select-window are bothNicholas Marriott
2011-12-23some spelling fixes, found using freebsd's "igor" document verifier;Jason McIntyre
2011-12-20Do not cast void pointers to pointers requiring alignment.Ingo Schwarze
2011-12-19Improvements from kristaps@:Ingo Schwarze
2011-12-18Don't lie the number of estabilished connections. nconns is the numberChristiano F. Haesbaert
2011-12-18Typo.Christiano F. Haesbaert
2011-12-16Use H to make top show process threads, instead of the current T. This isJoel Sing
2011-12-12implement -C (alternative config file) for apropos(1) and mandocdb(8);Ingo Schwarze
2011-12-10Bugfixes from kristaps@:Ingo Schwarze
2011-12-10Avoid leaking index records:Ingo Schwarze
2011-12-10Fix selection of arch-specific manuals:Ingo Schwarze
2011-12-10mail.c was removed 3 yrs 5 months ago.lum
2011-12-10Use clock_gettime() to get a high precision timestamp, instead ofPhilip Guenthe
2011-12-09zap trailing whitespace, from jmcAlexandre Ratchov
2011-12-09fix usage string: remove -M from aucat and -l from aucat and sndiodAlexandre Ratchov
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
2011-12-09add a new sndiod audio/midi daemon and hide aucat server-specificAlexandre Ratchov
2011-12-09Improve parsing of preformatted manuals:Ingo Schwarze
2011-12-09In default mode, use realpath(3) on the "dir" argumentsIngo Schwarze
2011-12-09sort output case-insensitively; from kristaps@Ingo Schwarze
2011-12-08bugfix: make reclaiming of index slots actually work;Ingo Schwarze
2011-12-07fix some harmless and/or unreachable int overflows;Damien Miller
2011-12-07Implement search support for 24 additional macros, extract more informationIngo Schwarze
2011-12-05Use absolute filenames while pushing and popping off the stack.lum
2011-12-05As requested by kristaps@, add and improve comments related to -Omdoc;Ingo Schwarze
2011-12-04revert:Damien Miller