summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/lib.h
Commit message (Expand)AuthorAgeFilesLines
* Add -K option to pkg_add and pkg_info.flz2006-01-091-1/+1
* Implement @noinst field which has at the moment the same meaning andkrion2005-06-141-1/+2
* Use INDEX-6 for versions of FreeBSD > 600000paul2005-01-041-1/+3
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.obrien2004-10-181-0/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-3/+9
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-2/+2
* - match package version numbers with relational operatorseik2004-06-291-1/+2
* - complete rewrite of the version number parsing code, restoring compatibiliy...eik2004-06-291-1/+0
* pkg_create incorrectly does not add trailing '\n' when it receiveslioux2003-05-261-0/+1
* * Add explicit conflict-checking to the package tools. Packages cankris2003-04-171-3/+3
* Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-061-1/+1
* Introduce notion of the package tools revision and allow to wrap all toolssobomax2002-09-091-0/+10
* C replacement for the Perl5 code.markm2002-06-241-0/+2
* - Make use of DEPOROGINs (if there are any) when installing package;sobomax2002-05-141-0/+2
* New feature: allow origins of all dependencies be recorded into package listsobomax2002-05-051-1/+1
* Add ability to query installed packages based on origin.sobomax2002-05-041-1/+3
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-101-0/+8
* WARNS=2 cleanup.sobomax2001-10-101-31/+31
* Various fixes and improvements:sobomax2001-09-191-0/+8
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-131-3/+0
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-2/+4
* Clean up some of the evil string handling in this code, replacekris2001-05-121-0/+2
* - Add which(1)-like functionality into pkg_info;sobomax2001-03-231-0/+2
* When creating a package sort dependencies in such a way that if dependencysobomax2001-03-151-0/+4
* - Merge recently added into pkg_info(1) regex/glob matching functionality intosobomax2001-02-271-0/+8
* Fix symlink-to-a-dir handling in pkg_delete.sobomax2000-09-181-0/+1
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-8/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-111-1/+2
* Make it possible to have separate install scripts as well as havejkh1998-12-161-1/+3
* Eliminate the idea of nested "playpens" entirely - it just obfuscatedjkh1998-02-161-2/+2
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-2/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-301-12/+13
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-201-1/+4
* Change min_free to return free space as an off_t instead of a size_t.alex1996-06-081-2/+2
* Bring forward my changes from 2.1jkh1995-10-251-4/+5
* Use size_t properly in all fs size ops. This kills a bugjkh1995-08-261-2/+2
* You can run pkg_info everywhere expect /var/db/pkg directory :-)ache1995-07-301-1/+2
* Add code for dealing with URLs.jkh1995-04-261-2/+7
* Export the min_free() function.jkh1995-04-221-1/+3
* 1. Add an new @option directive. You'll understand it better in a moment.jkh1995-04-221-2/+4
* Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is thejkh1995-04-191-3/+5
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-4/+8
* Add a new basename_of() function.jkh1994-11-171-1/+2
* Add the ability to verify that a package won't extract in the spacejkh1994-10-041-2/+2
* Don't let pkg_delete remove the recorded location until everything hasjkh1994-09-291-2/+2
* Add @srcdir option for customizing creation of packages.jkh1994-08-281-2/+2
* The environment variable PKG_PREFIX is set to the first @cwd commandasami1994-05-251-1/+3
OpenPOWER on IntegriCloud