summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-12-12Cut down on extraneous "constant in conditional context" warnings whenChad Loder
2005-12-12sync usage();Jason McIntyre
2005-12-12- simplify synopsisJason McIntyre
2005-12-12only xfree() cf->cf_dir when it's not NULL;Joris Vink
2005-12-12ARGSUSED on signal handlerTheo de Raadt
2005-12-12in the write codepaths, errors other than EAGAIN are fatal to the loop; ok ottoTheo de Raadt
2005-12-12Adam Weishaupt (by grunk@); fix a couple of entries out of orderMichael Shalayeff
2005-12-12rcsnum_alloc() and rcsnum_cpy() no longer can fail, so don'tJoris Vink
2005-12-12make sure protocol messages for internal channels are ignored.Markus Friedl
2005-12-12- sync usage() for `-tfile|str'Xavier Santolaria
2005-12-12be consistent w/ `-tfile|str' documentation (cf. rcs.1);Xavier Santolaria
2005-12-11SRCS should contain .y and .l references, then make will do the right thingTheo de Raadt
2005-12-11make this compile againTheo de Raadt
2005-12-11ARGSUSEDTheo de Raadt
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-12-10Make the style of these messages more like that of gcc messages.Chad Loder
2005-12-10- its wrong to use exit() here; return instead.Niall O'Higgins
2005-12-10Change warning/error format to match gcc's.Chad Loder
2005-12-10how did this slip in, grr.Martin Reindl
2005-12-10translate a bunch of comments from german to englishMartin Reindl
2005-12-10Lint now warns about sizeof(term) where the operator is anything otherChad Loder
2005-12-10Fix a commentChad Loder
2005-12-10Add a new lint flag '-f' which, for each warning or error, prints theChad Loder
2005-12-10Back out all gcc attribute parsing changes until we can do this the rightChad Loder
2005-12-10Fix a crash when enum bitfields are encountered. Reported by marc onChad Loder
2005-12-09license cleanIan Darwin
2005-12-09don't complain too often about 'redefinition of revision number',Joris Vink
2005-12-09if we are removing a lock that's not present, just checkJoris Vink
2005-12-09Do not warn about assignment in conditional context if the assignmentChad Loder
2005-12-09unused vars, my bad;Joris Vink
2005-12-09Another case theo reminded me ofChad Loder
2005-12-09Don't ever complain when assigning a char literal to a char lvalue,Chad Loder
2005-12-08Check fread() return value to get sane error message for too-smallTodd C. Miller
2005-12-08new sentence, new line;Jason McIntyre
2005-12-08complete and correct rcs locking functionality,Joris Vink
2005-12-08two changes to the new ssh tunnel support. this breaks compatibilityReyk Floeter
2005-12-08keep options in order;Jason McIntyre
2005-12-08make `!command' a little clearer;Jason McIntyre
2005-12-08oops - forgot to remind tom to update usage();Jason McIntyre
2005-12-07Tweak synopsisTom Cosgrove
2005-12-07Tidy up month parsing: don't accept "mayor" for "may", or "4x" for "4".Tom Cosgrove
2005-12-07update the man -k example, and reword for clarity;Jason McIntyre
2005-12-07- avoid line split in SYNOPSISJason McIntyre
2005-12-07typoReyk Floeter
2005-12-07reyk forgot to compile with -Werror (missing header)Damien Miller
2005-12-07Remove extra printfsChad Loder
2005-12-07Refactor __attribute__ parsing a bit. This takes us further to being ableChad Loder
2005-12-06Add brief instructions on how to use the new tun(4) forwarding overReyk Floeter
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2005-12-06Clarify: `month' can always be specified as either full orTom Cosgrove