aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Perform a major cleanup of the usr.sbin Makefiles.David E. O'Brien2001-07-207-25/+22
* Correct a reversion in r1.39 which introduced a new instance of strcpy()Kris Kennaway2001-07-191-4/+6
* Remove whitespace at EOL.Dima Dorfman2001-07-156-84/+84
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-105-5/+5
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHMaxim Sobolev2001-07-101-1/+1
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-092-2/+0
* Fix the type of the NULL arg to execl()Brian Somers2001-07-091-1/+2
* Fix usage bogon (-d doesn't take any arguments).Bruce A. Mah2001-06-131-2/+2
* Add a -s option to pkg_version, which limits output to packagesBruce A. Mah2001-06-132-7/+23
* Use getdtablesize() instead of OPEN_MAX.Dag-Erling Smørgrav2001-06-131-1/+1
* Properly quote recursive pkg_add operations so that filenames withJordan K. Hubbard2001-06-111-1/+1
* Check for the existence of the Makefile in the port skeleton directoryAnton Berezin2001-06-111-2/+12
* Pass on the verbose option to fetchGetURL().Dag-Erling Smørgrav2001-06-111-3/+4
* Fixed pkg_add so when it does not find a package, it returns != 0.Jim Pirzyk2001-06-041-1/+2
* Cross reference pkg_update(1).Eric Melville2001-05-311-0/+1
* Style policy: reformat multiline comments to conform to style(9).Maxim Sobolev2001-05-1710-46/+83
* Print longer package names. Some of them were running off the rightBruce A. Mah2001-05-151-3/+3
* Fixed a missing library in DPADD.Bruce Evans2001-05-121-4/+5
* Clean up some of the evil string handling in this code, replaceKris Kennaway2001-05-123-47/+91
* rcsid style fix.David E. O'Brien2001-05-091-6/+5
* A WIP snuck in the rev 1.34 commit.David E. O'Brien2001-05-091-8/+3
* The pkg_version -c output will now call for a "make clean" before andBruce A. Mah2001-04-301-2/+2
* Fix typo in prev commit - add missing commaAndrey A. Chernov2001-04-261-2/+3
* Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there,David E. O'Brien2001-04-251-4/+10
* Don't build pkg_sign tools if crypto is not installed, or is notWes Peters2001-04-241-1/+2
* Fix a problem with tests of the form "1.0" vs. "1.0a".Bruce A. Mah2001-04-192-3/+15
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-072-8/+2
* mdoc(7) police: .Nm remembers its argument on the first call.Ruslan Ermilov2001-04-041-1/+1
* Implement a package number comparison routine for pkg_version(1)Bruce A. Mah2001-04-034-30/+200
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-263-4/+2
* Decapitalise first letter of warning message.Maxim Sobolev2001-03-261-1/+1
* In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. ThisMaxim Sobolev2001-03-261-40/+67
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-2312-23/+283
* Set the default manual section for usr.sbin/ to 8.Ruslan Ermilov2001-03-201-0/+2
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-155-74/+152
* When matching installed packages against glob keep track of which patternsMaxim Sobolev2001-03-141-2/+23
* Change check_sign to proper "pkg_sign" reference.Jordan K. Hubbard2001-03-081-2/+2
* mdoc(7) police: misc markup fixes.Ruslan Ermilov2001-03-051-23/+40
* Build package signing tools if OpenSSL is included in the build.Wes Peters2001-03-051-0/+4
* When called with the "-n" command line argument, pkg_deleteOllivier Robert2001-03-041-5/+4
* Put back several lines that I erroneously deleted in my previous commit. ThisMaxim Sobolev2001-03-011-0/+3
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-283-10/+10
* Properly detect and report malloc(3) failures.Maxim Sobolev2001-02-271-36/+51
* - Merge recently added into pkg_info(1) regex/glob matching functionality intoMaxim Sobolev2001-02-279-167/+337
* Add two missed modifiers into usage message (`-G' and `-x').Maxim Sobolev2001-02-241-1/+1
* Fix a typo, that in some cases may lead to incorrect packages reordering.Maxim Sobolev2001-02-211-1/+1
* Use the more logical author syntax from pkg_version and quoteJordan K. Hubbard2001-02-204-14/+8
* Improve pkg_delete(1) behaviour when deleting several packages at once.Maxim Sobolev2001-02-191-2/+73
* MFS: getpackagesite() from RELENG_4 that allows the code to be the same.David E. O'Brien2001-02-171-4/+16
* mdoc(7) police: sanitize previous commit.Ruslan Ermilov2001-02-161-2/+3