summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/main.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce notion of the package tools revision and allow to wrap all toolssobomax2002-09-091-1/+12
* Update usage() and manpage to match reality (add -O into usage and adjustsobomax2002-05-051-2/+4
* Add ability to query installed packages based on origin.sobomax2002-05-041-2/+9
* Make pkg_info working again when argument is a file not in the currentsobomax2002-05-021-2/+5
* Fix SCM ID's.obrien2002-04-011-5/+3
* Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)sobomax2001-10-161-1/+1
* Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.sobomax2001-10-151-1/+1
* - Introduce a notion of `packing list format version'. This allows makingsobomax2001-10-101-2/+6
* WARNS=2 cleanup.sobomax2001-10-101-1/+1
* - Add which(1)-like functionality into pkg_info;sobomax2001-03-231-4/+25
* Add two missed modifiers into usage message (`-G' and `-x').sobomax2001-02-241-1/+1
* - By default treat supplied arguments as a shell globs to be matched againstsobomax2001-02-081-19/+31
* Add a -g flag for verifying an installed package against its recordedjkh2001-02-031-1/+5
* - Add missed `-s' option into usage printout;sobomax2000-12-051-1/+1
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-231-2/+6
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-221-1/+1
* New option "-s" to query size of the installed package(s).sobomax2000-07-071-1/+5
* Avoid infinite loops when given a package name like 'm4-1.1/'.steve2000-05-141-24/+14
* Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.dan2000-01-181-2/+4
* Teach pkg_delete and pkg_info how to deal with full pathnamesdan2000-01-151-1/+23
* Include -f and -t options to SYNOPSYS section (manpage) and usage informationphantom2000-01-071-8/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* '?' shouldn't be in the usage string. Unknown characters are alreadyimp1999-06-241-2/+2
* If we are going to have a case for '?' then we should define it in Options.billf1999-06-231-2/+2
* If pkg_info is run with no args, default to "-aI".jkh1999-04-271-2/+7
* "This is the add^H^H^Hinfo module."hoek1997-12-261-2/+2
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-35/+13
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Bring forward my changes from 2.1jkh1995-10-251-3/+3
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-5/+21
* Add explanation of -e in usage().asami1994-06-011-1/+2
* Change Header to Id.jkh1994-05-251-1/+1
* Added two new options, one of which is fairly far reaching:jkh1993-09-081-1/+10
* Added -e flag to pkg_info. Now you can test to see whether a packagejkh1993-09-051-2/+7
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-051-0/+6
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-2/+8
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+138
OpenPOWER on IntegriCloud