Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-01 | link rcsintro.7; | Xavier Santolaria | |
2005-12-01 | some more bite; writing about rcsdiff(1); OK jmc@. | Xavier Santolaria | |
2005-12-01 | lint makes it easy to find these really bad ones, like size_t n = snprintf | Chad Loder | |
2005-12-01 | Make lint quieter by only warning on "foo declared but never used or | Chad Loder | |
defined" when foo is declared in the translation unit that lint is working on. This means that symbols that are declared in an included header file don't get this warning, ever. | |||
2005-12-01 | Typo | Chad Loder | |
2005-11-30 | Add support for // comments. From NetBSD | Chad Loder | |
2005-11-30 | check for ownership of already present writable file when checking out; | Xavier Santolaria | |
2005-11-30 | spacing | Theo de Raadt | |
2005-11-30 | correct usage(); | Xavier Santolaria | |
2005-11-30 | writeable -> writable | Xavier Santolaria | |
2005-11-30 | avoid ambiguities in describing TZ; | Jason McIntyre | |
ok djm@ | |||
2005-11-30 | timezone -> time zone | Jason McIntyre | |
2005-11-30 | timzeone -> time zone; preferred by jmc@. | Xavier Santolaria | |
2005-11-30 | `-ztz' is only here for compatibility; | Xavier Santolaria | |
2005-11-30 | document `-ztz'; | Xavier Santolaria | |
2005-11-30 | KNF | Chad Loder | |
2005-11-30 | KNF | Chad Loder | |
2005-11-30 | Fix a very old bug_t with memset | Chad Loder | |
2005-11-29 | stdlib.h has strtouq in it | Chad Loder | |
2005-11-29 | Typo | Chad Loder | |
2005-11-29 | Typo | Chad Loder | |
2005-11-29 | Replace unnecessary mmap allocator with malloc. | Chad Loder | |
2005-11-29 | Remove old gcc 2.9.5 workaround for sparc64 now that we use gcc3. | Chad Loder | |
Tested sturm@ | |||
2005-11-29 | Remove XXX_BROKEN_GCC ifdefs, which were used to work around an ancient | Chad Loder | |
(from 1995) gcc bug on i386. From NetBSD. | |||
2005-11-29 | Typos in comments: explizit and implizit | Chad Loder | |
2005-11-29 | consistency in variables naming; | Xavier Santolaria | |
2005-11-29 | some more bits for `-w[user]' support; | Xavier Santolaria | |
2005-11-29 | document `-b'; | Xavier Santolaria | |
2005-11-29 | document: | Xavier Santolaria | |
- `-ddates' - `-l[lockers]' - `-sstates' - `-w[logins]' help+OK jmc@. | |||
2005-11-29 | Kill unused locals | Chad Loder | |
2005-11-29 | Make lint grok __func__, which in C99 is a predifined identifier that | Chad Loder | |
holds the name of the current function. Makes thousands of lint warnings vanish and since lint can now fully parse compound expressions involving __func__, we see some new interesting warnings instead. | |||
2005-11-29 | Populate default key sizes before checking them; from & ok tim@ | Darren Tucker | |
2005-11-28 | Simplify checks for division by zero. | Chad Loder | |
2005-11-28 | sync usage() for `-xsuffixes'; | Xavier Santolaria | |
2005-11-28 | -T is here for compatibility; | Xavier Santolaria | |
2005-11-28 | shrink some multi-lines comments; | Xavier Santolaria | |
2005-11-28 | consistency in error messages; | Xavier Santolaria | |
2005-11-28 | Update agent socket path templates to reflect reality, correct xref for | Darren Tucker | |
the time formats. bz#1121, patch from openssh at roumenpetrov.info, ok djm@ | |||
2005-11-28 | Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, | Darren Tucker | |
increase minumum RSA key size to 768 bits and update man page to reflect these. Patch originally bz#1119 (senthilkumar_sen at hotpop.com), ok djm@, grudging ok deraadt@. | |||
2005-11-28 | Another comment typo | Chad Loder | |
2005-11-28 | Typos in comments | Chad Loder | |
2005-11-28 | Set m_balance to 0 for the COLON operator, thus avoiding a false positive. | Chad Loder | |
In the "question mark" construct, there is no balancing or conversions between the LHS and RHS of the colon; thus, there is no need for the LHS and RHS of the colon to be of compatible types (as long as the LHS and RHS are each compatible with the lvalue of the expression having the question mark expression as the rvalue. Currently lint doesn't verify that. | |||
2005-11-28 | Do not complain about promotion of a constant (e.g. from int literal to | Chad Loder | |
a quad argument) as long as the constant is within the range of the type being promoted to. | |||
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 | |
problem found by me, joris' eyes spotted the semi colon. | |||
2005-11-27 | - checkin_init() IS now implemented; update comment with this happy | Niall O'Higgins | |
new reality. | |||
2005-11-27 | ISOXXX/ISO-XXX -> ISO XXX | Jason McIntyre | |
2005-11-27 | bit better description of -T; | Jason McIntyre | |
ok xsa@ | |||
2005-11-25 | add support for `-kmode'; | Xavier Santolaria | |
2005-11-25 | document `-T'; | Xavier Santolaria | |