aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add/main.c
Commit message (Expand)AuthorAgeFilesLines
* Teach pkg_add -r how to find 4.7-RELEASE packages with an appropriateBruce A. Mah2002-10-081-0/+1
* Fix minor off-by-one error.Bruce A. Mah2002-09-091-1/+1
* Make pkg_install go to the right place for 4.6-RELEASE and 4.6.2-RELEASEBruce A. Mah2002-09-091-0/+2
* Find remaining hardcoded gzip bits and change to bzip2 bits.David E. O'Brien2002-08-251-2/+4
* Fix SCM ID's.David E. O'Brien2002-04-011-4/+2
* Increase the number of packages that can be installed by an order ofDavid E. O'Brien2001-10-161-1/+1
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-1/+1
* Fix segfault introduced in previous commit (when adding local packages).Maxim Sobolev2001-09-171-2/+3
* Fixes problem with pkg_add -r when adding multiple pkgs.Bill Swingle2001-09-071-0/+1
* Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2001-08-131-18/+27
* The security officer requested this be backed out for discussion.David E. O'Brien2001-07-281-18/+18
* Remove s_strl*(). I am not sure what was thought they accomplished.David E. O'Brien2001-07-281-18/+18
* Only match the first osreldate date range for constructing the FTP URL,Kris Kennaway2001-07-261-1/+1
* Correct a reversion in r1.39 which introduced a new instance of strcpy()Kris Kennaway2001-07-191-4/+6
* bzip2(1) is in the base system - we don't need /usr/local/bin in the PATHMaxim Sobolev2001-07-101-1/+1
* Fixed pkg_add so when it does not find a package, it returns != 0.Jim Pirzyk2001-06-041-1/+2
* Clean up some of the evil string handling in this code, replaceKris Kennaway2001-05-121-47/+75
* rcsid style fix.David E. O'Brien2001-05-091-6/+5
* A WIP snuck in the rev 1.34 commit.David E. O'Brien2001-05-091-8/+3
* Fix typo in prev commit - add missing commaAndrey A. Chernov2001-04-261-2/+3
* Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there,David E. O'Brien2001-04-251-4/+10
* MFS: getpackagesite() from RELENG_4 that allows the code to be the same.David E. O'Brien2001-02-171-4/+16
* In light of the dismal transfer times from ftp.FreeBSD.org, add a newDavid E. O'Brien2001-02-131-10/+22
* - Add ability to handle bzip2-compressed packages;Maxim Sobolev2001-01-221-1/+1
* -CURRENT is now 500000, reflect that.Bill Fumerola2000-03-131-1/+1
* Make `pkg_add -r package1 package2 package3 ...` work correctly.Chris Piazza1999-11-181-4/+6
* o Remove all of the objformat logic, it's never coming back.Bill Fumerola1999-09-251-16/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* '?' shouldn't be in the usage string. Unknown characters are alreadyWarner Losh1999-06-241-2/+2
* If we are going to have a case for '?' then we should define it in Options.Bill Fumerola1999-06-231-2/+2
* Support Alpha and -CURRENT in the "-r" option case.David E. O'Brien1999-06-141-8/+16
* Fix nasty bug where getpackagesite() will return an integer if it doesn'tBill Fumerola1999-01-281-2/+2
* Numbering typo, missed a '0'Bill Fumerola1999-01-261-3/+3
* Update pkg_add's remote package feature to reflect the new structure ofBill Fumerola1999-01-251-6/+6
* Style police, inline ifs.Bill Fumerola1999-01-181-14/+12
* Add a new option for pkg_add, -r.Bill Fumerola1999-01-171-3/+51
* Use a more reasonable default umask in case the root umask is tooJordan K. Hubbard1998-09-141-1/+5
* o Set paths internally for pkg_add for tools we might want to invoke.Jordan K. Hubbard1998-09-081-5/+10
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-29/+18
* Many places in the code NULL is used in integer context, wherePoul-Henning Kamp1997-09-181-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add MD5 checksums to packing list for all files during pkg_create and useJordan K. Hubbard1996-07-301-2/+1
* Fix a couple of miscellaneous bugs and make pkg_add also support readingJordan K. Hubbard1996-03-121-2/+4
* Bring my pkg_install improvements forward from 2.1.Jordan K. Hubbard1995-11-121-15/+37
* Bring forward my changes from 2.1Jordan K. Hubbard1995-10-251-4/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Add true support for dependency lists.Jordan K. Hubbard1995-04-091-1/+2
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-061-2/+7