211886 Commits

Author SHA1 Message Date
macallan
fb12d7f4d3 - re-initialize only when we're really going back to terminal emulation
- don't try to redraw a non-existing screen
- don't try to mmap sbus ranges through /dev/ttyE*
2012-07-10 22:33:15 +00:00
abs
77b8a6dc83 Adjust MSCP attach routines. The current code worked fine on simh-vax, but
unfortunately failed on at least one 'real' SCSI MSCP adaptor.
In the updated code mscp_attach() still iterates over each unit on a bus,
but mscp_dorsp() now detects if we have reached the last unit and does not
return a bogus additional unit. It also loses a few gotos and handles
noncontiguous unit numbers better.
2012-07-10 22:30:23 +00:00
abs
58d7a6eeb1 Adjust MSCP attach routines. The current code worked fine on simh-vax, but
unfortunately failed on at least one 'real' SCSI MSCP adaptor.
In the updated code
mscp_dorsp()
2012-07-10 22:30:22 +00:00
abs
d8a3d8c395 Adjust MSCP attach routines. The current code worked fine on simh-vax, but
unfortunately failed on at least one 'real' SCSI MSCP adaptor.
In the updated code mscp_attach() still iterates over each unit on a bus,
but mscp_dorsp() now detects if we have reached the last unit and does not
return a bogus additional unit. It also loses a few gotos and handles
noncontiguous unit numbers better.
2012-07-10 22:30:22 +00:00
dsl
e44f893e2b Revert the rest of rev 1.6 2012-07-10 21:18:07 +00:00
christos
f5b2f99aea - centralize WARNS=4, no need for WARNS=0 for the linker errors
(linking against) dummy idea
- add MKCRYPTO_IDEA support. Alas the code does not seem work accept my
  passphrase on the idea key. A bug?
2012-07-10 19:38:17 +00:00
christos
0c8e933f1b reflect reality. We don't need .a libraries to link against anymore, and
we are not aboting, but exiting.
2012-07-10 19:35:58 +00:00
christos
edf9e3a719 add crypto shared libraries 2012-07-10 19:15:48 +00:00
christos
1a12a170b1 Enable shared libraries for patented cyphers.
Needed since netpgp.so must include them before -lcrypto to enable.
2012-07-10 18:59:21 +00:00
christos
d290d1674e Fix kernel compilation: no namespace.h
Fix libc RCSID protection.
Remove useless cast.
2012-07-10 17:05:38 +00:00
rmind
6461e5c133 Add weak symbol for murmurhash2. 2012-07-09 21:25:46 +00:00
jdf
156d32710f Add ENOTCONN to returned error codes, bump date.
Tip of asau.
2012-07-09 21:22:21 +00:00
rkujawa
0c335b5395 Don't enable wsmouse in a non-WSCONS kernel. 2012-07-09 19:42:14 +00:00
rkujawa
1289b24043 PR port-amiga/46672
Removed surpluss semicolon after if().
2012-07-09 19:34:56 +00:00
rkujawa
78370fcd4d Remove unused sc_dev. Thanks to cegger@. 2012-07-09 19:32:26 +00:00
rkujawa
efa7930ac2 Set user page table base address dynamically on amiga. This unbreaks machines
with large Zorro III I/O spaces. Patch originally by Michael L. Hitch.
Test on an A4000.
2012-07-09 19:23:45 +00:00
dsl
94c7771219 This a 'quick fix' for the breakage in rev 1.35.
Patch from Manuel on current-users mailing list.
Probably requires further investigation, but is a little nicer than
reverting the previous change.
2012-07-09 19:10:16 +00:00
rkujawa
fd0228cf47 Also build WSCONS kernel. 2012-07-09 18:12:11 +00:00
matt
789d060691 Add some e500mc/e5500 machines. 2012-07-09 17:58:34 +00:00
matt
dd01d67e95 Allow the use of the full 4GB address space. 2012-07-09 17:55:15 +00:00
matt
d2df93c65d Use pmap_segtab_t 2012-07-09 17:48:31 +00:00
matt
7f99503816 More cleanup. Use a union (pmap_segtab) and a typedef (pmap_segtab_t). Add
more functionality from the mips pmap and try to make it more common to ease
the transition for mips in the future.
2012-07-09 17:45:22 +00:00
matt
cc09c43882 Add hook so E500 watchdog can use a separate stack but leave it disabled by
default.
2012-07-09 17:36:55 +00:00
matt
4900712601 If we paniced because a watchdog timed out, PSL_CE will be clear. So don't
assert PSL_CE is set if panicstr is not NULL.
2012-07-09 11:40:19 +00:00
matt
7d217c32d0 Convert a KDASSERT to a KDASSERTMSG 2012-07-09 11:20:22 +00:00
matt
05e601aafa Convert a KASSERT to a KASSERTMSG. Expand one KASSERTSG a little bit. 2012-07-09 11:19:34 +00:00
chs
3493b990bb in soreceive(), handle uios larger than 31 bits.
fixes the remaining problem in PR 43240.
2012-07-09 04:35:13 +00:00
christos
ac9e945799 fix cleanup on error 2012-07-09 03:11:59 +00:00
uwe
4b084fb4d9 Fix typo in a message. 2012-07-08 23:18:23 +00:00
wiz
ac0c6a8e78 From Bug Hunting: Add vndcompress(1) to SEE ALSO, bump date.
While here:
New sentence, new line.
2012-07-08 22:49:55 +00:00
wiz
b5d2b90f6c Improve wording, fix typo, bump date.
From Bug Hunting.
2012-07-08 22:48:32 +00:00
wiz
7232eb5f6b From Bug Hunting:
improve wording, macro usage, and punctuation.

