summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/main.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing `void' keywords.ed2009-12-291-1/+1
* Oops. Needed to adjust a little bit more of the line for packages-8-stablekensmith2009-08-241-1/+1
* Make head 9.0-CURRENT in preparation for lifting code freeze.kensmith2009-08-221-1/+3
* Add release package directories for 6.4 and 7.2.kensmith2009-04-151-0/+2
* Add package directory for 7.1-RELEASE in head as well as stable/7.flz2008-12-251-0/+1
* Display usage when pkg_add is called with no arguments.brooks2008-10-171-1/+1
* Remove support for RELENG_4 (__FreeBSD_version < 500039).flz2008-06-161-6/+1
* - Add long options to pkg_install.flz2008-05-301-5/+24
* Sync list of directories to look for packages in to current releaseskensmith2008-02-261-1/+3
* Add -i option for package installation without fetching andkrion2007-11-101-2/+6
* Cleanup of userland __P usekevlo2007-11-071-1/+1
* To honor the birth of RELENG_7 bump HEAD to 8.0-CURRENT.kensmith2007-10-111-1/+2
* Fix previous rev.: don't step behind the end of memory we allocatepav2007-02-011-1/+1
* Remove hard-coded limit (200) on maximum number of packages that can beade2007-01-311-21/+13
* Sync usage() with manpage's SYNOPSIS.ru2006-09-291-1/+1
* Oops. Catch up on the last couple of releases and prepare for the nextkensmith2006-09-261-0/+3
* Allow variable amounts of verbosity.obrien2006-06-121-1/+1
* Add -F option to not fail on already installed packages.phk2006-03-091-1/+6
* Add -K option to pkg_add and pkg_info.flz2006-01-091-3/+7
* Add -P flag, it does the same as the -p option, except that thekrion2005-11-121-2/+9
* Look for packages in packages-6.0-release or packages-6-stable, asmurray2005-10-271-1/+2
* Fix an oops on FBSD-version for packages-5-stable I made in previouskensmith2005-07-111-1/+1
* Prepare for packages-7-current. While here retro-fit packages-5.4-releasekensmith2005-07-111-1/+3
* Change the PATH for pkg_add to be the same used for pointyhat package builds.marcus2005-03-191-1/+1
* Set the real limits on 5-current, add 5-stable, add 6-current.obrien2004-10-171-1/+3
* Downgrade WARNS level to more tolerable value. Attempt to fixkan2004-07-281-1/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-3/+16
* Add 4.10 and 5.2.1 entries so that pkg_add -r fetches from the rightbmah2004-05-081-1/+3
* Add command line option for chrootdir, all pkg_add(8) operations will bekensmith2004-03-011-3/+13
* Catch up with reality with respect to the location of 4.8, 4.9,bmah2004-01-021-1/+6
* Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriatebmah2002-10-081-0/+1
* Fix minor off-by-one error.bmah2002-09-091-1/+1
* Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASEbmah2002-09-091-0/+2
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-251-2/+4
* Fix SCM ID's.obrien2002-04-011-4/+2
* Increase the number of packages that can be installed by an order ofobrien2001-10-161-1/+1
* WARNS=2 cleanup.sobomax2001-10-101-1/+1
* Fix segfault introduced in previous commit (when adding local packages).sobomax2001-09-171-2/+3
* Fixes problem with pkg_add -r when adding multiple pkgs.unfurl2001-09-071-0/+1
* Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-131-18/+27
* The security officer requested this be backed out for discussion.obrien2001-07-281-18/+18
* Remove s_strl*(). I am not sure what was thought they accomplished.obrien2001-07-281-18/+18
* Only match the first osreldate date range for constructing the FTP URL,kris2001-07-261-1/+1
* Correct a reversion in r1.39 which introduced a new instance of strcpy()kris2001-07-191-4/+6
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHsobomax2001-07-101-1/+1
* Fixed pkg_add so when it does not find a package, it returns != 0.pirzyk2001-06-041-1/+2
* Clean up some of the evil string handling in this code, replacekris2001-05-121-47/+75
* rcsid style fix.obrien2001-05-091-6/+5
* A WIP snuck in the rev 1.34 commit.obrien2001-05-091-8/+3
* Fix typo in prev commit - add missing commaache2001-04-261-2/+3
OpenPOWER on IntegriCloud