Commit Graph

1840 Commits

Author SHA1 Message Date
mlelstv 07d2f05926 Get sector size from device properties using DIOCGDISKINFO and
use the disklabel (DIOCGDINFO) only as a fallback. This works
with wedges.
2010-12-23 14:46:25 +00:00
tsutsui 6ff9a90670 Disable bzip2 support in tools bdftopcf(1).
We don't use bzip2 fonts on build and some OS doesn't have bzip2 headers.
Ok'ed by mrg@, martin@, fixes PR/44138.

Should be pulled up to netbsd-5 (and netbsd-5-1).
2010-12-19 13:04:54 +00:00
joerg 53ec7d85a6 Build xcvs without -g. 2010-12-18 04:23:26 +00:00
wiz 1e9e3652c6 Bump date for chroot default. 2010-12-17 10:35:10 +00:00
jruoho 27cfff3b3e Make tcpdump(8) to drop root privileges and chroot(2) by default. 2010-12-17 09:54:27 +00:00
joerg fe0427534e Kill use of __DATE__ and __TIME__ in SCCS strings. 2010-12-17 00:23:58 +00:00
wiz 3d3c5d42cb Observe the following spelling:
- wide character (noun)
- wide-character (adjective)

Inspired by jmc@OpenBSD.
2010-12-16 17:42:25 +00:00
haad 363aa1ba89 Whitespace police. 2010-12-15 22:49:42 +00:00
haad 59385470cf Only KM_SLEEP | KM_NOSLEEP can be passed down to kmem layer, clean up
tqflags from internal taskq flags (TQ_FRONT) before calling kmem_alloc.
2010-12-15 22:09:14 +00:00
enami 83d9249c3a Fix typo. 2010-12-15 07:36:51 +00:00
christos 83c933dca1 Use the source dir atomic.h 2010-12-15 02:08:16 +00:00
haad 591e382e8c Revert last commit it's not needed anymore. 2010-12-15 00:58:58 +00:00
christos a9c38a6a96 Wrong rfc mentioned 2010-12-14 23:43:32 +00:00
haad 3bd4964ac1 Do not built 64b atomic ops to libzpool they are in libc again. 2010-12-14 23:39:11 +00:00
christos c2a9dfd59e handle lack of <sys/atomic.h> 2010-12-14 23:19:23 +00:00
christos f4f6c00c90 silence gcc-3 uninitialized variable warning. 2010-12-14 23:18:31 +00:00
christos 30037bfd3f Handle NetBSD-5 and 4 lack of atomics by disabling threads. 2010-12-14 23:17:20 +00:00
christos 97caf9021f handle openssl versions less < 1. 2010-12-14 23:16:39 +00:00
tron 4dd88e84a3 Get DTrace to build again. 2010-12-14 14:08:42 +00:00
haad 4d468780ce Use only cas versions of 64 bit atomic ops. 2010-12-14 09:19:14 +00:00
haad 7527c22f7f Add NetBSD version of zfs snapshot management code. IT needs testing it
was only compile tested for now, but I would like to have some code in to be
sure that it will not be lost.
2010-12-14 01:28:18 +00:00
haad 732f954b5c Define mutex_owned. 2010-12-14 01:25:37 +00:00
haad f60c1b8f4b Remove now unneeded print_timestamp. 2010-12-14 01:23:43 +00:00
haad 9e62f6ad09 Fix amd64 build where sysinfo was not defined, disable libshare for now. 2010-12-14 01:22:24 +00:00
haad b407fc2e79 Do not include debug.h 2010-12-14 01:21:25 +00:00
haad a0200337cd Add some more solaris vnode defs for zfs_ctldir. 2010-12-14 01:21:02 +00:00
haad 3c4cc2dec7 Include sys/debug.h to get ASSERT defined. 2010-12-14 01:18:34 +00:00
haad 72392f89e6 Define print_timestamp during build, to shut up gcc warning. 2010-12-14 01:03:10 +00:00
haad 01d7ba741b Simple routine to convert long to string. 2010-12-14 01:01:40 +00:00
haad 2940dfac08 NetBSD doesn't have /etc/mnttab replace it with /dev/null. 2010-12-14 01:00:26 +00:00
mrg d541f2b66d reinstall awk.texi. 2010-12-13 06:30:44 +00:00
mrg 7246249458 re-add gawk 3.1.3's awk.texi 2010-12-13 06:21:53 +00:00
joerg b4eb5d9c57 Kill double .TP 2010-12-12 20:20:43 +00:00
joerg 1a85759af0 Kill double .TP 2010-12-12 20:19:41 +00:00
christos bc03f5ba09 Don't build awk.info because matt removed it. 2010-12-12 19:01:03 +00:00
joerg 2e05e5b66d Reply 1.15, lost in the last update. 2010-12-12 18:40:01 +00:00
adam 5e6ed478ee bump minor version for 2.4.23 2010-12-12 16:19:54 +00:00
adam 303af6c5ec Update to OpenLDAP 2.4.23 2010-12-12 16:10:42 +00:00
adam 4ecae53ae6 Use conditional WORDS_BIGENDIAN 2010-12-12 16:10:18 +00:00
adam a8c4d9a88a Merge 2.4.23 2010-12-12 15:46:27 +00:00
adam ef2f90d39c Imported openldap-2.4.23 2010-12-12 15:17:36 +00:00
matt 48d3f85c1c Use ELF_ST_VISIBILITY (S_GET_OTHER( )) instead of a local S_IS_HIDDEN as
suggested by binutils.
2010-12-09 06:22:03 +00:00
kiyohara 602d621e07 The failure of rebuilding is evaded.
Vga is not used in x86 and alpha for a long time. PR#41626 might influence us.
2010-12-07 05:39:53 +00:00
matt 4d0f1c412f Add a private now S_IS_HIDDEN(symbol) so gas deal with hidden symbols
correctly.
2010-12-06 21:17:00 +00:00
jmmv 42afccf436 Pull up revision c917871de7dd67ba57c17496ad68fe4e4aa8b239:
Fix atf-check match checker to validate lines without newline

