summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
AgeCommit message (Expand)Author
2001-12-30don't hardcode "tar"'s program name, use TAR_FULLPATHNAME insteadhubertf
2001-12-12MKfoo=no -> NOfootv
2001-10-04fix typo that prevents to select best version of package.yamt
2001-09-26use full pathname of tar consistentlchubertf
2001-09-24va_{start,end} audit:wiz
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-07-24Fix `pkg_add -u' for packages without dependencies.wiz
2001-07-15Interface change for strip_txz(): now stores suffixhubertf
2001-06-19`existent', not `existant'wiz
2001-05-21Apply the -I substitution logic for @cd as well as @cwd (just foragc
2001-05-21Add -I argument to pkg_create so that the real prefix can be specifiedagc
2001-05-18Add -U argument to pkg_create - by default, all files are added to theagc
2001-04-28 * add function strip_txz() to strip off any .tgz, .tbz, .t[bg]z from ahubertf
2001-04-17on pkgdb_remove, don't retain old errors - clear errno before.hubertf
2001-04-09do not terminate on EINTR. with previous behavior pkg_add terminatesitojun
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz
2001-03-18Add -u switch to pkg_add to do a very rudimentare form of pkg upgrading:hubertf
2001-03-07Bump version to 20010307 (yesterday's bugfix, and a 1.4 build fix).wiz
2001-03-07This header file needs no __RCSID.wiz
2001-03-06Fix typos in commentswiz
2001-03-05version.o depends on version.h.wiz
2001-03-05Don't allow NULL version packages to match. Patch by hubertf.wiz
2001-03-05Add -V option to all pkgtools, which reports the version of the pkgtools.wiz
2001-03-05Using strcmp with NULL pointers is a bad idea. Fixes pkg/11647.wiz
2001-03-05Fix command line for tar in the case that the file to be handled doesn'twiz
2001-01-05use %ll_ instead of the less standard %q_lukem
2001-01-01 * findmatchingname():hubertf
2000-12-13Strip not only .tgz but also .tbz etc. (missed from last commit)hubertf
2000-12-13 * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add andhubertf
2000-11-28Fix timeout in expect():hubertf
2000-11-26Don't mkdir("/usr/tmp") in a desperate try to get some space.hubertf
2000-10-31Don't swallow '%' in file/directory names.hubertf
2000-10-21Introduce some caching.mycroft
2000-10-11More format string cleanups by sommerfeld.is
2000-10-11Check if $PKG_PATH is set AND contains something useful. Stopshubertf
2000-10-09Allow SRCS, LDADD to be set on the command line, and still add the files.hubertf
2000-10-09Only pull in <vis.h> when debugging expect(), i.e. EXPECT_DEBUG is set.hubertf
2000-10-04Make even more silent, only spit out stuff if -v is given.hubertf
2000-10-01Not every FTP server says nicely "Goodbye".hubertf
2000-09-01When downloading and extracting a file (in ftp:hubertf
2000-08-29Make pkg_add & friends print the files they push through tar(1) tohubertf
2000-08-28 * Make a few functions public so this code can be used by other programshubertf
2000-08-28Hide "trying PKG_PATH ..." message, only print on -vhubertf
2000-07-24handle NULL pen variable more gracefully in find_play_pen()hubertf
2000-07-06remove/hide some debugging codehubertf
2000-07-05 * Move comment around a bithubertf
2000-06-19be sure to set pkgdbp to NULL after closing the db.hubertf
2000-06-18remove stale debugging codehubertf
2000-06-18 * shuffle variable names in findbestmatchingname_fn() aroundhubertf
2000-06-18use /var/tmp consistently. (XXX need to re-visit if we everhubertf