Commit Graph

244723 Commits

Author SHA1 Message Date
macallan
09f7d94b45 add the same special casing for chipsfb as we already do for igsfb to
isa_bs_mmap()
2016-08-26 20:19:45 +00:00
roy
333b0c4c48 Allow explicit binding to detached addresss.
Fixes PR kern/51435.
2016-08-26 19:45:55 +00:00
kamil
111275b899 Correct the author of "Unkempt Thoughts" - it's Stanislaw Lec, not Lem
Pointed out by Antoni Grzymała <antoni@grzymala.info>

This mistake was in the sources since the beginning of this file in NetBSD.
2016-08-26 18:07:47 +00:00
christos
1eb0ac3f07 regen for alpha and sh now that they have fenv.h 2016-08-26 17:28:54 +00:00
christos
6b98bddc8a the heuristic for the cpu dependent file atomicity.h is unusable for little
endian sh. For big-endian it happens to work because host_cpu!=sh. Elide it
2016-08-26 17:28:32 +00:00
nonaka
8b67f0d04d Add TOOL_GPT 2016-08-26 16:57:50 +00:00
skrll
4e8b65a17b Adjust evbmips_iointr to pass a clockframe pointer and use it for
pwmclock @ voyager.

Suggested by matt@

Hi macallan!
2016-08-26 15:45:47 +00:00
christos
6cb75cb515 block sun2 from MKPIE! 2016-08-26 15:41:02 +00:00
skrll
f3ec1b635c Make PCI_NETBSD_CONFIGURE compile 2016-08-26 13:58:27 +00:00
skrll
251d07abab #include "opt_multiprocessor.h" 2016-08-26 13:53:36 +00:00
skrll
33bd5a374d Fix compile for PCI_NETBSD_CONFIGURE 2016-08-26 13:52:38 +00:00
skrll
a647e9f874 Trailing whitespace 2016-08-26 13:51:55 +00:00
christos
a3fc1936b1 fix double merge. 2016-08-26 08:33:48 +00:00
christos
048f5b6f16 do the FENV test consistently 2016-08-26 08:31:17 +00:00
christos
b1803eb858 fix sun2 build; only IEEE math platform (and coldfire) without fenv 2016-08-26 08:20:31 +00:00
christos
6af98352e6 forgot to protect an ilogbl 2016-08-26 08:01:55 +00:00
skrll
1c09445504 Make this reentrant / MP safe 2016-08-26 07:07:29 +00:00
mlelstv
1925e54deb The 64MB was intended. 2016-08-26 05:56:03 +00:00
darcy
36a840f64a Replace MKMAN with NOMAN as suggested by christos@. Allows
userland to build when building man pages.
2016-08-26 01:31:43 +00:00
skrll
adbf506983 Fix scheduling of interrupt transfers. I can now use a hub with my flxd
ISA USB adapter
2016-08-25 20:14:02 +00:00
sevan
50517541f0 Move the description of CHANGER variable to ENVIRONMENT section
Bump date.
From OpenBSD src/bin/chio/chio.1 r1.23
2016-08-25 18:16:10 +00:00
bouyer
7929952b1a Revert to 1.59 (adding back the W^X kernel mapings), and move the data+bss
mapping late so that mappings that should be RO (such as page tables) won't
be made RW by accident.
2016-08-25 17:03:57 +00:00
christos
388d69f323 XXX stop gap fix for atomicity.
U __gnu_cxx::__atomic_add(int volatile*, int)
U __gnu_cxx::__exchange_and_add(int volatile*, int)
2016-08-25 13:17:09 +00:00
christos
2bdae9b3a4 more fenv.h 2016-08-25 12:47:12 +00:00
christos
d8128efd1a more fenv 2016-08-25 12:45:52 +00:00
christos
83df8f8761 fake some stuff for softfloat. 2016-08-25 12:29:14 +00:00
nonaka
b048c31033 more fix line break position in verbose message. 2016-08-25 12:21:21 +00:00
christos
859026962c use fenv.h 2016-08-25 12:19:42 +00:00
christos
800b21624d add fenv for sh 2016-08-25 12:17:26 +00:00
christos
92e958de60 more fenv for sh 2016-08-25 12:15:28 +00:00
christos
a4f32a2d7b fenv.h for sh 2016-08-25 12:14:10 +00:00
christos
40cfe4c8d2 add sh 2016-08-25 12:12:59 +00:00
knakahara
c42e53cde0 fix line break position in verbose message.
pointed out by nonaka@n.o, thanks.
2016-08-25 11:06:50 +00:00
christos
99accdc793 PR/51440: Jose Luis Rodriguez Garcia: Use the standard queue.h macro instead
of playing with the TAILQ's entrails.
2016-08-25 07:43:18 +00:00
christos
b5ce6e0368 match the name with the FE_ constant from fenv.h 2016-08-25 07:39:55 +00:00
christos
7a68f84aa4 put back second strlcpy; pointed out by dholland. 2016-08-25 07:18:35 +00:00
christos
f53b92e8bd fix sun2; no need for worker_cb.c 2016-08-25 07:13:39 +00:00
maya
2b773534df Add a failing case for t_ldexp
ldexp(2.0, INT_MAX) should be HUGE_VAL, not 0
2016-08-25 00:32:31 +00:00
maya
d63d11005c don't skip the entire test iteration if exp2=SKIP, only the second
application of the function

this doesn't introduce new failures on amd64
2016-08-25 00:26:01 +00:00
szptvlfn
6cf8eec8aa fix the build ( MKUNBOUND=no ). 2016-08-24 22:50:57 +00:00
macallan
0f37c6ceec don't grab the interrupt lock around mixer operations 2016-08-24 14:41:51 +00:00
christos
78abb1b97e more compatible with readline history functions. 2016-08-24 13:10:59 +00:00
nonaka
6c1e9a6121 fix incorrect check in efi_getcfgtblhead(). 2016-08-24 10:27:23 +00:00
christos
68ba093a6e fix test; clearing the exception does not return the old exception bitmask. 2016-08-24 10:04:53 +00:00
christos
5b36f996f3 fix ilogb* 2016-08-24 10:03:32 +00:00
christos
b0fbbd46fc fix long double 2016-08-24 09:13:44 +00:00
christos
96936a322e add ilogb. 2016-08-24 09:10:57 +00:00
christos
87691b796d ilogb for the vax 2016-08-24 09:08:50 +00:00
dholland
fbf3696950 Fix handling of ffsv2 inode initialization. Retires PR 51116. 2016-08-24 07:44:05 +00:00
mrg
a2d2ee6d25 use uint64_t consistently. 2016-08-24 06:34:24 +00:00