summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2006-01-04chop out some duplication in the .{r,s}hosts/{h,sh}osts.equiv FILESJason McIntyre
entries; ok markus
2006-01-04add an EXAMPLES section adapted from freebsd's page,Jason McIntyre
courtesy of ray lai;
2006-01-04add an EXAMPLES section adapted from freebsd's page,Jason McIntyre
courtesy of ray lai;
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
was pretty stupid calling them that way; ok joris@ niallo@.
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
this avoids nastly line wrap when we have long pathnames, and treats each file as a separate item; remove the .Pa too, since it is useless.
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
- make cvs_log_init() return type void. ok joris@.
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
is needed.
2006-01-02start to cut some duplicate info from FILES;Jason McIntyre
help/ok djm
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
(re)sets the tun(4) layer 2 LINK0 flag for existing tunnel interfaces. suggested and ok by djm@
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
enough to want it, then it can be turned on in /etc/remote; "lovely" deraadt@
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
ok xsa@ i'm commiting only hours after newyear, ah the joys of being a true geek.
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
is no need to to ntohl() on it again. CDIOCREADSUBCHANNEL does not put lba info into host order so just change that to a betoh32(). Noted by Juha Erkkila in PR #4957. ok pedro@
2005-12-31no point in sending the reader to the same page 3 times;Jason McIntyre
tweak HISTORY;
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
AUTHENTICATION" sections into "AUTHENTICATION"; some rewording done to make the text read better, plus some improvements from djm; ok djm
2005-12-31document -MM; ok djm@Kevin Steves
2005-12-30knfReyk Floeter
2005-12-30do not suggest that interactive authentication will workJason McIntyre
with the -b flag; based on a diff from john l. scarfone; ok djm
2005-12-30- zap unused 'rf_ref' member of RCSFILE structure.Niall O'Higgins
spotted by joris@
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
spotted by joris@
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
2005-12-30add channel output filter interface.Reyk Floeter
ok djm@, suggested by markus@
2005-12-30adjust some thruth in a comment.Joris Vink
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
makes the code a lot more readable and understandable. ok xsa@ and niallo@
2005-12-30spacingJoris Vink
2005-12-30pass LP_ABORT to cvs_vlog() instead of LP_ERR.Joris Vink
2005-12-29we were wrongly decrementing cvs_mtskt_depth when handlingJoris Vink
a '-' MT response. this caused checkout and update to fail remotely. caught by xfree().