summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-17zap more spaces at end of lineMarc Espie
2007-09-17partial reindentMarc Espie
2007-09-17remove backpointer from ifa to ifp if an address gets delete; fixesMarkus Friedl
2007-09-17kill extra spaces at end of lineMarc Espie
2007-09-17reindentMarc Espie
2007-09-17reindent, zap useless commentsMarc Espie
2007-09-17Remove an unused function msk_setfilt() which was copied from sk(4) and isBrad Smith
2007-09-17kill += 1, -= 1 -> ++, --Marc Espie
2007-09-17checked malloc/calloc calls. from ragge's repo, originally from StefanOtto Moerbeek
2007-09-17rm unused -Dos_${TARGOS}Todd T. Fries
2007-09-17Check snprintf(3) return value for error or truncation.Moritz Jodeit
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