summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/file.c
Commit message (Expand)AuthorAgeFilesLines
* Let pkg_add use the ENV variable PACKAGESUFFIX. Thisjpaetzel2012-05-301-1/+1
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
* Backout libinstall.a -> libpkg commit.flz2011-05-171-0/+436
* - Take libinstall.a out of pkg_install and make it a proper shared library.flz2010-04-231-436/+0
* Various fixes.flz2010-04-011-11/+20
* Remove support for RELENG_4 (__FreeBSD_version < 500039).flz2008-06-161-4/+0
* Use the length modifier 'll' instead of 'q' to print long longs.stefanf2004-07-281-1/+1
* - pkg_add spawns itself as argv[0] when installing dependent packages, toeik2004-06-291-8/+11
* - pkg_info: flag -r: (show packages this packages depends on (documentation c...eik2004-06-291-2/+4
* When invoking tar, make sure the mode option (-x) is first.kientzle2004-04-081-7/+6
* Prevent buffer overflow in format_cmd() by properly tracking maximumjkh2003-01-061-13/+21
* Assume that packages passed on stdin are in bzip2 format, not gzip.bmah2002-11-141-1/+2
* Clean up a little. Don't need to include fetch.h any more, and I can'tobrien2002-11-061-7/+0
* Break fileGetURL() out into its own file so that pkg_install/lib consumersobrien2002-11-061-112/+0
* Whitespace cleanupdes2002-10-291-5/+5
* Grrr.... mumble.... a linger gzip'ism still existed.obrien2002-08-261-1/+1
* Find remaining hardcoded gzip bits and change to bzip2 bits.obrien2002-08-251-5/+8
* Preserve suid/gid permissions when extracting packages remotellylioux2002-08-241-1/+1
* Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.knu2002-08-041-1/+1
* replace __FUNCTION__ with standardized __func__.alfred2002-05-111-9/+9
* fix build:alfred2002-05-111-9/+10
* Fix SCM ID's.obrien2002-04-011-5/+3
* WARNS=2 cleanup.sobomax2001-10-101-29/+28
* fix for pkg_add to symlinked prefix directories that are more than 1 link deep.jon2001-08-021-1/+1
* Fix the type of the NULL arg to execl()brian2001-07-091-1/+2
* Use getdtablesize() instead of OPEN_MAX.des2001-06-131-1/+1
* Pass on the verbose option to fetchGetURL().des2001-06-111-3/+4
* Style policy: reformat multiline comments to conform to style(9).sobomax2001-05-171-8/+18
* - Add ability to handle bzip2-compressed packages;sobomax2001-01-221-18/+24
* Insetad of using fileno(ftp) as stdin for tar, use a pipe and have thedes2000-10-291-17/+39
* Cause fatal error messages to be a little more helpful to the programmerjkh2000-10-221-11/+11
* Fix symlink-to-a-dir handling in pkg_delete.sobomax2000-09-181-4/+21
* Use libfetch instead of libftpio. This adds support for http and IPv6.des2000-06-271-107/+27
* Do not preserve UIDs, permissions nor flags of package system files insheldonh2000-03-151-2/+2
* 1. If checking for directory-ness, check "dir" and "dir/" to catchjkh2000-02-191-0/+2
* Use lstat(2) rather than stat(2) in isdir(), so that a symlink to aobrien2000-02-081-1/+1
* Deal with package filenames which contain spaces.jkh2000-01-041-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revive the PKG_ADD_BASE stuff a bit.jkh1999-05-121-1/+2
* Fix support for uncompressed (".tar") package types. It's not completelyasami1998-12-051-3/+3
* Revert 1.33; lstat() is indeed the wrong thing to do here. I'lljkh1998-10-141-2/+2
* Use lstat() rather than stat in determining whether a file exists,jkh1998-10-091-2/+2
* correct usage of cleanup() everywhere - this became bogus when the warnx/errxjkh1998-09-111-21/+38
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-081-5/+5
* - do string-magic on the right variable when tryingjkh1997-10-181-3/+4
* Use err(3). Cosmetics in usage string and man page.charnier1997-10-081-14/+18
* Change the naming conventions for preserve'd files and also documentjkh1997-07-011-5/+39
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Use new ftpGetURL interface, as result, report FTP errorache1996-11-141-4/+7
OpenPOWER on IntegriCloud