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
/
lib
/
str.c
Age
Commit message (
Expand
)
Author
2002-02-02
tets -> test
yamt
2002-01-09
Pull in a much simplified version of the vtest functionality. This new
agc
2001-10-04
fix typo that prevents to select best version of package.
yamt
2001-07-15
Interface change for strip_txz(): now stores suffix
hubertf
2001-04-28
* add function strip_txz() to strip off any .tgz, .tbz, .t[bg]z from a
hubertf
2001-03-06
Fix typos in comments
wiz
2001-03-05
Don't allow NULL version packages to match. Patch by hubertf.
wiz
2001-03-05
Using strcmp with NULL pointers is a bad idea. Fixes pkg/11647.
wiz
2001-01-01
* findmatchingname():
hubertf
2000-12-13
* Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add and
hubertf
2000-06-18
remove stale debugging code
hubertf
2000-06-18
* shuffle variable names in findbestmatchingname_fn() around
hubertf
2000-02-07
Special case 'nb<X>' suffix in deweycmp() - this allows NetBSD specific
abs
2000-01-25
some code cleanup
hubertf
2000-01-19
FTP wildcard depends code, initial commit.
hubertf
1999-12-01
- Comment code
hubertf
1999-08-24
Bring closer to /usr/share/misc/style with the aid of indent(1).
hubertf
1999-08-19
Clean up minor nits in C code.
agc
1999-04-10
Fix off-by-one error. (This was detected using libefence)
hubertf
1999-03-22
Replace static array of packages given to pkg_perform() with linear
hubertf
1999-03-06
update comment for findmatchingname()
hubertf
1999-01-19
Add code for pkgdb.
hubertf
1998-10-12
+ Remove obsolete and unused string functions.
agc
1998-10-08
Eliminate all use of sprintf(3), and replace it with snprintf(3).
agc
1998-10-08
One more piece of lint.
agc
1998-10-08
Get rid of some lint.
agc
1998-10-05
Squelch minor LP64-related compiler warning/error (-Werror)
ross
1998-10-03
Teach our tools about dependencies containing wildcards.
hubertf
1997-10-18
use strchr/strrchr/memset/memmove instead of index/rindex/bzero/bcopy
lukem
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