Age | Commit message (Expand) | Author |
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 |
2007-05-13 | Ansi prototypes, not K&R. no binary difference. | Dale Rahn |
2007-05-12 | remove obsolete comment. | Marc Espie |
2007-05-12 | oops. forgot this one. Noticed by M.Pereboom. | Marc Espie |
2007-05-12 | Document errno usage. From Tobias Stoeckmann. | Ray Lai |
2007-05-12 | Use size_t for strlen results. | Ray Lai |
2007-05-12 | Prevent core dump if strpbrk() returns NULL. Reported to bugs@ by | Ray Lai |
2007-05-12 | Increment ncpus when hatching a secondary processor. | Miod Vallat |
2007-05-12 | Change the 88100 interrupt handlers to process DAEs with interrupts enabled, | Miod Vallat |
2007-05-12 | On multiprocessor kernels, update p->p_pcu on exit from the scheduler. | Miod Vallat |
2007-05-12 | Remove unused code and definitions pasted over from mvme188 support, which do | Miod Vallat |
2007-05-12 | Take alignment restrictions into account when setting up RAM buffer addresses. | Mark Kettenis |
2007-05-12 | remove references to mount_vnd.8 and fsck_vnd.8 as these are not hooked | Felix Kronlage |
2007-05-12 | Change 0x30 to more readable '0'. | Ray Lai |
2007-05-12 | use the right capitalization for `WaveLAN' | Igor Sobrado |
2007-05-12 | use the right capitalization for `CardBus' | Igor Sobrado |
2007-05-12 | use the right capitalization for `SMBus' | Igor Sobrado |
2007-05-12 | Clean up macros according to style. From tbert <bret dot lambert at gmail>. | Ray Lai |
2007-05-12 | lift PkgSpec creation up into PackingElement::Dependency. | Marc Espie |
2007-05-12 | kill old PkgSpec interface | Marc Espie |
2007-05-12 | document the object interface to PkgSpec. | Marc Espie |
2007-05-12 | use match_ref consistently | Marc Espie |
2007-05-12 | use PkgSpec objects most of the time | Marc Espie |
2007-05-12 | use OO version of spec match | Marc Espie |
2007-05-12 | oops, make the object variant functional | Marc Espie |
2007-05-12 | also allow Spec objects in Repository matches. | Marc Espie |
2007-05-12 | somewhat sneaky: allow PkgSpecs to be objects, so that we can perform | Marc Espie |
2007-05-12 | strip extra quotes from all defines. | Marc Espie |
2007-05-12 | when comparing two revisions of a directory tree, don't show dead files | Nikolay Sturm |
2007-05-12 | pass refs around instead of extending them. | Marc Espie |