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
/
lib
/
match.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not bitch about bsdpan modules not having origin.
krion
2005-09-24
1
-1
/
+1
*
- pkg_add spawns itself as argv[0] when installing dependent packages, to
eik
2004-06-29
1
-1
/
+1
*
- pkg_info: flag -r: (show packages this packages depends on (documentation c...
eik
2004-06-29
1
-5
/
+6
*
- match package version numbers with relational operators
eik
2004-06-29
1
-25
/
+196
*
Fix a case of undefined behavior due to overlapping buf objects in
schweikh
2003-12-23
1
-2
/
+3
*
Backout 1.14, it seems to be causing problems with libxml build
bmilekic
2003-08-04
1
-1
/
+1
*
Use strncmp() and not strcmp() here to properly match
bmilekic
2003-08-01
1
-1
/
+1
*
Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
wollman
2002-09-21
1
-2
/
+2
*
Eliminate free'ing already freed chunks.
sobomax
2002-05-22
1
-2
/
+3
*
- Make use of DEPOROGINs (if there are any) when installing package;
sobomax
2002-05-14
1
-15
/
+131
*
replace __FUNCTION__ with standardized __func__.
alfred
2002-05-11
1
-4
/
+4
*
Fix SCM ID's.
obrien
2002-04-01
1
-5
/
+3
*
WARNS=2 cleanup.
sobomax
2001-10-10
1
-9
/
+6
*
Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...
sobomax
2001-08-02
1
-3
/
+1
*
Use reallocf(3) to increase size of malloc'ed buffer instead of
sobomax
2001-07-20
1
-7
/
+4
*
- Add which(1)-like functionality into pkg_info;
sobomax
2001-03-23
1
-9
/
+12
*
When matching installed packages against glob keep track of which patterns
sobomax
2001-03-14
1
-2
/
+23
*
Properly detect and report malloc(3) failures.
sobomax
2001-02-27
1
-36
/
+51
*
- Merge recently added into pkg_info(1) regex/glob matching functionality into
sobomax
2001-02-27
1
-0
/
+197