summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* sysconf(3) returns a long, not an int.obrien2013-06-291-1/+1
* sysconf(3) returns a long, not an int.obrien2013-06-281-1/+2
* Fix compilation errors.jasone2013-01-231-2/+2
* Use snprintf instead of strc* functions and add bounds checking when creatingbapt2013-01-222-4/+9
* Provide an option to users to shoot themselves in the foot.eadler2012-11-262-1/+5
* Use modern license instead of being consistent with the other pkg_ toolseadler2012-11-262-10/+24
* Warn users when using pkg tools if it looks like theyeadler2012-10-223-1/+40
* Make sure that each va_start has one and only one matching va_end,kevlo2012-09-281-0/+1
* if a file in plist starts with / then do not prefix it with "prefix" [1]bapt2012-09-182-2/+5
* 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
* Let pkg_add use the ENV variable PACKAGESUFFIX. Thisjpaetzel2012-05-302-3/+9
* Make sure that each va_start has one and only one matching va_end,kevlo2012-05-292-0/+3
* - Print package name in case an empty pkgdep line is found.beat2012-05-111-1/+2
* Touch up some more small typos missed in the previous round.uqs2012-01-051-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-3011-14/+14
* - add a missing "be" and "in"eadler2011-11-111-1/+1
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-1714-0/+3241
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-2314-3241/+0
* Bump PKG_INSTALL_VERSION to 20100403.flz2010-04-031-1/+1
* Fix pkg_delete, check if the file we're trying to delete is aflz2010-04-031-1/+1
* Various fixes.flz2010-04-015-29/+32
* - 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
* Don't imply that only FTP urls are supported when we can't fetchbrian2009-06-301-1/+1
* When running pkg_add -r, check & install our dependencies for eachbrian2009-06-193-25/+29
* Skip @pkgdep if there's no argument.flz2009-05-192-1/+5
* - Backout latest changes (follow symlinks: r186496, r186518).flz2009-01-062-61/+24
* Fix memory leaks introduced in last commit.flz2008-12-272-13/+3
* Follow symlinks when deleting directories.flz2008-12-252-24/+71
* Use humanize_number to report pen-sizes so people don't have to countphk2008-08-071-4/+15
* Enable the -n option of pkg_create(1).keramida2008-07-081-1/+1
* Remove support for RELENG_4 (__FreeBSD_version < 500039).flz2008-06-162-16/+0
* - 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-032-10/+13
* Optimize package registration/deregistration. Previously, when looking up thepav2008-04-112-17/+56
* Some code cleanups, including removing of stale getopt argument andkrion2007-11-101-0/+7
* Momoize the results of isinstalledpkg()krion2007-11-021-10/+56
* Add whitespace.krion2007-10-171-1/+1
* Update for INDEX-8 support.krion2007-10-171-1/+3
* - Replace rather inefficient bubble sort with a recursive depth-first search.pav2007-06-181-66/+112
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.njl2007-03-284-7/+7
* Invoke tar(1) with the -p option when installing a packageru2007-03-061-2/+2
* Cosmetic: fix indentation.des2006-08-111-2/+2
* Turn on libfetch debugging if -v was specified on the command line.des2006-07-081-0/+1
* Allow variable amounts of verbosity.obrien2006-06-122-2/+2
OpenPOWER on IntegriCloud