Problem found by pooka@.
2010-12-06 18:04:02 +00:00
christos efb1585e67 propagate the fixes from /usr/src/sys/net/bpf_filter.c here, so that
we don't merge backwards again.
2010-12-06 01:08:02 +00:00
adam 3e1a82b305 Fix building on case-insensitive file-system. 2010-12-05 15:57:40 +00:00
mrg a5ae13c90e - use SCRIPTS* for scripts instead of FILES*.
- add pcap-config to CLEANFILES.
2010-12-05 09:09:39 +00:00
mrg 9133e91956 netbsd needs net/bpf.h, too. 2010-12-05 08:43:23 +00:00
christos dbe76af3b7 hook tcpdump and libpcap 2010-12-05 05:59:59 +00:00
christos 25abe6c390 tcpdump goes to /usr/sbin 2010-12-05 05:52:46 +00:00
christos ef3545626b we don't have a 3PCAP section 2010-12-05 05:40:14 +00:00
christos 0a6931da37 we only have bin 2010-12-05 05:24:21 +00:00
christos 923cb98430 cleanup old stuff and install in the right place 2010-12-05 05:24:03 +00:00
christos 69e620e14c build and import glue. 2010-12-05 05:14:00 +00:00
christos 90faadda0b Makefile overrides 2010-12-05 05:13:45 +00:00
christos 11b3aaa125 apply our changes and add the pfsync stuff. 2010-12-05 05:11:30 +00:00
christos 0f74e101fa Import tcpdump-4.1.1 2010-12-05 03:14:48 +00:00
christos ea56eea76f select IPv6 from the Makefile 2010-12-05 03:06:54 +00:00
christos 8bc69f3e6c add configure file. 2010-12-05 03:06:08 +00:00
christos 45a3afe368 we need some more files here. 2010-12-05 03:03:27 +00:00
christos aac80989b6 more sign-compare fixes. 2010-12-05 03:02:41 +00:00
christos c8eee57ad6 don't print -L/usr/lib and -I/usr/include for no reason. 2010-12-05 03:01:39 +00:00
christos 8d518122c2 install pcap-check. Someone might need it. 2010-12-05 03:00:44 +00:00
christos 74c505a81b - add our fixes
- make compile with WARNS=5
- add glue
2010-12-05 01:45:46 +00:00
christos adf57bf528 add rcs keyword cleaner 2010-12-05 01:28:28 +00:00
christos 62ed3ef9cc try again fixing RCS keywords 2010-12-05 01:26:52 +00:00
christos bf1df6d193 Import libpcap-1.1.1 2010-12-05 01:20:21 +00:00
christos e19314b713 Pretending that %d can print size_t on __LP64__, by turning off warnings
is not really a good idea.  Turn on the warnings and fix them. Unfortunately
there are a bunch of const-castaways... Should be fed upstream.
2010-12-04 23:08:32 +00:00
plunky f33b316b63 Remove the do-external-lib and do-gnu-lib targets, along with
external/lib/Makefile and crypto/external/lib/Makefile, replacing
them all with SUBDIRs directly from lib/Makefile.

