summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-17Do not take wild guesses at how if_enc's internal works, includePierre-Yves Ritschard
2007-09-17remove unneeded malloc.h include.Federico G. Schwindt
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-17A little cleaning..Brad Smith
2007-09-17regenBrad Smith
2007-09-17add the Marvell Yukon 2 88E8040 PCI id.Brad Smith
2007-09-17Some bzero() -> M_ZERO. ok jakemsr@Kenneth R Westerback
2007-09-16I can't think of any good reason to inline this.Kjell Wooding
2007-09-16for get the flags arg must be 0; from Tamas TEVESZ; ok millert@Otto Moerbeek
2007-09-16Merge from ragge's tree:Otto Moerbeek
2007-09-16change MANDIR to ${PREFIX}/man. ok otto@Kjell Wooding
2007-09-16Remove more obsolete firmware specific bits.Marcus Glocker
2007-09-16Remove obsolete firmware specific bits.Marcus Glocker
2007-09-16sync to ragge's tree to fix #include<file.h> and a declaration parsingOtto Moerbeek
2007-09-16Process (and ignore for now) -pipeOtto Moerbeek
2007-09-16"source" and "target" can be either files or directories;Igor Sobrado
2007-09-16Another mem leak plugged. With help from Igor Zinovi. ok millert@Otto Moerbeek
2007-09-16Do not use DIP() as an lvalue; founc by pcc. ok millert@ ray@Otto Moerbeek
2007-09-16another M_ZERO diff.Pierre-Yves Ritschard
2007-09-16A couple of obvious bzero() -> M_ZERO changes I missed.Kenneth R Westerback
2007-09-16finish reindenting str.cMarc Espie
2007-09-16log_fmt_peer() does not use a static buffer so it is necessary to free theClaudio Jeker
2007-09-16remove some totally useless commentsMarc Espie
2007-09-16remove some of the complexity of Str_Matchi by separating code intoMarc Espie
2007-09-16reindentMarc Espie
2007-09-16Change the way nexthops are calculated on the root level. Instead of lookingClaudio Jeker
2007-09-16reindentMarc Espie
2007-09-16remove old debug code nothing usesMarc Espie
2007-09-16reindent compat.cMarc Espie
2007-09-16reindent targ.cMarc Espie
2007-09-16Better version of fake KKASSERT until they are changed properly.Jonathan Gray
2007-09-16rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectoriesMarc Espie
2007-09-16minor reindent issuesMarc Espie
2007-09-16rename Path to less misleading PathEntry. Get rid of typedef.Marc Espie
2007-09-16Do sc_disable when device gets stopped.Marcus Glocker
2007-09-16rename Targ_FmtTime into time_to_string and move it, as it's not relatedMarc Espie
2007-09-16reindent varmodifiers.c, no binary changeMarc Espie
2007-09-16remove warningsMarc Espie
2007-09-16Clear error before starting m_defrag() equivalent.Jonathan Gray
2007-09-16Move some noisy debug printfs to higher levels.Jonathan Gray
2007-09-16reuse free_hashMarc Espie
2007-09-16reindent arch.cMarc Espie
2007-09-16CardBus works much better when sc_enable is called.Jonathan Gray
2007-09-16kill .SHELL, make doesn't even support it in non-parallel mode.Marc Espie
2007-09-16move free_ohash function so that we can reuse it.Marc Espie
2007-09-16remove cgram.h from CLEANFILES, so make depend; make; make clean; makeOtto Moerbeek
2007-09-16first step towards sanity: take the functions common to parallel/not parallelMarc Espie
2007-09-16scaffolding to recognize special targets/sources using ohash functions.Marc Espie
2007-09-16cut up dir.c into dir.c/direxpand.c as there is very little interface betweenMarc Espie
2007-09-16Free ucode if an error happens while FW / IV load. Always return a properMarcus Glocker