summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-12-07tweak;Jason McIntyre
ok mickey@
2005-12-07- avoid line split in SYNOPSISJason McIntyre
- add args to -w - kill trailing whitespace
2005-12-07typoReyk Floeter
2005-12-07Parsing fieldlist and varobjectJordan Hargrave
ok marco@
2005-12-07Parses DSDT tableJordan Hargrave
some cleanup ok marco@
2005-12-07Better use of the scheduler lock; no functional change on UP kernels.Miod Vallat
2005-12-07Sprinkle holds and releases of the kernel lock whenever necessary; no functionalMiod Vallat
change for UP kernels.
2005-12-07Add dsdt to GENERICJordan Hargrave
keep disabled 'dsdt' for now ok marco@
2005-12-07KNFMarco Peereboom
2005-12-07Added DSDT Table for AML Parser glueJordan Hargrave
DO NOT USE YET marco@
2005-12-07Add DSDT table for AML ParserJordan Hargrave
DO NOT USE YET ok marco@
2005-12-07reyk forgot to compile with -Werror (missing header)Damien Miller
2005-12-07KNFMarco Peereboom
2005-12-07KNFMarco Peereboom
2005-12-07add the posix semaphore functions. this lets vlc work.Ted Unangst
ok brad
2005-12-07new ISC nslookup clone "written because we feel like it" is incorrectTheo de Raadt
to spit out the ">" prompt to stderr; it has always been output to stdout historically, and that is the right thing to do. scripts depend on it, as spotted in pr 4937. my fix, because the scripts do not need fixing
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