summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-17regenBrad Smith
2007-09-17add the Marvell Yukon 2 88E8040 PCI id.Brad Smith
From the Marvell Linux sk98lin driver ok dlg@
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
Makes pcc happier, to boot.
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
Needed an extra check for leal to avoid --. Reported by otto.
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
error.
2007-09-16Process (and ignore for now) -pipeOtto Moerbeek
2007-09-16"source" and "target" can be either files or directories;Igor Sobrado
cp(1) and ln(1) must have a synopsis consistent with mkdir(1), mv(1), rmdir(1) and others ok jmc@, millert@, otto@
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
string that it returned later. rde_update_log() did not do that. Memory leak found and diff provided by Mike Belopuhov.
2007-09-16remove some totally useless commentsMarc Espie
2007-09-16remove some of the complexity of Str_Matchi by separating code intoMarc Espie
range_match and star_match to handle special characters. reindent.
2007-09-16reindentMarc Espie
2007-09-16Change the way nexthops are calculated on the root level. Instead of lookingClaudio Jeker
from the target back and trying to figure the nexthop out, the link is searched in the interface list and the info from the matiching interface is used. This should solve the nexthop issues with setups having multiple point-to-point links between two routers as reported on misc@ some time ago. tested and OK norby@
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
OK jsg@
2007-09-16rename Targ_FmtTime into time_to_string and move it, as it's not relatedMarc Espie
to target nodes at all (reduces modules inter-dependencies)
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
Remove some safety returns while here. ok mglocker@
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
works; instead reomve cgram.h when doing make cleandir
2007-09-16first step towards sanity: take the functions common to parallel/not parallelMarc Espie
make outside of make.c and job.c, and create an engine.c file to hold them.
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
two modules that do different things.
2007-09-16Free ucode if an error happens while FW / IV load. Always return a properMarcus Glocker
code in case of error.
2007-09-16more dead code: we always define LIBRARIES and INCLUDESMarc Espie
2007-09-16remove dead code: #define RECHECK is always onMarc Espie
2007-09-16Convert most of the remaining non firmware handling code.Jonathan Gray
2007-09-16some style(9). no binary change.Federico G. Schwindt