summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2005-12-01link rcsintro.7;Xavier Santolaria
2005-12-01some more bite; writing about rcsdiff(1); OK jmc@.Xavier Santolaria
2005-12-01lint makes it easy to find these really bad ones, like size_t n = snprintfChad Loder
2005-12-01Make lint quieter by only warning on "foo declared but never used orChad Loder
2005-12-01TypoChad Loder
2005-11-30Add support for // comments. From NetBSDChad Loder
2005-11-30check for ownership of already present writable file when checking out;Xavier Santolaria
2005-11-30spacingTheo de Raadt
2005-11-30correct usage();Xavier Santolaria
2005-11-30writeable -> writableXavier Santolaria
2005-11-30avoid ambiguities in describing TZ;Jason McIntyre
2005-11-30timezone -> time zoneJason McIntyre
2005-11-30timzeone -> time zone; preferred by jmc@.Xavier Santolaria
2005-11-30`-ztz' is only here for compatibility;Xavier Santolaria
2005-11-30document `-ztz';Xavier Santolaria
2005-11-30KNFChad Loder
2005-11-30KNFChad Loder
2005-11-30Fix a very old bug_t with memsetChad Loder
2005-11-29stdlib.h has strtouq in itChad Loder
2005-11-29TypoChad Loder
2005-11-29TypoChad Loder
2005-11-29Replace unnecessary mmap allocator with malloc.Chad Loder
2005-11-29Remove old gcc 2.9.5 workaround for sparc64 now that we use gcc3.Chad Loder
2005-11-29Remove XXX_BROKEN_GCC ifdefs, which were used to work around an ancientChad Loder
2005-11-29Typos in comments: explizit and implizitChad Loder
2005-11-29consistency in variables naming;Xavier Santolaria
2005-11-29some more bits for `-w[user]' support;Xavier Santolaria
2005-11-29document `-b';Xavier Santolaria
2005-11-29document:Xavier Santolaria
2005-11-29Kill unused localsChad Loder
2005-11-29Make lint grok __func__, which in C99 is a predifined identifier thatChad Loder
2005-11-29Populate default key sizes before checking them; from & ok tim@Darren Tucker
2005-11-28Simplify checks for division by zero.Chad Loder
2005-11-28sync usage() for `-xsuffixes';Xavier Santolaria
2005-11-28-T is here for compatibility;Xavier Santolaria
2005-11-28shrink some multi-lines comments;Xavier Santolaria
2005-11-28consistency in error messages;Xavier Santolaria
2005-11-28Update agent socket path templates to reflect reality, correct xref forDarren Tucker
2005-11-28Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2,Darren Tucker
2005-11-28Another comment typoChad Loder
2005-11-28Typos in commentsChad Loder
2005-11-28Set m_balance to 0 for the COLON operator, thus avoiding a false positive.Chad Loder
2005-11-28Do not complain about promotion of a constant (e.g. from int literal toChad Loder
2005-11-27- only do one rcs_statfile() instead of two; simplify some logic.Niall O'Higgins
2005-11-27- fix really stupid bug introduced in the last xsa commit.Niall O'Higgins
2005-11-27- checkin_init() IS now implemented; update comment with this happyNiall O'Higgins
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-11-27bit better description of -T;Jason McIntyre
2005-11-25add support for `-kmode';Xavier Santolaria
2005-11-25document `-T';Xavier Santolaria