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
/
create
Commit message (
Expand
)
Author
Age
Files
Lines
*
* Add explicit conflict-checking to the package tools. Packages can
kris
2003-04-17
4
-6
/
+41
*
english(4) police.
schweikh
2002-12-27
1
-3
/
+3
*
Break fileGetURL() out into its own file so that pkg_install/lib consumers
obrien
2002-11-06
1
-2
/
+2
*
Reorg just a tad to better express our bzip intentions.
obrien
2002-08-25
1
-6
/
+6
*
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
*
Reorder libraries to fix static linking (libssl depends on libcrypto, so
des
2002-06-12
1
-2
/
+2
*
libfetch now depends on libcrypto and libssl.
ru
2002-06-06
1
-0
/
+5
*
Grammar nit.
obrien
2002-06-04
1
-1
/
+1
*
mdoc(7) police: markup nits.
ru
2002-05-30
1
-2
/
+4
*
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
*
- Make use of DEPOROGINs (if there are any) when installing package;
sobomax
2002-05-14
1
-0
/
+3
*
replace __FUNCTION__ with standardized __func__.
alfred
2002-05-11
2
-17
/
+17
*
fix build:
alfred
2002-05-11
2
-15
/
+21
*
When packing installed package into a file (pkg_create -b) make sure to
sobomax
2002-05-10
1
-4
/
+11
*
New feature: allow origins of all dependencies be recorded into package list
sobomax
2002-05-05
2
-1
/
+18
*
Use PLIST_ORIGIN instead of rolling own version using PLIST_COMMENT.
sobomax
2002-05-05
1
-4
/
+5
*
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
*
Fix SCM ID's.
obrien
2002-04-01
3
-15
/
+9
*
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
*
Make `-b' option actually work as advertised.
sobomax
2001-10-25
1
-0
/
+1
*
Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)
sobomax
2001-10-16
1
-1
/
+1
*
Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.
sobomax
2001-10-15
1
-1
/
+1
*
- Introduce a notion of `packing list format version'. This allows making
sobomax
2001-10-10
2
-1
/
+20
*
WARNS=2 cleanup.
sobomax
2001-10-10
4
-25
/
+28
*
OOPS, delete some commented out debugging code committed along with r.1.25.
sobomax
2001-10-08
1
-1
/
+0
*
- Allow package archive to be created from a locally installed package. This
sobomax
2001-10-08
4
-22
/
+97
*
Various fixes and improvements:
sobomax
2001-09-19
1
-0
/
+1
*
Handle snprintf() returning < 0 (not just -1)
brian
2001-08-20
1
-2
/
+2
*
Handle snprintf() returning -1.
brian
2001-08-20
1
-2
/
+2
*
Reduce private "lesser known" function redirection to improve clarity.
obrien
2001-08-13
1
-1
/
+1
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-4
/
+3
*
Remove whitespace at EOL.
dd
2001-07-15
1
-19
/
+19
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-1
/
+0
*
Style policy: reformat multiline comments to conform to style(9).
sobomax
2001-05-17
2
-13
/
+25
*
When creating a package sort dependencies in such a way that if dependency
sobomax
2001-03-15
1
-5
/
+30
*
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
ru
2001-02-28
1
-2
/
+2
*
Use the more logical author syntax from pkg_version and quote
jkh
2001-02-20
1
-3
/
+2
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-4
/
+8
*
Make `-y' option actually work.
sobomax
2001-01-24
1
-1
/
+1
*
Use .Pa instead of .Dq.
sobomax
2001-01-22
1
-3
/
+2
*
- Add ability to handle bzip2-compressed packages;
sobomax
2001-01-22
4
-7
/
+48
*
mdoc(7) police: removed leading whitespaces that are not inside
ru
2001-01-19
1
-1
/
+1
*
- Fix a nasty bug where pkg_create doesn't gzip package if lengh of package
sobomax
2001-01-16
2
-8
/
+5
*
Fix a bug where pkg_create does not make an md5 entry for the last item in
sobomax
2001-01-12
1
-11
/
+16
[next]