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
...
*
Correct a problem which broke +DISPLAY file handling.
jkh
1997-01-13
1
-3
/
+4
*
Use new ftpGetURL interface, as result, report FTP error
ache
1996-11-14
1
-4
/
+7
*
Fix PR#1557 - chained package dependencies using URLs didn't work.
jkh
1996-10-14
2
-33
/
+35
*
Clean up the english a little, having made the mistake of reading it.
jkh
1996-08-20
1
-20
/
+21
*
Put verbosity in the right place.
jkh
1996-08-01
1
-3
/
+3
*
Make -force work for pkg_add.
jkh
1996-07-31
1
-2
/
+2
*
Add MD5 checksums to packing list for all files during pkg_create and use
jkh
1996-07-30
12
-74
/
+105
*
Bring in my changes for removing the pestilent obj links (unless you
jkh
1996-06-24
4
-12
/
+12
*
Make pkg_install understand and use libftpio instead of its own
jkh
1996-06-20
16
-516
/
+55
*
Make a small optimization which shaves about a second off the time
jkh
1996-06-16
1
-28
/
+22
*
Change min_free to return free space as an off_t instead of a size_t.
alex
1996-06-08
2
-6
/
+6
*
fix PR#599
jkh
1996-06-03
1
-1
/
+4
*
Oh my, looks like I didn't understand .B as well as I thought I did! :-)
jkh
1996-06-01
1
-3
/
+9
*
Correct some man page xrefs, and some other minor changes to bring some
mpp
1996-04-08
2
-3
/
+3
*
Close a file descriptor that I had (harmlessly) left open in a child
jdp
1996-03-20
1
-1
/
+2
*
Fix a couple of miscellaneous bugs and make pkg_add also support reading
jkh
1996-03-12
4
-20
/
+34
*
Initialize the argument list in the unpack() routine to zero.
mpp
1996-02-19
1
-1
/
+2
*
Another round of man page cleanups.
mpp
1996-02-12
4
-28
/
+28
*
Fix to catch a stupid oversight on my part which allowed this thing
jkh
1996-02-09
1
-2
/
+2
*
Fixed pkg_create to eliminate the limits on the size of the PLIST.
jdp
1996-02-06
1
-31
/
+41
*
recording cvs-1.6 file death
peter
1995-12-30
4
-166
/
+0
*
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
[prev]
[next]