Commit Graph

244698 Commits

Author SHA1 Message Date
skrll
fe050a90af flxd's axe(4) - I think. 2016-08-27 08:45:59 +00:00
skrll
d4fa68f869 Regen 2016-08-27 08:43:36 +00:00
skrll
6c9ddde92a Add flxd's axe(4) 2016-08-27 08:42:16 +00:00
christos
a530c482ac Fix static linking. 2016-08-27 08:38:58 +00:00
dholland
0934eb0408 Setlists for PR 51033. 2016-08-27 08:03:47 +00:00
dholland
8c87f52cc0 Add MLINKS for atomic_add_nv, atomic_cas_ni, and so forth - otherwise
you have to remember that they're the same page as plain atomic_add and
atomic_cas, or remember one of the types that they're defined on.
PR 51033.
2016-08-27 08:03:13 +00:00
christos
a553800b2e Add missing picinstall (Rin Okuyama) 2016-08-27 07:54:31 +00:00
skrll
b37324e131 Comment consistency. No functional change. 2016-08-27 07:22:14 +00:00
dholland
e3acc29ae1 PR 51200 gets in libsa considered harmful: remove gets() from libsa. 2016-08-27 06:31:42 +00:00
skrll
81daccdc2c Trailing whitespace 2016-08-27 05:52:43 +00:00
macallan
7bfa48917f pass -DAVOID_VGAHW on shark 2016-08-27 03:58:13 +00:00
dholland
01dd681f0f Put some text in pursuant to the rest of PR 48471, about /stand. 2016-08-27 03:57:21 +00:00
dholland
9b9748abd1 PR 51446 Brad Harder: fix synopsis for :tagprev 2016-08-27 03:34:28 +00:00
dholland
720d49add0 Restore the first line of the copyright header, which accidentally got
zapped in -r1.2.
2016-08-27 03:30:48 +00:00
dholland
f3ab3c700b strtod, not strod. 2016-08-27 02:56:26 +00:00
dholland
600a26a25d Fix previous. (Sigh.) PR 51389 again. 2016-08-26 23:55:04 +00:00
dholland
7f48560292 Document .DELETE_ON_ERROR. 2016-08-26 23:37:54 +00:00
dholland
9d33465685 Add a .DELETE_ON_ERROR: magic target that causes *failed* targets as
well as *interrupted* targets to be deleted. The name and behavior of
the variable matches gmake.

Also fix a glitch in newline output on error in compat mode that I
discovered while doing it.

Closes PR 51376.
2016-08-26 23:28:39 +00:00
roy
07fed3f073 Allow bind to detached INET addresses. 2016-08-26 23:12:06 +00:00
macallan
a6c81d2139 fix a bunch of bugs & tpyos in chipsfb_mmap() so wsfb can actually work 2016-08-26 22:50:11 +00:00
macallan
96aa345620 teach isa_bs_mmap() about BUS_SPACE_MAP_PREFETCHABLE
use the right paddr for chipsfb
2016-08-26 22:19:48 +00:00
tnn
5569b39ef7 fix build of puffs examples; need _KERNTYPES for register_t 2016-08-26 22:12:22 +00:00
dholland
2df5f31439 PR 51434 David Binderman: remove redundant test. 2016-08-26 21:48:31 +00:00
dholland
b5981bcf46 In the event that loading the root vnode fails, bail out of
tmpfs_mount instead of crashing.

Came up in PR 51436, where kmem issues caused internal allocations to
wrongly fail. However, that could happen for real sometime (e.g.
probably if you tried to mount a new tmpfs when the system was very
low on memory, or possibly for other reasons entirely) and crashing
isn't the ticket.

(This is not a fix for PR 51436)
2016-08-26 21:44:24 +00:00
roy
c63a839724 Simplify. 2016-08-26 20:29:31 +00:00
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