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
*
Bring my pkg_install improvements forward from 2.1.
jkh
1995-11-12
5
-106
/
+117
*
Fix the `pkg_add relative to .' bug. Thank you, Ville!
jkh
1995-10-31
2
-5
/
+7
*
Bring forward my changes from 2.1
jkh
1995-10-25
13
-302
/
+392
*
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
3
-7
/
+5
*
Some fixes to make this "TMPDIR agile".
jkh
1995-08-17
2
-20
/
+38
*
Make "out of space in ${PKG_TMPDIR}" handling a bit more robust.
jkh
1995-08-06
2
-7
/
+8
*
Remove useless -lftp arguments from Makefiles.
jkh
1995-08-04
3
-9
/
+0
*
Round this out. Now seems to transfer packages properly over ftp
jkh
1995-08-01
1
-14
/
+18
*
Argh! I hate my life! I can't seem to do anything right here today.
jkh
1995-08-01
2
-9
/
+6
*
Sync this up with ftp.c.
asami
1995-07-31
1
-3
/
+0
*
Remove dependency on sysinstall.
jkh
1995-07-31
1
-14
/
+1
*
Add ftp.c to makefile - that might make it work better. Sheesh!
jkh
1995-07-31
1
-1
/
+1
*
Change the environment variable this looks for from FTP_PASSIVE to
jkh
1995-07-30
1
-3
/
+2
*
Document how to get pkg_add to use PASSIVE MODE ftp in such transfers.
jkh
1995-07-30
1
-0
/
+12
*
Totally eliminate the dependency on libftp (which will be removed from the
jkh
1995-07-30
3
-50
/
+505
*
o Fix PR# bin/643 - always set "where_to" properly.
jkh
1995-07-30
2
-5
/
+3
*
The default for temporary directory is /var/tmp, not /tmp.
asami
1995-07-30
1
-1
/
+1
*
You can run pkg_info everywhere expect /var/db/pkg directory :-)
ache
1995-07-30
3
-6
/
+16
*
If some files lost in /var/db/pkg/<port>/ after system crash f.e.,
ache
1995-07-30
1
-7
/
+7
*
Fix coredump for -v flag
ache
1995-07-28
1
-2
/
+2
*
Use lstat() instead of access() for checking file existence. It works
asami
1995-06-24
1
-2
/
+3
*
Merge RELENG_2_0_5 into HEAD
rgrimes
1995-06-11
1
-9
/
+8
*
Remove trailing whitespace.
rgrimes
1995-05-30
12
-37
/
+37
*
Only apply @mode directives to files.
jkh
1995-05-19
1
-3
/
+3
*
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
[next]