Commit Graph

206518 Commits

Author SHA1 Message Date
yamt 6f39b50ccf - count the number of bits correctly
- more check
- tweak numbers
- use more accurate time
2011-11-02 16:49:12 +00:00
yamt ed36af787f fix a function prototype 2011-11-02 16:45:00 +00:00
yamt 9647763d4a puffs_cc_yield: fix a cc leak. PR/44679 2011-11-02 16:43:04 +00:00
yamt 85ccb2e960 update RELEASEVARS 2011-11-02 16:39:23 +00:00
yamt ca63b21ed1 allow disabling interrupt mitigation 2011-11-02 16:26:30 +00:00
jakllsch ee2bd7d024 Use appropriate __aligned(value) on already __packed hardware data structures. 2011-11-02 16:03:01 +00:00
jakllsch 184f9c3fab Use symbolic PCI_PRODUCTs. 2011-11-02 15:18:46 +00:00
yamt e6f3adec37 - don't forget to decrement burst count after reset
- signed -> unsigned where appropriate
- comments
2011-11-02 15:14:49 +00:00
he 786e1278a2 Make sure the value of MKCOMPATMODULES gets imported into sets.subr,
so that the "compatmodules" keyword is properly handled when creating
the set lists.  Fixes the build for evbppc.
2011-11-02 14:42:43 +00:00
hannken 23456194ef Make sure we allocate enough segments for the request dma maps. 2011-11-02 14:34:09 +00:00
yamt 1069907ed6 buf_inorder:
- make the return value bool
- comments
2011-11-02 13:52:34 +00:00
yamt d837abef06 comments 2011-11-02 13:49:43 +00:00
yamt c5341ce2da fix a function prototype. 2011-11-02 13:05:43 +00:00
roy 9e5def586b Now that nbperf can generate the same file using the -p option,
there is no longer a need to store these files in CVS.
2011-11-02 12:09:25 +00:00
martin b37874ed85 Add missing subr_pcq.c 2011-11-02 09:47:57 +00:00
macallan cbef897b32 support PMF events as target type in scancode translation tables 2011-11-02 08:49:08 +00:00
macallan 5e8166e2e4 support Gdium's Fn key
translation table from OpenBSD
2011-11-02 08:20:02 +00:00
jruoho cc154478ac Fix a test case to test what the comment says. 2011-11-02 06:04:48 +00:00
apb 507f735ecf zoneinfo: Import tzdata2011n. [apb 20111102] 2011-11-02 05:24:55 +00:00
apb 91affaaff0 tzdata2011n has been released and imported. 2011-11-02 05:24:12 +00:00
apb 509d22f22a Merge TZDATA2011N. 2011-11-02 05:21:46 +00:00
apb 80593276fe Import tzdata2011n.
There are three changes of note - most urgently, Cuba (America/Havana)
has extended summer time by two weeks, now to end on Nov 13, rather than
the (already past) Oct 30.   Second, the Pridnestrovian Moldavian Republic
(Europe/Tiraspol) decided not to split from the rest of Moldova after
all, and consequently that zone has been removed (again) and reinstated
in the "backward" file as a link to Europe/Chisinau.   And third, the
end date for Fiji's summer time this summer was moved forward from the
earlier planned Feb 26, to Jan 22.
2011-11-02 05:15:16 +00:00
macallan 31d5fb3019 regen 2011-11-02 05:00:11 +00:00
macallan a49ef19b6f add entry for CY4636 LP RDK Bridge, used in Gdium 2011-11-02 04:59:51 +00:00
nisimura b41d886fae VIA 82C586A/B 82C686A/B SouthBridges share PCI ID 0x1066-0571.
They are distinguishable by looking at PCI-ISA bridge PCI ID and
revision number.
2011-11-02 04:10:33 +00:00
christos c1d5350b00 Fix the vax build under gcc-4.5 which now detects that floating constants
don't fit or are effectively 0.
2011-11-02 02:34:56 +00:00
dyoung 89986fc527 For simplicity's sake, use pcq(9) instead of my own circular-queue
implementation.  Saves 45 lines of code.
2011-11-02 01:17:59 +00:00
uwe d36863b6ce Switch sh3 to gdb7. 2011-11-02 00:10:08 +00:00
wiz f5088175d6 Fix typo, try to improve Nd. 2011-11-01 23:18:07 +00:00
wiz d3abb97c4a Casing. 2011-11-01 23:17:59 +00:00
joerg ecc1f89d09 Remove an unnecessary .WAIT between llvm-tblgen and clang-tblgen. 2011-11-01 23:11:55 +00:00
pgoyette ccb4fdff6f ether_aton test has been atf-ified 2011-11-01 23:07:34 +00:00
pgoyette aa36ba526f Add t_ether_aton test 2011-11-01 22:37:42 +00:00
pgoyette b9c0a62ba4 atf-ify ether_aton test 2011-11-01 22:36:53 +00:00
pgoyette da505ca133 Update license to reflect actual source of this code which was extracted
from a larger work.
2011-11-01 22:30:32 +00:00
uwe f3172edb09 sh_frame_cache always tries to read FPSCR. Since frame.c uses gdb
exceptions now, there's an unplesant side effect that when FPSCR is
unavailable, your last display will get disabled just in case, "to
avoid infinite recursion".  That happens directly in throw_exception,
so even catching that NOT_AVAILABLE_ERROR doesn't help.

