Age | Commit message (Expand) | Author |
2011-09-23 | Fix typo: ) -> }. | Nicholas Marriott |
2011-09-23 | unbreak remote portforwarding with dynamic allocated listen ports: | Markus Friedl |
2011-09-23 | Add wildcard support to PermitOpen, allowing things like "PermitOpen | Darren Tucker |
2011-09-22 | Make use of the filename argument to open_error(), pointed out by | Nicholas Marriott |
2011-09-22 | Remove the rcsid which were intentionally skipped in the "purge of 2009" | Theo de Raadt |
2011-09-22 | Revert r1.15. Now that the "C" locale is ASCII-only, this workaround | Stefan Sperling |
2011-09-22 | don't let remote_glob() implicitly sort its results in do_globbed_ls() - | Damien Miller |
2011-09-21 | Fix mismerged copyright notice | Todd C. Miller |
2011-09-21 | Use volatile sig_atomic_t, not int, for the sigs variable. Also | Todd C. Miller |
2011-09-21 | Repair interrupted reads; fixes ^Z. OK deraadt@ | Todd C. Miller |
2011-09-21 | remove rcsids which escaped the purge of 2009 | Jonathan Gray |
2011-09-21 | As noticed by kristaps@, when breaking an overflowing line, | Ingo Schwarze |
2011-09-20 | groff compatibility for the rendering of foreign manuals: | Ingo Schwarze |
2011-09-20 | Major rewrite of the horizontal spacing of tables | Ingo Schwarze |
2011-09-20 | Don't include fcntl.h (not needed anymore) and use errx(3) instead of | Alexandre Ratchov |
2011-09-20 | Using user-defined macros, surprisingly, it is possible | Ingo Schwarze |
2011-09-20 | add a blurb to caveats about variable expansions to multiple values | Jasper Lievisse Adriaanse |
2011-09-20 | do not assign pointers to literal strings | Ingo Schwarze |
2011-09-20 | When advancing the left margin, .RS also needs to reset the right margin | Ingo Schwarze |
2011-09-20 | Lose unused variable cvs_msg, from Michael W Bombardieri. | Nicholas Marriott |
2011-09-20 | Sync print_mdoc_head to print_man_head; | Ingo Schwarze |
2011-09-19 | Remove the terminal frontend flag TERMP_NOLPAD. | Ingo Schwarze |
2011-09-19 | teach kdump about "siginfo-style" signal sub-codes, and the (currently) | Theo de Raadt |
2011-09-19 | clean up buffer cache statistics somewhat to | Bob Beck |
2011-09-19 | Breaking the line at a hyphen is only allowed if the hyphen | Ingo Schwarze |
2011-09-18 | Fix another regression introduced in 1.11.7: | Ingo Schwarze |
2011-09-18 | fix a regression introduced in 1.11.7: | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze |
2011-09-17 | Rewrite the main loop of the "sed s/..." command, to fix multiple | Ingo Schwarze |
2011-09-17 | Initial, incomplete support for -Tman | Ingo Schwarze |
2011-09-17 | Standarize the ToS option across nc/ping/traceroute so that they'll | Christiano F. Haesbaert |
2011-09-17 | Change the mandocdb(8) interface to better agree with makewhatis(8); | Ingo Schwarze |
2011-09-17 | remove mdoc.samples(7): all info already is in mdoc(7) | Ingo Schwarze |
2011-09-16 | reorder SENSOR_* in switch() and add missing cases. | Yojiro Uo |
2011-09-16 | tweak previous; | Jason McIntyre |
2011-09-16 | after some thought, i think it unlikely that we will need to specify | Jason McIntyre |
2011-09-16 | add missing Makefile.inc | Alexandr Shadchin |
2011-09-16 | Merge in less 444 plus local changes | Alexandr Shadchin |
2011-09-16 | Import of Less 444 | Alexandr Shadchin |
2011-09-16 | apply following changes to sensor framework: | Yojiro Uo |
2011-09-16 | use .St here for ISO 8601 references; ok millert | Jason McIntyre |
2011-09-13 | as per date(1) and touch(1), document default values used when "yy" is | Jason McIntyre |
2011-09-12 | - (-t) use macros instead of punctuation, to avoid marking up the | Jason McIntyre |
2011-09-12 | fix leak in do_lsreaddir(); ok djm | Markus Friedl |
2011-09-11 | fix leaks in do_hardlink() and do_readlink(); bz#1921 | Markus Friedl |
2011-09-11 | document new -O cancel command; ok djm@ | Okan Demirmen |
2011-09-10 | support cancellation of local/dynamic forwardings from ~C commandline; | Markus Friedl |
2011-09-10 | Another small tidy up. ok jmc@ | lum |
2011-09-09 | support for cancelling local and remote port forwards via the multiplex | Damien Miller |