freebsd-dev/sys
Marius Strobl 0a1e6ecc1f MFC: r203829
- Assert that HEAPSZ is a multiple of PAGE_SIZE as at least the firmware
  of Sun Fire V1280 doesn't round up the size itself but instead lets
  claiming of non page-sized amounts of memory fail.
- Change parameters and variables related to the TLB slots to unsigned
  which is more appropriate.
- Search the whole OFW device tree instead of only the children of the
  root nexus device for the BSP as starting with UltraSPARC IV the 'cpu'
  nodes hang off of from 'cmp' (chip multi-threading processor) or 'core'
  or combinations thereof. Also in large UltraSPARC III based machines
  the 'cpu' nodes hang off of 'ssm' (scalable shared memory) nodes which
  group snooping-coherency domains together instead of directly from the
  nexus.
- Add support for UltraSPARC IV and IV+ BSPs. Due to the fact that these
  are multi-core each CPU has two Fireplane config registers and thus the
  module/target ID has to be determined differently so the one specific
  to a certain core is used. Similarly, starting with UltraSPARC IV the
  individual cores use a different property in the OFW device tree to
  indicate the CPU/core ID as it no longer is in coincidence with the
  shared slot/socket ID.
  While at it additionally distinguish between CPUs with Fireplane and
  JBus interconnects as these also use slightly different sizes for the
  JBus/agent/module/target IDs.
- Check the return value of init_heap(). This requires moving it after
  cons_probe() so we can panic when appropriate. This should be fine as
  the PowerPC OFW loader uses that order for quite some time now.
2010-03-30 20:02:26 +00:00
..
amd64 MFC r204641, r204753: 2010-03-30 11:19:29 +00:00
arm MFC r205027 2010-03-18 11:53:32 +00:00
boot MFC: r203829 2010-03-30 20:02:26 +00:00
bsm Merge r197624 from head to stable/8: 2009-12-14 00:15:56 +00:00
cam MFC r204354: 2010-03-01 19:36:19 +00:00
cddl MFC r202964: 2010-02-25 00:46:51 +00:00
compat MFC: r205647 2010-03-29 15:59:37 +00:00
conf MFC r199852, r202387, r202441, r202534: 2010-03-29 15:39:17 +00:00
contrib MFC r201818: 2010-03-27 15:02:28 +00:00
crypto Changed to M_NOWAIT when reallocing psc_buf in padlock_sha_update(), 2009-05-27 09:52:12 +00:00
ddb MFC r199355: 2009-12-19 12:06:12 +00:00
dev MFC r205167: 2010-03-30 12:06:18 +00:00
fs MFC r197680: 2010-03-27 17:22:11 +00:00
gdb
geom MFC r199875: 2010-03-27 18:04:33 +00:00
gnu MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
i386 MFC r204641, r204753: 2010-03-30 11:19:29 +00:00
ia64 MFC r201813: 2010-03-27 17:14:55 +00:00
isa MFC x86emu/x86bios emulator and make previously i386 only dpms and vesa 2010-03-02 01:56:55 +00:00
kern MFC r200723: 2010-03-27 18:12:00 +00:00
kgssapi When the KOBJMETHOD() macro was updated, it resulted in the 2009-06-14 17:33:46 +00:00
libkern MFC r199208, r199223: 2009-11-22 16:04:49 +00:00
mips MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
modules typo... 2010-03-24 19:20:49 +00:00
net MFC r205411: 2010-03-29 00:08:58 +00:00
net80211 MFC r203673: 2010-02-22 17:10:47 +00:00
netatalk Merge r196121 from head to stable/8: 2009-08-13 14:50:39 +00:00
netgraph MFC of a large number of ipfw and dummynet fixes and enhancements 2010-03-23 09:58:59 +00:00
netinet mfc 205830: 2010-03-29 12:32:16 +00:00
netinet6 MFC 204402 2010-03-08 21:30:12 +00:00
netipsec MFC r199947, 199950: 2009-12-05 19:25:29 +00:00
netipx Use queue(9) instead of hand-crafted link lists for the global IPX 2009-06-24 20:57:50 +00:00
netnatm Reimplement the netisr framework in order to support parallel netisr 2009-06-01 10:41:38 +00:00
netncp
netsmb Rework socket upcalls to close some races with setup/teardown of upcalls. 2009-06-01 21:17:03 +00:00
nfs MFC: r203731 2010-03-30 19:52:45 +00:00
nfsclient MFC: r203731 2010-03-30 19:52:45 +00:00
nfsserver - Factor out the code shared between NFS client and server into its own 2010-02-22 21:45:20 +00:00
nlm MFC: revision 197730 2009-10-07 14:14:05 +00:00
opencrypto MFC r201898: 2010-01-17 13:36:13 +00:00
pc98 MFC r204641, r204753: 2010-03-30 11:19:29 +00:00
pci MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
powerpc MFC r201813: 2010-03-27 17:14:55 +00:00
rpc MFC r201853: 2010-03-04 19:35:22 +00:00
security MFC r201438: 2010-03-27 15:05:06 +00:00
sparc64 MFC: r203829 2010-03-30 20:02:26 +00:00
sun4v MFC: r203829 2010-03-30 20:02:26 +00:00
sys MFC r197680: 2010-03-27 17:22:11 +00:00
tools MFC: Allow KMOD with hypens and dots. 2009-11-02 09:47:15 +00:00
ufs MFC of 203763, 203764, 203768, 203769, 203770, 203782, and 203784. 2010-02-26 21:49:11 +00:00
vm MFC r204415: 2010-03-02 10:41:34 +00:00
xdr MFC r196149: 2009-08-12 20:30:27 +00:00
xen MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, 2010-02-11 18:34:06 +00:00
Makefile Remove the unmaintained University of Michigan NFSv4 client from 8.x 2009-05-22 12:35:12 +00:00