index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
pkg_install
/
add
/
main.c
Age
Commit message (
Expand
)
Author
2003-12-20
always print an error when package addition fails (rather than only
grant
2003-09-02
Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by
jlam
2003-07-14
use bounded string op as much as possible
itojun
2003-06-05
Set the program name via setprogname(3).
agc
2003-04-22
Rename "upgrade" variable to "Replace" (etc.) as that is what it's really
hubertf
2003-01-10
Order the getopt(3) options alphabetically.
agc
2002-08-04
Try increasing number of max. open files as high as possible.
hubertf
2002-07-19
- remove handling of PKG_ADD_BASE.
yamt
2002-06-09
- free memory allocated by findbestmatchingname.
yamt
2001-09-25
Add a "-s verification-type" argument to pkg_add, which adds a callout
agc
2001-04-21
Check for return value of getenv() before handing it to strdup().
hubertf
2001-04-19
Allow PKG_PATH (or part of that) to contain a local directory, and
dmcmahill
2001-03-22
Set return code != 0 if the given pkg (file) cannot be found.
hubertf
2001-03-18
Add -u switch to pkg_add to do a very rudimentare form of pkg upgrading:
hubertf
2001-03-05
Add -V option to all pkgtools, which reports the version of the pkgtools.
wiz
2000-12-13
* Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add and
hubertf
2000-10-11
fix indentation
hubertf
2000-06-16
avoid possible overflow of exit status
sjg
2000-01-19
FTP wildcard depends code, initial commit.
hubertf
1999-11-10
Check return value from realpath() to avoid a NULL pointer being passed to
abs
1999-08-24
Bring closer to /usr/share/misc/style with the aid of indent(1).
hubertf
1999-08-23
Hide test for URLlength()>0 behind a macro (IS_URL()).
hubertf
1999-08-19
Consolidate URL handling into a table of valid leading strings for
agc
1999-03-22
Replace static array of packages given to pkg_perform() with linear
hubertf
1999-01-19
Add code for pkgdb.
hubertf
1998-10-12
+ Remove obsolete and unused string functions.
agc
1998-10-04
fix some egcs warnings
hubertf
1998-10-03
Teach our tools about dependencies containing wildcards.
hubertf
1997-10-17
WARNSify, cleanup Makefiles
lukem
1997-10-16
First cut on importing pkg_install as of FreeBSD 971013:
hubertf
1997-06-05
Add NetBSD Ids
agc
1997-06-05
Initial import of FreeBSD packaging tool.
agc