| Commit message (Expand) | Author | Age | Files | Lines |
* | After around 20 years of duty it is time for pkg_install to retire | Baptiste Daroussin | 2013-10-31 | 15 | -3318/+0 |
* | sysconf(3) returns a long, not an int. | David E. O'Brien | 2013-06-29 | 1 | -1/+1 |
* | sysconf(3) returns a long, not an int. | David E. O'Brien | 2013-06-28 | 1 | -1/+2 |
* | Fix compilation errors. | Jason Evans | 2013-01-23 | 1 | -2/+2 |
* | Use snprintf instead of strc* functions and add bounds checking when creating | Baptiste Daroussin | 2013-01-22 | 2 | -4/+9 |
* | Provide an option to users to shoot themselves in the foot. | Eitan Adler | 2012-11-26 | 2 | -1/+5 |
* | Use modern license instead of being consistent with the other pkg_ tools | Eitan Adler | 2012-11-26 | 2 | -10/+24 |
* | Warn users when using pkg tools if it looks like they | Eitan Adler | 2012-10-22 | 3 | -1/+40 |
* | Make sure that each va_start has one and only one matching va_end, | Kevin Lo | 2012-09-28 | 1 | -0/+1 |
* | if a file in plist starts with / then do not prefix it with "prefix" [1] | Baptiste Daroussin | 2012-09-18 | 2 | -2/+5 |
* | Do not change owner, group, or mode when package database directory and | Jung-uk Kim | 2012-09-14 | 1 | -1/+1 |
* | Bump PKG_INSTALL_VERSION which should've been done in r236233 | Josh Paetzel | 2012-05-30 | 1 | -1/+1 |
* | Let pkg_add use the ENV variable PACKAGESUFFIX. This | Josh Paetzel | 2012-05-30 | 2 | -3/+9 |
* | Make sure that each va_start has one and only one matching va_end, | Kevin Lo | 2012-05-29 | 2 | -0/+3 |
* | - Print package name in case an empty pkgdep line is found. | Beat Gaetzi | 2012-05-11 | 1 | -1/+2 |
* | Touch up some more small typos missed in the previous round. | Ulrich Spörlein | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes for usr.sbin/ | Ulrich Spörlein | 2011-12-30 | 11 | -14/+14 |
* | - add a missing "be" and "in" | Eitan Adler | 2011-11-11 | 1 | -1/+1 |
* | - change "is is" to "is" or "it is" | Eitan Adler | 2011-10-16 | 1 | -1/+1 |
* | Backout libinstall.a -> libpkg commit. | Florent Thoumie | 2011-05-17 | 14 | -0/+3241 |
* | - Take libinstall.a out of pkg_install and make it a proper shared library. | Florent Thoumie | 2010-04-23 | 14 | -3241/+0 |
* | Bump PKG_INSTALL_VERSION to 20100403. | Florent Thoumie | 2010-04-03 | 1 | -1/+1 |
* | Fix pkg_delete, check if the file we're trying to delete is a | Florent Thoumie | 2010-04-03 | 1 | -1/+1 |
* | Various fixes. | Florent Thoumie | 2010-04-01 | 5 | -29/+32 |
* | - Add support for UPDATING remote fetching. | Florent Thoumie | 2010-01-22 | 1 | -1/+1 |
* | - Bump PKG_INSTALL_VERSION to 20090902 after dougb's changes. | Florent Thoumie | 2009-09-02 | 1 | -3/+3 |
* | Add support for INDEX-9 [1] | Doug Barton | 2009-08-31 | 1 | -3/+3 |
* | Don't imply that only FTP urls are supported when we can't fetch | Brian Somers | 2009-06-30 | 1 | -1/+1 |
* | When running pkg_add -r, check & install our dependencies for each | Brian Somers | 2009-06-19 | 3 | -25/+29 |
* | Skip @pkgdep if there's no argument. | Florent Thoumie | 2009-05-19 | 2 | -1/+5 |
* | - Backout latest changes (follow symlinks: r186496, r186518). | Florent Thoumie | 2009-01-06 | 2 | -61/+24 |
* | Fix memory leaks introduced in last commit. | Florent Thoumie | 2008-12-27 | 2 | -13/+3 |
* | Follow symlinks when deleting directories. | Florent Thoumie | 2008-12-25 | 2 | -24/+71 |
* | Use humanize_number to report pen-sizes so people don't have to count | Poul-Henning Kamp | 2008-08-07 | 1 | -4/+15 |
* | Enable the -n option of pkg_create(1). | Giorgos Keramidas | 2008-07-08 | 1 | -1/+1 |
* | Remove support for RELENG_4 (__FreeBSD_version < 500039). | Florent Thoumie | 2008-06-16 | 2 | -16/+0 |
* | - add: Keep dependent packages too if -K is specified. | Florent Thoumie | 2008-06-12 | 1 | -1/+1 |
* | - Add long options to pkg_install. | Florent Thoumie | 2008-05-30 | 1 | -1/+1 |
* | Bump PKG_INSTALL_VERSION to 20080528. | Florent Thoumie | 2008-05-28 | 1 | -1/+1 |
* | - Restore functionality broken in previous commit; we need to be able to report | Pav Lucistnik | 2008-05-03 | 2 | -10/+13 |
* | Optimize package registration/deregistration. Previously, when looking up the | Pav Lucistnik | 2008-04-11 | 2 | -17/+56 |
* | Some code cleanups, including removing of stale getopt argument and | Kirill Ponomarev | 2007-11-10 | 1 | -0/+7 |
* | Momoize the results of isinstalledpkg() | Kirill Ponomarev | 2007-11-02 | 1 | -10/+56 |
* | Add whitespace. | Kirill Ponomarev | 2007-10-17 | 1 | -1/+1 |
* | Update for INDEX-8 support. | Kirill Ponomarev | 2007-10-17 | 1 | -1/+3 |
* | - Replace rather inefficient bubble sort with a recursive depth-first search. | Pav Lucistnik | 2007-06-18 | 1 | -66/+112 |
* | Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents. | Nate Lawson | 2007-03-28 | 4 | -7/+7 |
* | Invoke tar(1) with the -p option when installing a package | Ruslan Ermilov | 2007-03-06 | 1 | -2/+2 |
* | Cosmetic: fix indentation. | Dag-Erling Smørgrav | 2006-08-11 | 1 | -2/+2 |
* | Turn on libfetch debugging if -v was specified on the command line. | Dag-Erling Smørgrav | 2006-07-08 | 1 | -0/+1 |