summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Pass `-9' flag to gzip(1), so that package is compressed using maximumsobomax2002-01-171-2/+4
* Add pkg_update to the SEE_ALSO manpage of pkg_create.keramida2002-01-151-0/+1
* Choose more paranoid modes for the temporary directory so the user can'tjkh2001-11-221-1/+1
* Improve recently committed fix for -t bug.sobomax2001-11-151-1/+1
* Make `-b' option actually work as advertised.sobomax2001-10-251-0/+1
* Increase the number of packages that can be installed by an order ofobrien2001-10-161-1/+1
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)sobomax2001-10-162-2/+2
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.sobomax2001-10-152-2/+2
* The user wants to ensure, not insure, that the package isn't going todd2001-10-151-1/+1
* Make `-t' flag in pkg_*(1) tools actually working.sobomax2001-10-111-1/+2
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-1011-17/+146
* WARNS=2 cleanup.sobomax2001-10-1027-175/+184
* OOPS, delete some commented out debugging code committed along with r.1.25.sobomax2001-10-081-1/+0
* - Allow package archive to be created from a locally installed package. Thissobomax2001-10-085-30/+109
* Various fixes and improvements:sobomax2001-09-198-80/+187
* Drop maintainership.bmah2001-09-181-1/+0
* Support the use of ${PORTSDIR} to find a ports tree INDEX file inbmah2001-09-181-2/+2
* Fix segfault introduced in previous commit (when adding local packages).sobomax2001-09-171-2/+3
* Use a colon to separate the user and group when executing chown(1).dd2001-09-111-2/+2
* Fixes problem with pkg_add -r when adding multiple pkgs.unfurl2001-09-071-0/+1
* Handle snprintf() returning < 0 (not just -1)brian2001-08-202-5/+5
* Handle snprintf() returning -1.brian2001-08-202-5/+5
* Remove duplicate umask(2) call.sobomax2001-08-151-1/+0
* Spell "FreeBSD" with "F" and "BSD" in uppercase.ru2001-08-131-1/+1
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-135-59/+31
* mdoc(7) police: protect trailing full stops of abbreviationsru2001-08-101-1/+1
* Recognise @option directives instead of falling through to the defaultkris2001-08-061-0/+6
* exists(../../crypto) --> exists(${.CURDIR}/../../crypto)sobomax2001-08-021-1/+1
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.jon2001-08-021-1/+1
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-027-23/+15
* Cosmetics: kill blank lines at the end of file.sobomax2001-08-021-2/+0
* Usability tweak:sobomax2001-08-024-30/+30
* When there is a file that can't be deleted due to checksum mismatch print namesobomax2001-08-021-2/+1
* The security officer requested this be backed out for discussion.obrien2001-07-282-18/+32
* Remove s_strl*(). I am not sure what was thought they accomplished.obrien2001-07-282-32/+18
* Only match the first osreldate date range for constructing the FTP URL,kris2001-07-261-1/+1
* Use reallocf(3) to increase size of malloc'ed buffer instead ofsobomax2001-07-201-7/+4
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-207-25/+22
* Correct a reversion in r1.39 which introduced a new instance of strcpy()kris2001-07-191-4/+6
* Remove whitespace at EOL.dd2001-07-156-84/+84
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-105-5/+5
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHsobomax2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.dd2001-07-092-2/+0
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+2
* Fix usage bogon (-d doesn't take any arguments).bmah2001-06-131-2/+2
* Add a -s option to pkg_version, which limits output to packagesbmah2001-06-132-7/+23
* Use getdtablesize() instead of OPEN_MAX.des2001-06-131-1/+1
* Properly quote recursive pkg_add operations so that filenames withjkh2001-06-111-1/+1
* Check for the existence of the Makefile in the port skeleton directorytobez2001-06-111-2/+12
* Pass on the verbose option to fetchGetURL().des2001-06-111-3/+4
OpenPOWER on IntegriCloud