| Age | Commit message (Expand) | Author |
| 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 |
| 2001-03-18 | Add -u switch to pkg_add to do a very rudimentare form of pkg upgrading: | hubertf |
| 2001-03-05 | Add -V option to all pkgtools, which reports the version of the pkgtools. | wiz |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-08-28 | * Make a few functions public so this code can be used by other programs | hubertf |
| 2000-01-19 | FTP wildcard depends code, initial commit. | hubertf |
| 1999-11-29 | Put support for @src back in. | hubertf |
| 1999-11-29 | Add code to include the size of a package into both the | hubertf |
| 1999-09-09 | Comment pl_ent_t to make debugging easier. | hubertf |
| 1999-08-24 | Bring closer to /usr/share/misc/style with the aid of indent(1). | hubertf |
| 1999-08-23 | Hide test for URLlength()>0 behind a macro (IS_URL()). | hubertf |
| 1999-08-20 | The copy_hierarchy function is never called. Remove its definition and | agc |
| 1999-08-19 | Consolidate URL handling into a table of valid leading strings for | agc |
| 1999-03-22 | Replace static array of packages given to pkg_perform() with linear | hubertf |
| 1999-03-09 | Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference to | agc |
| 1999-01-19 | Add code for pkgdb. | hubertf |
| 1998-10-21 | Add a -B option to pkg_info to print out the "Build Information" for | agc |
| 1998-10-13 | Add -b argument to pkg_info to display the +BUILD_VERSION file for the | agc |
| 1998-10-13 | Get rid of YES and NO definitions. NO was defined but never used. | agc |