summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2005-12-30add channel output filter interface.Reyk Floeter
2005-12-30adjust some thruth in a comment.Joris Vink
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
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
2005-12-29correction from ray lai;Jason McIntyre
2005-12-29add an ENVIRONMENT section, and document EDITOR and VISUAL;Jason McIntyre
2005-12-28use 'break-in' for consistency; ok deraadt@ ok and input jmc@Kevin Steves
2005-12-28Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes.Pedro Martelletto
2005-12-28don't use rf_pdata when it's not allocated.Joris Vink
2005-12-28Pass sysctl() the buffer, not a pointer to the buffer. From mpech@Todd C. Miller
2005-12-28spacingTheo de Raadt
2005-12-27fix possible overflow in the tabstops[] array. ok miod@Moritz Jodeit
2005-12-27enter sdiffTheo de Raadt
2005-12-27- rlog(1) needs RCS_PARSE_FULLY too.Niall O'Higgins
2005-12-27- optimise rcsnum_tostr(). we call this function a LOT and using multipleNiall O'Higgins
2005-12-27- implement lazy-parsing of rcs files, that is only parse as much as weNiall O'Higgins
2005-12-27+.Xr sdiff 1 ,Jason McIntyre
2005-12-27add a SEE ALSO section;Jason McIntyre
2005-12-27- kill trailing whitespaceJason McIntyre
2005-12-27move the BUGS section to CAVEATS, since both the points listedJason McIntyre
2005-12-27remove xstrtonumTed Unangst