summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/lib.h
AgeCommit message (Expand)Author
2006-04-24Add support for creating summary file containing all informationdillo
2006-04-06pkg_add also now check for USE_ABI_DEPENDS.reed
2005-12-06Specify the full path to tar when unpacking a package.ben
2005-11-28Correct PAX_CMD to be pax.ben
2005-11-23Reduce the use of the system() function in pkg_install to avoid quotingben
2005-11-05Add compat #ifdefs from pkgsrc, to make syncing easier between thewiz
2005-11-03Implement framework to store variable=value pairs about an installed package.dillo
2005-05-31Spread some more unsigned for less casts.wiz
2005-05-31Move unsigned to where it belongs, to remove a cast.wiz
2005-02-04Teach pkg_add(1) and pkg_delete(1) to pass PKG_METADATA_DIR andjlam
2004-12-29Introduce a new abstraction in the C code, called MaxPathSize. Allagc
2004-12-10Sync with pkgsrc to get double -u feature. Bump version to 20041209.erh
2004-11-20no trailing comma at end of enum.grant
2004-11-02Merge version 20041101 from pkgsrc.erh
2004-04-11Make pkg_add recognise binary packages built with ignored recommendationsrh
2004-04-09Re-add umask() setting, and parameterize it so that pkgsrc/bootstrap basedtv
2004-01-15At package creation time, record the targets of symbolic links whichagc
2004-01-13use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine.grant
2003-12-20use the --use-compress-program argument to tar and do away withgrant
2003-12-20check the OS, architecture and version of a package against the hostgrant
2003-10-04Replace strnncpy calls with strlcpy calls. Remove strnncpy.wiz
2003-10-03Add HTTP support.wiz
2003-09-23Add prototype for remove_files.wiz
2003-09-23Remove last vsystem caller and vsystem() itself.wiz
2003-09-23Get rid of lots of system(3) (partly via vsystem) calls.wiz
2003-09-23don't assume mtree is in BINDIR, allow it to be overridden bygrant
2003-09-17Remove the names of arguments from function prototypes.agc
2003-09-03Remove parts that were there just to allow this to compile on NetBSD ~1.3.jlam
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-08-25Add a new library function fcexec() which allows to run a command aftertron
2003-08-24Add a new utility function which use vfork(2) and exec(2) directly insteadtron
2003-04-22Rename "upgrade" variable to "Replace" (etc.) as that is what it's reallyhubertf
2003-04-10min_free: Return size in a uint64_t since off_t isn't 64 bits ongrant
2003-04-10allow bzip2 support to work on earlier systems where tar has no -jgrant
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-10Add a pkgdb_remove_pkg() function and use it in pkg_delete(1).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-10-17- eliminate the hard-coding of pathnames in the default install.christos
2002-07-19- remove handling of PKG_ADD_BASE.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-09- make last arg of findmatchingname void*.yamt
2002-06-09- fix buffer size checksyamt
2002-05-10Only define DEF_LOG_DIR if it's not already set.agc
2002-03-05Add a new packing list directive, @blddep, which notes the exactagc
2001-07-15Interface change for strip_txz(): now stores suffixhubertf
2001-05-21Add -I argument to pkg_create so that the real prefix can be specifiedagc
2001-04-28 * add function strip_txz() to strip off any .tgz, .tbz, .t[bg]z from ahubertf