Age | Commit message (Expand) | Author |
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 |
2007-09-16 | rename Targ_FmtTime into time_to_string and move it, as it's not related | Marc Espie |
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 |
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 |
2007-09-16 | first step towards sanity: take the functions common to parallel/not parallel | Marc Espie |
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 |
2007-09-16 | Free ucode if an error happens while FW / IV load. Always return a proper | Marcus Glocker |
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 |
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 |
2007-09-15 | Adapt firmware images prefix to driver name. Needs bump to firmware | Marcus Glocker |
2007-09-15 | Get IV load working. Simplified IV loading routine (mainly a rewrite). | Marcus Glocker |
2007-09-15 | $OpenBSD$ | Ray Lai |
2007-09-15 | Lost the last $ in $OpenBSD$. | Ray Lai |
2007-09-15 | $OpenBSD$ | Ray Lai |
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 |
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander Bluhm |
2007-09-15 | Import ragge's version of PCC into our tree, so we can hack on it more | Otto Moerbeek |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-09-15 | Give hardware physical addresses and add some missing | Jonathan Gray |
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 |
2007-09-15 | most of the remaining bus_dma conversion | Jonathan Gray |
2007-09-15 | Convert bus_dmamap_sync() calls. | Jonathan Gray |
2007-09-15 | Convert bus_dma_load_mbuf() calls and remove unrequired callback | Jonathan Gray |
2007-09-15 | fix error introduced by my previous commit: | Hans-Joerg Hoexer |
2007-09-15 | suitible -> suitable | Brad Smith |