| Age | Commit message (Expand) | Author |
| 2006-04-24 | Add support for creating summary file containing all information | dillo |
| 2006-04-06 | pkg_add also now check for USE_ABI_DEPENDS. | reed |
| 2005-12-06 | Specify the full path to tar when unpacking a package. | ben |
| 2005-11-28 | Correct PAX_CMD to be pax. | ben |
| 2005-11-23 | Reduce the use of the system() function in pkg_install to avoid quoting | ben |
| 2005-11-05 | Add compat #ifdefs from pkgsrc, to make syncing easier between the | wiz |
| 2005-11-03 | Implement framework to store variable=value pairs about an installed package. | dillo |
| 2005-05-31 | Spread some more unsigned for less casts. | wiz |
| 2005-05-31 | Move unsigned to where it belongs, to remove a cast. | wiz |
| 2005-02-04 | Teach pkg_add(1) and pkg_delete(1) to pass PKG_METADATA_DIR and | jlam |
| 2004-12-29 | Introduce a new abstraction in the C code, called MaxPathSize. All | agc |
| 2004-12-10 | Sync with pkgsrc to get double -u feature. Bump version to 20041209. | erh |
| 2004-11-20 | no trailing comma at end of enum. | grant |
| 2004-11-02 | Merge version 20041101 from pkgsrc. | erh |
| 2004-04-11 | Make pkg_add recognise binary packages built with ignored recommendations | rh |
| 2004-04-09 | Re-add umask() setting, and parameterize it so that pkgsrc/bootstrap based | tv |
| 2004-01-15 | At package creation time, record the targets of symbolic links which | agc |
| 2004-01-13 | use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine. | grant |
| 2003-12-20 | use the --use-compress-program argument to tar and do away with | grant |
| 2003-12-20 | check the OS, architecture and version of a package against the host | grant |
| 2003-10-04 | Replace strnncpy calls with strlcpy calls. Remove strnncpy. | wiz |
| 2003-10-03 | Add HTTP support. | wiz |
| 2003-09-23 | Add prototype for remove_files. | wiz |
| 2003-09-23 | Remove last vsystem caller and vsystem() itself. | wiz |
| 2003-09-23 | Get rid of lots of system(3) (partly via vsystem) calls. | wiz |
| 2003-09-23 | don't assume mtree is in BINDIR, allow it to be overridden by | grant |
| 2003-09-17 | Remove the names of arguments from function prototypes. | agc |
| 2003-09-03 | Remove parts that were there just to allow this to compile on NetBSD ~1.3. | jlam |
| 2003-09-02 | Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by | jlam |
| 2003-08-25 | Add a new library function fcexec() which allows to run a command after | tron |
| 2003-08-24 | Add a new utility function which use vfork(2) and exec(2) directly instead | tron |
| 2003-04-22 | Rename "upgrade" variable to "Replace" (etc.) as that is what it's really | hubertf |
| 2003-04-10 | min_free: Return size in a uint64_t since off_t isn't 64 bits on | grant |
| 2003-04-10 | allow bzip2 support to work on earlier systems where tar has no -j | grant |
| 2003-03-15 | Introduce a pkgdb_dump() function, which dumps the cache file of | agc |
| 2003-01-10 | Introduce the notion of "preserving" an installed package. | agc |
| 2003-01-10 | Add a pkgdb_remove_pkg() function and use it in pkg_delete(1). | agc |
| 2003-01-05 | Add an enumerated type which is used in pkgdb_open() to specify | agc |
| 2003-01-05 | Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) and | agc |
| 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-21 | Avoid hardcoding /usr/bin/ftp in the pkg_add binary. | agc |
| 2002-06-10 | constify and make WARNS=2 clean. | yamt |
| 2002-06-09 | - make last arg of findmatchingname void*. | yamt |
| 2002-06-09 | - fix buffer size checks | yamt |
| 2002-05-10 | Only define DEF_LOG_DIR if it's not already set. | agc |
| 2002-03-05 | Add a new packing list directive, @blddep, which notes the exact | agc |
| 2001-07-15 | Interface change for strip_txz(): now stores suffix | hubertf |
| 2001-05-21 | Add -I argument to pkg_create so that the real prefix can be specified | agc |
| 2001-04-28 | * add function strip_txz() to strip off any .tgz, .tbz, .t[bg]z from a | hubertf |