summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-12-21clarify precedence of -p, Port, ListenAddress; ok and help jmc@Kevin Steves
2005-12-21cvs_logmsg_open() and cvs_logmsg_get() cannot fail anymore;Xavier Santolaria
2005-12-21fatal()ization! OK joris@.Xavier Santolaria
2005-12-21Initialize basepath right after xmalloc()ing it so we won't end up withAleksander Piotrowski
2005-12-21use fatal();Xavier Santolaria
2005-12-21initialize `rlen' in cvs_buf_set();Xavier Santolaria
2005-12-21Remove an ambiguiity and make 'e' short for "eject". The short formTodd C. Miller
2005-12-21-Y does X11 forwarding too;Jason McIntyre
2005-12-21options now described `above', rather than `later';Jason McIntyre
2005-12-21-L and -R descriptions are now above, not below, ~C description;Jason McIntyre
2005-12-21use fatal() here too;Xavier Santolaria
2005-12-21cvs_buf_write_stmp() cannot fail anymore, missed it in previous commit;Xavier Santolaria
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
2005-12-20move info on ssh return values and config files up into the mainJason McIntyre
2005-12-20.Ss -> .Sh: subsections have not made this page more readableJason McIntyre
2005-12-20merge the sections on protocols 1 and 2 into one section on authentication;Jason McIntyre
2005-12-20cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;Xavier Santolaria
2005-12-20fix use of fatal() from previous commit;Xavier Santolaria
2005-12-20cvs_buf_write() cannot fail here;Xavier Santolaria
2005-12-20missed that in previous fatal() commit;Xavier Santolaria
2005-12-20use fatal(); OK joris@ niallo@.Xavier Santolaria
2005-12-20spread the use of fatal();Xavier Santolaria
2005-12-20No need to define UFS_EXTATTR anymore.Miod Vallat
2005-12-20Clean up the ugly casted frees. In one case, this meant eliminating a nastyKjell Wooding
2005-12-20Do some delinting of strl-type functions. Also, remove a superfluousKjell Wooding
2005-12-20Fix broken "Undo of undo" when line is empty. Noticed by theo.Kjell Wooding
2005-12-20exit(255) on error to match description in ssh(1); bz #1137; ok deraadt@Darren Tucker
2005-12-19fix indentationTodd C. Miller
2005-12-19remove trailing spaceTodd C. Miller
2005-12-19use fatal() if getlogin() fails;Xavier Santolaria
2005-12-19move fatal() proto declaration to log.h; better for its use in usr.bin/rcsXavier Santolaria
2005-12-19use fatal() if getpwuid() fails; OK joris@.Xavier Santolaria
2005-12-18Grok NORETURN function prototypes in addition to NORETURN functionChad Loder
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-18Indicate that the flags are exclusive, mention realm in the descriptionBjorn Sandell
2005-12-17spelling: intented -> intendedKevin Steves
2005-12-17spelling: fowarding, fowardedKevin Steves
2005-12-17Handle __dead functions using lint comments.Chad Loder
2005-12-17Check for functions declared with ARGSUSED but having no arguments.Chad Loder
2005-12-17Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS.Pedro Martelletto
2005-12-16signpost the protocol sections;Jason McIntyre
2005-12-16make the description of -c a little nicer;Jason McIntyre
2005-12-16simplify a sentence;Jason McIntyre
2005-12-16move the option descriptions up the page: start of a restructure;Jason McIntyre
2005-12-16Make div by zero a non-fatal messageChad Loder
2005-12-16Limp along with integral 0 instead of UQUAD_MAX when there is a divisionChad Loder
2005-12-16Call checkdbz with the correct operand, so that div by zero checks actuallyChad Loder
2005-12-15NULL != '\0'. Spotted by Han Boetes and a linux gcc.Kjell Wooding
2005-12-15remove inaccuracy (pipes do not appear as unix sockets);Jason McIntyre
2005-12-15make the systrace section just like the rest...Jason McIntyre