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
/
lib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up some of the evil string handling in this code, replace
kris
2001-05-12
1
-0
/
+2
*
- Add which(1)-like functionality into pkg_info;
sobomax
2001-03-23
1
-0
/
+2
*
When creating a package sort dependencies in such a way that if dependency
sobomax
2001-03-15
1
-0
/
+4
*
- Merge recently added into pkg_info(1) regex/glob matching functionality into
sobomax
2001-02-27
1
-0
/
+8
*
Fix symlink-to-a-dir handling in pkg_delete.
sobomax
2000-09-18
1
-0
/
+1
*
Use libfetch instead of libftpio. This adds support for http and IPv6.
des
2000-06-27
1
-8
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,
billf
1999-08-11
1
-1
/
+2
*
Make it possible to have separate install scripts as well as have
jkh
1998-12-16
1
-1
/
+3
*
Eliminate the idea of nested "playpens" entirely - it just obfuscated
jkh
1998-02-16
1
-2
/
+2
*
Use err(3). Cosmetics in usage string and man page.
charnier
1997-10-08
1
-2
/
+1
*
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
*
Add MD5 checksums to packing list for all files during pkg_create and use
jkh
1996-07-30
1
-12
/
+13
*
Make pkg_install understand and use libftpio instead of its own
jkh
1996-06-20
1
-1
/
+4
*
Change min_free to return free space as an off_t instead of a size_t.
alex
1996-06-08
1
-2
/
+2
*
Bring forward my changes from 2.1
jkh
1995-10-25
1
-4
/
+5
*
Use size_t properly in all fs size ops. This kills a bug
jkh
1995-08-26
1
-2
/
+2
*
You can run pkg_info everywhere expect /var/db/pkg directory :-)
ache
1995-07-30
1
-1
/
+2
*
Add code for dealing with URLs.
jkh
1995-04-26
1
-2
/
+7
*
Export the min_free() function.
jkh
1995-04-22
1
-1
/
+3
*
1. Add an new @option directive. You'll understand it better in a moment.
jkh
1995-04-22
1
-2
/
+4
*
Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is the
jkh
1995-04-19
1
-3
/
+5
*
Many of John T. Kohl's patches from NetBSD. Thanks, John!
jkh
1994-12-06
1
-4
/
+8
*
Add a new basename_of() function.
jkh
1994-11-17
1
-1
/
+2
*
Add the ability to verify that a package won't extract in the space
jkh
1994-10-04
1
-2
/
+2
*
Don't let pkg_delete remove the recorded location until everything has
jkh
1994-09-29
1
-2
/
+2
*
Add @srcdir option for customizing creation of packages.
jkh
1994-08-28
1
-2
/
+2
*
The environment variable PKG_PREFIX is set to the first @cwd command
asami
1994-05-25
1
-1
/
+3
*
Add new find_plist() function.
jkh
1994-05-25
1
-2
/
+2
*
Make y_or_n() pay attention to AutoAnswer global.
jkh
1994-04-05
1
-1
/
+5
*
Added code for doing % sequence expansion, added new @unexec command.
jkh
1993-09-18
1
-2
/
+4
*
Made staging area configurable rather than assuming /tmp (-t)
jkh
1993-09-05
1
-1
/
+3
*
Lots of misc tweaks, support for arbitrary separators in pkg_info, more
jkh
1993-09-03
1
-2
/
+4
*
The release version of my package install suite. Please see man pages
jkh
1993-08-26
1
-0
/
+143