summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
Commit message (Expand)AuthorAgeFilesLines
* 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
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.knu2002-08-041-1/+1
* Drop support for the .tbz2 suffix. One would not want pkg_create(1)knu2002-08-042-6/+2
* Use an 8.3 friendly extension when compressing with bzip2.obrien2002-08-041-1/+1
* When extracting package pass `-p' option to tar(1), so that files aresobomax2002-08-021-1/+1
* C replacement for the Perl5 code.markm2002-06-249-680/+570
* Reorder libraries to fix static linking (libssl depends on libcrypto, sodes2002-06-124-8/+8
* libfetch now depends on libcrypto and libssl.ru2002-06-064-0/+20
* Grammar nit.obrien2002-06-041-1/+1
* pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, becausebmah2002-05-311-0/+24
* mdoc(7) police: markup nits.ru2002-05-301-2/+4
* MFS: two more testcases highlighting recently discovered problem with versionsobomax2002-05-281-0/+2
* Eliminate free'ing already freed chunks.sobomax2002-05-221-2/+3
* MFS: silence compiler warnings.sobomax2002-05-201-7/+7
* Remove cross reference to pkg_update(1).eric2002-05-161-1/+0
* Consistancy check: s/file system/filesystem/gtrhodes2002-05-161-1/+1
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-147-137/+267
* Mark all internal libraries with INTERNALLIB.ru2002-05-131-5/+1
* Remove cross reference to pkg_update(1).eric2002-05-111-1/+0
* replace __FUNCTION__ with standardized __func__.alfred2002-05-1111-58/+58
* fix build:alfred2002-05-118-51/+67
* When packing installed package into a file (pkg_create -b) make sure tosobomax2002-05-101-4/+11
* Do my bit for the Perl removal team and shoot my own, rather mangypaul2002-05-084-306/+1
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-056-9/+56
* In a origin lookup mode (-O) don't bail out when encountering empty packagesobomax2002-05-051-2/+8
OpenPOWER on IntegriCloud