Commit Graph

215144 Commits

Author SHA1 Message Date
christos b1dcb17635 use __BITMAP_TYPE 2012-12-07 02:28:19 +00:00
christos 8dc929e1a8 add __BITMAP_TYPE 2012-12-07 02:27:58 +00:00
christos 9878d5e5c4 use __BITMAP_TYPE 2012-12-07 02:27:29 +00:00
christos 5d0cc05de3 add __BITMAP_TYPE 2012-12-07 01:54:41 +00:00
christos 51d6ae2e1d add a __BITMAP_TYPE 2012-12-07 01:54:27 +00:00
khorben e6cca881cf This adds a kernel configuration file for the Nokia N900 smartphone. It
is heavily based on the one for the Beagleboard (as documented first by
rhaamo).

The kernel boots properly and then asks for the root device. The
default partitions for flash memory are based on what's expected on a
stock N900 device.

ok mrg@, after initial review on port-arm@ a few weeks ago.
2012-12-07 00:02:36 +00:00
rmind 7d7f70e66e - npf.conf(5): fix of the example config.
- Mention npf_ext_log in a comment.
2012-12-06 22:36:51 +00:00
hauke 7456c67df0 Remove the R1 syntactic sugar, since it collides with a #define in
<m68k/regs.h>, breaking the build.

The R1s serve to bring the buffer pointer to a 4 byte boundary, but
that should be clear from the context.
2012-12-06 13:28:17 +00:00
msaitoh 4ebf4680ff Add support 3400 series, 5 series, C216, 82801GH, 82801E and 6300ESB. 2012-12-06 12:50:09 +00:00
msaitoh 95563578ec Regen. 2012-12-06 12:47:17 +00:00
msaitoh cc03f2110b Update some Intel LPC devices
- Add 82801E LPC
- Add 82801GH LPC
- Update Intel 5 series and 3400 series LPC from document
  (5-and-3400-chipset-specification-update)
- 0x3b14 is not 3400 but 3420
2012-12-06 12:46:49 +00:00
roy 5dde6cd84f Import openresolv-3.5.3 2012-12-06 11:42:26 +00:00
roy 036e46ffc7 Sync 2012-12-06 11:41:07 +00:00
roy 327a6ebc46 Import openresolv-3.5.3 with the following changes:
* man page improvements
* dnsmasq + dbus + IPv6 linklocal support (requires dnsmasq-2.64)
* sort interface protocols as well as interface (bge0, bge0:ra, bge0:dhcp6)
2012-12-06 11:38:17 +00:00
roy 8ebafa51c4 Import dhcpcd-5.6.4 2012-12-06 11:18:58 +00:00
roy a6e5712818 Sync 2012-12-06 11:16:47 +00:00
roy b84abd3f0f Import dhcpcd-5.6.4 with the following changes:
* add interface scope to exported IPv6 link local addresses
* DUID feature works again
* If we receive >1 MTU in the RA we use the last one
* Expire RA options separately from the RA
* Merge multiple RA options together except when a single is needed
* Some memory leaks plugged
* Don't overwrite invalid memory when DNSSL options begin with a NULL
* Ensure we have a large enough buffer for an escaped DNSSL option from RA
2012-12-06 11:11:35 +00:00
msaitoh beb6fb7455 No functional change:
- Remove trailing white space.
- Sort entries.
- Remove duplicated entries.
2012-12-06 10:32:44 +00:00
wiz 102fc9f099 emove duplicate RCS Id. Bump date for previous. 2012-12-06 07:52:12 +00:00
matt 1ca4d4f793 Fetch VFP registers, not FPA. 2012-12-06 06:45:45 +00:00
msaitoh ee733058ac Remove "#options ARMFPE" 2012-12-06 06:25:24 +00:00
jruoho 392bbef39c Disable C1E also on K8, if present. From Imre Vadasz <imre@vdsz.com>
in PR install/47224.
2012-12-06 04:43:29 +00:00
khorben 10836027d1 Added a reference to prenice(1)
ok riz@, mrg@
2012-12-05 23:59:33 +00:00
matt c7350ec513 For armv7 (cortex), disable access to the upper 16 FP registers (restrict
the register space to 16 64-bit FP registers).
2012-12-05 19:30:10 +00:00
matt ec05f9496d ARMFPE support has been removed 2012-12-05 19:15:11 +00:00
matt cb72f6574f ARMFPE hasn't compiled since NetBSD 4. Remove it.
Complete support for FPU_VFP.
fpregs now contains vfpreg.
XXX vfpreg only has space for 16 64-bit FP registers though VFPv3 and later
have 32 64-bit FP registers.
2012-12-05 19:05:45 +00:00
dholland 6aa9c24082 Improve my last change (1.102) per 1.104 (retain but mark retired developers). 2012-12-05 17:21:55 +00:00
christos abb5754984 Regen 2012-12-05 16:21:04 +00:00
christos 0a1df22000 Intel Atom E600 PCI-LPC bridge, adds a watchdog + HPET support. Tested
on a Soekris net6501. (jmcneill)
2012-12-05 16:19:46 +00:00
christos 87e18d03a8 fix bug found by clang. 2012-12-05 13:53:39 +00:00
spz 270096f20d note the bind update 2012-12-05 08:57:53 +00:00
wiz 5fd31fe80e Whitespace.
New sentence, new line.
2012-12-05 08:56:54 +00:00
msaitoh dccfc3977a sys/proc.h refers sizeof(struct pcb), so include <machine/pcb.h>. 2012-12-05 08:05:54 +00:00
jnemeth dfe0ca6a66 got confirmation that pc532 is ancient history. so delete it 2012-12-05 06:19:11 +00:00
jnemeth 0c03f515eb - flag anybody that no longer has commit rights
- remove anybody that is deceased
- assign all ports to core for which the portmaster no longer has commit rights
2012-12-05 05:44:16 +00:00
jnemeth 3015313bb1 - add a couple of items for which I feel at least some responsibility
- delete sendmail, since it was removed from the source tree eons ago
- give ptyfs to christos since he completely overhauled it recently
- sync portmaster list with http://www.NetBSD.org/people/port-maintainers.html
2012-12-05 05:05:12 +00:00
riastradh 582662cad5 Document that ENVSYS_STEMP is in microkelvins. 2012-12-05 04:21:30 +00:00
christos 0f179f793d add cgdconfig -l like vnconfig -l 2012-12-05 02:23:20 +00:00
jakllsch f970281f99 remove trailing whitespace 2012-12-05 01:46:22 +00:00
spz 76387d3839 merge bind-9-9-2-P1 and adjust build as needed
fixes CVE-2012-5688, see:
http://www.isc.org/software/bind/advisories/cve-2012-5688
2012-12-04 23:38:37 +00:00
pgoyette 866736a181 Minor typo 2012-12-04 22:42:14 +00:00
rmind af7272417a npf_table_list: avoid triggering assert on diagnostic. 2012-12-04 19:28:16 +00:00
spz aecb6b8491 Upstream changelog since 9.9.1:
--- 9.9.2-P1 released ---

