summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
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
2007-09-15Adapt firmware images prefix to driver name. Needs bump to firmwareMarcus Glocker
2007-09-15Get IV load working. Simplified IV loading routine (mainly a rewrite).Marcus Glocker
2007-09-15$OpenBSD$Ray Lai
2007-09-15Lost the last $ in $OpenBSD$.Ray Lai
2007-09-15$OpenBSD$Ray Lai
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
2007-09-15Allow to pull out an usb stick with ffs filesystem while mountedAlexander Bluhm
2007-09-15Import ragge's version of PCC into our tree, so we can hack on it moreOtto Moerbeek
2007-09-15malloc sweep:Henning Brauer
2007-09-15Give hardware physical addresses and add some missingJonathan Gray
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
2007-09-15most of the remaining bus_dma conversionJonathan Gray
2007-09-15Convert bus_dmamap_sync() calls.Jonathan Gray
2007-09-15Convert bus_dma_load_mbuf() calls and remove unrequired callbackJonathan Gray
2007-09-15fix error introduced by my previous commit:Hans-Joerg Hoexer
2007-09-15suitible -> suitableBrad Smith