Subversion Repositories shark

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1620 5935d 18h fabio /shark/branches/xen/libc/arch/x86/ Fix the cleanall target.

The OSLib uses an allclean target instead of cleanall, take that into
account...
 
/shark/branches/xen/libc/arch/x86/libm/makefile
/shark/branches/xen/libc/arch/x86/makefile
1619 5935d 18h 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.
 
/shark/branches/xen/libc/arch
/shark/branches/xen/libc/arch/x86
/shark/branches/xen/libc/arch/x86/libm
/shark/branches/xen/oslib/libc
/shark/branches/xen/oslib/libm
/shark/branches/xen/include/bits/endian.h
/shark/branches/xen/libc/arch/x86/libm/makefile
/shark/branches/xen/libc/arch/x86/makefile
/shark/branches/xen/libc/makefile
/shark/branches/xen/oslib/makefile
/shark/branches/xen/shark.cfg
1618 5936d 08h 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.
 
/shark/branches/xen
1083 5984d 22h /shark/tags/rel_1_5_4/ This commit was manufactured by cvs2svn to create tag 'rel_1_5_4'.  
/shark/tags/rel_1_5_4
/shark/tags/rel_1_5_4/libc/getopt
/shark/tags/rel_1_5_4/libc/stdlib/bsearch.c
/shark/tags/rel_1_5_4/libc/stdlib/qsort.c
/shark/tags/rel_1_5_4/oslib/config.mk
/shark/tags/rel_1_5_4/oslib/examples/syscalls.c
/shark/tags/rel_1_5_4/oslib/lib
/shark/tags/rel_1_5_4/oslib/libcons
/shark/tags/rel_1_5_4/oslib/ll
/shark/tags/rel_1_5_4/libc/libio/old
/shark/tags/rel_1_5_4/libc/stdlib/exit.c
/shark/tags/rel_1_5_4/mkf/makefile.libc
/shark/tags/rel_1_5_4/mkf/makefile.xlib
/shark/tags/rel_1_5_4/mkf/readme.txt
/shark/tags/rel_1_5_4/oslib/libc/cons1.c
/shark/tags/rel_1_5_4/oslib/libc/cons2.c
/shark/tags/rel_1_5_4/oslib/libc/cprintf.c
/shark/tags/rel_1_5_4/oslib/libc/message.c
1082 5984d 22h tullio /shark/trunk/docs/ Added new changes toward version 1.5.4.  
/shark/trunk/docs/change_log.txt
1081 5984d 22h tullio /shark/trunk/config/ Added -fno-stack-protector flag for compiling with new gcc 4 under Ubuntu.  
/shark/trunk/config/config.mk
1080 5984d 22h tullio /shark/trunk/ Changed the default base address to avoid changing it every time.  
/shark/trunk/shark.cfg
1079 6155d 17h boinc /shark/trunk/docs/ Updated change log.  
/shark/trunk/docs/change_log.txt
1078 6172d 21h fabio /shark/trunk/drivers/linuxc26/ Fix linuxc26 timer cancellation.  
/shark/trunk/drivers/linuxc26/shark_glue.c
1077 6172d 21h fabio /shark/trunk/ Deactivate pending activations of interrupts. This prevents some
qemu crashes.
 
