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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a long-standing bug that broke pkg_info utterly and probably made
jkh
1995-05-10
1
-8
/
+7
*
Fix a long-standing bug that broke pkg_info utterly and probably made
jkh
1995-05-10
2
-8
/
+13
*
Bump the number of allowable args by a factor of 4. I just scanned
jkh
1995-05-10
1
-2
/
+2
*
Document fetch-by-URL.
jkh
1995-05-10
1
-1
/
+9
*
Re-work make_dist() routine to build the tar command more reasonably.
jkh
1995-05-10
1
-54
/
+58
*
Whoops! One of my automatics was initialized to garbage. Fix it.
jkh
1995-04-28
1
-2
/
+2
*
Use mtree -U instead of -u and put back error check. Thanks Rod!
jkh
1995-04-28
1
-5
/
+7
*
Don't bother checking the return status of the mtree command - it returns
jkh
1995-04-27
1
-9
/
+4
*
Add code for dealing with URLs.
jkh
1995-04-26
3
-11
/
+208
*
Make pkg_info URL aware (and also make it use the PKG_PATH properly, like
jkh
1995-04-26
2
-22
/
+43
*
Add depend on libftp since this is now in lib.
jkh
1995-04-26
1
-1
/
+3
*
Add a great deal more error checking to various things.
jkh
1995-04-26
2
-22
/
+44
*
Further work on making all this more robust in the face of failure.
jkh
1995-04-26
2
-36
/
+70
*
Yikes! How did that typo slip past! I'd swear I compiled it. Oh well,
jkh
1995-04-26
1
-2
/
+2
*
As per Bruce's advice, use sysconf to get the max argument size and
jkh
1995-04-26
1
-19
/
+23
*
Check dependencies BEFORE doing final extraction of package.
jkh
1995-04-26
2
-63
/
+83
*
My handling of the missing dependency but !Verbose was wrong. Make
jkh
1995-04-26
1
-2
/
+7
*
Use ARG_MAX instead of _POSIX_ARG_MAX: 4K is too small!
jkh
1995-04-24
1
-3
/
+3
*
Stage almost nothing through the playpen now - this should speed pkg_creates
jkh
1995-04-22
1
-24
/
+38
*
Export the min_free() function.
jkh
1995-04-22
3
-7
/
+23
*
Second round:
jkh
1995-04-22
4
-69
/
+165
*
1. Add an new @option directive. You'll understand it better in a moment.
jkh
1995-04-22
3
-13
/
+44
*
Argh - missed a printf! That should be the last of plist-spewers.
jkh
1995-04-22
1
-2
/
+2
*
Don't spew garbage into the packing list when PlistOnly and verbose are
jkh
1995-04-22
1
-3
/
+3
*
Some patches to make deletions of non-existent files and directories slightly
jkh
1995-04-22
1
-6
/
+13
*
1. Add proper dependencies to the library in my Makefiles. This was pointed
jkh
1995-04-22
8
-12
/
+64
*
Correct a bogusly formatted printf().
jkh
1995-04-21
1
-2
/
+2
*
Greatly simplify the calling of mtree - the error handling wasn't working
jkh
1995-04-19
1
-37
/
+4
*
Add support for the ${PKG_DBDIR} environment variable. /var/db/pkg is the
jkh
1995-04-19
5
-18
/
+39
*
Use a more nicely formatted message when we run out of space.
jkh
1995-04-18
1
-2
/
+2
*
Neither of these tools really told you what you needed to know neatly
jkh
1995-04-10
2
-11
/
+24
*
Add true support for dependency lists.
jkh
1995-04-09
7
-14
/
+55
*
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
*
Whoops! How embarassing. Just now noticed that I forget to update the .Os
jkh
1995-01-05
4
-5
/
+5
*
Fix a bad formatting directive.
jkh
1995-01-05
1
-1
/
+1
*
Fix misleading typo in description of @unexec.
jkh
1995-01-05
1
-2
/
+2
*
Added new function show_index() which does a 'smart' display of the index file.
swallace
1995-01-05
3
-5
/
+37
*
More changes from John T. Kohl. Man pages, mostly.
jkh
1994-12-06
5
-382
/
+630
*
Many of John T. Kohl's patches from NetBSD. Thanks, John!
jkh
1994-12-06
23
-176
/
+782
*
Don't create packages with bogus @name lines.
jkh
1994-11-17
1
-2
/
+2
*
Protect against old packages with bogus @name fields. Use basename_of()
jkh
1994-11-17
1
-2
/
+3
*
Add a new basename_of() function.
jkh
1994-11-17
2
-1
/
+15
*
Remove the QUERY_* functions. I don't think they're as good an
jkh
1994-11-17
1
-17
/
+1
*
Sigh. NOW it's ok! :-)
jkh
1994-10-14
1
-2
/
+2
*
Print a better verbose message when creating packages.
jkh
1994-10-14
1
-3
/
+7
*
This should do it - I forgot about pkg_info.
jkh
1994-10-14
2
-7
/
+10
*
Whoops - variable was in wrong scope. Correct.
jkh
1994-10-14
1
-3
/
+2
*
Fix bug in home directory calculation that I introduced with the free space
jkh
1994-10-14
1
-2
/
+2
*
Fix bug in home directory calculation that I introduced with the free space
jkh
1994-10-14
1
-5
/
+9
[next]