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
*
Reorg just a tad to better express our bzip intentions.
obrien
2002-08-25
1
-6
/
+6
*
Find remaining hardcoded gzip bits and change to bzip2 bits.
obrien
2002-08-25
3
-9
/
+15
*
Preserve suid/gid permissions when extracting packages remotelly
lioux
2002-08-24
1
-1
/
+1
*
Ensure that origin field in the packing list structure is initialised. This
sobomax
2002-08-12
1
-0
/
+1
*
Fix typos; each file has at least one s/seperat/separat/
schweikh
2002-08-11
1
-6
/
+6
*
Another .tbz2 -> .tbz leftover. Properly look for pkgname.tbz.
knu
2002-08-04
1
-1
/
+1
*
Drop support for the .tbz2 suffix. One would not want pkg_create(1)
knu
2002-08-04
2
-6
/
+2
*
Use an 8.3 friendly extension when compressing with bzip2.
obrien
2002-08-04
1
-1
/
+1
*
When extracting package pass `-p' option to tar(1), so that files are
sobomax
2002-08-02
1
-1
/
+1
*
C replacement for the Perl5 code.
markm
2002-06-24
9
-680
/
+570
*
Reorder libraries to fix static linking (libssl depends on libcrypto, so
des
2002-06-12
4
-8
/
+8
*
libfetch now depends on libcrypto and libssl.
ru
2002-06-06
4
-0
/
+20
*
Grammar nit.
obrien
2002-06-04
1
-1
/
+1
*
pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because
bmah
2002-05-31
1
-0
/
+24
*
mdoc(7) police: markup nits.
ru
2002-05-30
1
-2
/
+4
*
MFS: two more testcases highlighting recently discovered problem with version
sobomax
2002-05-28
1
-0
/
+2
*
Eliminate free'ing already freed chunks.
sobomax
2002-05-22
1
-2
/
+3
*
MFS: silence compiler warnings.
sobomax
2002-05-20
1
-7
/
+7
*
Remove cross reference to pkg_update(1).
eric
2002-05-16
1
-1
/
+0
*
Consistancy check: s/file system/filesystem/g
trhodes
2002-05-16
1
-1
/
+1
*
- Make use of DEPOROGINs (if there are any) when installing package;
sobomax
2002-05-14
7
-137
/
+267
*
Mark all internal libraries with INTERNALLIB.
ru
2002-05-13
1
-5
/
+1
*
Remove cross reference to pkg_update(1).
eric
2002-05-11
1
-1
/
+0
*
replace __FUNCTION__ with standardized __func__.
alfred
2002-05-11
11
-58
/
+58
*
fix build:
alfred
2002-05-11
8
-51
/
+67
*
When packing installed package into a file (pkg_create -b) make sure to
sobomax
2002-05-10
1
-4
/
+11
*
Do my bit for the Perl removal team and shoot my own, rather mangy
paul
2002-05-08
4
-306
/
+1
*
New feature: allow origins of all dependencies be recorded into package list
sobomax
2002-05-05
6
-9
/
+56
*
In a origin lookup mode (-O) don't bail out when encountering empty package
sobomax
2002-05-05
1
-2
/
+8
*
Update usage() and manpage to match reality (add -O into usage and adjust
sobomax
2002-05-05
2
-4
/
+10
*
Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.
sobomax
2002-05-05
1
-4
/
+5
*
Handle PLIST_ORIGIN properly.
sobomax
2002-05-05
2
-0
/
+9
*
Add ability to query installed packages based on origin.
sobomax
2002-05-04
7
-11
/
+99
*
Make pkg_info working again when argument is a file not in the current
sobomax
2002-05-02
1
-2
/
+5
*
Make `-g' working for symlinks.
sobomax
2002-05-02
1
-3
/
+20
*
Kill local variable which shadows global one. This fixes creation of bzip2
sobomax
2002-05-02
1
-1
/
+0
*
Improve the Bzip2 handling.
obrien
2002-04-20
4
-19
/
+35
*
Use `The .Nm utility'
charnier
2002-04-20
4
-7
/
+16
*
DTRT for packages read from STDIN:
murray
2002-04-02
1
-3
/
+4
*
Fix SCM ID's.
obrien
2002-04-01
32
-120
/
+97
*
Use some black make(1) magic to make pkg_install build even without
sobomax
2002-02-27
1
-0
/
+5
*
Make sortdeps() working with dependency lists containing one or no elements.
sobomax
2002-02-20
1
-1
/
+4
*
Provide protection against incorrect input (dependency list).
sobomax
2002-02-20
1
-2
/
+5
*
Pass `-9' flag to gzip(1), so that package is compressed using maximum
sobomax
2002-01-17
1
-2
/
+4
*
Add pkg_update to the SEE_ALSO manpage of pkg_create.
keramida
2002-01-15
1
-0
/
+1
*
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 `-b' option actually work as advertised.
sobomax
2001-10-25
1
-0
/
+1
*
Increase the number of packages that can be installed by an order of
obrien
2001-10-16
1
-1
/
+1
*
Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)
sobomax
2001-10-16
2
-2
/
+2
[next]