summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/delete/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-3/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-1/+3
* Add missing `void' keywords.ed2009-12-291-1/+1
* - Add long options to pkg_install.flz2008-05-301-4/+22
* Cleanup of userland __P usekevlo2007-11-071-1/+1
* Allow variable amounts of verbosity.obrien2006-06-121-1/+1
* Fix pkg_info(1) and pkg_delete(1) to handle properly packages whichkrion2005-10-101-1/+1
* - match package version numbers with relational operatorseik2004-06-291-2/+6
* Fix SCM ID's.obrien2002-04-011-5/+3
* WARNS=2 cleanup.sobomax2001-10-101-1/+1
* Various fixes and improvements:sobomax2001-09-191-2/+7
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-1/+1
* - Merge recently added into pkg_info(1) regex/glob matching functionality intosobomax2001-02-271-15/+38
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-221-1/+1
* Avoid infinite loops when given a package name like 'm4-1.1/'.steve2000-05-141-18/+13
* Finally remove the restriction introduced from NetBSD in r.1.3 thathoek2000-05-131-2/+12
* While looking for a bug, tripped over style issues with addedjkh2000-02-181-11/+6
* 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-2/+23
* $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
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-27/+12
* Many places in the code NULL is used in integer context, wherephk1997-09-181-2/+2
* 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
* Add MD5 checksums to packing list for all files during pkg_create and usejkh1996-07-301-2/+1
* Make pkg_install understand and use libftpio instead of its ownjkh1996-06-201-1/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-6/+21
* Lots of misc tweaks, support for arbitrary separators in pkg_info, morejkh1993-09-031-1/+1
* The release version of my package install suite. Please see man pagesjkh1993-08-261-0/+108
OpenPOWER on IntegriCloud