summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-07malloc the right size, and memset after mallocTed Unangst
2005-12-07Sorry, committed the wrong MakefilePedro Martelletto
2005-12-07Remove extra printfsChad Loder
2005-12-07Refactor __attribute__ parsing a bit. This takes us further to being ableChad Loder
to not only consume, but also make sense of gcc __attribute__ syntax.
2005-12-07Moved to regress/sys/dev/fdescPedro Martelletto
2005-12-07Move Art's fdescfs regress to a now more appropriate placePedro Martelletto
2005-12-06syncTheo de Raadt
2005-12-06Add brief instructions on how to use the new tun(4) forwarding overReyk 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-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk 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-06avoid variable aliasingTheo de Raadt
2005-12-06Clarify: `month' can always be specified as either full orTom Cosgrove
abbreviated month name. ok jmc@ tedu@
2005-12-06Try to prevent infinite backtraces.Mark Kettenis
2005-12-06make the PS1 section a little easier to read;Jason McIntyre
2005-12-06Remove fdescfsPedro Martelletto
2005-12-06syncTheo de Raadt
2005-12-06multicast_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-06more appropriate error messages; ok hshoexerMarkus Friedl
2005-12-06ipip support: ip-in-ip w/o gif(4); ok hshoexerMarkus Friedl
2005-12-06export ipip flows, too; ok hshoexerMarkus Friedl
2005-12-06regenJonathan Gray
2005-12-06Add some devices from submitted demsgs.Jonathan Gray
2005-12-06- new sentence, new lineJason McIntyre
- improve lists - improve EXAMPLES
2005-12-06no need for `.' at end of SEE ALSOJason McIntyre
2005-12-06properly escape space character;Jason McIntyre
from daniel matic;
2005-12-06knf; spaces vs. tabs;Xavier Santolaria
2005-12-06add pthread_once. unfortunately, the public pthread.h headerTed Unangst
defines the pthread_once_t internals, so we're stuck with them.
2005-12-06can't build shared lib without shlib_versionTed Unangst
Maxim Bourmistrov noticed.
2005-12-06typoPedro Martelletto
2005-12-06back out -CC change. It breaks lint on most of our architecturesTheo 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-05Remove duplicate declaration.Miod Vallat
2005-12-05Avoid an out-of-bounds array access in editor_delete() for invalid partitionMiod 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-05hrmz..Xavier Santolaria
2005-12-05ooops, missed that in previous commit; unbreak;Xavier Santolaria
2005-12-05correctly handle `-wfoo' and `-sbar' errors; OK joris@.Xavier Santolaria
2005-12-05trendnet TE-CF100 support; tested and ok uwe@.Federico G. Schwindt
2005-12-05regen.Federico G. Schwindt
2005-12-05TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@Federico G. Schwindt
2005-12-05Add support for tuning channel and channel set. This allowsRobert 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-05Add older card to quirk table. This fixes the ccb timeout as reported byMarco Peereboom
J.C. Roberts <unknown at abac dot com> on misc@.
2005-12-05xr more pci pages from .9Michael Shalayeff
2005-12-05describe new tv tunning capability; for robert@ slacker (;Michael Shalayeff
2005-12-05Add support to tune the channel and the channel sets via radio(4).Robert Nagy
ok mickey@
2005-12-05kill unused var;Xavier Santolaria
2005-12-05fix func name in the commentsMichael Shalayeff
2005-12-05make sure set_modes always get called for a `real' extraction.Marc Espie
Problem noticed by sturm@
2005-12-05Optimize rde_redistribute() a bit and remove two unneeded and way to verboseClaudio Jeker
log_debug() messages. OK norby@
2005-12-05oops: forgot to remind tedu to add -T to SYNOPSIS too...Jason McIntyre
2005-12-05Ignore case on the file extension, to allow both .s and .S to be includedDale Rahn
in SFILES for mkdep. Would also pick up .C files (but we dont allow with those in the kernel) ok deraadt@