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
1619 5958d 02h 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 5958d 16h 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
1063 6310d 06h tullio /shark/trunk/ Added missing GPL license disclaimer.  
/shark/trunk/drivers/block/debug.h
/shark/trunk/drivers/block/glue.c
/shark/trunk/drivers/block/glue.h
/shark/trunk/drivers/block/ideglue.h
/shark/trunk/drivers/block/idereq.h
/shark/trunk/drivers/bttv/btcx-risc.h
/shark/trunk/drivers/bttv/include/drivers/audiochip.h
/shark/trunk/drivers/bttv/include/drivers/btcx-risc.h
/shark/trunk/drivers/bttv/include/drivers/id.h
/shark/trunk/drivers/bttv/include/drivers/shark_bttv26.h
/shark/trunk/drivers/bttv/shark_bttv26.c
/shark/trunk/drivers/cpu/include/drivers/shark_cpu26.h
/shark/trunk/drivers/cpu/shark/shark_cpu.c
/shark/trunk/drivers/fb/include/drivers/shark_fb26.h
/shark/trunk/drivers/fb/shark_fb26.c
/shark/trunk/drivers/grx/drawfun/font.h
/shark/trunk/drivers/grx/drawfun/fun16.c
/shark/trunk/drivers/grx/drawfun/fun16.h
/shark/trunk/drivers/grx/drawfun/fun8.c
/shark/trunk/drivers/grx/drawfun/fun8.h
/shark/trunk/drivers/grx/drivers/chips.h
/shark/trunk/drivers/grx/drivers/gds3.c
/shark/trunk/drivers/grx/drivers/gdtrid.c
/shark/trunk/drivers/grx/drivers/gdvesa.c
/shark/trunk/drivers/grx/drivers/gdvesa1.c
/shark/trunk/drivers/grx/drivers/s3.h
/shark/trunk/drivers/grx/drivers/trident.h
/shark/trunk/drivers/grx/drivers/vesa.h
/shark/trunk/drivers/grx/gd.c
/shark/trunk/drivers/grx/glib.c
/shark/trunk/drivers/grx/palette.c
/shark/trunk/drivers/input/include/drivers/keycode.h
/shark/trunk/drivers/input/include/drivers/shark_input26.h
/shark/trunk/drivers/input/include/drivers/shark_joy26.h
/shark/trunk/drivers/input/include/drivers/shark_keyb26.h
/shark/trunk/drivers/input/include/drivers/shark_mouse26.h
/shark/trunk/drivers/input/include/drivers/shark_spk26.h
/shark/trunk/drivers/input/mouse/psmouse.h
/shark/trunk/drivers/input/serio/i8042-sparcio.h
/shark/trunk/drivers/input/shark/mcurgrx.c
/shark/trunk/drivers/input/shark/mcurtxt.c
/shark/trunk/drivers/input/shark/shark_input.c
/shark/trunk/drivers/input/shark/shark_joy.c
/shark/trunk/drivers/input/shark/shark_keyb.c
/shark/trunk/drivers/input/shark/shark_keymap.c
/shark/trunk/drivers/input/shark/shark_mouse.c
/shark/trunk/drivers/input/shark/shark_spk.c
/shark/trunk/drivers/oldchar/gpmcomp.h
/shark/trunk/drivers/oldchar/include/drivers/keycode.h
/shark/trunk/drivers/oldsnd/blaster.c
/shark/trunk/drivers/oldsnd/blaster.h
/shark/trunk/drivers/oldsnd/dma.c
/shark/trunk/drivers/oldsnd/sbio.c
/shark/trunk/drivers/oldsnd/sbio.h
/shark/trunk/drivers/oldsnd/sound.c
/shark/trunk/drivers/pci/include/drivers/shark_pci26.h
/shark/trunk/drivers/pci/shark_pci26.c
/shark/trunk/drivers/usb/include/drivers/shark_pwc26.h
/shark/trunk/drivers/usb/include/drivers/shark_usb26.h
/shark/trunk/drivers/usb/include/drivers/shark_usbserial26.h
/shark/trunk/drivers/usb/shark_glue/shark_pwc.c
/shark/trunk/drivers/usb/shark_glue/shark_serial.c
/shark/trunk/drivers/usb/shark_glue/shark_usb.c
/shark/trunk/fs/access.c
/shark/trunk/fs/chdir.c
/shark/trunk/fs/close.c
/shark/trunk/fs/closedir.c
/shark/trunk/fs/fcntl.c
/shark/trunk/fs/fdevice.c
/shark/trunk/fs/fstat.c
/shark/trunk/fs/getcwd.c
/shark/trunk/fs/getumask.c
/shark/trunk/fs/lseek.c
/shark/trunk/fs/mount.c
/shark/trunk/fs/msdos/msdos.h
/shark/trunk/fs/msdos/msdos_d.h
/shark/trunk/fs/msdos/msdos_f.c
/shark/trunk/fs/msdos/msdos_f.h
/shark/trunk/fs/msdos/msdos_i.h
/shark/trunk/fs/msdos/msdos_s.h
/shark/trunk/fs/open.c
/shark/trunk/fs/opendir.c
/shark/trunk/fs/read.c
/shark/trunk/fs/readdir.c
/shark/trunk/fs/rwlock.c
/shark/trunk/fs/stat.c
/shark/trunk/fs/truncate.c
/shark/trunk/fs/umask.c
/shark/trunk/fs/umount.c
/shark/trunk/fs/unlink.c
/shark/trunk/fs/utime.c
/shark/trunk/fs/write.c
/shark/trunk/include/bits/ioctls.h
/shark/trunk/include/fs/fsinit.h
/shark/trunk/include/fs/syscall.h
/shark/trunk/include/fs/task.h
/shark/trunk/include/sys/limits.h
/shark/trunk/include/sys/mount.h
/shark/trunk/include/sys/time.h
/shark/trunk/include/trace/qcirc.h
/shark/trunk/include/trace/qdummy.h
/shark/trunk/include/trace/qfixed.h
/shark/trunk/include/trace/qudp.h
/shark/trunk/modules/posix/posix/comm_message.h
/shark/trunk/oslib/examples/pitsdemo.c
/shark/trunk/oslib/examples/pushdem.c
/shark/trunk/oslib/ll/float.h
/shark/trunk/oslib/ll/i386/apic.h
/shark/trunk/oslib/ll/i386/int.h
/shark/trunk/oslib/ll/limits.h
/shark/trunk/oslib/tools/binfin.c
/shark/trunk/oslib/tools/checksymbols.c
/shark/trunk/oslib/xlib/idtinit.c
/shark/trunk/ports/fftw/tests/test_mai.h
/shark/trunk/ports/first/first-contract.c
/shark/trunk/ports/first/first-error.c
/shark/trunk/ports/first/first-server.c
/shark/trunk/ports/first/first-sync.c
/shark/trunk/ports/first/fsf_include/fsf.h
/shark/trunk/ports/first/fsf_include/fsf_basic_types.h
/shark/trunk/ports/first/fsf_include/fsf_configuration_parameters.h
/shark/trunk/ports/first/fsf_include/fsf_contract.h
/shark/trunk/ports/first/fsf_include/fsf_core.h
/shark/trunk/ports/first/fsf_include/fsf_distributed.h
/shark/trunk/ports/first/fsf_include/fsf_distributed_spare_capacity.h
/shark/trunk/ports/first/fsf_include/fsf_dynamic_reclaiming.h
/shark/trunk/ports/first/fsf_include/fsf_hierarchical.h
/shark/trunk/ports/first/fsf_include/fsf_implementation_specific.h
/shark/trunk/ports/first/fsf_include/fsf_opaque_types.h
/shark/trunk/ports/first/fsf_include/fsf_shared_objects.h
/shark/trunk/ports/first/fsf_include/fsf_spare_capacity.h
/shark/trunk/ports/first/fsf_include/tests/common/fsf_os_compatibility.h
/shark/trunk/ports/first/fsf_include/tests/fsf_jitter_test/jitter_test.c
/shark/trunk/ports/first/fsf_include/tests/fsf_negotiation_test/fsf_negotiation_test.c
/shark/trunk/ports/first/fsf_include/tests/shark_glue/calibrate.h
/shark/trunk/ports/first/fsf_include/tests/shark_glue/net_print.c
/shark/trunk/ports/first/fsf_include/tests/shark_glue/net_print.h
/shark/trunk/ports/first/fsf_include/tests/shark_glue/shark.c
/shark/trunk/ports/first/fsf_include/tests/shark_glue/udpdump.c
/shark/trunk/ports/first/fsf_include/tests/synch_obj_test/fsf_synch_obj_test.c
/shark/trunk/ports/first/include/fsf_server.h
/shark/trunk/ports/first/include/stdbool.h
/shark/trunk/ports/first/include/stdint.h
/shark/trunk/ports/servo/include/servo.h
/shark/trunk/ports/snapshot/include/snapshot.h
/shark/trunk/ports/tftp/endn.c
/shark/trunk/ports/tftp/include/endn.h
/shark/trunk/ports/tftp/include/tftp.h
/shark/trunk/ports/tftp/tftp.c
/shark/trunk/tracer/include/FTrace_OSD.h
/shark/trunk/tracer/include/FTrace_chunk.h
/shark/trunk/tracer/include/FTrace_disk.h
/shark/trunk/tracer/include/FTrace_types.h
/shark/trunk/tracer/include/FTrace_udp.h
/shark/trunk/tracer/include/qcirc.h
/shark/trunk/tracer/include/qdummy.h
/shark/trunk/tracer/include/qfixed.h
/shark/trunk/tracer/include/qudp.h
/shark/trunk/tracer/include/tracer.h
/shark/trunk/tracer/newtrace/FTrace.c
/shark/trunk/tracer/newtrace/FTrace_OSD.c
/shark/trunk/tracer/newtrace/FTrace_OSD_ll.c
/shark/trunk/tracer/oldtrace/ctable.c
/shark/trunk/tracer/oldtrace/trcdfix.c
/shark/trunk/tracer/oldtrace/trcdummy.c
/shark/trunk/tracer/oldtrace/trcfixed.c
1031 6616d 00h tullio /shark/trunk/ Removed dead code.  
/shark/trunk/include/fs/const.h
/shark/trunk/include/fs/mutex.h
/shark/trunk/include/fs/semaph.h
/shark/trunk/libc/libio/wrappers.c
1024 6616d 05h mauro /shark/trunk/include/kernel/ New INTERRUPT task model.  
/shark/trunk/include/kernel/model.h
1017 6623d 00h mauro /shark/trunk/include/sys/ Unused file: removed.  
/shark/trunk/include/sys/mutex.h
1005 6919d 00h mauro /shark/trunk/ New handlerset with intdrive  
/shark/trunk/include/kernel/func.h
/shark/trunk/kernel/signal.c
966 6993d 06h pj /shark/trunk/ moved modules  
/shark/trunk/include/modules
/shark/trunk/drivers/input/shark/mcurtxt.c
/shark/trunk/drivers/input/shark/shark_keyb.c
/shark/trunk/drivers/net/eth.c
/shark/trunk/drivers/net/include/drivers/udpip.h
/shark/trunk/drivers/oldchar/keyb.c
/shark/trunk/drivers/oldchar/mcurtxt.c
/shark/trunk/drivers/oldchar/ps2mouse.c
/shark/trunk/include/semaphore.h
965 6993d 06h pj /shark/trunk/ moved comm_message  
/shark/trunk/modules/posix/posix/comm_message.h
/shark/trunk/include/modules/comm_message.h
/shark/trunk/modules/posix/posix.c
926 7041d 02h pj /shark/trunk/include/ removed SA_USEFAST  
/shark/trunk/include/signal.h
925 7041d 02h pj /shark/trunk/include/ added exit and _exit  
/shark/trunk/include/stdlib.h
924 7041d 02h pj /shark/trunk/include/bits/ changed some error numbers  
/shark/trunk/include/bits/errno.h
923 7041d 02h pj /shark/trunk/include/kernel/ removed sys_end, added exit  
/shark/trunk/include/kernel/func.h
922 7041d 02h pj /shark/trunk/include/kernel/ added some missing global variables  
/shark/trunk/include/kernel/var.h
921 7041d 02h pj /shark/trunk/include/kernel/ changed some comments  
/shark/trunk/include/kernel/const.h
912 7042d 08h pj /shark/trunk/include/kernel/ now endcycle calls task_testcancel  
/shark/trunk/include/kernel/func.h
906 7073d 06h mauro /shark/trunk/include/modules/ Bugfix  
/shark/trunk/include/modules/intdrive.h
878 7101d 23h trimarchi /shark/trunk/include/kernel/ Add macro to dummy group  
/shark/trunk/include/kernel/model.h
869 7116d 02h trimarchi /shark/trunk/include/modules/ new message from scheduling modules  
/shark/trunk/include/modules/comm_message.h
808 7168d 03h trimarchi /shark/trunk/ Shared Object support first version  
/shark/trunk/include/kernel/model.h
/shark/trunk/ports/first/first-contract.c
/shark/trunk/ports/first/first-server.c
/shark/trunk/ports/first/include/fsf_configuration_parameters.h
/shark/trunk/ports/first/include/fsf_contract.h
/shark/trunk/ports/first/include/fsf_opaque_types.h
/shark/trunk/ports/first/include/fsf_server.h
/shark/trunk/ports/first/include/grubstar.h
/shark/trunk/ports/first/makefile
/shark/trunk/ports/first/modules/grubstar.c
/shark/trunk/ports/first/modules/mpegstar.c
/shark/trunk/ports/first/modules/posixstar.c
/shark/trunk/ports/first/modules/rmstar.c

Show All