Subversion Repositories shark

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1657 7248d 08h /unsupported/tags/rel_0_5/ This commit was manufactured by cvs2svn to create tag 'rel_0_5'.  
1656 7248d 08h giacomo /unsupported/trunk/ This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
 
1655 7248d 08h giacomo /unsupported/branches/unsupported/ Unsupported Demos  
1654 7248d 08h /unsupported/ New repository initialized by cvs2svn.  
1653 6897d 08h mauro /advdemos/trunk/ New intdrive implementation  
1652 6970d 15h /advdemos/tags/rel_1_5_beta1/ This commit was manufactured by cvs2svn to create tag
'rel_1_5_beta1'.
 
1651 6970d 15h pj /advdemos/trunk/ moved modules directory  
1650 7019d 11h pj /advdemos/trunk/ removed sys_end, sys_abort, using exit instead
removed sys_abort_shutdown at the end of the shutdown task
 
1649 7143d 08h giacomo /advdemos/trunk/gpsmesa/ Update  
1648 7145d 19h giacomo /advdemos/trunk/gpsmesa/ GPS demo with MESA 3D interface  
1647 7150d 12h giacomo /advdemos/trunk/chimera/ Update  
1646 7155d 18h giacomo /advdemos/trunk/chimera/ Update  
1645 7177d 08h mauro /advdemos/trunk/chimera/ update  
1644 7220d 08h anton /advdemos/trunk/elastic/ update  
1643 7220d 08h anton /advdemos/trunk/elastic/ Bugfixes  
1642 7227d 11h anton /advdemos/trunk/elastic/ *** empty log message ***  
1641 7227d 14h anton /advdemos/trunk/elastic/ *** empty log message ***  
1640 7227d 14h giacomo /advdemos/trunk/elastic/ Update  
1639 7228d 10h anton /advdemos/trunk/elastic/ *** empty log message ***  
1638 7231d 18h giacomo /advdemos/trunk/ EDFAct Removed  
1637 7232d 17h giacomo /advdemos/trunk/chimera/ Update  
1636 7240d 14h giacomo /advdemos/trunk/mpeg2/ Update  
1635 7240d 14h giacomo /advdemos/trunk/ SLSH goes to unsupported  
1634 7240d 14h giacomo /advdemos/trunk/ FIRST goes to unsupported  
1633 7240d 14h giacomo /advdemos/trunk/ CBS_FT goes to unsupported  
1632 7240d 14h giacomo /advdemos/trunk/ CASH goes to unsupported  
1631 7241d 11h anton /advdemos/trunk/elastic/ elastic  
1630 7245d 09h anton /advdemos/trunk/elastic/ *** empty log message ***  
1629 7245d 11h anton /advdemos/trunk/elastic/ *** empty log message ***  
1628 7247d 09h giacomo /advdemos/trunk/elastic/ Update  
1627 7247d 13h giacomo /advdemos/trunk/elastic/ Elastic Task Demo  
1626 7248d 08h /advdemos/tags/rel_0_1/ This commit was manufactured by cvs2svn to create tag 'rel_0_1'.  
1625 7248d 08h giacomo /advdemos/trunk/ This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
 
1624 7248d 08h giacomo /advdemos/branches/advdemos/ Advanced Demos Repository  
1623 7248d 08h /advdemos/ New repository initialized by cvs2svn.  
1622 5936d 07h fabio /shark/branches/xen/ Rremove mkf/.

Noone seems to use/need it.
 
1621 5936d 07h fabio /shark/branches/xen/ Move all the low level libc related headers from the OSLib to libc/.

Move the headers used to define the libc interface exported by Shark from
the OSLib to libc/arch/$(ARCH) (remember, by now ARCH can be only x86,) and
change their users to reflect the movement. There are still a couple of
problems to solve, that are how to deal with the libc code used inside the
kernel, and how to handle things that are on the boundary, e.g., some type
definitions and so on. Btw this had to be started from somewhere.
 
1620 5936d 11h fabio /shark/branches/xen/libc/arch/x86/ Fix the cleanall target.

The OSLib uses an allclean target instead of cleanall, take that into
account...
 
1619 5936d 11h fabio /shark/branches/xen/ Move the OSLib libc/libm code into libc/arch.

Isolate the libc/libm code inside the OSLib and move it to libc/ with
the long term goal of isolating and cleaning up the interfaces between
the system components. The ARCH configuration variable will choose
the architecture Shark is being compiled for.

Now the architecture specific part of the libc is in libc/arch/$(ARCH),
but the include/makefile support is far from being generic enough.
 
1618 5937d 01h fabio /shark/branches/xen/ Started a new xen/ branch.

The plan is to support xen (without HVM) as an execution platform, and,
in the process, to decouple the generic kernel from the OSLib, trying to
make it easier to port Shark to new architectures.