summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2008-06-14Conforming to RCS specification, it is possible but unlikely to encounterTobias Stoeckmann
2008-06-14Added support for sticky date set in CVS/Tag and CVS/Entries per directory.Tobias Stoeckmann
2008-06-14don't always re-open the same CVS/Entries file, instead keep theJoris Vink
2008-06-14Run cvs_remove_force only if -f has been specified.Tobias Stoeckmann
2008-06-14No need to add \n at the end of format string for a fatal call.Tobias Stoeckmann
2008-06-14Don't trick user into believing that it's actually possible to add a fileTobias Stoeckmann
2008-06-14Fixed wrong function name in fatal call.Tobias Stoeckmann
2008-06-13Do not print a warning if /dev/pf can not be opened.Can Erkin Acar
2008-06-13Remove unused files. Noticed by sthen@Can Erkin Acar
2008-06-13Include some additional pointers, etc that I really need for debuggingClaudio Jeker
2008-06-13Explain the use of SSH fpr visualization using random art, and cite theAlexander von Gernler
2008-06-13One more "//" instead of "/" case. Hidden in a getcwd.Kjell Wooding
2008-06-13phessler noted that c-mode ignored blinking braces.Kjell Wooding
2008-06-13Allow selfinsert to be called with FFRAND; i.e. from anotherKjell Wooding
2008-06-13Prevent -Wsign-compare warnings on LP64 systems. bz #1192, ok deraadt@Darren Tucker
2008-06-13Remove mail-mode. It was a buggy reimplementation of auto-fill-mode.Kjell Wooding
2008-06-13Fix debian bug #432656Kjell Wooding
2008-06-13Fix autoexec file handling.Kjell Wooding
2008-06-13Fix size and age field printing. The fields will now be printed with unitsCan Erkin Acar
2008-06-13Friendlier error messages for mux fallback. ok djm@Darren Tucker
2008-06-13pass the complete path to cvs_file_get_cf() instead of reconstructingJoris Vink
2008-06-13Include unistd.h for close(), prevents warnings in -portableDarren Tucker
2008-06-13Clear key options in the monitor on failed authentication, preventsDarren Tucker
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-13compile on older gcc; no decl after codeTheo de Raadt
2008-06-13Use refresh interval for rate calculation instead of the broken elapsedCan Erkin Acar
2008-06-13remove a rather silly comment.Claudio Jeker
2008-06-13Let the kvm output of netstat grok rt priorities like the "normal" show code.Claudio Jeker
2008-06-13refuse to read ~/.shosts or ~/.ssh/authorized_keys that are notDamien Miller
2008-06-13upcast uid to long with matching %ld, prevents warnings in portableDarren Tucker
2008-06-13Set 'naptime' which is used by the interface page in differential mode.Can Erkin Acar
2008-06-13Do not try to access ordering if it is not defined.Can Erkin Acar
2008-06-13upcast another size_t to u_long to match formatDarren Tucker
2008-06-13upcast size_t to u_long to match format arg; ok djm@Darren Tucker
2008-06-13fall back to creating a new TCP connection on most multiplexing errorsDamien Miller
2008-06-13replace __dead with __attribute__((noreturn)), makes things a little easierDarren Tucker
2008-06-12tweak wording in message, ok deraadt@ jmc@Ian Darwin
2008-06-12tweak previous;Jason McIntyre
2008-06-12New display engine for systat, based on pftop. Adds new views for pfCan Erkin Acar
2008-06-12add my copyright, ok djm@Alexander von Gernler
2008-06-12incremental search isn't allowed in macros, so if your fingersKjell Wooding
2008-06-12c-mode now understands the two most common type of commentsKjell Wooding
2008-06-12sync synopsis and usage; spacing.Igor Sobrado
2008-06-12Make set-fill-column interactive (and scriptable in a startup file)Kjell Wooding
2008-06-12remove superfluous "usage:" from v_estr().Igor Sobrado
2008-06-12make ssh-keygen -lf show the key type just as ssh-add -l would do itAlexander von Gernler
2008-06-12WhitespaceKjell Wooding
2008-06-12I was coalescing expected global request confirmation replies at theDamien Miller
2008-06-12print extension revisions for extensions that we understandDamien Miller
2008-06-12Make keepalive timeouts apply while waiting for a packet, particularly duringDarren Tucker