summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-01-06nicer EXAMPLES; from ray laiJason McIntyre
2006-01-05check that stdio file descriptors are actually closed before clobberingDamien Miller
2006-01-05cleanup, move log.h and rcs.h inclusion into rcsprog.h;Xavier Santolaria
2006-01-04-.Xr gzip 1 ,Jason McIntyre
2006-01-04+.Xr ssh-keyscan 1 ,Jason McIntyre
2006-01-04remove .Xr's to rsh(1) and telnet(1): they are hardly needed;Jason McIntyre
2006-01-04chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILESJason McIntyre
2006-01-04add an EXAMPLES section adapted from freebsd's page,Jason McIntyre
2006-01-04add an EXAMPLES section adapted from freebsd's page,Jason McIntyre
2006-01-04make cvs_sendresp() return type void; ok joris@.Xavier Santolaria
2006-01-03renaming zlib.{c,h} files to compress.{c,h} and link to build;Xavier Santolaria
2006-01-03tweak the description of ~/.ssh/environmentJason McIntyre
2006-01-03put FILES in some sort of order: sort by pathnameJason McIntyre
2006-01-03use a larger width for the ENVIRONMENT list;Jason McIntyre
2006-01-03move FILES to a -compact list, and make each files an item in that list.Jason McIntyre
2006-01-03use fatal();Xavier Santolaria
2006-01-03knf;Xavier Santolaria
2006-01-02zap, kill and eliminate unused code;Joris Vink
2006-01-02some corrections from michael knudsen;Jason McIntyre
2006-01-02- nuke remaining err(), errx() and warnx() instances.Xavier Santolaria
2006-01-02+.Xr tftp-proxy 8 ,Jason McIntyre
2006-01-02No need to include both <sys/signal.h> and <signal.h>, only <signal.h>Todd C. Miller
2006-01-02start to cut some duplicate info from FILES;Jason McIntyre
2006-01-02more includes cleanup;Xavier Santolaria
2006-01-02rename variable to fix shadow warning;Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2006-01-02clarify tun(4) opening - set the mode and bring the interface up. alsoReyk Floeter
2006-01-02use a common max. packet length, no binary changeDamien Miller
2006-01-01disable case-mapping (evil software caps-lock) by default. if you are crazyDamien Miller
2006-01-01no trailing "\n" for debug()Kevin Steves
2006-01-01move <net/if.h>; ok djm@Kevin Steves
2006-01-01more code cleanup;Joris Vink
2005-12-31Grok rthreads system calls before Dale yiells after me.Miod Vallat
2005-12-31CDIOCREADTOCENTRYS adjusts lba information into host order, so thereKenneth R Westerback
2005-12-31no point in sending the reader to the same page 3 times;Jason McIntyre
2005-12-31.Nm does not require an argument;Jason McIntyre
2005-12-31clean up ENVIRONMENT a little;Jason McIntyre
2005-12-31minor knf;Xavier Santolaria
2005-12-31merge the "LOGIN SESSION AND REMOTE EXECUTION" and "SERVERJason McIntyre
2005-12-31document -MM; ok djm@Kevin Steves
2005-12-30knfReyk Floeter
2005-12-30do not suggest that interactive authentication will workJason McIntyre
2005-12-30- zap unused 'rf_ref' member of RCSFILE structure.Niall O'Higgins
2005-12-30do not use .Pp before displays;Jason McIntyre
2005-12-30- simplify an unecessary if/else construct in rcs_open()Niall O'Higgins
2005-12-30consistency tweak, from daniel matic;Jason McIntyre
2005-12-30more code cleanup, ok niallo@ and xsa@Joris Vink
2005-12-30- realloc() -> xrealloc(), was missed in the original sweep.Niall O'Higgins
2005-12-30minor style nits;Xavier Santolaria