Age | Commit message (Expand) | Author |
2013-07-16 | Add missing .An and .Mt macros. | Ingo Schwarze |
2013-07-16 | where "-" represents stdin, just use Sq, not Fl, since it's not a flag; | Jason McIntyre |
2013-07-16 | "-" is not an option - it is an argument to -f; whilst here, use Sq | Jason McIntyre |
2013-07-16 | Tighten the pattern for matching ioctl definitions in header files and | Philip Guenther |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2013-07-13 | For citing the names and email addresses of authors, | Ingo Schwarze |
2013-07-13 | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze |
2013-07-12 | Simple partial sync to bsd.lv: | Ingo Schwarze |
2013-07-12 | Make next-word-end work properly with vi(1) keys, reported by patrick | Nicholas Marriott |
2013-07-12 | set TCP nodelay for connections started with -N; bz#2124 ok dtucker@ | Damien Miller |
2013-07-12 | do_print_resource_record() can never be called with a NULL filename, so | Damien Miller |
2013-07-12 | in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when | Damien Miller |
2013-07-12 | fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@ | Damien Miller |
2013-07-11 | Bring file selection in accordance with the man page; from Stefan Esser | Otto Moerbeek |
2013-07-09 | back out the cache flipper temporarily to work out of tree. | Bob Beck |
2013-07-07 | point folks to the mailing list archive to follow bug reports, | Jason McIntyre |
2013-07-07 | old option -P bites the dust. It's not been doing anything for years. | Marc Espie |
2013-07-05 | Remove usr.bin/strip and usr.bin/strings, no longer built. | Miod Vallat |
2013-07-05 | Remove usr.bin/ar and usr.bin/ranlib, no longer building anything. Move their | Miod Vallat |
2013-07-05 | More a.out files leave the party. | Miod Vallat |
2013-07-05 | ELF_TOOLCHAIN bye bye. | Miod Vallat |
2013-07-05 | Add pane_synchronized format, from Romain Francoise. | Nicholas Marriott |
2013-07-05 | Clarify error messages when setting options, from Thomas Adam. | Nicholas Marriott |
2013-07-05 | When the session option renumber-window is used, ensure we iterate over | Nicholas Marriott |
2013-07-05 | Whitespace nits, from Ben Boeckel. | Nicholas Marriott |
2013-07-05 | Act like vi(1) when moving words, from Ben Boeckel. | Nicholas Marriott |
2013-07-05 | Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel. | Nicholas Marriott |
2013-07-04 | add some missing prototypes; ok guenther@ | Otto Moerbeek |
2013-07-03 | For consistency, move the functions that aren't generated at build-time | Philip Guenther |
2013-07-03 | Use WAIT_* for the first argument to wait4(), and otherwise treat it (and | Philip Guenther |
2013-07-02 | add missing library dependencies | Markus Friedl |
2013-07-02 | remove extra whitespace | Markus Friedl |
2013-07-01 | Make some variables const that are filled from getenv(3), from argv, | Ingo Schwarze |
2013-07-01 | Tweak regexp so that RUSAGE_CHILDREN will be matched and displayed | Philip Guenther |
2013-07-01 | Kill off some code that undocumently added an "-s" switch if user had | Jeremie Courreges-Anglas |
2013-07-01 | Add the necessary -I options to use the libedit readline compatibilty headers | Mark Kettenis |
2013-07-01 | Link sqlite3(1) against libedit and add an empty history.h header for | Martin Pieuchot |
2013-07-01 | update currency exchange rates; | Jason McIntyre |
2013-07-01 | update list of locales after adding Turkish. | Federico G. Schwindt |
2013-06-29 | do not use Sx for sections outwith the page; | Jason McIntyre |
2013-06-27 | do not use Sx for sections outwith the man page - ingo informs me that | Jason McIntyre |
2013-06-27 | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze |
2013-06-26 | Avoid mangling argv and environment variables. | Jeremie Courreges-Anglas |
2013-06-24 | tweak previous; | Jason McIntyre |
2013-06-24 | do not use literal displays when the display contains mark up; | Jason McIntyre |
2013-06-23 | Stop using deprecated functions from Kerberos. | Antoine Jacoutot |
2013-06-23 | Focus events can cause trouble if left on and they can't be turned off | Nicholas Marriott |
2013-06-23 | Always push a focus event when the application turns it on, prompted by | Nicholas Marriott |
2013-06-23 | Mark control commands specially so the client can identify them, based | Nicholas Marriott |
2013-06-22 | Tweak optimization flags on landisk until I have time to investigate further. | Miod Vallat |