summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* The .Xr utilitycharnier2003-06-081-1/+2
* pkg_create incorrectly does not add trailing '\n' when it receiveslioux2003-05-262-1/+23
* Add a trailing '\n' character if none is found in the informationlioux2003-05-261-10/+19
* Erase whitespace at EOL.ru2003-05-221-2/+2
* Retire the useless NOSECURE knob.des2003-05-196-6/+6
* Fixed troff(1) and mdoc(7) warnings.ru2003-05-181-1/+1
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-179-18/+104
* Revert url.c:1.2: there was a race condition between when I producedrwatson2003-04-171-1/+1
* - Print out an error message instead of dereferencing a NULL pointerrobert2003-04-041-7/+29
* Don't pass NULL in as a flags argument to libfetch's fetchGetURL()rwatson2003-03-271-1/+1
* - Add the 'b' option which causes BLOCKSIZE to be hornored whenmdodd2003-03-254-8/+29
* Implement the 'Q' option which is like 'q' (quiet output) exceptmdodd2003-03-254-2/+17
* Fix a long-standing bug where if the package being deleted had nodes2003-02-252-14/+12
* Initialize sign to NULL so that we don't attempt to free() it in casemikeh2003-02-201-0/+1
* even the default case in a switch requires some action (add break;)billf2003-02-031-1/+2
* No need for the OPENSSL_NO_KRB5 switch anymore.markm2003-01-311-1/+0
* iAdjust for OpenSSL 0.9.7.markm2003-01-281-0/+1
* Note that -c is no longer supported. This was requested by a few users andtrhodes2003-01-271-0/+4
* Actually, the canonical way would be syntactically correct.des2003-01-091-1/+1
* Canonical way of determining whether or not to use crypto.des2003-01-091-1/+1
* Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-064-16/+24
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Back out rev 1.33; getbsize(3)'s original interface has been restored.mike2002-12-301-1/+1
* english(4) police.schweikh2002-12-272-4/+4
* Uniformly refer to a file system as "file system".ru2002-12-122-2/+2
* Minimal change to cause pkg_version to examine the new INDEX-5 filekris2002-12-042-2/+3
* Assume that packages passed on stdin are in bzip2 format, not gzip.bmah2002-11-141-1/+2
* Clean up a little. Don't need to include fetch.h any more, and I can'tobrien2002-11-061-7/+0
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-065-117/+149
* Whitespace cleanupdes2002-10-291-5/+5
* getbsize() now takes a pointer to a size_t as its first arg. A pointergallatin2002-10-241-1/+1
* Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriatebmah2002-10-081-0/+1
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-2/+2
* Update to use *.tbz suffix, also update example URL.bmah2002-09-101-3/+3
* Sigh, finally activate pkgwrap.c.sobomax2002-09-091-1/+1
* Fix minor off-by-one error.bmah2002-09-091-1/+1
* Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASEbmah2002-09-091-0/+2
* Introduce notion of the package tools revision and allow to wrap all toolssobomax2002-09-095-18/+131
* Kill debugging line occasionally slipped into rev.1.3.sobomax2002-09-091-2/+0
* Vastly decrease amount of memory comsumed in the case when we have to readsobomax2002-09-092-4/+11
* Use --fast-read mode to extract metadata from package file. Since metadatasobomax2002-09-091-2/+16
* When installing package from a local file assume that all subsequentsobomax2002-09-031-2/+6
* Don't treat unknown commands as fatal errors: they are probably justkris2002-08-311-2/+3
* Don't dump core on packages with an invalid or empty PLIST.reg2002-08-261-0/+4
* Grrr.... mumble.... a linger gzip'ism still existed.obrien2002-08-261-1/+1
* Reorg just a tad to better express our bzip intentions.obrien2002-08-251-6/+6
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-253-9/+15
* Preserve suid/gid permissions when extracting packages remotellylioux2002-08-241-1/+1
* Ensure that origin field in the packing list structure is initialised. Thissobomax2002-08-121-0/+1
* Fix typos; each file has at least one s/seperat/separat/schweikh2002-08-111-6/+6
OpenPOWER on IntegriCloud