summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
AgeCommit message (Expand)Author
2003-12-06Fix typo, reported by Soren Jacobsen in PR 23666.wiz
2003-11-21Bump version for wait-for-child fix.wiz
2003-11-21Wait for decompress child before continuing.wiz
2003-11-12s/netbsd.org/NetBSD.org/igrant
2003-10-21Don't compare an int to NULL.fvdl
2003-10-06minor style nitgrant
2003-10-04Sort names.wiz
2003-10-04Add me here, too.wiz
2003-10-04Replace strnncpy calls with strlcpy calls. Remove strnncpy.wiz
2003-10-03Indent, and remove some #if 0-ed code.wiz
2003-10-03Bump date for previous (oops :) ).wiz
2003-10-03Bump version to 20031003 for added HTTP support.wiz
2003-10-03Add HTTP support.wiz
2003-09-25Make compile with STANDALONE defined.wiz
2003-09-25s/lukemftp/nbftp/, fix two typos.wiz
2003-09-24Cast the type of argument printed, for sparc and arm platforms.agc
2003-09-23reset values when malloc fails.christos
2003-09-23Avoid shadowing err.wiz
2003-09-23Add prototype for remove_files.wiz
2003-09-23Remove last vsystem caller and vsystem() itself.wiz
2003-09-23Add <sys/wait.h> so that we have a prototype for waitpid(3).agc
2003-09-23Add some free()s in error cases.wiz
2003-09-23Get rid of lots of system(3) (partly via vsystem) calls.wiz
2003-09-23bump PKGTOOLS_VERSION for identification purposes (despite the lack ofgrant
2003-09-23don't assume mtree is in BINDIR, allow it to be overridden bygrant
2003-09-23remove redundant comments about zoularis.grant
2003-09-20Add my name to the list of the culprits.tron
2003-09-19Initialize cnt; from Greg A. Woods in PR 22862.wiz
2003-09-18Let pkg_admin(1) have a -S argument - some vendors' xargs(1) don't passagc
2003-09-17Remove the names of arguments from function prototypes.agc
2003-09-14Update pkg_install to 20030914. Changes from version 20030913 arejlam
2003-09-13Update pkg_install to 20030913. Changes from version 20020912 are quietingjlam
2003-09-13Update pkg_install to version 20030912. Changes from 200230907 arejlam
2003-09-10Fix a bug I accidentally introduced in rev. 1.48 where a pkg_dbdir could nojlam
2003-09-09Inverted a test by mistake.jlam
2003-09-09Replace call to vsystem() with call to fexec() for speed.jlam
2003-09-08Output the name of the pkgdb file from which we are removing entriesjlam
2003-09-08Allow the package entries in the pkgdbdir to be either directories orjlam
2003-09-08It's "-d stowdir" not "-D stowdir".jlam
2003-09-08Use the pkgviews terminology from pkgsrc/mk/buildlink3/README consistentlyjlam
2003-09-08Add options to SYNOPSIS; remove some fluff from Nd.wiz
2003-09-08Sort options; use Fl x instead of Ar -x; use Pq/Sq.wiz
2003-09-08Bump date for previous.wiz
2003-09-08Sort options.wiz
2003-09-08Bump date for previous.wiz
2003-09-08Bump version to 20030907. Changes from previous version include:jlam
2003-09-08Bump date for previous.wiz
2003-09-08Use "pkg_admin add|delete" to manipulate the pkgdb.byfile.db files in eachjlam
2003-09-08When executing "pkg_delete foo", only delete it if "foo" resolves to ajlam
2003-09-08Add new commands "add" and "delete" to pkg_admin(1):jlam