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
/
create
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add pkg_update to the SEE_ALSO manpage of pkg_create.
keramida
2002-01-15
1
-0
/
+1
*
Make `-b' option actually work as advertised.
sobomax
2001-10-25
1
-0
/
+1
*
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
2
-1
/
+20
*
WARNS=2 cleanup.
sobomax
2001-10-10
4
-25
/
+28
*
OOPS, delete some commented out debugging code committed along with r.1.25.
sobomax
2001-10-08
1
-1
/
+0
*
- Allow package archive to be created from a locally installed package. This
sobomax
2001-10-08
4
-22
/
+97
*
Various fixes and improvements:
sobomax
2001-09-19
1
-0
/
+1
*
Handle snprintf() returning < 0 (not just -1)
brian
2001-08-20
1
-2
/
+2
*
Handle snprintf() returning -1.
brian
2001-08-20
1
-2
/
+2
*
Reduce private "lesser known" function redirection to improve clarity.
obrien
2001-08-13
1
-1
/
+1
*
Perform a major cleanup of the usr.sbin Makefiles.
obrien
2001-07-20
1
-4
/
+3
*
Remove whitespace at EOL.
dd
2001-07-15
1
-19
/
+19
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
mdoc(7) police: remove extraneous .Pp before and/or after .Sh.
dd
2001-07-09
1
-1
/
+0
*
Style policy: reformat multiline comments to conform to style(9).
sobomax
2001-05-17
2
-13
/
+25
*
When creating a package sort dependencies in such a way that if dependency
sobomax
2001-03-15
1
-5
/
+30
*
Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.
ru
2001-02-28
1
-2
/
+2
*
Use the more logical author syntax from pkg_version and quote
jkh
2001-02-20
1
-3
/
+2
*
mdoc(7) police: split punctuation characters + misc fixes.
ru
2001-02-01
1
-4
/
+8
*
Make `-y' option actually work.
sobomax
2001-01-24
1
-1
/
+1
*
Use .Pa instead of .Dq.
sobomax
2001-01-22
1
-3
/
+2
*
- Add ability to handle bzip2-compressed packages;
sobomax
2001-01-22
4
-7
/
+48
*
mdoc(7) police: removed leading whitespaces that are not inside
ru
2001-01-19
1
-1
/
+1
*
- Fix a nasty bug where pkg_create doesn't gzip package if lengh of package
sobomax
2001-01-16
2
-8
/
+5
*
Fix a bug where pkg_create does not make an md5 entry for the last item in
sobomax
2001-01-12
1
-11
/
+16
*
Prepare for mdoc(7)NG.
ru
2000-12-27
1
-6
/
+5
*
Use Fx macro wherever possible.
ru
2000-11-14
1
-3
/
+5
*
Add "-o" option to pkg_create(1) and pkg_info(1). This option intended to record
sobomax
2000-10-23
4
-4
/
+22
*
Cause fatal error messages to be a little more helpful to the programmer
jkh
2000-10-22
2
-16
/
+16
*
Use libfetch instead of libftpio. This adds support for http and IPv6.
des
2000-06-27
1
-2
/
+2
*
Remove single-space hard sentence breaks. These degrade the quality
sheldonh
2000-03-01
1
-4
/
+8
*
Add cross references to pkg_version(1) in all the other pkg_* man pages.
jhb
2000-02-29
1
-0
/
+1
*
pkg_create doesn't use more(1) for displaying +DISPLAY files, it
kris
2000-02-27
1
-2
/
+1
*
Grammar fix: ``Different than'' should be ``different from''.
chris
2000-01-29
1
-1
/
+1
*
Document the fact that pkg_add/delete passes INSTALL/DEINSTALL
max
1999-09-11
1
-0
/
+5
*
Use the appropriate macro for double quotes rather than using double
jkh
1999-09-01
1
-9
/
+24
*
$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
1
-3
/
+4
*
'?' 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
*
Make it possible to have separate install scripts as well as have
jkh
1998-12-16
4
-14
/
+82
*
Fix support for uncompressed (".tar") package types. It's not completely
asami
1998-12-05
1
-5
/
+21
*
correct usage of cleanup() everywhere - this became bogus when the warnx/errx
jkh
1998-09-11
2
-34
/
+58
*
o Set paths internally for pkg_add for tools we might want to invoke.
jkh
1998-09-08
1
-2
/
+1
*
Fix bogus suffix stripping to be less naive.
jkh
1998-09-08
1
-9
/
+7
*
Don't exit() from cleanup() if we got there via a non-signal since
jkh
1998-07-28
1
-2
/
+3
*
Document environment variables used by pkg_{add,create,info}. These
jkoshy
1998-06-26
1
-1
/
+35
[prev]
[next]