summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/add/extract.c
Commit message (Expand)AuthorAgeFilesLines
* sysconf(3) returns a long, not an int.obrien2013-06-291-1/+2
* Do not change owner, group, or mode when package database directory andjkim2012-09-141-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-171-1/+1
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-1/+1
* Fix pkg_add behaviour to preserve pathnames.krion2007-08-231-1/+1
* When using @cwd %%FOO%%, we must ensure to return in the originalkrion2006-01-071-2/+11
* Implement @noinst field which has at the moment the same meaning andkrion2005-06-141-1/+2
* Downgrade WARNS level to more tolerable value. Attempt to fixkan2004-07-281-2/+2
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-2/+2
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-1/+1
* Instead of bogusly complaining about odd file names, handle them properlydes2004-01-241-11/+27
* Try to apply consistent indentation.des2004-01-241-20/+19
* Correct truncation detection after use of snprintf: The case wherenectar2003-12-171-3/+3
* Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-061-1/+1
* When extracting package pass `-p' option to tar(1), so that files aresobomax2002-08-021-1/+1
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-10/+10
* fix build:alfred2002-05-111-10/+14
* Fix SCM ID's.obrien2002-04-011-5/+3
* WARNS=2 cleanup.sobomax2001-10-101-10/+11
* Handle snprintf() returning < 0 (not just -1)brian2001-08-201-3/+3
* Handle snprintf() returning -1.brian2001-08-201-3/+3
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-221-0/+3
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-221-10/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* where_arge is allocated on stack and return address is overwrittenjkh1999-06-091-3/+3
* Unlink old contents of package when extracting new.jkh1998-10-281-2/+2
* Correct a misleading comment.jkh1998-10-121-2/+2
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-25/+42
* MF22: check for null pointer.jkh1998-07-041-2/+6
* Quote filenames more agressively.imp1998-01-211-4/+7
* Pkg_add refused to process package whose packing list contains @exec/@unexecmax1997-10-241-2/+6
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-12/+19
* Change the naming conventions for preserve'd files and also documentjkh1997-07-011-22/+16
* Whoops, only attempt to back up the file if it exists. :-}jkh1997-06-301-2/+2
* Add support for @option preserve - moves existing files out of the wayjkh1997-06-291-1/+45
* When no last file specified for % command user barf(error diagnostic)ache1997-05-241-1/+3
* Close PR#2459jkh1997-02-251-16/+13
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Prevent potential argument buffer overflow.jkh1997-02-151-8/+7
* Put back @owner/@group/@mode behavior I took out way back when.jkh1997-02-141-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Only apply @mode directives to files.jkh1995-05-191-3/+3
* Many of John T. Kohl's patches from NetBSD. Thanks, John!jkh1994-12-061-4/+81
* Make sure permissions on registry location are readable by pkg_info.jkh1993-09-181-5/+7
* Added option for current directory prefix in @exec (without which it's prettyjkh1993-09-061-1/+1
* Made staging area configurable rather than assuming /tmp (-t)jkh1993-09-051-1/+6
* 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/+101
OpenPOWER on IntegriCloud