summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2005-11-25add `-T' support for rcsclean(1) and rcs(1);Xavier Santolaria
2005-11-25add support for `-T' and enable it for co(1);Xavier Santolaria
2005-11-25indent;Xavier Santolaria
2005-11-24fix use after free introduced in r1.30. ok deraadt@Moritz Jodeit
2005-11-24memset();Xavier Santolaria
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-24respect TMPDIR;Xavier Santolaria
2005-11-24minor knf + snprintf() return check;Xavier Santolaria
2005-11-24typo; pr4916; from frantisek holop <minusf@obiit.org>Michael Shalayeff
2005-11-24kill trailing whitespace;Jason McIntyre
2005-11-24spacingTheo de Raadt
2005-11-24- document `-i' and `-j' options, for which support was added a coupleNiall O'Higgins
2005-11-23Deal with empty array initializers (a gcc-ism), but warn.Chad Loder
2005-11-23Deal somewhat with case ranges, which is a gcc extension.Chad Loder
2005-11-23"inline" is a c99 keyword, so support it unless tflag is selected.Chad Loder
2005-11-23one too many `Ns'Jason McIntyre
2005-11-23Grok __restrict__ and __restrict keywords. OK deraadtChad Loder
2005-11-23adjust some default options (mostly, that lint always print full pathsTheo de Raadt
2005-11-23output consistency;Xavier Santolaria
2005-11-23knf;Xavier Santolaria
2005-11-23cannot combine -kv and -l;Xavier Santolaria
2005-11-23initial bits for -T support;Xavier Santolaria
2005-11-23add a fake C construct __lint_equal__ which will be used to generateTheo de Raadt
2005-11-23add support for `-kmode';Xavier Santolaria
2005-11-23support __attribute__Theo de Raadt