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
*
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
*
Use `rm -f` if the -f (force) option was given.
hoek
2000-06-02
1
-1
/
+1
*
Avoid infinite loops when given a package name like 'm4-1.1/'.
steve
2000-05-14
1
-18
/
+13
*
Finally remove the restriction introduced from NetBSD in r.1.3 that
hoek
2000-05-13
1
-2
/
+12
*
Add cross references to pkg_version(1) in all the other pkg_* man pages.
jhb
2000-02-29
1
-0
/
+1
*
While looking for a bug, tripped over style issues with added
jkh
2000-02-18
1
-11
/
+6
*
Fix a bug in previous commit where pkg_{delete,info} foo-1.0/ would segfault.
dan
2000-01-18
1
-2
/
+4
*
Teach pkg_delete and pkg_info how to deal with full pathnames
dan
2000-01-15
1
-2
/
+23
*
Fix bogon in previous commit: pass a string argument to printf(3) to
sheldonh
2000-01-11
1
-2
/
+2
*
Use a more helpful fatal error message than "Toto! This doesn't look
sheldonh
2000-01-11
1
-2
/
+2
*
Use the appropriate macro for double quotes rather than using double
jkh
1999-09-01
1
-2
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
5
-5
/
+5
*
Various man page cleanup:
mpp
1999-08-15
1
-2
/
+2
*
-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,
billf
1999-08-11
1
-3
/
+3
*
Add $Id$, to make it simpler for members of the translation teams to
nik
1999-07-12
1
-0
/
+1
*
'?' shouldn't be in the usage string. Unknown characters are already
imp
1999-06-24
1
-2
/
+2
*
If we are going to have a case for '?' then we should define it in Options.
billf
1999-06-23
1
-2
/
+2
*
document PKG_DBDIR
obrien
1998-12-31
1
-0
/
+13
*
Make it possible to have separate install scripts as well as have
jkh
1998-12-16
2
-12
/
+131
*
Fix bug where trailing slash could confuse the registry removal.
jkh
1998-11-11
1
-1
/
+7
*
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
jkh
1998-09-11
1
-10
/
+15
*
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
charnier
1998-03-23
1
-7
/
+5
*
Use `foo/bar.a' instead of `-Lfoo -lbar' for linking to static internal
bde
1998-03-07
1
-10
/
+4
*
Don't return from cleanup() - if it's removed the playpen then very
jkh
1997-10-13
1
-1
/
+2
*
Use err(3). Cosmetics in usage string and man page.
charnier
1997-10-08
3
-61
/
+45
*
Many places in the code NULL is used in integer context, where
phk
1997-09-18
1
-2
/
+2
*
Fix multiple documentation bogons.
jkh
1997-06-19
1
-1
/
+1
*
compare return value from getopt against -1 rather than EOF, per the final
imp
1997-03-31
1
-2
/
+2
*
Protect against missing initial @cwd. Closes PR#2893
jkh
1997-03-06
1
-3
/
+7
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
3
-3
/
+3
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
*
Add MD5 checksums to packing list for all files during pkg_create and use
jkh
1996-07-30
3
-8
/
+7
*
Bring in my changes for removing the pestilent obj links (unless you
jkh
1996-06-24
1
-3
/
+3
*
Make pkg_install understand and use libftpio instead of its own
jkh
1996-06-20
3
-4
/
+8
*
Another round of man page cleanups.
mpp
1996-02-12
1
-8
/
+8
*
Bring my pkg_install improvements forward from 2.1.
jkh
1995-11-12
1
-5
/
+10
*
Remove useless -lftp arguments from Makefiles.
jkh
1995-08-04
1
-3
/
+0
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
[next]