Subversion Repositories shark

Rev

Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1076 6376d 01h /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
1073 6376d 02h 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
1066 6388d 21h tullio /shark/trunk/config/ Cleaned old, unused code.  
/shark/trunk/config/hconf
1061 6465d 01h tullio /shark/trunk/ Added clearer comments to make modifications to config files easier in order to support older gcc versions.  
/shark/trunk/change_log.txt
/shark/trunk/config/config.mk
/shark/trunk/oslib/config.mk
1056 6501d 10h tullio /shark/trunk/ Added gcc 4x support. Actually, tested with version 4.1.2.
Into code, updated some constructs that were not compatible with gcc 4x.
Into config files, added compiler flags to suppress some warnings (turned as default since gcc 4x) and turned off optimizations for inline code, which generated unwanted calls to builtin memcpy.
 
/shark/trunk/config/config.mk
/shark/trunk/drivers/bttv/include/drivers/bttvp.h
/shark/trunk/drivers/fb/cfbimgblt.c
/shark/trunk/drivers/fb/matrox/matroxfb_base.h
/shark/trunk/drivers/fb/radeonfb.c
/shark/trunk/drivers/fb/riva/fbdev.c
/shark/trunk/drivers/fb/vgastate.c
/shark/trunk/drivers/input/shark/shark_keymap.c
/shark/trunk/drivers/linuxc26/include/asm/byteorder.h
/shark/trunk/drivers/linuxc26/include/asm/processor.h
/shark/trunk/drivers/linuxc26/include/linux/byteorder/swab.h
/shark/trunk/drivers/linuxc26/include/linux/fb.h
/shark/trunk/drivers/linuxc26/include/linux/i2c.h
/shark/trunk/drivers/linuxc26/include/linux/rcupdate.h
/shark/trunk/drivers/linuxc26/linuxcomp.c
/shark/trunk/drivers/linuxc26/videodev.c
/shark/trunk/drivers/linuxc26/waitqueue.c
/shark/trunk/drivers/usb/input/hid-core.c
/shark/trunk/oslib/config.mk
/shark/trunk/oslib/libc/reboot.c
/shark/trunk/oslib/ll/i386/hw-data.h
/shark/trunk/oslib/ll/i386/mem.h
/shark/trunk/oslib/ll/i386/x-bios.h
1051 6562d 06h tullio /shark/trunk/ added dynalynk support (thanks to LexN)  
/shark/trunk/ports/dynalink
/shark/trunk/ports/dynalink/dynalink.c
/shark/trunk/ports/dynalink/dynalink.h
/shark/trunk/ports/dynalink/elf.c
/shark/trunk/ports/dynalink/elf.h
/shark/trunk/ports/dynalink/format.h
/shark/trunk/ports/dynalink/makefile
/shark/trunk/config/config.mk
/shark/trunk/config/libdep.mk
1038 6682d 22h tullio /shark/trunk/ Resolved bug 237: printf.

Files affected:
- $(BASE)/makefile -> do not compile libfs if not requested into shark.cfg
- $(BASE)/shark.cfg -> added the option to compile or not the FS
- $(BASE)/config/config.mk -> add the make define to compile the FS
- $(BASE)/config/libdep.mk -> build the library only if requested into shark.cfg
- $(BASE)/libc/stdio/printf.c -> remap to the cprintf if FS not compiled
 
/shark/trunk/config/libdep.mk
/shark/trunk/libc/stdio/printf.c
1037 6682d 22h tullio /shark/trunk/ Resolved bug 237: printf.

Files affected:
- $(BASE)/makefile -> do not compile libfs if not requested into shark.cfg
- $(BASE)/shark.cfg -> added the option to compile or not the FS
- $(BASE)/config/config.mk -> add the make define to compile the FS
- $(BASE)/libc/stdio/printf.c -> remap to the cprintf if FS not compiled
 
/shark/trunk/config/config.mk
/shark/trunk/makefile
/shark/trunk/shark.cfg
1025 6696d 04h mauro /shark/trunk/ Fix for bug #111.  
/shark/trunk/lib/makefile
/shark/trunk/config/config.mk
/shark/trunk/config/example.mk
/shark/trunk/config/example2.mk
/shark/trunk/config/lib.mk
/shark/trunk/config/sublib.mk
/shark/trunk/libc/makefile
969 7073d 05h pj /shark/trunk/config/ added modules directory in the include path  
/shark/trunk/config/config.mk
968 7073d 05h pj /shark/trunk/config/ added modules repository  
/shark/trunk/config/libdep.mk
885 7174d 00h trimarchi /shark/trunk/config/ Add the new path of include for first library  
/shark/trunk/config/libdep.mk
848 7237d 08h giacomo /shark/trunk/config/ Update  
/shark/trunk/config/libdep.mk
847 7238d 01h giacomo /shark/trunk/ Update for USB  
/shark/trunk/drivers/linuxc26/linux_kthread.c
/shark/trunk/drivers/linuxc26/waitqueue.c
/shark/trunk/config/libdep.mk
/shark/trunk/drivers/i2c/i2c-core.c
/shark/trunk/drivers/i2c/i2c-dev.c
/shark/trunk/drivers/input/serio/serio.c
/shark/trunk/drivers/input/shark/shark_joy.c
/shark/trunk/drivers/linuxc26/include/asm/current.h
/shark/trunk/drivers/linuxc26/include/asm/semaphore.h
/shark/trunk/drivers/linuxc26/include/linux/device.h
/shark/trunk/drivers/linuxc26/include/linux/kernel.h
/shark/trunk/drivers/linuxc26/include/linux/sched.h
/shark/trunk/drivers/linuxc26/include/linux/usb.h
/shark/trunk/drivers/linuxc26/include/linux/wait.h
/shark/trunk/drivers/linuxc26/int.c
/shark/trunk/drivers/linuxc26/linuxcomp.c
/shark/trunk/drivers/linuxc26/makefile
/shark/trunk/drivers/linuxc26/vsprintf.c
767 7304d 07h cirinei /shark/trunk/config/ Fixed a bug in serial lib  
/shark/trunk/config/libdep.mk
719 7341d 23h mauro /shark/trunk/config/ added serial  
/shark/trunk/config/libdep.mk
702 7345d 05h giacomo /shark/trunk/config/ SNAPSHOT lib  
/shark/trunk/config/libdep.mk
659 7357d 01h giacomo /shark/trunk/config/ Update  
/shark/trunk/config/libdep.mk
638 7362d 23h giacomo /shark/trunk/ update  
/shark/trunk/config/libdep.mk
/shark/trunk/drivers/oldsnd/makefile
/shark/trunk/symbols.txt
632 7363d 01h giacomo /shark/trunk/ Update  
/shark/trunk/config/libdep.mk
/shark/trunk/symbols.txt

Show All