/shark/trunk/kernel/signal.c
/shark/trunk/modules/intdrive/inttask.c
1076 6273d 18h /shark/tags/rel_1_5_3_1/ This commit was manufactured by cvs2svn to create tag 'rel_1_5_3_1'.  
/shark/tags/rel_1_5_3_1
/shark/tags/rel_1_5_3_1/libc/getopt
/shark/tags/rel_1_5_3_1/libc/stdlib/bsearch.c
/shark/tags/rel_1_5_3_1/libc/stdlib/qsort.c
/shark/tags/rel_1_5_3_1/oslib/config.mk
/shark/tags/rel_1_5_3_1/oslib/examples/syscalls.c
/shark/tags/rel_1_5_3_1/oslib/lib
/shark/tags/rel_1_5_3_1/oslib/libcons
/shark/tags/rel_1_5_3_1/oslib/ll
/shark/tags/rel_1_5_3_1/libc/libio/old
/shark/tags/rel_1_5_3_1/libc/stdlib/exit.c
/shark/tags/rel_1_5_3_1/mkf/makefile.libc
/shark/tags/rel_1_5_3_1/mkf/makefile.xlib
/shark/tags/rel_1_5_3_1/mkf/readme.txt
/shark/tags/rel_1_5_3_1/oslib/libc/cons1.c
/shark/tags/rel_1_5_3_1/oslib/libc/cons2.c
/shark/tags/rel_1_5_3_1/oslib/libc/cprintf.c
/shark/tags/rel_1_5_3_1/oslib/libc/message.c
1075 6273d 18h tullio /shark/trunk/docs/ Fixed typo.  
/shark/trunk/docs/change_log.txt
1074 6273d 18h tullio /shark/trunk/docs/ Updated with latest changes.  
/shark/trunk/docs/change_log.txt
1073 6273d 18h tullio /shark/trunk/ Updated makefiles to consider the new shark.cfg COMPILER option.  
/shark/trunk/config/config.mk
/shark/trunk/oslib/config.mk
/shark/trunk/shark.cfg
1072 6279d 13h /shark/tags/rel_1_5_3/ This commit was manufactured by cvs2svn to create tag 'rel_1_5_3'.  
/shark/tags/rel_1_5_3
/shark/tags/rel_1_5_3/libc/getopt
/shark/tags/rel_1_5_3/libc/stdlib/bsearch.c
/shark/tags/rel_1_5_3/libc/stdlib/qsort.c
/shark/tags/rel_1_5_3/oslib/config.mk
/shark/tags/rel_1_5_3/oslib/examples/syscalls.c
/shark/tags/rel_1_5_3/oslib/lib
/shark/tags/rel_1_5_3/oslib/libcons
/shark/tags/rel_1_5_3/oslib/ll
/shark/tags/rel_1_5_3/libc/libio/old
/shark/tags/rel_1_5_3/libc/stdlib/exit.c
/shark/tags/rel_1_5_3/mkf/makefile.libc
/shark/tags/rel_1_5_3/mkf/makefile.xlib
/shark/tags/rel_1_5_3/mkf/readme.txt
/shark/tags/rel_1_5_3/oslib/libc/cons1.c
/shark/tags/rel_1_5_3/oslib/libc/cons2.c
/shark/tags/rel_1_5_3/oslib/libc/cprintf.c
/shark/tags/rel_1_5_3/oslib/libc/message.c
1071 6279d 13h tullio /shark/trunk/docs/ Documented new changes.  
/shark/trunk/docs/change_log.txt
1070 6279d 13h tullio /shark/trunk/docs/ Moved from $(SHARK) to $(SHARK)/docs.  
/shark/trunk/docs
/shark/trunk/docs/README.TXT
/shark/trunk/docs/change_log.txt
/shark/trunk/docs/copyleft.txt
/shark/trunk/docs/gnuman.txt
/shark/trunk/docs/gpl.txt
/shark/trunk/docs/license.txt
/shark/trunk/docs/roadmap.txt
/shark/trunk/docs/symbols.txt
1069 6279d 14h tullio /shark/trunk/ Moved to $(SHARK)/docs.  
/shark/trunk/README.TXT
/shark/trunk/change_log.txt
/shark/trunk/copyleft.txt
/shark/trunk/gnuman.txt
/shark/trunk/gpl.txt
/shark/trunk/license.txt
/shark/trunk/roadmap.txt
/shark/trunk/symbols.txt
1068 6279d 14h tullio /shark/trunk/ Documented changes toward rel_1_5_3.  
/shark/trunk/change_log.txt
1067 6286d 14h tullio /shark/trunk/ Added licensing disclaimer to avoid the manual insertion of the license disclaimer in each single source file (i.e., Linux code).  
/shark/trunk/license.txt

Show All