summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
AgeCommit message (Expand)Author
2003-02-02Crank PKGTOOLS_VERSION to 20030202 for last_file fixabs
2003-02-02Allow '%D' to be used when no last_file available. Fixes binary packageabs
2003-01-10Introduce the notion of "preserving" an installed package.agc
2003-01-10Add a pkgdb_remove_pkg() function and use it in pkg_delete(1).agc
2003-01-06In pkgdb_remove(), use the return value from (*db->del), rather thanagc
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-12-06Avoid conflict with reserved identifier "exp".thorpej
2002-11-26Don't use special-case code for the '_' modifier, just add it to theagc
2002-11-23Do not abort incomplete deletion if the cwd was removed. Instead, warn,jschauma
2002-11-14Bump version number after adding "alpha" and "beta" version modifieragc
2002-11-14In addition to the existing "rc" modifier for a package version, addagc
2002-11-02Add tag for yesterday's state.wiz
2002-10-26Properly re-implement hilighting of the dialogue with the ftp(1)hubertf
2002-10-26use size of the right bufferhubertf
2002-10-17Fix typo in last (hi christos).wiz
2002-10-17Jeez! Delete hard-coded vt100 sequences. This could be done using termcap,christos
2002-10-17- eliminate the hard-coding of pathnames in the default install.christos
2002-09-19select() -> poll()mycroft
2002-09-18minor makefile delintlukem
2002-08-29Do not prepend '.' to path when looking for dependencies for a packageabs
2002-08-27crank PKGTOOLS_VERSION to 20020827 for last change to lib/path.[ch]abs
2002-08-27Introduce path_prepend_from_pkgname() and path_remove_first() andabs
2002-08-08add some comments.yamt
2002-08-0420020804:hubertf
2002-07-23bump version to 20020723.yamt
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-07-20#if 0 out unused functions.yamt
2002-07-19- remove handling of PKG_ADD_BASE.yamt
2002-07-09- use snprintf and strlcpy instead of strcpy, strcat and sprintf in some place.yamt
2002-06-27check return value of snprintf correctly.yamt
2002-06-21Avoid hardcoding /usr/bin/ftp in the pkg_add binary.agc
2002-06-10constify and make WARNS=2 clean.yamt
2002-06-09constify.yamt
2002-06-09- make last arg of findmatchingname void*.yamt
2002-06-09- free memory allocated by findbestmatchingname.yamt
2002-06-09rewrite strip_txz:yamt
2002-06-09- fix buffer size checksyamt
2002-06-09- constify.yamt
2002-05-10Only define DEF_LOG_DIR if it's not already set.agc
2002-04-23Add more error checking, and tell the user what's up when he runshubertf
2002-04-02Check the return code from the second invocation of installprereq(), toagc
2002-03-06When adding packages via pkg_add(1), and a pre-requisite package needsagc
2002-03-05Add a new packing list directive, @blddep, which notes the exactagc
2002-02-22... and get the right month this time.agc
2002-02-22Bump version date to reflect this change to create/pl.c:agc
2002-02-02tets -> testyamt
2002-01-09Bump version number to reflect the pkg_info version number recognitionagc
2002-01-09Pull in a much simplified version of the vtest functionality. This newagc