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
/
extract.c
Age
Commit message (
Expand
)
Author
2003-09-23
Add some free()s in error cases.
wiz
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-02-02
Allow '%D' to be used when no last_file available. Fixes binary package
abs
2003-01-05
Add an enumerated type which is used in pkgdb_open() to specify
agc
2003-01-05
Use EXIT_FAILURE, rather than hardcoding a value of '1' in err(3) and
agc
2002-11-29
replace use of alloca() with the more portable malloc()/free().
grant
2002-11-28
Add 'p' option to TARX_CMD's argument for preserving file mode.
taca
2002-10-17
- eliminate the hard-coding of pathnames in the default install.
christos
2001-09-26
use full pathname of tar consistentlc
hubertf
2000-07-24
Fix a buffer overrun bug. The TOOBIG macro had some hard coded constants
dmcmahill
2000-06-16
extract_plist() should inform caller when it aborts extract
sjg
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-05-30
Remove support for absolutes pathnames completely. This can't work with
tron
1999-05-29
Don't prepend directories if the plist files are absolute.
christos
1999-03-12
Fix string handling bugs introduced by last patch.
tron
1999-03-09
Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference to
agc
1999-03-02
Cosmetic but annoying - no need to append a newline character in warnx()
agc
1999-02-01
Allow @exec to be the first (non-comment) thing in a PLIST file
hubertf
1999-01-19
Add code for pkgdb.
hubertf
1998-10-09
More cleanup - various bits of KNF.
agc
1998-10-09
Some minor KNF.
agc
1998-10-08
Eliminate all use of sprintf(3), and replace it with snprintf(3).
agc
1998-01-19
Quote filenames handed off to tar, chmod, chown. (Fixes possible security
hubertf
1997-10-19
fix compile warnings on the alpha.
mrg
1997-10-17
WARNSify, cleanup Makefiles
lukem
1997-10-16
Second part of intrgration of FreeBSD pkg_install as of 971013.
hubertf
1997-10-16
First cut on importing pkg_install as of FreeBSD 971013:
hubertf
1997-06-09
Use malloc and free in extract.c, not alloca.
agc
1997-06-05
Add NetBSD Ids
agc
1997-06-05
Initial import of FreeBSD packaging tool.
agc