Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-16 | Change the way nexthops are calculated on the root level. Instead of looking | Claudio 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-16 | reindent | Marc Espie | |
2007-09-16 | remove old debug code nothing uses | Marc Espie | |
2007-09-16 | reindent compat.c | Marc Espie | |
2007-09-16 | reindent targ.c | Marc Espie | |
2007-09-16 | Better version of fake KKASSERT until they are changed properly. | Jonathan Gray | |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie | |
2007-09-16 | minor reindent issues | Marc Espie | |
2007-09-16 | rename Path to less misleading PathEntry. Get rid of typedef. | Marc Espie | |
2007-09-16 | Do sc_disable when device gets stopped. | Marcus Glocker | |
OK jsg@ | |||
2007-09-16 | rename Targ_FmtTime into time_to_string and move it, as it's not related | Marc Espie | |
to target nodes at all (reduces modules inter-dependencies) | |||
2007-09-16 | reindent varmodifiers.c, no binary change | Marc Espie | |
2007-09-16 | remove warnings | Marc Espie | |
2007-09-16 | Clear error before starting m_defrag() equivalent. | Jonathan Gray | |
2007-09-16 | Move some noisy debug printfs to higher levels. | Jonathan Gray | |
2007-09-16 | reuse free_hash | Marc Espie | |
2007-09-16 | reindent arch.c | Marc Espie | |
2007-09-16 | CardBus works much better when sc_enable is called. | Jonathan Gray | |
Remove some safety returns while here. ok mglocker@ | |||
2007-09-16 | kill .SHELL, make doesn't even support it in non-parallel mode. | Marc Espie | |
2007-09-16 | move free_ohash function so that we can reuse it. | Marc Espie | |
2007-09-16 | remove cgram.h from CLEANFILES, so make depend; make; make clean; make | Otto Moerbeek | |
works; instead reomve cgram.h when doing make cleandir | |||
2007-09-16 | first step towards sanity: take the functions common to parallel/not parallel | Marc Espie | |
make outside of make.c and job.c, and create an engine.c file to hold them. | |||
2007-09-16 | scaffolding to recognize special targets/sources using ohash functions. | Marc Espie | |
2007-09-16 | cut up dir.c into dir.c/direxpand.c as there is very little interface between | Marc Espie | |
two modules that do different things. | |||
2007-09-16 | Free ucode if an error happens while FW / IV load. Always return a proper | Marcus Glocker | |
code in case of error. | |||
2007-09-16 | more dead code: we always define LIBRARIES and INCLUDES | Marc Espie | |
2007-09-16 | remove dead code: #define RECHECK is always on | Marc Espie | |
2007-09-16 | Convert most of the remaining non firmware handling code. | Jonathan Gray | |
2007-09-16 | some style(9). no binary change. | Federico G. Schwindt | |
2007-09-16 | Remove most of the __unused due to to code being enabled. | Jonathan Gray | |
2007-09-16 | MALLOC/FREE -> malloc/free, M_ZERO, extraneous casts, | Kenneth R Westerback | |
extraneous #include <malloc.h> | |||
2007-09-16 | Obvious M_ZERO changes. | Kenneth R Westerback | |
2007-09-16 | use off_t instead of u_int64_t for file offsets, matching what the | Damien Miller | |
progressmeter code expects; bz #842 | |||
2007-09-15 | Adapt firmware images prefix to driver name. Needs bump to firmware | Marcus Glocker | |
package version 1.1. | |||
2007-09-15 | Get 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-15 | Lost the last $ in $OpenBSD$. | Ray Lai | |
2007-09-15 | $OpenBSD$ | Ray Lai | |
OK otto. | |||
2007-09-15 | cleanup some files generated in obj | Otto Moerbeek | |
2007-09-15 | more files we do not need anymore | Otto Moerbeek | |
2007-09-15 | fix man installation path | Otto Moerbeek | |
2007-09-15 | remove files we do not need anymore since we moved to fixed Makefiles | Otto Moerbeek | |
2007-09-15 | "un"configure, to make it possible to build in obj dir. No need to run | Otto Moerbeek | |
configure any more. | |||
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander 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-15 | Import ragge's version of PCC into our tree, so we can hack on it more | Otto Moerbeek | |
easy. ok deraadt@ miod@ | |||
2007-09-15 | malloc 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-15 | Give hardware physical addresses and add some missing | Jonathan Gray | |
bus_dmamap_create() calls. | |||
2007-09-15 | realy -> 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 on | Kenneth R Westerback | |
tech@ by Jung. | |||
2007-09-15 | most of the remaining bus_dma conversion | Jonathan Gray | |