Go to file
joerg 0e7c882236 pkg_install-20100421:
Fix an off-by-one in the check for properly sized pkgdb entries.
It rejected perfectly valid entries.

Extract dependencies of libarchive from the pkgconfig file and thereby
drop knowledge of the needed libraries.

At least some versions of HP-UX are known to not support %zu, add a
workaround. This is using the black list approach for now.

Recognize xz as compression type for pkg_create.

The first time an error is hit while fetching packages, try to reget
from the same position. This works around the server closing the
connection while fetching dependencies.

Try to detect common forms of pkgdb corruption and issue a warning in
that case.

Refactor the pkg_vulnerabilities logic to use the compression support
from libarchive. This reduces the amount zlib/bzip2 interaction to
the linkage.

Add man pages for audit-packages and download-vulnerability-list which
point to pkg_admin and notes that the scripts are obsolete.
2010-04-23 20:54:06 +00:00
bin Add MKBSDTAR, defaulting to no. It switching cpio and tar to the 2010-04-23 19:41:02 +00:00
common define _NOREGNAMES before including <machine/asm.h>, like powerpc does. 2010-03-22 02:22:32 +00:00
compat Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
crypto Remove trailing whitespace; use standard section headers. 2010-04-14 08:14:26 +00:00
dist ip_fil_compat.c is another file that needs to be both in src/dist/ipf and 2010-04-17 22:05:53 +00:00
distrib Um, as has been noted, INSTALL_FILE records what's installed if it's 2010-04-23 14:10:19 +00:00
doc mention crash ldscript. 2010-04-23 02:12:58 +00:00
etc Do not try in postinstall(8) to replicate the code in etc/mtree/Makefile 2010-04-23 19:21:08 +00:00
external pkg_install-20100421: 2010-04-23 20:54:06 +00:00
extsrc Top level reach-over directory for extsrc. 2009-12-01 01:53:46 +00:00
games fix an obvious flaw in bounds check: the array of precomputed primes 2010-04-22 14:28:48 +00:00
gnu Make this build. 2010-04-21 12:58:38 +00:00
include change size_t to ssize_t for POSIX compliance. 2010-04-17 17:51:47 +00:00
lib -build ldexp/frexp/modf locally again rather than relying on libc 2010-04-23 19:17:07 +00:00
libexec Use fast_remainder32 for the ELF hash. For the hot cache case, this 2010-04-05 14:01:26 +00:00
regress pull in some more headers to get prototypes into scope, and, more 2010-03-23 20:32:13 +00:00
rescue Relegate edlabel to use in extremely memory constrained install 2010-03-10 23:13:09 +00:00
sbin C99 says that offsetof() expands to a constant expresssion, so we 2010-04-20 21:25:25 +00:00
share Add MKBSDTAR, defaulting to no. It switching cpio and tar to the 2010-04-23 19:41:02 +00:00
sys mq_timed{send,receive}: as required by POSIX, return EINVAL on invalid 2010-04-23 19:29:23 +00:00
tests Add bpf program source in a comment. 2010-04-21 11:19:44 +00:00
tools remove OSX specific fix where CLOCK_REALTIME is not defined. 2010-03-27 07:16:57 +00:00
usr.bin PR: 42850 2010-04-23 15:43:28 +00:00
usr.sbin Do not try in postinstall(8) to replicate the code in etc/mtree/Makefile 2010-04-23 19:21:08 +00:00
x11 fix the dependancy list for this. 2010-03-22 00:23:59 +00:00
build.sh move change from rev 1.232 to the initialization part. 2010-03-30 13:17:47 +00:00
BUILDING Support "extsrc", externally added programs and libraries. Users can write 2009-11-30 16:13:22 +00:00
Makefile adjust the do-compat-* rules now that src/compat/lib and friends no longer exist 2009-12-13 09:29:27 +00:00
Makefile.inc
UPDATING Note shared objects extension change, and stalled files. 2010-02-22 12:35:32 +00:00