History log of /src/sys/rump/librump/rumpkern/arch/powerpc |
Revision | Date | Author | Comments |
1.6 | 22-Apr-2015 |
pooka | Apparently new source files need to be added to each Makefile.inc individually. Who comes up with this kind of crappy build infra?
|
1.5 | 07-Mar-2014 |
matt | branches: 1.5.6; Be a little more careful checking MLIBDIR
|
1.4 | 07-Mar-2014 |
matt | Use ARCH_ELFSIZE=32 is MLIBDIR == "powerpc"
|
1.3 | 12-Feb-2014 |
pooka | Rototill a bit, and attempt to disguise it as non-gratuitous.
Add arch/generic and move non-x86 files from rumpkern/ there. Also, move files from arch/i386 to arch/x86, and make both i386 and x86_64 use those.
This clarifies the situation with what is MD vs. MI code.
renames: rumpcpu_generic,kobj_stubs,pmap_stubs => arch/generic/rump_generic_$x arch/i386/* => arch/x86/rump_x86_$x
(for those who forget, x86 requires MD code because rump kernels use the same ABI as kernel modules)
|
1.2 | 24-Nov-2012 |
pgoyette | branches: 1.2.2; File is common between pp6 and ppc64 ports, so define ARCH_ELFSIZE accordingly.
From christos@, resolves the latest build break
|
1.1 | 03-Jul-2011 |
mrg | branches: 1.1.2; 1.1.12; define ARCH_ELFSIZE=32 and add kobj_stubs.c rumpcpu_generic.c.
|
1.1.12.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.12.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.12.1 | 25-Feb-2013 |
tls | resync with head
|
1.1.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
1.1.2.1 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.2.2.1 | 18-May-2014 |
rmind | sync with head
|
1.5.6.1 | 06-Jun-2015 |
skrll | Sync with HEAD
|