aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib
Commit message (Expand)AuthorAgeFilesLines
* MFC: 1.20Kirill Ponomarev2005-09-271-1/+1
* sync the pkg_install tools with -CURRENT:Oliver Eikemeier2004-08-119-186/+537
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2004-06-291-0/+154
* MFC: avoid potential buffer overflow in format_cmd().Dag-Erling Smørgrav2004-01-273-15/+23
* MFC: Fix a case of undefined behavior due to overlapping buf objects inJens Schweikhardt2003-12-301-2/+3
* MFC: Support for pkg_add -C (conflicts) and pkg_info -P (pkg_tools version).Kris Kennaway2003-08-113-3/+19
* MFC: rev 1.15Mario Sergio Fujikawa Ferreira2003-06-091-1/+22
* MFC: rev 1.49Mario Sergio Fujikawa Ferreira2003-06-091-0/+1
* Revert to gzip as the default compression scheme used by theBruce A. Mah2002-09-251-6/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-09-131-0/+89
* MFC: use '' quotes instead of `' to delimit names of files and packagesDavid E. O'Brien2002-08-311-7/+7
* MFC: convert our compression method to bzip2 from gzip.David E. O'Brien2002-08-311-6/+10
* MFC: Reduce private "lesser known" function redirection to improve clarity.David E. O'Brien2002-08-312-26/+2
* MFC from rev 1.57: Preserve suid/gid permissions when extractingMario Sergio Fujikawa Ferreira2002-08-241-1/+1
* MFC: don't use the GCC'ism __FUNCTION__, but rather than ISO __func__'ism.David E. O'Brien2002-08-2010-80/+63
* MFC: prevent `pkg_info(1) -o' from dumping core on packages without originMaxim Sobolev2002-08-191-0/+1
* MFC: fix assorted typos.Jens Schweikhardt2002-08-151-2/+2
* MFC: Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.Akinori MUSHA2002-08-051-1/+1
* MFC: all latest changes, fixes and new features. This pretty much brings codeMaxim Sobolev2002-08-024-33/+196
* MFC: new bsd.lib.mk API.Ruslan Ermilov2002-07-191-5/+1
* MFC:Maxim Sobolev2002-02-271-1/+4
* MFC: Use more paranoid modes for temp directories.Jordan K. Hubbard2001-11-221-1/+1
* MFC:Maxim Sobolev2001-11-191-1/+1
* MFC: make `-t' flag in pkg_*(1) tools actually working.Maxim Sobolev2001-10-251-1/+2
* MFC: symlinks and other non-regular files handling fixes, packing list formatMaxim Sobolev2001-10-243-12/+54
* MFC: WANSify.Maxim Sobolev2001-10-2310-108/+94
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-10-121-0/+48
* MFC:Maxim Sobolev2001-10-032-10/+87
* MFC:Maxim Sobolev2001-09-185-12/+7
* MFC: use reallocf(3) instead of malloc()+memcpy()+free().Maxim Sobolev2001-07-311-7/+4
* MFC: close descriptors in child; verbose mode.Dag-Erling Smørgrav2001-06-181-3/+4
* MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38Maxim Sobolev2001-05-178-21/+117
* MFC:Maxim Sobolev2001-03-202-1/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-03-201-0/+113
* MFC: sync with 1.3.Maxim Sobolev2001-03-151-2/+23
* MFC:Maxim Sobolev2001-03-052-1/+11
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2001-02-271-0/+212
* MFC: add ability to handle bzip2-compressed packages.Maxim Sobolev2001-02-052-18/+27
* MFC: add /dev/zero and use PATH_* where possible.David E. O'Brien2000-12-111-2/+3
* MFC: fix interaction with libfetch and tar.Dag-Erling Smørgrav2000-11-011-17/+39
* MFC: more informative errx() messages, use ISO string functions.Jordan K. Hubbard2000-10-234-24/+24
* MFC: proper parsing of package names, spelling fixes, updatesJordan K. Hubbard2000-09-203-6/+24
* MFC: Use libfetchDag-Erling Smørgrav2000-07-162-115/+33
* MFC rev 1.41: Fix post-creation cleanup bug.Sheldon Hearn2000-03-151-2/+2
* 1. If checking for directory-ness, check "dir" and "dir/" to catchJordan K. Hubbard2000-02-191-0/+2
* Use lstat(2) rather than stat(2) in isdir(), so that a symlink to aDavid E. O'Brien2000-02-081-1/+1
* Deal with package filenames which contain spaces.Jordan K. Hubbard2000-01-041-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-288-8/+8
* -Wall fixes. Ambigious if/elses, uninitialized values, missing headers,Bill Fumerola1999-08-112-3/+5
* Revive the PKG_ADD_BASE stuff a bit.Jordan K. Hubbard1999-05-121-1/+2