3407.	[security]	Named could die on specific queries with dns64 enabled.
			[Addressed in change #3388 for BIND 9.8.5 and 9.9.3.]

	--- 9.9.2 released ---

3383.	[security]	A certain combination of records in the RBT could
                        cause named to hang while populating the additional
                        section of a response. [RT #31090]

3373.	[bug]		win32: open raw files in binary mode. [RT #30944]

3364.	[security]	Named could die on specially crafted record.
			[RT #30416]

	--- 9.9.2rc1 released ---

3370.	[bug]		Address use after free while shutting down. [RT #30241]

3369.	[bug]		nsupdate terminated unexpectedly in interactive mode
			if built with readline support. [RT #29550]

3368.	[bug]		<dns/iptable.h>, <dns/private.h> and <dns/zone.h>
			were not C++ safe.

3367.	[bug]		dns_dnsseckey_create() result was not being checked.
			[RT #30685]

3366.	[bug]		Fixed Read-After-Write dependency violation for IA64
			atomic operations. [RT #25181]

3365.	[bug]		Removed spurious newlines from log messages in
			zone.c [RT #30675]

3363.	[bug]		Need to allow "forward" and "fowarders" options
			in static-stub zones; this had been overlooked.
			[RT #30482]

3362.	[bug]		Setting some option values to 0 in named.conf
			could trigger an assertion failure on startup.
			[RT #27730]

3361.	[bug]		"rndc signing -nsec3param" didn't work correctly
			when salt was set to '-' (no salt). [RT #30099]

3360.	[bug]		'host -w' could die.  [RT #18723]

3359.	[bug]		An improperly-formed TSIG secret could cause a
			memory leak. [RT #30607]

3357.	[port]		Add support for libxml2-2.8.x [RT #30440]

3356.	[bug]		Cap the TTL of signed RRsets when RRSIGs are
			approaching their expiry, so they don't remain
			in caches after expiry. [RT #26429]

3355.	[port]		Use more portable awk in verify system test.

3354.	[func]		Improve OpenSSL error logging. [RT #29932]

	--- 9.9.2b1 released ---

3353.	[bug]		Use a single task for task exclusive operations.
			[RT #29872]

3352.	[bug]		Ensure that learned server attributes timeout of the
			adb cache. [RT #29856]

3351.	[bug]		isc_mem_put and isc_mem_putanddetach didn't report
			caller if either ISC_MEM_DEBUGSIZE or ISC_MEM_DEBUGCTX
			memory debugging flags are set. [RT #30243]

3350.	[bug]		Memory read overrun in isc___mem_reallocate if
			ISC_MEM_DEBUGCTX memory debugging flag is set.
			[RT #30240]

3349.	[bug]		Change #3345 was incomplete. [RT #30233]

3348.	[bug]		Prevent RRSIG data from being cached if a negative
			record matching the covering type exists at a higher
			trust level. Such data already can't be retrieved from
			the cache since change 3218 -- this prevents it
			being inserted into the cache as well. [RT #26809]

3347.	[bug]		dnssec-settime: Issue a warning when writing a new
			private key file would cause a change in the
			permissions of the existing file. [RT #27724]

3346.	[security]	Bad-cache data could be used before it was
			initialized, causing an assert. [RT #30025]

3345.	[bug]		Addressed race condition when removing the last item
			or inserting the first item in an ISC_QUEUE.
			[RT #29539]

3344.	[func]		New "dnssec-checkds" command checks a zone to
			determine which DS records should be published
			in the parent zone, or which DLV records should be
			published in a DLV zone, and queries the DNS to
			ensure that it exists. (Note: This tool depends
			on python; it will not be built or installed on
			systems that do not have a python interpreter.)
			[RT #28099]

3342.	[bug]		Change #3314 broke saving of stub zones to disk
			resulting in excessive cpu usage in some cases.
			[RT #29952]

3341.	[func]		New "dnssec-verify" command checks a signed zone
			to ensure correctness of signatures and of NSEC/NSEC3
			chains. [RT #23673]

3339.	[func]		Allow the maximum supported rsa exponent size to be
			specified: "max-rsa-exponent-size <value>;" [RT #29228]

3338.	[bug]		Address race condition in units tests: asyncload_zone
			and asyncload_zt. [RT #26100]

3337.	[bug]		Change #3294 broke support for the multiple keys
			in controls. [RT #29694]

3335.	[func]		nslookup: return a nonzero exit code when unable
			to get an answer. [RT #29492]

3334.	[bug]		Hold a zone table reference while performing a
			asyncronous load of a zone. [RT #28326]

3333.	[bug]		Setting resolver-query-timeout too low can cause
			named to not recover if it loses connectivity.
			[RT #29623]

3332.	[bug]		Re-use cached DS rrsets if possible. [RT #29446]

3331.	[security]	dns_rdataslab_fromrdataset could produce bad
			rdataslabs. [RT #29644]

3330.	[func]		Fix missing signatures on NOERROR results despite
			RPZ rewriting.  Also
			 - add optional "recursive-only yes|no" to the
			   response-policy statement
			 - add optional "max-policy-ttl" to the response-policy
			    statement to limit the false data that
			    "recursive-only no" can introduce into
			    resolvers' caches
			 - add a RPZ performance test to bin/tests/system/rpz
			     when queryperf is available.
			 - the encoding of PASSTHRU action to "rpz-passthru".
			     (The old encoding is still accepted.)
		       [RT #26172]


3329.	[bug]		Handle RRSIG signer-name case consistently: We
			generate RRSIG records with the signer-name in
			lower case.  We accept them with any case, but if
			they fail to validate, we try again in lower case.
			[RT #27451]

3328.	[bug]		Fixed inconsistent data checking in dst_parse.c.
			[RT #29401]

3317.	[func]		Add ECDSA support (RFC 6605). [RT #21918]
2012-12-04 19:21:12 +00:00
spz e146303174 adjust to current npf.conf syntax 2012-12-04 18:48:32 +00:00
wiz f97bce71b9 Whitespace. 2012-12-04 18:10:25 +00:00
christos 7bb3589551 more xref. 2012-12-04 18:03:37 +00:00
christos c04a45abbe more xref and info 2012-12-04 18:02:48 +00:00
prlw1 4d6ed13889 Make sure that ntpd creates a pid file for the rc machinery to work.
http://mail-index.netbsd.org/current-users/2012/11/19/msg021518.html
2012-12-04 16:38:40 +00:00
skrll 2bcba3952d Improve DIAGNOSTIC printf 2012-12-04 15:10:04 +00:00
macallan 90cefa7f0b make sure to use the same stride as the drawing engine when setting up video
modes. Now things work with horizontal resolutions that aren't multiples of
64 ( like 1440x900 )
2012-12-04 11:24:12 +00:00