aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* Eliminated double whitespace.Ruslan Ermilov2004-07-032-2/+2
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-025-70/+139
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-2927-61/+97
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-2913-81/+110
* - pkg_create: new flag -S (clean room installation)Oliver Eikemeier2004-06-295-33/+74
* - match package version numbers with relational operatorsOliver Eikemeier2004-06-2913-49/+403
* - complete rewrite of the version number parsing code, restoring compatibiliy...Oliver Eikemeier2004-06-294-87/+265
* Markup and punctuation nits.Ruslan Ermilov2004-06-051-8/+8
* Add 4.10 and 5.2.1 entries so that pkg_add -r fetches from the rightBruce A. Mah2004-05-081-1/+3
* When invoking tar, make sure the mode option (-x) is first.Tim Kientzle2004-04-081-7/+6
* Synopsis fixes:Colin Percival2004-03-302-12/+8
* Add command line option for chrootdir, all pkg_add(8) operations will beKen Smith2004-03-012-3/+39
* This is an initial whitespace cleanup commit, new content to follow.Ken Smith2004-03-011-19/+38
* Instead of bogusly complaining about odd file names, handle them properlyDag-Erling Smørgrav2004-01-241-11/+27
* Try to apply consistent indentation.Dag-Erling Smørgrav2004-01-241-20/+19
* - Properly build both crypto and non-crypto versions of theRuslan Ermilov2004-01-178-28/+10
* Replaced black magic with white magic.Ruslan Ermilov2004-01-171-5/+2
* Catch up with reality with respect to the location of 4.8, 4.9,Bruce A. Mah2004-01-021-1/+6
* Fix a case of undefined behavior due to overlapping buf objects inJens Schweikhardt2003-12-231-2/+3
* Correct truncation detection after use of snprintf: The case whereJacques Vidrine2003-12-172-5/+5
* Clarify the order of arguments passed to the pre-/post-install scriptPeter Pentchev2003-08-261-1/+1
* Backout 1.14, it seems to be causing problems with libxml buildBosko Milekic2003-08-041-1/+1
* Use strncmp() and not strcmp() here to properly matchBosko Milekic2003-08-011-1/+1
* The .Xr utilityPhilippe Charnier2003-06-081-1/+2
* pkg_create incorrectly does not add trailing '\n' when it receivesMario Sergio Fujikawa Ferreira2003-05-262-1/+23
* Add a trailing '\n' character if none is found in the informationMario Sergio Fujikawa Ferreira2003-05-261-10/+19
* Erase whitespace at EOL.Ruslan Ermilov2003-05-221-2/+2
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-196-6/+6
* Fixed troff(1) and mdoc(7) warnings.Ruslan Ermilov2003-05-181-1/+1
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-179-18/+104
* Revert url.c:1.2: there was a race condition between when I producedRobert Watson2003-04-171-1/+1
* - Print out an error message instead of dereferencing a NULL pointerRobert Drehmel2003-04-041-7/+29
* Don't pass NULL in as a flags argument to libfetch's fetchGetURL()Robert Watson2003-03-271-1/+1
* - Add the 'b' option which causes BLOCKSIZE to be hornored whenMatthew N. Dodd2003-03-254-8/+29
* Implement the 'Q' option which is like 'q' (quiet output) exceptMatthew N. Dodd2003-03-254-2/+17
* Fix a long-standing bug where if the package being deleted had noDag-Erling Smørgrav2003-02-252-14/+12
* Initialize sign to NULL so that we don't attempt to free() it in caseMike Heffner2003-02-201-0/+1
* even the default case in a switch requires some action (add break;)Bill Fumerola2003-02-031-1/+2
* No need for the OPENSSL_NO_KRB5 switch anymore.Mark Murray2003-01-311-1/+0
* iAdjust for OpenSSL 0.9.7.Mark Murray2003-01-281-0/+1
* Note that -c is no longer supported. This was requested by a few users andTom Rhodes2003-01-271-0/+4
* Actually, the canonical way would be syntactically correct.Dag-Erling Smørgrav2003-01-091-1/+1
* Canonical way of determining whether or not to use crypto.Dag-Erling Smørgrav2003-01-091-1/+1
* Prevent buffer overflow in format_cmd() by properly tracking maximumJordan K. Hubbard2003-01-064-16/+24
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Back out rev 1.33; getbsize(3)'s original interface has been restored.Mike Barcroft2002-12-301-1/+1
* english(4) police.Jens Schweikhardt2002-12-272-4/+4
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-122-2/+2
* Minimal change to cause pkg_version to examine the new INDEX-5 fileKris Kennaway2002-12-042-2/+3
* Assume that packages passed on stdin are in bzip2 format, not gzip.Bruce A. Mah2002-11-141-1/+2