| Age | Commit message (Expand) | Author |
| 2006-05-11 | sprinkle a little (char *) to quell GCC4. | mrg |
| 2005-11-23 | Reduce the use of the system() function in pkg_install to avoid quoting | ben |
| 2005-11-07 | Replace wait(2) with equivalent waitpid(2); for Linux, reported by wulf@ | wiz |
| 2005-11-05 | Add compat #ifdefs from pkgsrc, to make syncing easier between the | wiz |
| 2004-12-29 | Introduce a new abstraction in the C code, called MaxPathSize. All | agc |
| 2004-04-09 | Re-add umask() setting, and parameterize it so that pkgsrc/bootstrap based | tv |
| 2003-09-02 | Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by | jlam |
| 2003-08-10 | we already print "creating package ..." in pkg_perform(), no need to | grant |
| 2003-04-11 | improve a message | grant |
| 2003-01-10 | Introduce the notion of "preserving" an installed package. | 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-10 | constify and make WARNS=2 clean. | yamt |
| 2002-06-09 | - make last arg of findmatchingname void*. | yamt |
| 2002-03-05 | Output @blddep directives before @pkgdep directives. | agc |
| 2002-03-05 | Add a new packing list directive, @blddep, which notes the exact | agc |
| 2001-07-15 | * Bugfix: if PLIST_SRC directly follows PLIST_CWD, ignore | hubertf |
| 2001-05-21 | Display the correct directory for the @src directive if -I has been | agc |
| 2001-05-21 | Add -I argument to pkg_create so that the real prefix can be specified | agc |
| 2001-03-04 | Prevent some minor descriptor leaks. | hubertf |
| 2000-12-13 | * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add and | hubertf |
| 2000-10-09 | Remove unneeded header <sys/syslimits.h> | hubertf |
| 1999-12-20 | Put back former -s switch to pkg_create as -L now. | 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-08-24 | Bring closer to /usr/share/misc/style with the aid of indent(1). | hubertf |
| 1999-08-19 | Clean up minor nits in C code. | 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-26 | Modify pkg_create to recognise Build Information and Version files, when | agc |
| 1998-10-12 | + Remove obsolete and unused string functions. | agc |
| 1998-10-09 | More cleanup - various bits of KNF. | agc |
| 1998-10-09 | Some minor KNF. | agc |
| 1998-10-08 | Eliminate all use of sprintf(3), and replace it with snprintf(3). | agc |
| 1998-08-25 | Remove some trailing (extra) "."s. | hubertf |
| 1998-08-25 | Don't exit cleanup() functions if not called from signal handler - this | hubertf |
| 1998-06-05 | Add support for CONFLICTS entry, implement -C switch for pkg_create | frueauf |
| 1997-10-18 | use strchr/strrchr/memset/memmove instead of index/rindex/bzero/bcopy | lukem |
| 1997-10-17 | WARNSify, cleanup Makefiles | lukem |
| 1997-10-16 | Second part of intrgration of FreeBSD pkg_install as of 971013. | hubertf |
| 1997-10-16 | First cut on importing pkg_install as of FreeBSD 971013: | hubertf |
| 1997-06-05 | Add NetBSD Ids | agc |
| 1997-06-05 | Initial import of FreeBSD packaging tool. | agc |