summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info/main.c
Commit message (Expand)AuthorAgeFilesLines
* Warn users when using pkg tools if it looks like theyeadler2012-10-221-0/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-171-12/+2
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-2/+12
* Add missing `void' keywords.ed2009-12-291-1/+1
* Fix segfault when giving invalid long option to pkg_info.jilles2009-06-011-0/+1
* - Add long options to pkg_install.flz2008-05-301-5/+23
* Fix pkg_info when specifying a remote package.flz2008-04-161-1/+1
* Cleanup of userland __P usekevlo2007-11-071-1/+1
* Allow variable amounts of verbosity.obrien2006-06-121-1/+1
* Add -K option to pkg_add and pkg_info.flz2006-01-091-2/+7
* Fix pkg_info(1) and pkg_delete(1) to handle properly packages whichkrion2005-10-101-1/+1
* Add a -q flag to pkg_version. It suppresses the output of <,=,>.obrien2004-10-181-1/+0
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-3/+7
* - match package version numbers with relational operatorseik2004-06-291-3/+11
* Synopsis fixes:cperciva2004-03-301-5/+5
* - Add the 'b' option which causes BLOCKSIZE to be hornored whenmdodd2003-03-251-1/+6
* Implement the 'Q' option which is like 'q' (quiet output) exceptmdodd2003-03-251-1/+7
* 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
OpenPOWER on IntegriCloud