summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Fixed pkg_add so when it does not find a package, it returns != 0.pirzyk2001-06-041-1/+2
* Cross reference pkg_update(1).eric2001-05-311-0/+1
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-1710-46/+83
* Print longer package names. Some of them were running off the rightbmah2001-05-151-3/+3
* Fixed a missing library in DPADD.bde2001-05-121-4/+5
* Clean up some of the evil string handling in this code, replacekris2001-05-123-47/+91
* rcsid style fix.obrien2001-05-091-6/+5
* A WIP snuck in the rev 1.34 commit.obrien2001-05-091-8/+3
* The pkg_version -c output will now call for a "make clean" before andbmah2001-04-301-2/+2
* Fix typo in prev commit - add missing commaache2001-04-261-2/+3
OpenPOWER on IntegriCloud