Age | Commit message (Expand) | Author |
2005-12-10 | Make 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-10 | Change warning/error format to match gcc's. | Chad Loder |
2005-12-10 | how did this slip in, grr. | Martin Reindl |
2005-12-10 | translate a bunch of comments from german to english | Martin Reindl |
2005-12-10 | Lint now warns about sizeof(term) where the operator is anything other | Chad Loder |
2005-12-10 | Fix a comment | Chad Loder |
2005-12-10 | Add a new lint flag '-f' which, for each warning or error, prints the | Chad Loder |
2005-12-10 | Back out all gcc attribute parsing changes until we can do this the right | Chad Loder |
2005-12-10 | Fix a crash when enum bitfields are encountered. Reported by marc on | Chad Loder |
2005-12-09 | license clean | Ian Darwin |
2005-12-09 | don't complain too often about 'redefinition of revision number', | Joris Vink |
2005-12-09 | if we are removing a lock that's not present, just check | Joris Vink |
2005-12-09 | Do not warn about assignment in conditional context if the assignment | Chad Loder |
2005-12-09 | unused vars, my bad; | Joris Vink |
2005-12-09 | Another case theo reminded me of | Chad Loder |
2005-12-09 | Don't ever complain when assigning a char literal to a char lvalue, | Chad Loder |
2005-12-08 | Check fread() return value to get sane error message for too-small | Todd C. Miller |
2005-12-08 | new sentence, new line; | Jason McIntyre |
2005-12-08 | complete and correct rcs locking functionality, | Joris Vink |
2005-12-08 | two changes to the new ssh tunnel support. this breaks compatibility | Reyk Floeter |
2005-12-08 | keep options in order; | Jason McIntyre |
2005-12-08 | make `!command' a little clearer; | Jason McIntyre |
2005-12-08 | oops - forgot to remind tom to update usage(); | Jason McIntyre |
2005-12-07 | Tweak synopsis | Tom Cosgrove |
2005-12-07 | Tidy up month parsing: don't accept "mayor" for "may", or "4x" for "4". | Tom Cosgrove |
2005-12-07 | update the man -k example, and reword for clarity; | Jason McIntyre |
2005-12-07 | - avoid line split in SYNOPSIS | Jason McIntyre |
2005-12-07 | typo | Reyk Floeter |
2005-12-07 | reyk forgot to compile with -Werror (missing header) | Damien Miller |
2005-12-07 | Remove extra printfs | Chad Loder |
2005-12-07 | Refactor __attribute__ parsing a bit. This takes us further to being able | Chad Loder |
2005-12-06 | Add brief instructions on how to use the new tun(4) forwarding over | Reyk Floeter |
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter |
2005-12-06 | Clarify: `month' can always be specified as either full or | Tom Cosgrove |
2005-12-06 | Remove fdescfs | Pedro Martelletto |
2005-12-06 | - new sentence, new line | Jason McIntyre |
2005-12-06 | properly escape space character; | Jason McIntyre |
2005-12-06 | knf; spaces vs. tabs; | Xavier Santolaria |
2005-12-06 | back out -CC change. It breaks lint on most of our architectures | Theo de Raadt |
2005-12-05 | - repair cvs diff. my date fix was too naive. | Niall O'Higgins |
2005-12-05 | hrmz.. | Xavier Santolaria |
2005-12-05 | ooops, missed that in previous commit; unbreak; | Xavier Santolaria |
2005-12-05 | correctly handle `-wfoo' and `-sbar' errors; OK joris@. | Xavier Santolaria |
2005-12-05 | Add support for tuning channel and channel set. This allows | Robert Nagy |
2005-12-05 | kill unused var; | Xavier Santolaria |
2005-12-05 | oops: forgot to remind tedu to add -T to SYNOPSIS too... | Jason McIntyre |
2005-12-04 | support for toggling thread viewing. | Ted Unangst |
2005-12-04 | more code cleanup, remove useless flags and parts of code | Joris Vink |
2005-12-04 | bye obsolete junk; | Joris Vink |