Age | Commit message (Collapse) | 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 | |
ok joris@ | |||
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 | |
ok cloder@ | |||
2005-12-10 | Lint now warns about sizeof(term) where the operator is anything other | Chad Loder | |
than unary *, ->, a name, or a string. | |||
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 | |
offending line from the corresponding source code file. The general idea is OK deraadt | |||
2005-12-10 | Back out all gcc attribute parsing changes until we can do this the right | Chad Loder | |
way some day. The effect of __attribute__ on a LALR C grammar is just too ugly to fix quicklly. | |||
2005-12-10 | Fix a crash when enum bitfields are encountered. Reported by marc on | Chad Loder | |
sparc but we really should see the crash on any arch. Lots of places in the code assume that if tspec == ENUM that they can touch t_enum, so when we see an ENUM bitfield, we coerce the type to INT or UINT. We also clear the t_isenum flag and the t_proto flag any time we invalidate the data in the union. We should be stricter about checking t_isenum everywhere, but that is a bigger job. | |||
2005-12-09 | license clean | Ian Darwin | |
2005-12-09 | don't complain too often about 'redefinition of revision number', | Joris Vink | |
specially when rev is actually NULL. | |||
2005-12-09 | if we are removing a lock that's not present, just check | Joris Vink | |
out the file without complaining; | |||
2005-12-09 | Do not warn about assignment in conditional context if the assignment | Chad Loder | |
expression is itself wrapped in parentheses. We use this idiom in our tree to indicate that the programmer knows and accepts that an assignment is happening. Idea suggested by deraadt | |||
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 | |
regardless of sign/unsign differences. In other words, even though C treats char literals as ints, if the rvalue is a literal inside single quotes, and the lvalue is any kind of char, then assume the programmer knows what he is doing. | |||
2005-12-08 | Check fread() return value to get sane error message for too-small | Todd C. Miller | |
gmon header. Idea from Alexey Dobriyan | |||
2005-12-08 | new sentence, new line; | Jason McIntyre | |
2005-12-08 | complete and correct rcs locking functionality, | Joris Vink | |
it was only done partially and as a bonus, completely wrong. seriously guys what was up with that? | |||
2005-12-08 | two changes to the new ssh tunnel support. this breaks compatibility | Reyk Floeter | |
with the initial commit but is required for a portable approach. - make the tunnel id u_int and platform friendly, use predefined types. - support configuration of layer 2 (ethernet) or layer 3 (point-to-point, default) modes. configuration is done using the Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option in sshd_config(5). ok djm@, man page bits by jmc@ | |||
2005-12-08 | keep options in order; | Jason McIntyre | |
2005-12-08 | make `!command' a little clearer; | Jason McIntyre | |
ok reyk | |||
2005-12-08 | oops - forgot to remind tom to update usage(); | Jason McIntyre | |
2005-12-07 | Tweak synopsis | Tom Cosgrove | |
ok jmc@ | |||
2005-12-07 | Tidy up month parsing: don't accept "mayor" for "may", or "4x" for "4". | Tom Cosgrove | |
And strptime(3) %b and %B conversions are the same, so don't bother trying both. ok otto@ | |||
2005-12-07 | update the man -k example, and reword for clarity; | Jason McIntyre | |
2005-12-07 | - avoid line split in SYNOPSIS | Jason McIntyre | |
- add args to -w - kill trailing whitespace | |||
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 | |
to not only consume, but also make sense of gcc __attribute__ syntax. | |||
2005-12-06 | Add brief instructions on how to use the new tun(4) forwarding over | Reyk Floeter | |
OpenSSH with OpenBSD. Please note that tunnel forwarding is still somewhat experimental and specific to the OpenBSD version of OpenSSH. Nevertheless, porting and interoperability is possible due to the availability of a tun(4)-like device for most of the other operating systems. ok jmc@, requested by djm@ | |||
2005-12-06 | Add support for tun(4) forwarding over OpenSSH, based on an idea and | Reyk Floeter | |
initial channel code bits by markus@. This is a simple and easy way to use OpenSSH for ad hoc virtual private network connections, e.g. administrative tunnels or secure wireless access. It's based on a new ssh channel and works similar to the existing TCP forwarding support, except that it depends on the tun(4) network interface on both ends of the connection for layer 2 or layer 3 tunneling. This diff also adds support for LocalCommand in the ssh(1) client. ok djm@, markus@, jmc@ (manpages), tested and discussed with others | |||
2005-12-06 | Clarify: `month' can always be specified as either full or | Tom Cosgrove | |
abbreviated month name. ok jmc@ tedu@ | |||
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-12-06 | - new sentence, new line | Jason McIntyre | |
- improve lists - improve EXAMPLES | |||
2005-12-06 | properly escape space character; | Jason McIntyre | |
from daniel matic; | |||
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 | |
because -CC is something that showed up in a later gcc. This is what happens when a pair of developers do not test on all our architectures. | |||
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 | |
the user to tune his bktr(4) card with radioctl(4). Also add a -v option prints out the available choices of channel sets. ok mickey@ | |||
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 | |
ok brad, hints from jmc | |||
2005-12-04 | more code cleanup, remove useless flags and parts of code | Joris Vink | |
that never got used in the first place; | |||
2005-12-04 | bye obsolete junk; | Joris Vink | |
"go ahead" and "nuke them" niallo@, xsa@ |