summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-20Since keep state is the default now, change pf.confMarco Pfatschbacher
2007-09-20Fix a case where cpp is not includeing when it is supposed to, beauseOtto Moerbeek
2007-09-20Merge from ragge's repo:Otto Moerbeek
2007-09-20Add mixer items, master volume and dacgroup init for Analog DevicesDeanna Phillips
2007-09-20Don't rely on mbuf.h including pool.h (which is going to stop soon)Bret Lambert
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
2007-09-20obey -F installedMarc Espie
2007-09-20Print a colon out front to correct the interrupt string printing.Brad Smith
2007-09-20replace the BANK_SEL bus space macro usage with the ISA_PUT macro and removeBrad Smith
2007-09-20some initial regress bits for opencvs. not expected to pass just yet.Niall O'Higgins
2007-09-19On sparc & sparc64, change `mount -a` to recognise Linux ext2 partitionsMarc Aurele La France
2007-09-19Fix and re-enable tests for interface->address translation.Marco Pfatschbacher
2007-09-19revert previous; still need sys/malloc.h for free(9) and friends hereMartin Reindl
2007-09-19fix CARDBUS_DEBUGMartin Reindl
2007-09-19the missing piece of my commit earlier, cc now calls ccom_<arch>Todd T. Fries
2007-09-19Add a few "flags any" and "no state" to have the rulesetsMarco Pfatschbacher
2007-09-19several changes:Bret Lambert
2007-09-19oops, put back -pipe supportTodd T. Fries
2007-09-19add HISTORY; shortened version of diff from Ilya A. KovalenkoJason McIntyre
2007-09-19add '-b machine' to cc for multiarch supportTodd T. Fries
2007-09-19instead of relying on mbuf.h to include pool.h and declareBret Lambert
2007-09-19my -fpic flags support, pullup from pccTodd T. Fries
2007-09-19Allow lines which do not specify any arguments for command (or cvs).Tobias Stoeckmann
2007-09-19parse global arguments (cvs) and command arguments only once, i.e. firstTobias Stoeckmann
2007-09-19make it easier to support other archs; remoev some dependencies (alsoOtto Moerbeek
2007-09-19pfctl seems to report errors when accessing empty tables,Marco Pfatschbacher
2007-09-19"flags S/SA keep state" is the default nowMarco Pfatschbacher
2007-09-19Adopt 14 altq tests to the change of the queue output format.Marco Pfatschbacher
2007-09-19This got broken when a second pool (pfrkentry2) was addedMarco Pfatschbacher
2007-09-19Remove "localhost" from the table test, since the result is dependentMarco Pfatschbacher
2007-09-19Print warning about invalid command in .cvsrc only if -V is in use.Tobias Stoeckmann
2007-09-19attach CFA 635 as a uftdi.Pierre-Yves Ritschard
2007-09-19sync.Pierre-Yves Ritschard
2007-09-19Add the CFA 635 by CrystalFontz.Pierre-Yves Ritschard
2007-09-19Next to ' ', '\t' is valid between command and arguments.Tobias Stoeckmann
2007-09-19Weird, but our goal is compatibility: treat '\t' in front of keyword as '#'.Tobias Stoeckmann
2007-09-19pullup from pcc repo, my start at fixing the vax targetTodd T. Fries
2007-09-19Do not parse quoted strings because GNU cvs won't do so.Tobias Stoeckmann
2007-09-19M_ZERO. all the cool kids are doing it.David Gwynne
2007-09-19Usage of fgetln() instead of fgets() in .cvsrc parsing handles lineTobias Stoeckmann
2007-09-19tidy up a little.Brad Smith
2007-09-19a little more cleaning. removing some useless comments.Brad Smith
2007-09-19In ex_rx_intr() allocate an mbuf cluster if the pkt_len is >= MINCLSIZE.Brad Smith
2007-09-19sprinkle a few tabs on ex_ioctl() to make things easier on the eyes.Brad Smith
2007-09-19call ether_ioctl() from within ex_ioctl().Brad Smith
2007-09-19remove the SIOCGIFADDR ioctl handler and return ENOTTY instead of EINVALBrad Smith
2007-09-19rename a few functions.Brad Smith
2007-09-19don't need to wrap the code in #if NEX > 0Brad Smith