Age | Commit message (Expand) | Author |
2007-05-14 | kill "available" routine, which is no longer used. | Marc Espie |
2007-05-14 | move the retry code down at the http/ftp repository level, where it belongs. | Marc Espie |
2007-05-14 | use sys/queue macros instead of accessing fields directly. | Pierre-Yves Ritschard |
2007-05-14 | move parsing of http problems where it belongs. | Marc Espie |
2007-05-14 | for completion, allow Stem object to filter as well. | Marc Espie |
2007-05-14 | redo search filters as real objects. Accordingly, rename match_list to | Marc Espie |
2007-05-14 | put Search objects into their own file, finally | Marc Espie |
2007-05-14 | put search objects into a search class. | Marc Espie |
2007-05-14 | name tweaks: match -> match_list, match_repo -> match | Marc Espie |
2007-05-14 | use Repository::Installed a bit more | Marc Espie |
2007-05-14 | two repos: new(1) gives all packages. new() zaps .libs and friends. | Marc Espie |
2007-05-14 | load PackageLocation just in time. Control what we import from | Marc Espie |
2007-05-14 | move code around to allow OO access to installed packages always. | Marc Espie |
2007-05-14 | maintain stemlist for installed packages dynamically | Marc Espie |
2007-05-14 | correct tyop. it is called EVDO, not EDVO. | Felix Kronlage |
2007-05-14 | tidy | Marc Espie |
2007-05-14 | simplify updater slightly | Marc Espie |
2007-05-14 | wsmouse.h is needed for the NWSMOUSE test to actually work | Ted Unangst |
2007-05-14 | Switch arm to __HAVE_CPUINFO. Least effort. | Artur Grabowski |
2007-05-14 | Switch sh to __HAVE_CPUINFO. The least possible effort for now. | Artur Grabowski |
2007-05-14 | commented out entry to show how to mute the keyboard bell | Ted Unangst |
2007-05-14 | uint32_t is not spelled u_long. makes the 32-bit NO_ADDR potentially useful on | Ted Unangst |
2007-05-14 | _bus_dmamap_sync() is unused; ok miod | Theo de Raadt |
2007-05-14 | SMALL_KERNEL unused bits | Theo de Raadt |
2007-05-14 | delete unused code; ok krw | Theo de Raadt |
2007-05-14 | Convert from lockmgr to rwlock. | Jonathan Gray |
2007-05-14 | Remove crufty unused code. | Jonathan Gray |
2007-05-13 | g/c unused vars | Todd C. Miller |
2007-05-13 | remove some specialness of the Filtering stuff. | Marc Espie |
2007-05-13 | next -> return | Marc Espie |
2007-05-13 | Sync editit() with sendbug. | Ray Lai |
2007-05-13 | kill more stuff | Marc Espie |
2007-05-13 | kill unused stuff | Marc Espie |
2007-05-13 | unify object lookup as locator->match($o) or $repo->match($o) | Marc Espie |
2007-05-13 | also create PartialStem objects, and create a generic | Marc Espie |
2007-05-13 | make caching of stemlists implicit | Marc Espie |
2007-05-13 | move towards unifying stem searches and pkgspec searches. | Marc Espie |
2007-05-13 | have PackageLocator defer to PackageRepositoryList, so that package | Marc Espie |
2007-05-13 | reorg the update code some more, so that it goes through a filtering | Marc Espie |
2007-05-13 | sync comment with reality | Felix Kronlage |
2007-05-13 | reference rwlock(9) | Jonathan Gray |
2007-05-13 | move most of the code into one process_package method | Marc Espie |
2007-05-13 | turn the updater into an object | Marc Espie |
2007-05-13 | allow filtering while calling the Locator. | Marc Espie |
2007-05-13 | tweak _first_of so it can take an extra $filter routine, so that we | Marc Espie |
2007-05-13 | normalize quoting in extra info. | Marc Espie |
2007-05-13 | provide match_spec, findstem, find_partialstem at the repository list level, | Marc Espie |
2007-05-13 | Put names we get from the prom between double quotes when we print them. | Mark Kettenis |
2007-05-13 | Enable powernow on amd64 processors in the GENERIC.MP. | Gordon Willem Klok |
2007-05-13 | print lock name in some panic messages so we know what's up | Ted Unangst |