opnsense-src/usr.sbin/pkg_install/delete
Pav Lucistnik 42b1030bbd Optimize package registration/deregistration. Previously, when looking up the
package name for the origin of a dependency, all entries in /var/db/pkg were
traversed for each dependency of added/removed package.  Now, gather all the
origins first, then do the lookup in a single pass over /var/db/pkg.

This should provide a major speedup for packages with hundreds of dependencies.

Submitted by:	rdivacky (earlier version)
MFC after:	1 month
2008-04-11 08:26:06 +00:00
..
delete.h - pkg_add spawns itself as argv[0] when installing dependent packages, to 2004-06-29 19:06:42 +00:00
main.c Cleanup of userland __P use 2007-11-07 10:53:41 +00:00
Makefile Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this. 2004-08-12 20:06:01 +00:00
perform.c Optimize package registration/deregistration. Previously, when looking up the 2008-04-11 08:26:06 +00:00
pkg_delete.1 Backout previous commit, since it's done without maintainers 2007-12-09 11:01:58 +00:00