aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/lib.h
Commit message (Expand)AuthorAgeFilesLines
* Synchronize pkg_install with HEAD.Florent Thoumie2010-01-221-9/+9
* Synchronize pkg_install with HEAD (20080708):Florent Thoumie2008-12-251-1/+1
* Synchronize pkg_install with HEAD (20080612)Florent Thoumie2008-06-161-1/+1
* Synchronize pkg_install with HEAD (20080530)Florent Thoumie2008-06-101-1/+1
* MFC: distfile target, pkg registration optimizationFlorent Thoumie2008-06-031-0/+1
* Synchronize pkg_install with HEAD:Florent Thoumie2008-04-071-3/+12
* MFC: lib.h: 1.58Kirill Ponomarev2006-05-141-3/+5
* MFC:Florent Thoumie2006-01-161-1/+1
* Implement @noinst field which has at the moment the same meaning andKirill Ponomarev2005-06-141-1/+2
* Use INDEX-6 for versions of FreeBSD > 600000Paul Richards2005-01-041-1/+3
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.David E. O'Brien2004-10-181-0/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-291-3/+9
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-291-2/+2
* - match package version numbers with relational operatorsOliver Eikemeier2004-06-291-1/+2
* - complete rewrite of the version number parsing code, restoring compatibiliy...Oliver Eikemeier2004-06-291-1/+0
* pkg_create incorrectly does not add trailing '\n' when it receivesMario Sergio Fujikawa Ferreira2003-05-261-0/+1
* * Add explicit conflict-checking to the package tools. Packages canKris Kennaway2003-04-171-3/+3
* Prevent buffer overflow in format_cmd() by properly tracking maximumJordan K. Hubbard2003-01-061-1/+1
* Introduce notion of the package tools revision and allow to wrap all toolsMaxim Sobolev2002-09-091-0/+10
* C replacement for the Perl5 code.Mark Murray2002-06-241-0/+2
* - Make use of DEPOROGINs (if there are any) when installing package;Maxim Sobolev2002-05-141-0/+2
* New feature: allow origins of all dependencies be recorded into package listMaxim Sobolev2002-05-051-1/+1
* Add ability to query installed packages based on origin.Maxim Sobolev2002-05-041-1/+3
* - Introduce a notion of `packing list format version'. This allows makingMaxim Sobolev2001-10-101-0/+8
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-31/+31
* Various fixes and improvements:Maxim Sobolev2001-09-191-0/+8
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-131-3/+0
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...Maxim Sobolev2001-08-021-2/+4
* Clean up some of the evil string handling in this code, replaceKris Kennaway2001-05-121-0/+2
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-231-0/+2
* When creating a package sort dependencies in such a way that if dependencyMaxim Sobolev2001-03-151-0/+4
* - Merge recently added into pkg_info(1) regex/glob matching functionality intoMaxim Sobolev2001-02-271-0/+8
* Fix symlink-to-a-dir handling in pkg_delete.Maxim Sobolev2000-09-181-0/+1
* Use libfetch instead of libftpio. This adds support for http and IPv6.Dag-Erling Smørgrav2000-06-271-8/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-111-1/+2
* Make it possible to have separate install scripts as well as haveJordan K. Hubbard1998-12-161-1/+3
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedJordan K. Hubbard1998-02-161-2/+2
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-2/+1
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-301-12/+13
* Make pkg_install understand and use libftpio instead of its ownJordan K. Hubbard1996-06-201-1/+4
* Change min_free to return free space as an off_t instead of a size_t.Alexander Langer1996-06-081-2/+2
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-251-4/+5
* Use size_t properly in all fs size ops. This kills a bugJordan K. Hubbard1995-08-261-2/+2
* You can run pkg_info everywhere expect /var/db/pkg directory :-)Andrey A. Chernov1995-07-301-1/+2
* Add code for dealing with URLs.Jordan K. Hubbard1995-04-261-2/+7
* Export the min_free() function.Jordan K. Hubbard1995-04-221-1/+3
* 1. Add an new @option directive. You'll understand it better in a moment.Jordan K. Hubbard1995-04-221-2/+4