aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* After around 20 years of duty it is time for pkg_install to retireBaptiste Daroussin2013-10-311-110/+0
| | | | Notes: svn path=/head/; revision=257444
* sysconf(3) returns a long, not an int.David E. O'Brien2013-06-291-1/+1
| | | | Notes: svn path=/head/; revision=252363
* sysconf(3) returns a long, not an int.David E. O'Brien2013-06-281-1/+2
| | | | Notes: svn path=/head/; revision=252348
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-09-281-0/+1
| | | | | | | especially in error cases. Notes: svn path=/head/; revision=241021
* Make sure that each va_start has one and only one matching va_end,Kevin Lo2012-05-291-0/+2
| | | | | | | especially in error cases. Notes: svn path=/head/; revision=236213
* Spelling fixes for usr.sbin/Ulrich Spörlein2011-12-301-1/+1
| | | | Notes: svn path=/head/; revision=228990
* Backout libinstall.a -> libpkg commit.Florent Thoumie2011-05-171-0/+106
| | | | | | | Discussed with: erwin, brooks, bapt Notes: svn path=/head/; revision=222035
* - Take libinstall.a out of pkg_install and make it a proper shared library.Florent Thoumie2010-04-231-106/+0
| | | | | | | | | | | | | | - Rework the wrapper support to check libpkg version as well as pkg_install version. - Add libfetch to _prebuild_libs. - There are no new features introduced. Notes: the API is not stable, so basically, do not use libpkg in your projects for now. Also there's no manpage for libpkg yet, because the API will change drastically. I repeat, do not use libpkg for now. Notes: svn path=/head/; revision=207113
* Make consistent with style(msmith). 4 spaces indent, tab for each 2 indents.Nate Lawson2007-03-281-2/+2
| | | | Notes: svn path=/head/; revision=167972
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
| | | | Notes: svn path=/head/; revision=93520
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-1/+0
| | | | | | | | Tested on: i386, alpha MFC after: 2 weeks Notes: svn path=/head/; revision=84745
* - Add which(1)-like functionality into pkg_info;Maxim Sobolev2001-03-231-1/+48
| | | | | | | | | | | | - fix a harmless bug in match_installed() function introduced in my last commit; - uniformely reorder includes across files. Submitted by: Garrett Rooney <rooneg@electricjellyfish.net> Not objected by: jkh, -ports Notes: svn path=/head/; revision=74699
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-3/+5
| | | | Notes: svn path=/head/; revision=30221
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22997
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-061-4/+16
| | | | | | | Submitted by: jkohl Notes: svn path=/head/; revision=4996
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-031-1/+1
| | | | | | | | intelligent name handling in pkg_create. Most of these files are changed because of rcsid's being different in my cvs tree and freefall's (foo). Notes: svn path=/head/; revision=379
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+48
for info. Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=327