summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/lib.h
Commit message (Expand)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retirebapt2013-10-311-243/+0
* Use snprintf instead of strc* functions and add bounds checking when creatingbapt2013-01-221-1/+1
* Provide an option to users to shoot themselves in the foot.eadler2012-11-261-1/+1
* Use modern license instead of being consistent with the other pkg_ toolseadler2012-11-261-1/+1
* Warn users when using pkg tools if it looks like theyeadler2012-10-221-0/+1
* if a file in plist starts with / then do not prefix it with "prefix" [1]bapt2012-09-181-1/+1
* Do not change owner, group, or mode when package database directory andjkim2012-09-141-1/+1
* Bump PKG_INSTALL_VERSION which should've been done in r236233jpaetzel2012-05-301-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-171-0/+242
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-242/+0
* Bump PKG_INSTALL_VERSION to 20100403.flz2010-04-031-1/+1
* Various fixes.flz2010-04-011-13/+7
* - Add support for UPDATING remote fetching.flz2010-01-221-1/+1
* - Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes.flz2009-09-021-3/+3
* Add support for INDEX-9 [1]dougb2009-08-311-3/+3
* When running pkg_add -r, check & install our dependencies for eachbrian2009-06-191-3/+3
* Skip @pkgdep if there's no argument.flz2009-05-191-1/+1
* - Backout latest changes (follow symlinks: r186496, r186518).flz2009-01-061-1/+1
* Fix memory leaks introduced in last commit.flz2008-12-271-1/+1
* Follow symlinks when deleting directories.flz2008-12-251-1/+1
* Enable the -n option of pkg_create(1).keramida2008-07-081-1/+1
* - add: Keep dependent packages too if -K is specified.flz2008-06-121-1/+1
* - Add long options to pkg_install.flz2008-05-301-1/+1
* Bump PKG_INSTALL_VERSION to 20080528.flz2008-05-281-1/+1
* - Restore functionality broken in previous commit; we need to be able to reportpav2008-05-031-1/+1
* Optimize package registration/deregistration. Previously, when looking up thepav2008-04-111-0/+1
* Some code cleanups, including removing of stale getopt argument andkrion2007-11-101-0/+7
* Add whitespace.krion2007-10-171-1/+1
* Update for INDEX-8 support.krion2007-10-171-1/+3
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.njl2007-03-281-1/+1
* Allow variable amounts of verbosity.obrien2006-06-121-1/+1
* Add INDEX-7 and remove trailing spaces.krion2006-04-171-3/+5
* 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
OpenPOWER on IntegriCloud