summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/info/perform.c
AgeCommit message (Expand)Author
2003-12-20use the --use-compress-program argument to tar and do away withgrant
2003-09-23Get rid of lots of system(3) (partly via vsystem) calls.wiz
2003-09-10Fix a bug I accidentally introduced in rev. 1.48 where a pkg_dbdir could nojlam
2003-09-08Allow the package entries in the pkgdbdir to be either directories orjlam
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-07-14use bounded string op as much as possibleitojun
2003-03-24Consistently check findmatchingname() return value for error condition.seb
2003-03-15Introduce a pkgdb_dump() function, which dumps the cache file ofagc
2003-01-10Introduce the notion of "preserving" an installed package.agc
2003-01-05Add an enumerated type which is used in pkgdb_open() to specifyagc
2003-01-05Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) andagc
2002-07-19- remove handling of PKG_ADD_BASE.yamt
2002-06-10constify and make WARNS=2 clean.yamt
2002-06-09- make last arg of findmatchingname void*.yamt
2001-03-10Fix -r: Show REQ/+REQUIRE file for a package, if existing. Fixes pkg/12210.wiz
2001-03-10Minor cleanup, no functional change. Patch by Hubert Feyrer.wiz
2001-03-06Test matching entries in /var/db/pkg on if they are directories.wiz
2000-12-13 * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add andhubertf
2000-11-30Fix pkg_info w/ URLs (*sigh*)hubertf
2000-10-11Check right variable to see if it's a URL (pkg -> cp)hubertf
2000-05-15Don't read +CONTENTS files if not needed.hubertf
2000-01-19FTP wildcard depends code, initial commit.hubertf
1999-11-29Add code to include the size of a package into both thehubertf
1999-08-24Bring closer to /usr/share/misc/style with the aid of indent(1).hubertf
1999-08-23Hide test for URLlength()>0 behind a macro (IS_URL()).hubertf
1999-08-19Allow specifying a package name without a version.hubertf
1999-08-19Consolidate URL handling into a table of valid leading strings foragc
1999-08-19Clean up minor nits in C code.agc
1999-03-22Ignore files in /var/db/pkg (hint 'pkg_info pkgdb.byfile.db')abs
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
1999-03-04Do not only display the packages which require this packagehubertf
1999-01-19Add code for pkgdb.hubertf
1998-10-21Add a -B option to pkg_info to print out the "Build Information" foragc
1998-10-13Add -b argument to pkg_info to display the +BUILD_VERSION file for theagc
1998-10-09More cleanup - various bits of KNF.agc
1998-10-09Fix a bug in pkg_info -f with @pkgcfl entries.agc
1998-10-08Eliminate all use of sprintf(3), and replace it with snprintf(3).agc
1998-10-08Get rid of some lint.agc
1998-10-04fix some egcs warningshubertf
1998-10-03Teach our tools about dependencies containing wildcards.hubertf
1998-08-27Allow symlinks to directories instead of pure directories in severalhubertf
1998-08-27LP64 fixes for recently added code. (In LP64, ptrdiff_t != int.)ross
1998-08-27Add csh(1)-style alternates to pkg_info -e.agc
1998-08-25Remove some trailing (extra) "."s.hubertf
1998-08-25Don't exit cleanup() functions if not called from signal handler - thishubertf
1998-07-09Extend "pkg_info -e" to allow pkg-globbing, and allow using it.hubertf
1998-05-18No need to unpack file after fileGetURL(), which already did the work for us;hubertf
1997-10-17WARNSify, cleanup Makefileslukem
1997-10-16First cut on importing pkg_install as of FreeBSD 971013:hubertf
1997-06-05Add NetBSD Idsagc