summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add
AgeCommit message (Expand)Author
2004-01-04In the "quick depends pre-scan", first print all bad matching depends,hubertf
2003-12-20use the --use-compress-program argument to tar and do away withgrant
2003-12-20always print an error when package addition fails (rather than onlygrant
2003-12-20check the OS, architecture and version of a package against the hostgrant
2003-10-03Bump date for previous (oops :) ).wiz
2003-10-03Add HTTP support.wiz
2003-09-24Cast the type of argument printed, for sparc and arm platforms.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-23don't assume mtree is in BINDIR, allow it to be overridden bygrant
2003-09-08Bump date for previous.wiz
2003-09-08Note that LOCALBASE and PKG_VIEW in the environment will affect thejlam
2003-09-08When adding depoted packages into the depot, manipulate the correctjlam
2003-09-02Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD byjlam
2003-08-25Replace calls to vsystem() by calls to fexec() or fcexec().tron
2003-08-24Replace a few calls to vsystem() with calls to fexec() to speed uptron
2003-07-25netbsd.org->NetBSD.orgsalo
2003-07-14use bounded string op as much as possibleitojun
2003-07-14use bounded string op as much as possibleitojun
2003-06-05Set the program name via setprogname(3).agc
2003-04-23pkg_add fix:seb
2003-04-22Rename "upgrade" variable to "Replace" (etc.) as that is what it's reallyhubertf
2003-04-10improve error when there's not enough space to unpack in PKG_TMPDIR.grant
2003-03-24Pkg_add fix: if an install script is present move it into LogDirseb
2003-03-24Implement remaining TODO item in pkg upgrade (pkg_add -u):hubertf
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-02Allow '%D' to be used when no last_file available. Fixes binary packageabs
2003-01-10Introduce the notion of "preserving" an installed package.agc
2003-01-10Order the getopt(3) options alphabetically.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-11-29replace use of alloca() with the more portable malloc()/free().grant
2002-11-28Add 'p' option to TARX_CMD's argument for preserving file mode.taca
2002-11-05s/anyways/anyway/grant
2002-10-17- eliminate the hard-coding of pathnames in the default install.christos
2002-09-26Ispell. Begin new sentences on a new line.wiz
2002-09-24Sprinkle .Xrs to packages(7).uebayasi
2002-08-29Do not prepend '.' to path when looking for dependencies for a packageabs
2002-08-27Introduce path_prepend_from_pkgname() and path_remove_first() andabs
2002-08-16Fix a few comments, and add some others to outline what's missinghubertf
2002-08-15Drop trailing whitespace.wiz
2002-08-15document -uhubertf
2002-08-04Try increasing number of max. open files as high as possible.hubertf
2002-07-31Synch with reality (PKG_TMDIR defaults to /var/tmp (first)).jschauma
2002-07-20sweep of errx/warnx, remove unnecessary trailing \ngrant
2002-07-19- remove handling of PKG_ADD_BASE.yamt
2002-07-13If "-f" is given, don't set errc on dependency add failure.toshii
2002-07-09don't pass null pointers to printf for "%s".yamt
2002-06-10constify and make WARNS=2 clean.yamt
2002-06-09constify.yamt