Tweak the code a bit so that sh_analyze_prologue only reads FPSCR as
needed, when an FMOV instruction is encountered in the prologue.

XXX: I'm not sure if this is the right thing to do, but it seems
minimally intrusive.
2011-11-01 21:47:53 +00:00
uwe f60e8996ed Hook back into sh-tdep.c infrastructure for handling registers and
discard old code brought over from gdb6.

Add regmap for FPU regs.  We don't support it now but it's irrelevant
here (though we effectively commit to using the same layout as Linux
and OpenBSD).

Define GDB_OSABI_NETBSD_CORE like sparc does to be forward compatible
with upstream.
2011-11-01 21:37:08 +00:00
joerg 22c0e67d0f Reduce exposure of kernel internals for __KMEMUSER 2011-11-01 21:21:32 +00:00
joerg ac992c4949 Hook up nbperf into the normal tool build. 2011-11-01 21:16:28 +00:00
phx 45ea03e509 The Apollo family of IDE interface chips has both channels disabled by
default, so we have to enable them in a new chipfix function. Also move
the channel enable code for the 82C686B from encpcifix() to pciide.c.
2011-11-01 16:32:57 +00:00
jym 7beb0e066c Avoid crashing when we do not explictly pass down a CPU when creating
a kthread(9) in the LSIDL (KTHREAD_IDLE) state.
2011-11-01 15:39:37 +00:00
christos 531a87f792 Test all digits. 2011-11-01 13:59:00 +00:00
yamt 358aee7f92 add skpc 2011-11-01 13:37:32 +00:00
yamt 30007d8b8f document skpc 2011-11-01 13:36:15 +00:00
yamt f291fca369 add scanc 2011-11-01 13:35:38 +00:00
yamt ac67f2ccea sort 2011-11-01 13:34:33 +00:00
yamt e9ab523b8a document scanc 2011-11-01 13:33:05 +00:00
chs 0ac4272b25 use WARNS instead of mucking with CFLAGS directly. 2011-11-01 13:19:53 +00:00
ws ad730b8b4f Replace ed usage with awk script.
Fixes PR toolchain/45532, generating the exact same output as previously.
Note that it doesn't address Tsutsui's additional check request.
2011-11-01 12:52:28 +00:00
martin 0d76365484 Enable INET6 in the installer 2011-11-01 09:28:14 +00:00