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
/
info
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "off by 1" error introduced in the previous commit by replacing strncpy(3)
sobomax
2001-10-16
1
-1
/
+1
*
Use strncpy(3) instead of strcpy(3) to copy optarg into a fixed-sized buffer.
sobomax
2001-10-15
1
-1
/
+1
*
- Introduce a notion of `packing list format version'. This allows making
sobomax
2001-10-10
5
-3
/
+22
*
WARNS=2 cleanup.
sobomax
2001-10-10
5
-28
/
+31
*
Various fixes and improvements:
sobomax
2001-09-19
1
-2
/
+0
*
Recognise @option directives instead of falling through to the default
kris
2001-08-06
1
-0
/
+6
*
Cosmetics: replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_L...
sobomax
2001-08-02
1
-5
/
+2
*
Usability tweak:
sobomax
2001-08-02
1
-1
/
+1
*
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
-9
/
+9
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
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
5
-10
/
+200
*
Put back several lines that I erroneously deleted in my previous commit. This
sobomax
2001-03-01
1
-0
/
+3
*
- Merge recently added into pkg_info(1) regex/glob matching functionality into
sobomax
2001-02-27
2
-149
/
+26
*
Add two missed modifiers into usage message (`-G' and `-x').
sobomax
2001-02-24
1
-1
/
+1
*
Use the more logical author syntax from pkg_version and quote
jkh
2001-02-20
1
-5
/
+2
*
mdoc(7) police: cosmetics.
ru
2001-02-09
1
-8
/
+9
*
- By default treat supplied arguments as a shell globs to be matched against
sobomax
2001-02-08
4
-41
/
+191
*
mdoc(7) police: Change -filled displays (which just happen
ru
2001-02-07
1
-1
/
+1
*
-pedantic mode:
sobomax
2001-02-05
2
-1
/
+3
*
Add a -g flag for verifying an installed package against its recorded
jkh
2001-02-03
5
-2
/
+41
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-1
/
+1
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-1
/
+3
*
Alphabetically reorder options in `.Op Fl' macro to be consistent with the
sobomax
2000-12-05
1
-1
/
+1
*
- Add missed `-s' option into usage printout;
sobomax
2000-12-05
1
-1
/
+1
*
mdoc(7) police: use the new features of the Nm macro.
ru
2000-11-20
1
-2
/
+2
*
Use Fx macro wherever possible.
ru
2000-11-14
1
-1
/
+2
*
Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
sobomax
2000-10-23
5
-3
/
+33
*
Cause fatal error messages to be a little more helpful to the programmer
jkh
2000-10-22
2
-2
/
+2
*
Trim index lines down to 79 characters, not 80.
des
2000-10-18
1
-1
/
+1
*
Fix typo
marko
2000-09-25
1
-1
/
+1
*
Make the ``-r'' option actually do something :)
marko
2000-09-25
2
-1
/
+3
*
New option "-s" to query size of the installed package(s).
sobomax
2000-07-07
5
-2
/
+69
*
Use libfetch instead of libftpio. This adds support for http and IPv6.
des
2000-06-27
1
-2
/
+2
*
Avoid infinite loops when given a package name like 'm4-1.1/'.
steve
2000-05-14
1
-24
/
+14
*
Add cross references to pkg_version(1) in all the other pkg_* man pages.
jhb
2000-02-29
1
-0
/
+1
*
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
-1
/
+23
*
Include -f and -t options to SYNOPSYS section (manpage) and usage information
phantom
2000-01-07
2
-9
/
+10
*
Use the appropriate macro for double quotes rather than using double
jkh
1999-09-01
1
-4
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
6
-6
/
+6
*
Various man page cleanup:
mpp
1999-08-15
1
-2
/
+2
*
-Wall fixes. Ambigious if/elses, uninitialized values, missing headers,
billf
1999-08-11
2
-2
/
+5
*
When listing the installed packages, do it in alphabetical order.
jdp
1999-07-30
1
-9
/
+24
*
'?' 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
*
If pkg_info is run with no args, default to "-aI".
jkh
1999-04-27
1
-2
/
+7
*
change wording slightly to match other pkg_*.1
obrien
1998-12-31
1
-2
/
+2
[next]