Subversion Repositories shark

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
1083 6157d 13h /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
1081 6157d 13h tullio /shark/trunk/config/ Added -fno-stack-protector flag for compiling with new gcc 4 under Ubuntu.  
/shark/trunk/config/config.mk
1073 6446d 10h 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 6459d 05h tullio /shark/trunk/config/ Cleaned old, unused code.  
/shark/trunk/config/hconf
1061 6535d 09h 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 6571d 18h 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 6632d 14h 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 6753d 06h 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 6753d 06h 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 6766d 12h 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 7143d 12h pj /shark/trunk/config/ added modules directory in the include path  
/shark/trunk/config/config.mk
968 7143d 12h pj /shark/trunk/config/ added modules repository  
/shark/trunk/config/libdep.mk
885 7244d 08h trimarchi /shark/trunk/config/ Add the new path of include for first library  
/shark/trunk/config/libdep.mk
848 7307d 15h giacomo /shark/trunk/config/ Update  
/shark/trunk/config/libdep.mk
847 7308d 08h 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 7374d 15h cirinei /shark/trunk/config/ Fixed a bug in serial lib  
/shark/trunk/config/libdep.mk
719 7412d 06h mauro /shark/trunk/config/ added serial  
/shark/trunk/config/libdep.mk
702 7415d 13h giacomo /shark/trunk/config/ SNAPSHOT lib  
/shark/trunk/config/libdep.mk
659 7427d 08h giacomo /shark/trunk/config/ Update  
/shark/trunk/config/libdep.mk
638 7433d 07h giacomo /shark/trunk/ update  
/shark/trunk/config/libdep.mk
/shark/trunk/drivers/oldsnd/makefile
/shark/trunk/symbols.txt

Show All