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
*
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
*
Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.
sobomax
2001-10-15
2
-2
/
+2
*
The user wants to ensure, not insure, that the package isn't going to
dd
2001-10-15
1
-1
/
+1
*
Make `-t' flag in pkg_*(1) tools actually working.
sobomax
2001-10-11
1
-1
/
+2
*
- Introduce a notion of `packing list format version'. This allows making
sobomax
2001-10-10
11
-17
/
+146
*
WARNS=2 cleanup.
sobomax
2001-10-10
27
-175
/
+184
*
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
5
-30
/
+109
*
Various fixes and improvements:
sobomax
2001-09-19
8
-80
/
+187
*
Drop maintainership.
bmah
2001-09-18
1
-1
/
+0
*
Support the use of ${PORTSDIR} to find a ports tree INDEX file in
bmah
2001-09-18
1
-2
/
+2
*
Fix segfault introduced in previous commit (when adding local packages).
sobomax
2001-09-17
1
-2
/
+3
*
Use a colon to separate the user and group when executing chown(1).
dd
2001-09-11
1
-2
/
+2
*
Fixes problem with pkg_add -r when adding multiple pkgs.
unfurl
2001-09-07
1
-0
/
+1
*
Handle snprintf() returning < 0 (not just -1)
brian
2001-08-20
2
-5
/
+5
*
Handle snprintf() returning -1.
brian
2001-08-20
2
-5
/
+5
*
Remove duplicate umask(2) call.
sobomax
2001-08-15
1
-1
/
+0
*
Spell "FreeBSD" with "F" and "BSD" in uppercase.
ru
2001-08-13
1
-1
/
+1
*
Reduce private "lesser known" function redirection to improve clarity.
obrien
2001-08-13
5
-59
/
+31
*
mdoc(7) police: protect trailing full stops of abbreviations
ru
2001-08-10
1
-1
/
+1
*
Recognise @option directives instead of falling through to the default
kris
2001-08-06
1
-0
/
+6
*
exists(../../crypto) --> exists(${.CURDIR}/../../crypto)
sobomax
2001-08-02
1
-1
/
+1
*
fix for pkg_add to symlinked prefix directories that are more than 1 link deep.
jon
2001-08-02
1
-1
/
+1
*
Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...
sobomax
2001-08-02
7
-23
/
+15
*
Cosmetics: kill blank lines at the end of file.
sobomax
2001-08-02
1
-2
/
+0
*
Usability tweak:
sobomax
2001-08-02
4
-30
/
+30
*
When there is a file that can't be deleted due to checksum mismatch print name
sobomax
2001-08-02
1
-2
/
+1
*
The security officer requested this be backed out for discussion.
obrien
2001-07-28
2
-18
/
+32
*
Remove s_strl*(). I am not sure what was thought they accomplished.
obrien
2001-07-28
2
-32
/
+18
*
Only match the first osreldate date range for constructing the FTP URL,
kris
2001-07-26
1
-1
/
+1
*
Use reallocf(3) to increase size of malloc'ed buffer instead of
sobomax
2001-07-20
1
-7
/
+4
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
7
-25
/
+22
*
Correct a reversion in r1.39 which introduced a new instance of strcpy()
kris
2001-07-19
1
-4
/
+6
*
Remove whitespace at EOL.
dd
2001-07-15
6
-84
/
+84
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
5
-5
/
+5
*
bzip2(1) is in the base system - we don't need /usr/local/bin in the PATH
sobomax
2001-07-10
1
-1
/
+1
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
2
-2
/
+0
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+2
*
Fix usage bogon (-d doesn't take any arguments).
bmah
2001-06-13
1
-2
/
+2
*
Add a -s option to pkg_version, which limits output to packages
bmah
2001-06-13
2
-7
/
+23
*
Use getdtablesize() instead of OPEN_MAX.
des
2001-06-13
1
-1
/
+1
[next]