index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
pkg_install
/
lib
/
pen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backout libinstall.a -> libpkg commit.
flz
2011-05-17
1
-0
/
+186
*
- Take libinstall.a out of pkg_install and make it a proper shared library.
flz
2010-04-23
1
-186
/
+0
*
Various fixes.
flz
2010-04-01
1
-4
/
+0
*
When running pkg_add -r, check & install our dependencies for each
brian
2009-06-19
1
-20
/
+23
*
Use humanize_number to report pen-sizes so people don't have to count
phk
2008-08-07
1
-4
/
+15
*
Use the length modifier 'll' instead of 'q' to print long longs.
stefanf
2004-07-28
1
-1
/
+1
*
- pkg_add spawns itself as argv[0] when installing dependent packages, to
eik
2004-06-29
1
-1
/
+1
*
replace __FUNCTION__ with standardized __func__.
alfred
2002-05-11
1
-7
/
+7
*
fix build:
alfred
2002-05-11
1
-10
/
+10
*
Fix SCM ID's.
obrien
2002-04-01
1
-5
/
+3
*
Choose more paranoid modes for the temporary directory so the user can't
jkh
2001-11-22
1
-1
/
+1
*
Improve recently committed fix for -t bug.
sobomax
2001-11-15
1
-1
/
+1
*
Make `-t' flag in pkg_*(1) tools actually working.
sobomax
2001-10-11
1
-1
/
+2
*
WARNS=2 cleanup.
sobomax
2001-10-10
1
-7
/
+7
*
- Add which(1)-like functionality into pkg_info;
sobomax
2001-03-23
1
-1
/
+1
*
Cause fatal error messages to be a little more helpful to the programmer
jkh
2000-10-22
1
-8
/
+8
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
jkh
1998-09-11
1
-5
/
+9
*
Paranoia: use mkdtemp instead of mktemp
nectar
1998-07-28
1
-4
/
+3
*
Fix dependent-package loading when pkg_adding with an FTP URL. I broke
jkh
1998-04-12
1
-9
/
+40
*
Eliminate the idea of nested "playpens" entirely - it just obfuscated
jkh
1998-02-16
1
-16
/
+14
*
MF22: Additional paranoia in cleanup.
jkh
1998-01-09
1
-2
/
+2
*
Use err(3). Cosmetics in usage string and man page.
charnier
1997-10-08
1
-15
/
+19
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Make pkg_install understand and use libftpio instead of its own
jkh
1996-06-20
1
-3
/
+1
*
Change min_free to return free space as an off_t instead of a size_t.
alex
1996-06-08
1
-4
/
+4
*
Fix to catch a stupid oversight on my part which allowed this thing
jkh
1996-02-09
1
-2
/
+2
*
Bring forward my changes from 2.1
jkh
1995-10-25
1
-57
/
+67
*
Don't be needlessly verbose in the pkg_create.
jkh
1995-08-28
1
-4
/
+2
*
Make the play-pen searching routine even more agile in trying
jkh
1995-08-26
1
-1
/
+3
*
Use size_t properly in all fs size ops. This kills a bug
jkh
1995-08-26
1
-2
/
+2
*
Some fixes to make this "TMPDIR agile".
jkh
1995-08-17
1
-14
/
+32
*
Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.
jkh
1995-08-06
1
-1
/
+4
*
Check dependencies BEFORE doing final extraction of package.
jkh
1995-04-26
1
-1
/
+7
*
Export the min_free() function.
jkh
1995-04-22
1
-4
/
+5
*
Correct a bogusly formatted printf().
jkh
1995-04-21
1
-2
/
+2
*
Use a more nicely formatted message when we run out of space.
jkh
1995-04-18
1
-2
/
+2
*
Rename TMPDIR to PKG_TMPDIR, just to make Jeff happy.. :-)
jkh
1995-02-16
1
-3
/
+3
*
Make pkg_install use /var/tmp instead of /tmp
jkh
1995-02-15
1
-2
/
+2
*
Print a better verbose message when creating packages.
jkh
1994-10-14
1
-3
/
+7
*
Fix bug in home directory calculation that I introduced with the free space
jkh
1994-10-14
1
-2
/
+2
*
Be optionally verbose about free-space checking. I need this to ascertian
jkh
1994-10-08
1
-1
/
+3
*
Add the ability to verify that a package won't extract in the space
jkh
1994-10-04
1
-5
/
+30
*
Made staging area configurable rather than assuming /tmp (-t)
jkh
1993-09-05
1
-2
/
+13
*
Lots of misc tweaks, support for arbitrary separators in pkg_info, more
jkh
1993-09-03
1
-1
/
+1
*
The release version of my package install suite. Please see man pages
jkh
1993-08-26
1
-0
/
+63