compat/compatsubdirs.mk becomes simpler now, as everything is built
from lib/Makefile, meaning all the libraries will now be built under
compat so update the set lists to account for that.
2010-12-03 21:38:46 +00:00
christos dfcdd76889 merge changes 2010-12-02 14:52:17 +00:00
christos c27878d85f Import bind 9.7.2-P3 2010-12-02 14:22:18 +00:00
mrg eebfdc254d dsable SSE2 support on amd64 for now. GCC generates code that causes
alignment faults.  the code is:

0x00007f7ffd40ccd7 <_pixman_implementation_create_sse2+0>:      push   %rbp
0x00007f7ffd40ccd8 <_pixman_implementation_create_sse2+1>:      mov    %rsp,%rbp
0x00007f7ffd40ccdb <_pixman_implementation_create_sse2+4>:      sub    $0x10,%rsp
...
0x00007f7ffd40cdab <_pixman_implementation_create_sse2+212>:    mov    $0xffffffffffffffff,%rdx
0x00007f7ffd40cdb2 <_pixman_implementation_create_sse2+219>:    mov    %rdx,0xfffffffffffffff0(%rbp)
0x00007f7ffd40cdb6 <_pixman_implementation_create_sse2+223>:    mov    %rdx,0xfffffffffffffff8(%rbp)
0x00007f7ffd40cdba <_pixman_implementation_create_sse2+227>:    movdqa 0xfffffffffffffff0(%rbp),%xmm0

upon entry we have stack aligned to 16 bytes.  the first instruction
subtracts 8, we copy this not-16-byte aligned value into %rbp, and
then decrement the stack by 16 bytes.

then we store a big -1 into 16 bytes on the stack, and then load it
into %xmm0.. except we load it from an unaligned pointer and GP.
2010-12-01 08:59:12 +00:00
christos 632ebb6b6e fix typo caused mdnstries not to work. 2010-11-30 15:00:10 +00:00
dholland a2f7dda335 SAVENAME and HASBUF namei flags have been abolished; update zfs to match. 2010-11-30 10:45:27 +00:00
haad bcfeb94d61 Update TODO for zfs add new tasks, list some know issues and mark some done stuff.
iRequested by: agc@
2010-11-30 00:14:42 +00:00
skrll 7da9fec5d3 Define PCVT_SUPPORT for cats. 2010-11-29 09:34:40 +00:00
christos 960613872d Add a new config keyword "mdnstries" that can be set to 0 to disable mdns. 2010-11-29 00:39:40 +00:00
mrg cf09657d83 re-updates for xkeyboard-config 2.0. 2010-11-28 07:55:07 +00:00
mrg 57243b82af re-install the phoenixed XKeysymDB, since keyboards don't work without it.
fixes PR #44137.
2010-11-28 07:47:53 +00:00
mrg 848a2800a1 revert back to xkeyboard-config 1.9 2010-11-28 04:58:20 +00:00
mrg b814970ebf install an empty date.def, like the xorg package does. PR#44158. 2010-11-27 22:21:27 +00:00
roy 04e42faa8e Install the 02-dump hook for dhcpcd. 2010-11-27 12:11:54 +00:00
roy ff707c5c61 sync 2010-11-27 11:28:24 +00:00
roy 0632cf1e32 Import dhcpcd-5.2.9 with the following changes:
* syntax in 50-ypbind hook has been fixed
* man page corrections
* report hwaddr used by dhcpcd when debug is enabled
* Fix detecting inet address for INFORM support
* document reason RELEASE in dhcpcd-run-hooks
* Support RTM_CHGADDR in the upcoming NetBSD-6
  This is used to work out if the hwaddr has changed as the interface
  does not go down/up unlike other OSes
* ntp hook no longer attempts to restart ntpd if 1st attempt failed
2010-11-27 11:24:09 +00:00
tron b7f896571b Resolve conflicts from last import. 2010-11-27 10:41:16 +00:00
tron d1d83b6f73 Import Postfix 2.7.2. Changes since Postfix 2.7.1:
- Postfix no longer automatically appends the system default CA
  (certificate authority) certificates, when it reads the CA
  certificates specified with {smtp, lmtp, smtpd}_tls_CAfile or
  with {smtp, lmtp, smtpd}_tls_CApath.  This prevents third-party
  certificates from getting mail relay permission with the
  permit_tls_all_clientcerts feature.  Unfortunately, this change
  may cause compatibility problems with configurations that rely
  on certificate verification for other purposes.  To get the old
  behavior, specify "tls_append_default_CA = yes".
