summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/info
Commit message (Expand)AuthorAgeFilesLines
...
* 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-105-3/+22
* WARNS=2 cleanup.sobomax2001-10-105-28/+31
* Various fixes and improvements:sobomax2001-09-191-2/+0
* Recognise @option directives instead of falling through to the defaultkris2001-08-061-0/+6
* Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...sobomax2001-08-021-5/+2
* Usability tweak:sobomax2001-08-021-1/+1
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-4/+4
* Remove whitespace at EOL.dd2001-07-151-9/+9
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
* Decapitalise first letter of warning message.sobomax2001-03-261-1/+1
* In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. Thissobomax2001-03-261-40/+67
* - Add which(1)-like functionality into pkg_info;sobomax2001-03-235-10/+200
* Put back several lines that I erroneously deleted in my previous commit. Thissobomax2001-03-011-0/+3
* - Merge recently added into pkg_info(1) regex/glob matching functionality intosobomax2001-02-272-149/+26
* Add two missed modifiers into usage message (`-G' and `-x').sobomax2001-02-241-1/+1
* Use the more logical author syntax from pkg_version and quotejkh2001-02-201-5/+2
* mdoc(7) police: cosmetics.ru2001-02-091-8/+9
* - By default treat supplied arguments as a shell globs to be matched againstsobomax2001-02-084-41/+191
* mdoc(7) police: Change -filled displays (which just happenru2001-02-071-1/+1
* -pedantic mode:sobomax2001-02-052-1/+3
* Add a -g flag for verifying an installed package against its recordedjkh2001-02-035-2/+41
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-1/+1
* Prepare for mdoc(7)NG.ru2000-12-271-1/+3
* Alphabetically reorder options in `.Op Fl' macro to be consistent with thesobomax2000-12-051-1/+1
* - Add missed `-s' option into usage printout;sobomax2000-12-051-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Use Fx macro wherever possible.ru2000-11-141-1/+2
* Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to recordsobomax2000-10-235-3/+33
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-222-2/+2
* Trim index lines down to 79 characters, not 80.des2000-10-181-1/+1
* Fix typomarko2000-09-251-1/+1
* Make the ``-r'' option actually do something :)marko2000-09-252-1/+3
* New option "-s" to query size of the installed package(s).sobomax2000-07-075-2/+69
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-2/+2
* Avoid infinite loops when given a package name like 'm4-1.1/'.steve2000-05-141-24/+14
* Add cross references to pkg_version(1) in all the other pkg_* man pages.jhb2000-02-291-0/+1
* 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-072-9/+10
* Use the appropriate macro for double quotes rather than using doublejkh1999-09-011-4/+9
* $Id$ -> $FreeBSD$peter1999-08-286-6/+6
* Various man page cleanup:mpp1999-08-151-2/+2
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,billf1999-08-112-2/+5
* When listing the installed packages, do it in alphabetical order.jdp1999-07-301-9/+24
* '?' 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
* change wording slightly to match other pkg_*.1obrien1998-12-311-2/+2
OpenPOWER on IntegriCloud