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
*
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
*
Properly quote recursive pkg_add operations so that filenames with
jkh
2001-06-11
1
-1
/
+1
*
Check for the existence of the Makefile in the port skeleton directory
tobez
2001-06-11
1
-2
/
+12
*
Pass on the verbose option to fetchGetURL().
des
2001-06-11
1
-3
/
+4
*
Fixed pkg_add so when it does not find a package, it returns != 0.
pirzyk
2001-06-04
1
-1
/
+2
*
Cross reference pkg_update(1).
eric
2001-05-31
1
-0
/
+1
*
Style policy: reformat multiline comments to conform to style(9).
sobomax
2001-05-17
10
-46
/
+83
*
Print longer package names. Some of them were running off the right
bmah
2001-05-15
1
-3
/
+3
*
Fixed a missing library in DPADD.
bde
2001-05-12
1
-4
/
+5
*
Clean up some of the evil string handling in this code, replace
kris
2001-05-12
3
-47
/
+91
*
rcsid style fix.
obrien
2001-05-09
1
-6
/
+5
*
A WIP snuck in the rev 1.34 commit.
obrien
2001-05-09
1
-8
/
+3
*
The pkg_version -c output will now call for a "make clean" before and
bmah
2001-04-30
1
-2
/
+2
*
Fix typo in prev commit - add missing comma
ache
2001-04-26
1
-2
/
+3
*
Add /usr/X11R6/bin to the exported PATH. If /usr/local/bin is there,
obrien
2001-04-25
1
-4
/
+10
*
Don't build pkg_sign tools if crypto is not installed, or is not
wes
2001-04-24
1
-1
/
+2
*
Fix a problem with tests of the form "1.0" vs. "1.0a".
bmah
2001-04-19
2
-3
/
+15
*
beforeinstall -> SCRIPTS.
ru
2001-04-07
2
-8
/
+2
*
mdoc(7) police: .Nm remembers its argument on the first call.
ru
2001-04-04
1
-1
/
+1
*
Implement a package number comparison routine for pkg_version(1)
bmah
2001-04-03
4
-31
/
+201
*
- Backout botched attempt to introduce MANSECT feature.
ru
2001-03-26
3
-4
/
+2
*
Decapitalise first letter of warning message.
sobomax
2001-03-26
1
-1
/
+1
*
In which(1) mode resolve "/../", "/./" in arguments and PLIST contents. This
sobomax
2001-03-26
1
-40
/
+67
*
- Add which(1)-like functionality into pkg_info;
sobomax
2001-03-23
12
-23
/
+283
[next]