Age | Commit message (Expand) | Author |
2012-01-10 | Continue using the traditional name makewhatis(8), | Ingo Schwarze |
2012-01-10 | Rename file from mandocdb.8; no change of content yet. | Ingo Schwarze |
2012-01-10 | Fix the way the mixer figures out which groups of streams have | Alexandre Ratchov |
2012-01-10 | hide "device disappeared" messages unless -d is used | Alexandre Ratchov |
2012-01-10 | When a sub-device is created (-s), check if a hardware | Alexandre Ratchov |
2012-01-09 | Stop -W from complaining about MLINKs; only warn when a file | Ingo Schwarze |
2012-01-09 | Rename whatis.{db,index} back to mandoc.{db,index} | Ingo Schwarze |
2012-01-08 | Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron, ok markus@ | Miod Vallat |
2012-01-07 | fix double-free in new session handler | Damien Miller |
2012-01-07 | Improve handling of relative paths, letting invocations like the | Ingo Schwarze |
2012-01-07 | tweak previous; | Jason McIntyre |
2012-01-07 | Add rtable id and thread id to struct kinfo_proc (and fix process id) | Philip Guenthe |
2012-01-05 | Enable the new apropos(1), whatis(1), and makewhatis(8). | Ingo Schwarze |
2012-01-05 | Do not truncate the production database when starting to build a new one, | Ingo Schwarze |
2012-01-05 | improve EXAMPLES; feedback and ok jmc@ | Ingo Schwarze |
2012-01-05 | Small tweaks for precision; lots of feedback from jmc@. | Ingo Schwarze |
2012-01-05 | When iterating a TAILQ list replacing elements, | Ingo Schwarze |
2012-01-05 | -execdir only supports the first form of -exec with ; suffix, not the new | Stuart Henderson |
2012-01-05 | Fix typos in comment (s,exacty,exactly,) | Stuart Henderson |
2012-01-05 | memleak on error path | Damien Miller |
2012-01-04 | Heads of .It macros in -diag lists are not parsed, | Ingo Schwarze |
2012-01-03 | Support .St -isoC-2011 to refer to ISO C11. | Ingo Schwarze |
2012-01-03 | - use more consistent markup | Jason McIntyre |
2012-01-02 | Add support for "find ... -exec foo {} \+". | Pascal Stumpf |
2012-01-02 | update currency exchange rates; | Jason McIntyre |
2012-01-01 | Add the missing EXIT STATUS section and lots of new information | Ingo Schwarze |
2011-12-31 | Fix HISTORY and AUTHORS of another 1BSD utility that i missed at first; | Ingo Schwarze |
2011-12-31 | Add a man page section on window names and pane titles, from Felix | Nicholas Marriott |
2011-12-30 | Show how to set default-path to revert to tmux's old behaviour of opening | Stuart Henderson |
2011-12-29 | Add CNL and CPL escape sequences. | Nicholas Marriott |
2011-12-28 | Complete documenting the HISTORY of what remains of the 1BSD heritage; | Ingo Schwarze |
2011-12-28 | As pointed out by Dan Rosenberg our telnet client has the same | Jonathan Gray |
2011-12-28 | These utilities were already part of 1BSD, and some authors are known. | Ingo Schwarze |
2011-12-28 | Some parsing improvements from kristaps@: | Ingo Schwarze |
2011-12-27 | Allow $HOME as default-path in tmux.conf so the same config file can be used | Stefan Sperling |
2011-12-27 | Add \033[s and \033[u to save and restore cursor position. | Nicholas Marriott |
2011-12-27 | Move some global variables/statics to locals, from Michael W | Nicholas Marriott |
2011-12-27 | Extend history that can be captured to INT_MIN rather than | Nicholas Marriott |
2011-12-27 | Reset flags on every loop or it is displayed too often, from Chris | Nicholas Marriott |
2011-12-26 | Document whatis(1) -S and -s; leading, trailing, and double colons | Ingo Schwarze |
2011-12-26 | Do not skip manuals shared across architectures when building databases. | Ingo Schwarze |
2011-12-26 | Copy from src/usr.bin/whatis, not changing the content yet. | Ingo Schwarze |
2011-12-25 | Update the whatis.db database format. | Ingo Schwarze |
2011-12-25 | State default usage before listing arguments of a utility; | Ingo Schwarze |
2011-12-25 | Plug a memleak and constify some strings; from kristaps@. | Ingo Schwarze |
2011-12-25 | Accept "makewhatis" as an alias for "mandocdb". | Ingo Schwarze |
2011-12-25 | Use the traditional name "whatis.db" for the mandocdb(8) databases. | Ingo Schwarze |
2011-12-25 | For binary compatability of the databases across architectures, | Ingo Schwarze |
2011-12-25 | Implement test mode (makewhatis -t), required for pkg_create(8). | Ingo Schwarze |
2011-12-24 | Support leading, trailing and double colons in MANPATH | Ingo Schwarze |