summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-22whitespace nitsFelix Kronlage
ok jsg@
2007-09-21Add some more truncation checks for path construction in tmpnam(3).Moritz Jodeit
ok ray@
2007-09-21typo: print hexdump of packet, instead of pcap header; ok canacar, henningMarkus Friedl
2007-09-21strcpy/strcat -> strlcpy/strlcatGilles Chehade
ok otto@, ok ragge
2007-09-21unifdef -DBSD_AUTHDamien Miller
unifdef -USKEY These options have been in use for some years; ok markus@ "no objection" millert@
2007-09-21fix indentingOtto Moerbeek
2007-09-21already fixed include problemOtto Moerbeek
2007-09-21add the other case Ted mentionedOtto Moerbeek
2007-09-21two know failures of pccOtto Moerbeek
2007-09-21Add ASUS WL-138g device. From Oleg Safiullin.Marcus Glocker
2007-09-21document KbdInteractiveAuthentication in ssh_config.5;Damien Miller
patch from dkg AT fifthhorseman.net
2007-09-20syncPeter Valchev
2007-09-20syncPeter Valchev
2007-09-20Since keep state is the default now, change pf.confMarco Pfatschbacher
example to use (no-sync) for pfsync and carp traffic. OK mcbride@
2007-09-20Fix a case where cpp is not includeing when it is supposed to, beauseOtto Moerbeek
it uses a pointer into yytext, which may have been clobbered. Patch also in ragge's repo.
2007-09-20Merge from ragge's repo:Otto Moerbeek
Add decb/decl to the table, from mickey.
2007-09-20Add mixer items, master volume and dacgroup init for Analog DevicesDeanna Phillips
AD1984. Recording isn't supported yet. Lots of testing by reyk@, Pau Amaro-Seoane and Alexey Vatchenko; thanks!
2007-09-20Don't rely on mbuf.h including pool.h (which is going to stop soon)Bret Lambert
ok thib@ henning@ art@
2007-09-20fix chkop size and a typo; from mickey via ragge's repoOtto Moerbeek
2007-09-20missing prototypes; pullup from ragge's repoOtto Moerbeek
2007-09-20MALLOC/FREE -> malloc/free + M_ZERO.Thordur I. Bjornsson
Uneeded includes and casts... ok krw@
2007-09-20obey -F installedMarc Espie
noticed by kurt@, tested by him too.
2007-09-20Print a colon out front to correct the interrupt string printing.Brad Smith
ok jsg@ dlg@
2007-09-20replace the BANK_SEL bus space macro usage with the ISA_PUT macro and removeBrad Smith
BANK_SEL. ok dlg@
2007-09-20some initial regress bits for opencvs. not expected to pass just yet.Niall O'Higgins
ok joris@ ray@ xsa@
2007-09-19On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitionsMarc Aurele La France
by interpreting more fields out of a standard Sun disk label. ok krw@
2007-09-19Fix and re-enable tests for interface->address translation.Marco Pfatschbacher
OK henning
2007-09-19revert previous; still need sys/malloc.h for free(9) and friends hereMartin Reindl
noted by Markus Hennecke
2007-09-19fix CARDBUS_DEBUGMartin Reindl
noted by Markus Hennecke
2007-09-19the missing piece of my commit earlier, cc now calls ccom_<arch>Todd T. Fries
caught by otto@
2007-09-19Add a few "flags any" and "no state" to have the rulesetsMarco Pfatschbacher
match against the old checksums again.
2007-09-19several changes:Bret Lambert
- unconditionally include sys/malloc.h - remove empty and unused MCLBUFREF macro - remove unused m_clalloc function declaration - style(9)-ify macros - remove external declarations of mbpool and mclpool - minor comment edit for clarity and accuracy - move MCLGET definition to more logical place ok henning@ claudio@
2007-09-19oops, put back -pipe supportTodd T. Fries
noticed by Mike Belopuhov .. mkb at crypt dot org dot ru, thanks
2007-09-19add HISTORY; shortened version of diff from Ilya A. KovalenkoJason McIntyre
ok millert
2007-09-19add '-b machine' to cc for multiarch supportTodd T. Fries
ok otto@
2007-09-19instead of relying on mbuf.h to include pool.h and declareBret Lambert
mclpool as an extern, do so explicitly ok henning@ claudio@
2007-09-19my -fpic flags support, pullup from pccTodd T. Fries
thanks to Miod for inspiring this version ok otto@
2007-09-19Allow lines which do not specify any arguments for command (or cvs).Tobias Stoeckmann
Sticks at GNU cvs behaviour. OK joris@
2007-09-19parse global arguments (cvs) and command arguments only once, i.e. firstTobias Stoeckmann
line of occurence. Nice side-effect: only parse arguments for current command, not for all. OK joris@
2007-09-19make it easier to support other archs; remoev some dependencies (alsoOtto Moerbeek
submitted by pyr); from mickey@ ok ragge@
2007-09-19pfctl seems to report errors when accessing empty tables,Marco Pfatschbacher
in a different manner now. Use "-T show" now. OK henning
2007-09-19"flags S/SA keep state" is the default nowMarco Pfatschbacher
OK henning
2007-09-19Adopt 14 altq tests to the change of the queue output format.Marco Pfatschbacher
OK henning
2007-09-19This got broken when a second pool (pfrkentry2) was addedMarco Pfatschbacher
for source-tracking support about 3 years ago. OK henning
2007-09-19Remove "localhost" from the table test, since the result is dependentMarco Pfatschbacher
on the resolver. In some enviroments you'll get an AAAA for it, in others you won't. Testing the resolver isn't really the intention of this test anyway. OK henning
2007-09-19Print warning about invalid command in .cvsrc only if -V is in use.Tobias Stoeckmann
OpenCVS defaults to -q, so man page should say "with -V", not "without -q or -Q". OK joris@
2007-09-19attach CFA 635 as a uftdi.Pierre-Yves Ritschard
ok dlg@
2007-09-19sync.Pierre-Yves Ritschard
2007-09-19Add the CFA 635 by CrystalFontz.Pierre-Yves Ritschard
ok dlg@
2007-09-19Next to ' ', '\t' is valid between command and arguments.Tobias Stoeckmann
OK joris@