summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
AgeCommit message (Expand)Author
1999-06-18don't print a useless error message.mrg
1999-06-15Add support for fetching packages from HTTP URLs. Since 'ftp' is alreadycgd
1999-05-30Remove support for absolutes pathnames completely. This can't work withtron
1999-05-29Don't prepend directories if the plist files are absolute.christos
1999-04-12Use absolute path to tar(1) in execl() call.hubertf
1999-04-10Fix off-by-one error. (This was detected using libefence)hubertf
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
1999-03-15Shut-up gcc-2.8.1 warnings.christos
1999-03-13set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem
1999-03-09Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference toagc
1999-03-06update comment for findmatchingname()hubertf
1999-03-03More helpful message on failurehubertf
1999-03-02use mkdtemp also on 1.3I and uphubertf
1999-03-01Include <fcntl.h> for the O_* definitions.agc
1999-02-13there is no ftplib.3hubertf
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1999-01-29Remove the "struct datum" and use DBT directly.hubertf
1999-01-26minor comments fixuphubertf
1999-01-26comment fileFindByPath(), reindent a bithubertf
1999-01-19Add code for pkgdb.hubertf
1998-11-02include fcntl.h to get O_RDONLY; our headers include too much stuff.christos
1998-10-27Instead of ignoring any SIGINTs when cleaning up, allow them. Theagc
1998-10-26Always tell the user about the temporary directory we're about to delete.agc
1998-10-21Add a -B option to pkg_info to print out the "Build Information" foragc
1998-10-13Add -b argument to pkg_info to display the +BUILD_VERSION file for theagc
1998-10-13Get rid of YES and NO definitions. NO was defined but never used.agc
1998-10-13Fixes for Alpha, from Hideo MASUDA (h-masuda@jm3spa.felix.or.jp), inagc
1998-10-12+ Remove obsolete and unused string functions.agc
1998-10-09Use the same table for input and output of PLISTs.agc
1998-10-09More cleanup - various bits of KNF.agc
1998-10-09Fix a bug in pkg_info -f with @pkgcfl entries.agc
1998-10-09Garbage collect unused variable..agc
1998-10-08Eliminate all use of sprintf(3), and replace it with snprintf(3).agc
1998-10-08One more piece of lint.agc
1998-10-08Get rid of some lint.agc
1998-10-05Squelch minor LP64-related compiler warning/error (-Werror)ross
1998-10-04fix some egcs warningshubertf
1998-10-03Teach our tools about dependencies containing wildcards.hubertf
1998-10-01In an ideal world, make_playpen() and leave_playpen() would maintainhubertf
1998-08-27Allow symlinks to directories instead of pure directories in severalhubertf
1998-08-27{} fixes from Erik Bertelsen <erik@erik-be.uni-c.dk> (PR 6047) to shut up egcs.ross
1998-08-25Don't exit cleanup() functions if not called from signal handler - thishubertf
1998-07-09Replace FreeBSD's libftpio with our calls to our great ftp client.hubertf
1998-07-08Abort on "rm -rf /"...hubertf
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-06-05Add support for CONFLICTS entry, implement -C switch for pkg_createfrueauf
1998-05-18return new dir; fixes PR 5456 by "Heiko W.Rupp" <hwr@pilhuhn.de>hubertf
1998-04-23In isdir() function, use lstat(2) instead of stat(2), so that we doagc
1998-03-27Clean up some lint warnings about return value of errx.agc
1998-03-27When reading the PLIST file, don't abort everything if you don'tagc