summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-09-16Remove most of the __unused due to to code being enabled.Jonathan Gray
2007-09-16MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts,Kenneth R Westerback
extraneous #include <malloc.h>
2007-09-16Obvious M_ZERO changes.Kenneth R Westerback
2007-09-16use off_t instead of u_int64_t for file offsets, matching what theDamien Miller
progressmeter code expects; bz #842
2007-09-15Adapt firmware images prefix to driver name. Needs bump to firmwareMarcus Glocker
package version 1.1.
2007-09-15Get IV load working. Simplified IV loading routine (mainly a rewrite).Marcus Glocker
Adapted IV loading routines so we can use it with our one file firmware.
2007-09-15$OpenBSD$Ray Lai
Requested by otto.
2007-09-15Lost the last $ in $OpenBSD$.Ray Lai
2007-09-15$OpenBSD$Ray Lai
OK otto.
2007-09-15cleanup some files generated in objOtto Moerbeek
2007-09-15more files we do not need anymoreOtto Moerbeek
2007-09-15fix man installation pathOtto Moerbeek
2007-09-15remove files we do not need anymore since we moved to fixed MakefilesOtto Moerbeek
2007-09-15"un"configure, to make it possible to build in obj dir. No need to runOtto Moerbeek
configure any more.
2007-09-15Allow to pull out an usb stick with ffs filesystem while mountedAlexander Bluhm
and a file is written onto the stick. Without these fixes the machine panics or hangs. The usb fix calls the callback when the stick is pulled out to free the associated buffers. Otherwise we have busy buffers for ever and the automatic unmount will panic. The change in the scsi layer prevents passing down further dirty buffers to usb after the stick has been deactivated. In vfs the automatic unmount has moved from the function vgonel() to vop_generic_revoke(). Both are called when the sd device's vnode is removed. In vgonel() the VXLOCK is already held which can cause a deadlock. So call dounmount() earlier. ok krw@, I like this marco@, tested by ian@
2007-09-15Import ragge's version of PCC into our tree, so we can hack on it moreOtto Moerbeek
easy. ok deraadt@ miod@
2007-09-15malloc sweep:Henning Brauer
-remove useless casts -MALLOC/FREE -> malloc/free -use M_ZERO where appropriate instead of seperate bzero feedback & ok krw, hshoexer
2007-09-15Give hardware physical addresses and add some missingJonathan Gray
bus_dmamap_create() calls.
2007-09-15realy -> really in comments. Most reported on tech@ by Jung.Kenneth R Westerback
2007-09-15[fF]uther -> [fF]urther in comments and man page. First one spotted onKenneth R Westerback
tech@ by Jung.
2007-09-15most of the remaining bus_dma conversionJonathan Gray