summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-03-05Remove code which enforces a advskew=0 for the caseMarco Pfatschbacher
2005-03-05No need to allocate a local digest buffer. Cleanup error path. hshoexer@ ok.Hakan Olsson
2005-03-05No need to use a local hashsize. hshoexer@ ok.Hakan Olsson
2005-03-05Silence a couple of annoying gcc3 warnings. hshoexer@ ok.Hakan Olsson
2005-03-05Add RFC3947 NAT-T vendor ID string. hshoexer@ ok.Hakan Olsson
2005-03-05No need for err.h. hshoexer@ okHakan Olsson
2005-03-05bit of clean-up, cosmetic, style, comments.Marc Espie
2005-03-05add RCS error codes and a global variable to hold the last errorJean-Francois Brousseau
2005-03-05identify ID tokens correctly and fix parsing of RCS files containingJean-Francois Brousseau
2005-03-05unbreak the RCS_KWEXP_INVAL() macroJean-Francois Brousseau
2005-03-05functions to manage the locking mode of RCS fileJean-Francois Brousseau
2005-03-05make sure that errors from cvs_file_lget() cascade down instead ofJean-Francois Brousseau
2005-03-05SyncMiod Vallat
2005-03-05Sync with realityMiod Vallat
2005-03-05Now that xbox sort-of works on sparc64, port the cgtwelve driver, sinceMiod Vallat
2005-03-05Preliminary xbox support: attaches, memory mapping and interrupts work, butMiod Vallat
2005-03-04fix the MALLOC macro if built without malloc statistics. this won'tReyk Floeter
2005-03-04remove unneeded casts of if stats; ok krw miod dhartmeiJared Yanovich
2005-03-04Bring in a number of reliability fixes from FreeBSD' rl(4) driver.Brad Smith
2005-03-04add missing 'add' request in cvs_request table.Joris Vink
2005-03-04add real support for the `access' keyword, both in parsing andJean-Francois Brousseau
2005-03-04Fix a variable name in a comment; from Clint <cruoho@gmail.com>; ok tdeval@Robert Nagy
2005-03-04SyncMiod Vallat
2005-03-04remove unused variable.Hans-Joerg Hoexer
2005-03-04cleanup binding and cloning functions, use text2port(), correctlyHans-Joerg Hoexer
2005-03-04remove unused function udp_decode_port(), add modified version as text2port() toHans-Joerg Hoexer
2005-03-04remove unused stuff.Hans-Joerg Hoexer
2005-03-04remove unused variable.Hans-Joerg Hoexer
2005-03-04syncTodd T. Fries
2005-03-04correct typo, wrong pf majorTodd T. Fries
2005-03-04make :passwordtries=0:\ in login.conf work.Moritz Jodeit
2005-03-04fix leak when a phase 2 SA cannot create an exchange for the matching phase 1Markus Friedl
2005-03-04- check th_ack against snd_una/max; from Raja Mukerji via hugh@Markus Friedl
2005-03-04missing -F in `tag' synopsis;Jason McIntyre
2005-03-04document that $HOME is shown as `~' for PS1 \w substitutions;Jason McIntyre
2005-03-04Fix handling of names bigger than NCHNAMLEN in cache_enter(), okay tedu@Pedro Martelletto
2005-03-04flesh list of classes out.Marc Espie
2005-03-04add state's tag for IPv6, too. spotted by markus@Daniel Hartmeier
2005-03-04Typos in comments from Niall O'Higgins <niallo at netsoc dot ucd dot ie>Otto Moerbeek
2005-03-04make `cvs tag' consistent w/ `cvs rtag'; ok jmc jorisXavier Santolaria
2005-03-04regress test for SendEnv config parsing bug; ok dtucker@Damien Miller
2005-03-04fix SendEnv config parsing bug found by Roumen Petrov; ok dtucker@Damien Miller
2005-03-04for consistency, use preempt(NULL)Martin Reindl
2005-03-04Put the dmamap for a transmission at the correct array index. Fixes aKenneth R Westerback
2005-03-04match a bunch more Nubus cards from NetBSD;Martin Reindl
2005-03-04zaurus is unlikely to ever have a machdep.apmhalt sysctl, so zap thatUwe Stuehler
2005-03-03Support APM_IOC_PRN_CTL, and machdep.apmwarn as documented in apm(4), andUwe Stuehler
2005-03-03fix typo in log msg.Moritz Jodeit
2005-03-03allow for the creation of RCS files that have no revisions,Jean-Francois Brousseau
2005-03-03Unbreak sun4/4c; my bad, spotted by nick@Miod Vallat