- A prior fix for compatibility with Postfix < 2.3 was incomplete.
  When pipe-to-command delivery fails with a signal, mail is now
  correctly deferred, instead of being returned to sender.
- Poor smtpd_proxy_filter TCP performance over loopback (127.0.0.1)
  connections was fixed by adapting the output buffer size to the
  MTU.
- The SMTP server no longer applies the reject_rhsbl_helo feature
  to non-domain forms such as network addresses.  This would cause
  false positives with dbl.spamhaus.org.
- The Postfix SMTP server failed to deliver a "421" response and
  hang up the connection after Milter error.  Instead, the server
  delivered a "503 Access denied" response and left the connection
  open, due to some Postfix 1.1 workaround for RFC 2821.
- The milter_header_checks parser failed to enable any of the actions
  that have no effect on message delivery (warn, replace, prepend,
  ignore, dunno, and ok).
2010-11-27 10:34:30 +00:00
pooka 7eb4ddcb5b Remove spammy (debug?) prints. took ages to figure out they were
not coming from my application...

XXX: the memcmp below looks suspicious
2010-11-26 12:04:36 +00:00
mrg 2b0ace99d4 avoid i386 compile errors due to CARD32 lossage. 2010-11-25 16:02:02 +00:00
mrg b2c817a219 add an include for sbus. 2010-11-23 10:19:55 +00:00
mrg fe1d04c916 don't install date.def anymore; it is obsolete. 2010-11-23 08:44:23 +00:00
mrg 3cc5930c91 many build updates and fixes for xorg-server 1.9.2. 2010-11-23 08:22:29 +00:00
mrg bf1d3cdc7a install dri.pc.
put the Mesa version into it's own makefile, and share it.  there
are now 4 references to it.
2010-11-22 21:05:27 +00:00
mrg 06b588fa3e updates for freetype 2.4.3:
remove MKTTINTERP option, it is enabled by default now.  bump minor.
2010-11-22 08:34:56 +00:00
mrg c3b794cbe7 makekeys can't read from stdin anymore; avoid it. 2010-11-22 00:52:33 +00:00
mrg 4607142053 delete obsolete files. 2010-11-22 00:31:35 +00:00
mrg 5ebe1a1bf6 updates for xkeyboard-config 2.0. 2010-11-22 00:27:55 +00:00
mrg aae9764e40 merge libX11 1.3.6 - delete XKeysymDB. 2010-11-22 00:12:14 +00:00
mrg eac4b56862 update for libXdmcp 1.1.0 2010-11-21 23:52:15 +00:00
mrg f2497abcd2 update for pixman 0.21.2. we really need __thread, it seems. 2010-11-21 09:01:35 +00:00
mrg 6b081c03fe update this for fontconfig 2.8.0. ugh. 2010-11-21 07:45:36 +00:00
mrg 12736001f4 add fc-query and fc-scan. 2010-11-21 07:20:06 +00:00
mrg 01cf639de2 remove deprecated xft-config, fix xsm locations, don't install lbx
headers, instal Xmu/WhitePoint.h.
2010-11-21 06:01:49 +00:00
mrg bb67f161f2 install lndir again. (hooray, i've missed this stupid app ;-) 2010-11-21 02:43:31 +00:00
mrg 7d3734bcc2 install the bitmap app-defaults here due to Bitmap.c vs. app-defaults/Bitmap conflicts. 2010-11-21 02:34:15 +00:00
mrg 4c296db9fb various updates for moved man pages or app-defaults.
remove some dated CPPFLAGS defines.
2010-11-21 02:33:39 +00:00
mrg a071691221 various updates for moved man pages or app-defaults. 2010-11-21 01:25:32 +00:00
mrg 7756c1133b find the right app-defaults files. 2010-11-20 23:47:30 +00:00
mrg bbbece370f link with xcb and xcb-shape. 2010-11-20 23:45:13 +00:00
mrg 4b075cc58e also link in libXcursor now. 2010-11-20 23:34:06 +00:00
mrg bbea647834 find and use config.h 2010-11-20 23:30:24 +00:00
mrg bd2290b430 add the new man dir to .PATH, for xmodmap 1.0.5 2010-11-20 23:17:51 +00:00
mrg 6af7010d56 add the include dir, to prepare for xmh 1.0.2 2010-11-20 22:41:49 +00:00
mrg 35542dc62d add the app-defaults dir, to prepare for xmh 1.0.2 2010-11-20 22:40:00 +00:00
mrg f5c31e4871 add the app-defaults dir, to prepare for xload 1.1.0 2010-11-20 22:34:17 +00:00
mrg 5fbca94a02 add missing radeon_exa_shared.c, came with 6.13.2. 2010-11-20 21:24:00 +00:00
dholland 8f6ed30d57 Introduce struct pathbuf. This is an abstraction to hold a pathname
and the metadata required to interpret it. Callers of namei must now
create a pathbuf and pass it to NDINIT (instead of a string and a
uio_seg), then destroy the pathbuf after the namei session is
complete.

Update all namei call sites accordingly. Add a pathbuf(9) man page and
update namei(9).

The pathbuf interface also now appears in a couple of related
additional places that were passing string/uio_seg pairs that were
later fed into NDINIT. Update other call sites accordingly.
2010-11-19 06:44:33 +00:00
tron c3b15fd54b Build and install the following manual pages from the "xorg-docs" package:
- Consortium(7)
- Standards(7)
- X(7)
- XOrgFoundation(7)
- XProjectTeam(7)
- Xsecurity(7)
This fixes PR xsrc/44034 by Martin Neitzel.
2010-11-18 18:47:35 +00:00
mrg 7e57e9a9ce build the dri libraries on ofppc, same as macppc. 2010-11-18 08:41:54 +00:00
mrg 29083f4141 enable xfree86 server build for ofppc, and a bunch of drivers. 2010-11-18 08:20:16 +00:00
jmmv 9e95dfadb1 Pull up 702fa99a25c1b27e4c501e4a504f36b74106ea97 from upstream
This reverts the default timeout for test cases back to 300 seconds.
The change in the release was quite blind because it did not anticipate
many existing tests to be slow enough to overflow the modified timeout
(30 seconds), specially in anita.

My plan to really fix this is to let test cases specify their sizes in
a declarative way instead of specifying timeouts in seconds (the timeout
being defined by atf-run on a size basis), so I'm not going to bother to
go over all existing tests trying to figure out which ones need a higher
timeout for now.  It is just easier to revert.
2010-11-16 17:55:56 +00:00
tsutsui 77acd29099 Add sample xorg.conf files for hpcarm, hpcmips, and hpcsh. 2010-11-13 02:07:28 +00:00
tsutsui d1eadfe059 Provide port-specific sample xorg.conf files in xserver.tgz.
No particular comments on tech-x11.
2010-11-12 17:05:48 +00:00
pgoyette 603fd4b791 Calibrate the amount of time that a sleep() requires, and use that
interval instead of assuming that there are exactly 1000 real-time-clock
milliseconds per second!  On some ports when running under qemu, there
can be twice as many RTC milliseconds as expected.

This is part 2 of the changes required to make the libevent tests work
on port-amd64 under qemu.
2010-11-11 14:11:26 +00:00
pgoyette 21bfc7fd78 Adjust timers a bit so that the http timer can get a chance to expire,
even when running under qemu on platforms with a clock-skew problem.

The original 3-second timer was intended to be "longer than the http
timeout" (which is 2 seconds), and the updated 5-second value still meets
this requirement.  The updated value also meets the requirement even when
the http timeout stretches to 4-seconds under qemu.

This is part 1 of getting the libevent tests working on port-amd64 with
qemu.
2010-11-11 14:08:45 +00:00
roy c1259c9577 Put correct init.d hooks into dhcpcd-run-hooks. 2010-11-10 14:12:28 +00:00
macallan 5f8ec2be4f don't build fbdev support on powerpc and sparc64 2010-11-10 04:08:56 +00:00
joerg 73bdaeedcd Add back easy_encoder.c, lost during the final 5.0.0 update. 2010-11-09 23:07:09 +00:00
lukem 70f37e1ba5 Don't set DPADD for HOSTPROGs 2010-11-09 00:11:37 +00:00
christos b080945e93 PR/44063: Aleksey Cheusov: awk: setting NF doesn't change $i
http://www.opengroup.org/onlinepubs/009695399/utilities/awk.html

    ...
    References to nonexistent fields (that is, fields after $NF),
    shall evaluate to the uninitialized value.
2010-11-07 22:55:26 +00:00
jmmv 91113eeff8 Pull in post-release fix 3d5597b0076ade841abf03fc274da72d17cb3ad6 to resolve
issues with the default NetBSD settings.  Tests were producing invalid results
because they were unexpectedly reading the system-wide settings.
2010-11-07 17:54:03 +00:00
jmmv 3b8333d3c0 Adjust reachover build files after import of atf-0.12. 2010-11-07 17:46:45 +00:00
jmmv 0b634f1420 Help merge of atf-0.12. 2010-11-07 17:45:21 +00:00
jmmv 0ebb519dda Import atf 0.12:
Experimental version released on November 7th, 2010.

* Added the ATF_REQUIRE_THROW_RE to atf-c++, which is the same as
  ATF_REQUIRE_THROW but allows checking for the validity of the exception's
  error message by means of a regular expression.

* Added the ATF_REQUIRE_MATCH to atf-c++, which allows checking for a
  regular expression match in a string.

* Changed the default timeout for test cases from 5 minutes to 30 seconds.
  30 seconds is long enough for virtually all tests to complete, and 5
  minutes is a way too long pause in a test suite where a single test case
  stalls.

* Deprecated the use.fs property.  While this seemed like a good idea in
  the first place to impose more control on what test cases can do, it
  turns out to be bad.  First, use.fs=false prevents bogus test cases
  from dumping core so after-the-fact debugging is harder.  Second,
  supporting use.fs adds a lot of unnecessary complexity.  atf-run will
  now ignore any value provided to use.fs and will allow test cases to
  freely access the file system if they wish to.

* Added the atf_tc_get_config_var_as_{bool,long}{,_wd} functions to the atf-c
  library.  The 'text' module became private in 0.11 but was being used
  externally to simplify the parsing of configuration variables.

* Made atf-run recognize the 'unprivileged-user' configuration variable
  and automatically drop root privileges when a test case sets
  require.user=unprivileged.  Note that this is, by no means, done for
  security purposes; this is just for user convenience; tests should, in
  general, not be blindly run as root in the first place.
2010-11-07 17:43:22 +00:00
wiz 9e7cfea51a Sort options. 2010-11-07 11:50:23 +00:00
mrg 634cf7a288 fix NAMED_USE_PTHREADS != yes usage. 2010-11-06 21:32:49 +00:00
christos b155e612fc PR/44052: Takahiro HAYASHI: chrooted ntpd refers freed memory
As mentioned in the pr, process_routing_msgs can delete the current reader,
so cache the next element before calling it.
2010-11-06 20:40:12 +00:00
uebayasi 4cca618331 Handle md(4)'s embedded root disk image and size symbol names other
than the default ones ("md_root_image" / "md_root_size").

(References to xmd(4) are deliberately removed.)
2010-11-06 16:03:23 +00:00
he 47147f658b To allow static linking, specify -lterminfo as well, and don't rely
on shared library inter-dependencies to pull everything together.
Fixes the build for sun2.
2010-11-05 10:50:50 +00:00
he f5736be797 New pkg_install requires -llzma, so to support static linking, be
explicit about what libraries are required, and not only depend on
shared library inter-dependencies to pull that in.
Fixes the build for sun2.
2010-11-05 09:09:01 +00:00
christos ce1a2860b6 Add otus firmware from:
http://damien.bergamini.free.fr/packages/openbsd/otus-firmware-1.0.tgz
2010-11-03 18:52:44 +00:00
joerg 8d2377123b Add public-domain 2010-11-02 19:17:02 +00:00
joerg 5ca507b93d Enable direct XZ support 2010-11-02 19:14:53 +00:00
joerg 6960a12118 Install XZ's header files. 2010-11-02 19:12:46 +00:00
joerg b1de0a15dc Hook up xz into the build system. 2010-11-02 16:34:33 +00:00
joerg 67c9d7de30 Replace configure.ac with a stripped down version for later use by
src/tools.
2010-11-02 15:40:58 +00:00
joerg 5c6654a627 Use libc version of SHA256 on NetBSD. 2010-11-02 15:35:38 +00:00
joerg 4d1abfb29e Import stripped down version of xz-5.0.0. All non-public domain parts
are removed to provide a prestine version.
2010-11-02 15:20:20 +00:00
njoly 46b3723883 Do substitute __TESTSDIR__ when generating atf(7) man page. 2010-11-02 14:41:32 +00:00
mbalmer aa94cc597c Link Lua to the build and add the resulting files to the distribution sets.
Document the addition of Lua and the change we made to the default settings.
2010-10-31 11:52:50 +00:00