While here, remove an unnecessary comma and sort SEE ALSO.
2012-07-08 22:47:41 +00:00
dsl
d222864098 The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags not
process ones, rename to MDL_xxx.
2012-07-08 20:14:11 +00:00
rmind
62ec828c27 Fix the lists. 2012-07-08 18:16:01 +00:00
pgoyette
e048bbf458 Restore the rest of the ipfilter test framework, even if most of these
tests are broken.  The "golden output" files for these tests need to be
updated.
2012-07-08 14:45:05 +00:00
hans
f9669c1ea4 It's msdos, not msdosfs. 2012-07-08 14:25:49 +00:00
rmind
5811facfd9 Shut up lint. 2012-07-08 13:42:29 +00:00
rmind
2e6b059c68 Mention MurmurHash2. 2012-07-08 12:07:12 +00:00
rmind
8b1b6a9a1f Add Makefile in libc for murmurhash, missed in previous commit. 2012-07-08 11:43:47 +00:00
jruoho
36c8692f54 ACPICA 20120620 is out. 2012-07-08 08:22:24 +00:00
rmind
246f7ce984 Add murmurhash2() prototype, missed in previous commit. 2012-07-08 01:24:08 +00:00
rmind
ea196989a7 Add MurmurHash2 -- a non-cryptographic hash function by Austin Appleby.
The code is taken from the upstream and is in the public domain.

OK christos@
2012-07-08 01:21:11 +00:00
matt
90845bcc64 Slight optimization. 2012-07-08 00:59:34 +00:00
matt
9a1cb11528 Make sure stuff using Obj_Entry is compiled correctly for ELF32 or ELF64. 2012-07-08 00:53:44 +00:00
pgoyette
b437857d4c Restore one more group of tests.
XXX Test i17 was broken previously, and remains broken.
2012-07-08 00:53:01 +00:00
pgoyette
f499e4e2e7 Restore some more tests from ipfilter 5.1.1
XXX Test in2 was broken before the ipfilter 5.1.1 import, and is still
XXX broken.
2012-07-08 00:48:29 +00:00
pgoyette
a29385018a Restore some more of the ipfilter 5.1.1 tests.
XXX It appears that ipftest is not handling the policy {,src-,dst-}hash
XXX correctly, so these tests are still marked broken/skipped.
2012-07-08 00:36:46 +00:00
pgoyette
f5d9b1d185 Re-enable some of the ipf tests. The only thing wrong with these tests
is that the tests were not re-imported with the rest of ipfilter 5.1.1

XXX There are still some more ipf test failures that need to get resolved,
XXX but at least we'll get some of them back just in case we have a
XXX regression.
2012-07-07 23:29:44 +00:00
spz
e43bd7ae6b platfrom -> platform
copyright name UTF8ified
2012-07-07 21:29:03 +00:00
rmind
13263649d9 mutex_owned: update about not-held test. 2012-07-07 21:27:56 +00:00