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
/
delete
Commit message (
Expand
)
Author
Age
Files
Lines
*
The last big commit: let usr.sbin/ use WARNS=6 by default.
ed
2010-01-02
1
-1
/
+0
*
Add missing `void' keywords.
ed
2009-12-29
1
-1
/
+1
*
- Add long options to pkg_install.
flz
2008-05-30
2
-17
/
+35
*
- Restore functionality broken in previous commit; we need to be able to report
pav
2008-05-03
1
-2
/
+5
*
Optimize package registration/deregistration. Previously, when looking up the
pav
2008-04-11
1
-10
/
+26
*
Backout previous commit, since it's done without maintainers
krion
2007-12-09
1
-1
/
+0
*
Add the 'pkg_search' script.
obrien
2007-12-09
1
-0
/
+1
*
Fix segfault while running with -a option and deinstalling broken
krion
2007-11-10
1
-1
/
+1
*
Cleanup of userland __P use
kevlo
2007-11-07
1
-1
/
+1
*
Allow variable amounts of verbosity.
obrien
2006-06-12
1
-1
/
+1
*
Fix pkg_info(1) and pkg_delete(1) to handle properly packages which
krion
2005-10-10
1
-1
/
+1
*
Expand *n't contractions.
ru
2005-02-13
1
-1
/
+1
*
Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.
ru
2004-08-12
1
-1
/
+1
*
Mechanically kill hard sentence breaks.
ru
2004-07-02
1
-10
/
+20
*
- pkg_add spawns itself as argv[0] when installing dependent packages, to
eik
2004-06-29
3
-5
/
+5
*
- pkg_info: flag -r: (show packages this packages depends on (documentation c...
eik
2004-06-29
1
-27
/
+43
*
- match package version numbers with relational operators
eik
2004-06-29
3
-5
/
+17
*
- Properly build both crypto and non-crypto versions of the
ru
2004-01-17
1
-5
/
+0
*
Retire the useless NOSECURE knob.
des
2003-05-19
1
-1
/
+1
*
Fix a long-standing bug where if the package being deleted had no
des
2003-02-25
2
-14
/
+12
*
Break fileGetURL() out into its own file so that pkg_install/lib consumers
obrien
2002-11-06
1
-2
/
+2
*
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
*
- Make use of DEPOROGINs (if there are any) when installing package;
sobomax
2002-05-14
1
-16
/
+40
*
replace __FUNCTION__ with standardized __func__.
alfred
2002-05-11
1
-6
/
+6
*
fix build:
alfred
2002-05-11
1
-4
/
+7
*
Use `The .Nm utility'
charnier
2002-04-20
1
-0
/
+2
*
Fix SCM ID's.
obrien
2002-04-01
2
-10
/
+6
*
WARNS=2 cleanup.
sobomax
2001-10-10
2
-1
/
+3
*
Various fixes and improvements:
sobomax
2001-09-19
4
-68
/
+99
*
Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...
sobomax
2001-08-02
2
-6
/
+3
*
Usability tweak:
sobomax
2001-08-02
1
-9
/
+9
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-4
/
+4
*
Remove whitespace at EOL.
dd
2001-07-15
1
-8
/
+8
*
Style policy: reformat multiline comments to conform to style(9).
sobomax
2001-05-17
1
-3
/
+6
*
When creating a package sort dependencies in such a way that if dependency
sobomax
2001-03-15
1
-68
/
+3
*
When called with the "-n" command line argument, pkg_delete
roberto
2001-03-04
1
-5
/
+4
*
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
ru
2001-02-28
1
-4
/
+4
*
- Merge recently added into pkg_info(1) regex/glob matching functionality into
sobomax
2001-02-27
4
-18
/
+104
*
Fix a typo, that in some cases may lead to incorrect packages reordering.
sobomax
2001-02-21
1
-1
/
+1
*
Use the more logical author syntax from pkg_version and quote
jkh
2001-02-20
1
-3
/
+2
*
Improve pkg_delete(1) behaviour when deleting several packages at once.
sobomax
2001-02-19
1
-3
/
+74
*
mdoc(7) police: Change -filled displays (which just happen
ru
2001-02-07
1
-3
/
+3
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-2
/
+2
*
Prepare for mdoc(7)NG.
ru
2001-01-16
1
-5
/
+5
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-8
/
+6
*
mdoc(7) police: removed history info from the .Os FreeBSD call.
ru
2000-12-14
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-1
/
+1
*
Cause fatal error messages to be a little more helpful to the programmer
jkh
2000-10-22
2
-5
/
+5
*
Use libfetch instead of libftpio. This adds support for http and IPv6.
des
2000-06-27
1
-2
/
+2
[next]