aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/add/extract.c
Commit message (Expand)AuthorAgeFilesLines
* MF7: r252640David E. O'Brien2013-07-031-1/+2
* MFC: extract.c:1.45Kirill Ponomarev2007-09-191-1/+1
* MFC: add/extract.c:1.44 create/perform.c:1.82 create/pkg_create.1:1.70 create...Kirill Ponomarev2006-01-101-2/+11
* Implement @noinst field which has at the moment the same meaning andKirill Ponomarev2005-06-141-1/+2
* Downgrade WARNS level to more tolerable value. Attempt to fixAlexander Kabaev2004-07-281-2/+2
* - pkg_add spawns itself as argv[0] when installing dependent packages, toOliver Eikemeier2004-06-291-2/+2
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...Oliver Eikemeier2004-06-291-1/+1
* Instead of bogusly complaining about odd file names, handle them properlyDag-Erling Smørgrav2004-01-241-11/+27
* Try to apply consistent indentation.Dag-Erling Smørgrav2004-01-241-20/+19
* Correct truncation detection after use of snprintf: The case whereJacques Vidrine2003-12-171-3/+3
* Prevent buffer overflow in format_cmd() by properly tracking maximumJordan K. Hubbard2003-01-061-1/+1
* When extracting package pass `-p' option to tar(1), so that files areMaxim Sobolev2002-08-021-1/+1
* replace __FUNCTION__ with standardized __func__.Alfred Perlstein2002-05-111-10/+10
* fix build:Alfred Perlstein2002-05-111-10/+14
* Fix SCM ID's.David E. O'Brien2002-04-011-5/+3
* WARNS=2 cleanup.Maxim Sobolev2001-10-101-10/+11
* Handle snprintf() returning < 0 (not just -1)Brian Somers2001-08-201-3/+3
* Handle snprintf() returning -1.Brian Somers2001-08-201-3/+3
* - Add ability to handle bzip2-compressed packages;Maxim Sobolev2001-01-221-0/+3
* Cause fatal error messages to be a little more helpful to the programmerJordan K. Hubbard2000-10-221-10/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* where_arge is allocated on stack and return address is overwrittenJordan K. Hubbard1999-06-091-3/+3
* Unlink old contents of package when extracting new.Jordan K. Hubbard1998-10-281-2/+2
* Correct a misleading comment.Jordan K. Hubbard1998-10-121-2/+2
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxJordan K. Hubbard1998-09-111-25/+42
* MF22: check for null pointer.Jordan K. Hubbard1998-07-041-2/+6
* Quote filenames more agressively.Warner Losh1998-01-211-4/+7
* Pkg_add refused to process package whose packing list contains @exec/@unexecMasafumi Max NAKANE1997-10-241-2/+6
* Use err(3). Cosmetics in usage string and man page.Philippe Charnier1997-10-081-12/+19
* Change the naming conventions for preserve'd files and also documentJordan K. Hubbard1997-07-011-22/+16
* Whoops, only attempt to back up the file if it exists. :-}Jordan K. Hubbard1997-06-301-2/+2
* Add support for @option preserve - moves existing files out of the wayJordan K. Hubbard1997-06-291-1/+45
* When no last file specified for % command user barf(error diagnostic)Andrey A. Chernov1997-05-241-1/+3
* Close PR#2459Jordan K. Hubbard1997-02-251-16/+13
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Prevent potential argument buffer overflow.Jordan K. Hubbard1997-02-151-8/+7
* Put back @owner/@group/@mode behavior I took out way back when.Jordan K. Hubbard1997-02-141-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Only apply @mode directives to files.Jordan K. Hubbard1995-05-191-3/+3
* Many of John T. Kohl's patches from NetBSD. Thanks, John!Jordan K. Hubbard1994-12-061-4/+81
* Make sure permissions on registry location are readable by pkg_info.Jordan K. Hubbard1993-09-181-5/+7
* Added option for current directory prefix in @exec (without which it's prettyJordan K. Hubbard1993-09-061-1/+1
* Made staging area configurable rather than assuming /tmp (-t)Jordan K. Hubbard1993-09-051-1/+6
* Lots of misc tweaks, support for arbitrary separators in pkg_info, moreJordan K. Hubbard1993-09-031-1/+1
* The release version of my package install suite. Please see man pagesJordan K. Hubbard1993-08-261-0/+101