Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-07 | malloc the right size, and memset after malloc | Ted Unangst | |
2005-12-07 | Sorry, committed the wrong Makefile | Pedro Martelletto | |
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-07 | Moved to regress/sys/dev/fdesc | Pedro Martelletto | |
2005-12-07 | Move Art's fdescfs regress to a now more appropriate place | Pedro Martelletto | |
2005-12-06 | sync | Theo de Raadt | |
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 | avoid variable aliasing | Theo de Raadt | |
2005-12-06 | Clarify: `month' can always be specified as either full or | Tom Cosgrove | |
abbreviated month name. ok jmc@ tedu@ | |||
2005-12-06 | Try to prevent infinite backtraces. | Mark Kettenis | |
2005-12-06 | make the PS1 section a little easier to read; | Jason McIntyre | |
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-12-06 | sync | Theo de Raadt | |
2005-12-06 | multicast_host=YES only works if a valid default gateway is available. | Reyk Floeter | |
validate this condition and reject multicast traffic on failure. ok todd@ naddy@ | |||
2005-12-06 | more appropriate error messages; ok hshoexer | Markus Friedl | |
2005-12-06 | ipip support: ip-in-ip w/o gif(4); ok hshoexer | Markus Friedl | |
2005-12-06 | export ipip flows, too; ok hshoexer | Markus Friedl | |
2005-12-06 | regen | Jonathan Gray | |
2005-12-06 | Add some devices from submitted demsgs. | Jonathan Gray | |
2005-12-06 | - new sentence, new line | Jason McIntyre | |
- improve lists - improve EXAMPLES | |||
2005-12-06 | no need for `.' at end of SEE ALSO | Jason McIntyre | |
2005-12-06 | properly escape space character; | Jason McIntyre | |
from daniel matic; | |||
2005-12-06 | knf; spaces vs. tabs; | Xavier Santolaria | |
2005-12-06 | add pthread_once. unfortunately, the public pthread.h header | Ted Unangst | |
defines the pthread_once_t internals, so we're stuck with them. | |||
2005-12-06 | can't build shared lib without shlib_version | Ted Unangst | |
Maxim Bourmistrov noticed. | |||
2005-12-06 | typo | Pedro Martelletto | |
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 | Remove duplicate declaration. | Miod Vallat | |
2005-12-05 | Avoid an out-of-bounds array access in editor_delete() for invalid partition | Miod Vallat | |
name; spotted by Laurent Coustet (ed, debian-fr net) ok deraadt@ otto@ | |||
2005-12-05 | - Run only the necessary code to transition from one speed to another. | Uwe Stuehler | |
- Don't clobber perflevel, instead leave it to the user requested value. precise description and ok drahn@ :) | |||
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 | trendnet TE-CF100 support; tested and ok uwe@. | Federico G. Schwindt | |
2005-12-05 | regen. | Federico G. Schwindt | |
2005-12-05 | TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@ | Federico G. Schwindt | |
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 | Add older card to quirk table. This fixes the ccb timeout as reported by | Marco Peereboom | |
J.C. Roberts <unknown at abac dot com> on misc@. | |||
2005-12-05 | xr more pci pages from .9 | Michael Shalayeff | |
2005-12-05 | describe new tv tunning capability; for robert@ slacker (; | Michael Shalayeff | |
2005-12-05 | Add support to tune the channel and the channel sets via radio(4). | Robert Nagy | |
ok mickey@ | |||
2005-12-05 | kill unused var; | Xavier Santolaria | |
2005-12-05 | fix func name in the comments | Michael Shalayeff | |
2005-12-05 | make sure set_modes always get called for a `real' extraction. | Marc Espie | |
Problem noticed by sturm@ | |||
2005-12-05 | Optimize rde_redistribute() a bit and remove two unneeded and way to verbose | Claudio Jeker | |
log_debug() messages. OK norby@ | |||
2005-12-05 | oops: forgot to remind tedu to add -T to SYNOPSIS too... | Jason McIntyre | |
2005-12-05 | Ignore case on the file extension, to allow both .s and .S to be included | Dale Rahn | |
in SFILES for mkdep. Would also pick up .C files (but we dont allow with those in the kernel) ok deraadt@ |