source: soft/giet_vm/giet_libs

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @816   8 years cfuguet Add a software integer version of the libmath/sqrt function. Also a …
(edit) @810   8 years alain Fix a bug in xprintf() function for %f format.
(edit) @809   8 years alain Avoid GCC warnings.
(edit) @801   8 years alain cosmetic.
(edit) @795   8 years alain Remove dependencies on the hard_config.h file.
(edit) @792   8 years meunier * Adding missing files in libmath
(edit) @791   8 years meunier * Added function realloc * Started to put the bootloader on 2 Big …
(edit) @785   8 years alain Avoid a warning in strcpy()
(edit) @781   8 years alain Fixing two bugs: 1) In the string library: the strcpy() function must …
(edit) @777   8 years meunier * Ajout de quelques fonction dans la lib math * Déplacement de …
(edit) @772   8 years meunier * Ajout de l'application rosenfeld * Changement du nom du flag …
(edit) @771   8 years alain Introducing the generic xprintf() function, called by the various …
(edit) @767   8 years alain Bug fix in giet_fat_munmap()
(edit) @766   8 years alain Bug fix.
(edit) @765   8 years alain Introduce the giet_fat_munmap() system call.
(edit) @759   8 years alain Introduce 4 new FAT related system calls: - giet_fat_pread() - …
(edit) @749   9 years alain cosmetic
(edit) @743   9 years alain Introducing the giet_fat_printf() system call.
(edit) @735   9 years alain Introduce two new arguments "cluster_xy" and "coproc_type" in the …
(edit) @731   9 years alain Introduce a giet_pthhread_yield() to deschedule the blocking functions …
(edit) @722   9 years alain 1) introduce the stdint.h file to define uint*_t and int*_t types. 2) …
(edit) @713   9 years alain Introduce the giet_fbf_size() and giet_fbf_alloc() system calls.
(edit) @709   9 years alain Major release: Change the task model to implement the POSIX threads …
(edit) @693   9 years guerin remove last references to giet_shr_printf()
(edit) @689   9 years alain Introduce the giet_tasks-status() syscall.
(edit) @686   9 years guerin remove almalloc implementation It is in fact useless because malloc …
(edit) @682   9 years guerin math: don't print inside pow()
(edit) @681   9 years guerin stdlib: fix warning
(edit) @680   9 years guerin malloc: use giet_tty_printf
(edit) @678   9 years guerin malloc: implement aligned malloc/free
(edit) @671   9 years alain Introduce the "shared" argument in the giet_tty_alloc() system call.
(edit) @667   9 years guerin math: add cos()
(edit) @666   9 years guerin stdio: printf: fix compilation warning using an union
(edit) @663   9 years guerin fat32: introduce fat32_shared.h No need to synchronize fat32.h and …
(edit) @661   9 years guerin remove deprecated giet_fat_list()
(edit) @659   9 years guerin stdio: add giet_fat_opendir, giet_fat_closedir, giet_fat_readdir
(edit) @654   9 years guerin fat32: implement O_TRUNC for _fat_open()
(edit) @647   9 years alain Cosmetic.
(edit) @641   9 years guerin stdio: add %% support for printf()
(edit) @628   9 years alain Introduce two new system calls: - giet_kill_application() - …
(edit) @623   9 years guerin fat32: use struct for _fat_file_info(), pass is_dir
(edit) @614   9 years bellefin Change the syscalls related to the NIC and the CMA 1) In a CHBUF, …
(edit) @607   9 years guerin string: implement strlen()
(edit) @588   9 years alain 1) Fix a bug in the free() function in the malloc.c 2) Introduce new …
(edit) @581   9 years laurent Adding ocean application, some mathematics functions and distributed locks
(edit) @580   9 years laurent Try
(edit) @558   9 years alain Introducing new syscalls to handle MWMR compliant coprocessors.
(edit) @550   9 years alain Cosmetic.
(edit) @541   9 years bellefin Introducing user lever heap_init() into malloc library
(edit) @521   9 years alain Introducing in the stdio.c / stdio.h files the system calls related to …
(edit) @508   9 years alain Cosmetic.
(edit) @501   9 years alain Introduce user-level, distributed barriers and locks (quad-tree based).
(edit) @487   9 years alain 1) Change the user sbt_barrier_init() prototype: the two …
(edit) @479   9 years alain Cosmetic: improve debug.
(edit) @468   10 years alain Cosmetic: Improving debug.
(edit) @461   10 years alain 1) replace the "giet_locks.c" library by the "user_lock.c" library …
(edit) @450   10 years alain 1) Introducing an explicit channel initialisation function in the MWMR …
(edit) @438   10 years alain Inroducing support in the stdio for dynamic allocation of peripherals …
(edit) @431   10 years alain Introducing fixed format (X_WIDTH / Y_WIDTH / P_WIDTH) for processor index.
(edit) @397   10 years alain Bug fix in malloc.c.
(edit) @394   10 years alain Introducing an improved free() in the malloc.h library.
(edit) @390   10 years alain 1) Introducing the new system call giet_get_xy() in stdio.h, …
(edit) @389   10 years alain Bloup
(edit) @382   10 years alain Major evolution of the malloc library, to provide two new services: - …
(edit) @376   10 years alain Fix a bug in sbt_build() function.
(edit) @375   10 years alain bug fix
(edit) @368   10 years alain 1) Introducing the SBT barrier (Sliced Binary Tree) in the …
(edit) @356   10 years alain Bloup…
(edit) @352   10 years alain Avoid GCC warnings for some missing initialisations.
(edit) @345   10 years cfuguet giet_vm optimizations: * Several modifications in GIET_VM in order …
(edit) @331   10 years alain Cosmetic.
(edit) @325   10 years alain heu…
(edit) @295   10 years alain Introducing a major release, to suppoort the tsar_generic_leti …
(edit) @289   10 years cfuguet Modifications on GIET-VM IOC driver: - Introducing new layer on the …
(edit) @280   10 years cfuguet Adding non-blocking MWMR function macros in the srl_mwmr.h file
(edit) @278   10 years cfuguet Adding missing non-blocking write and read functions on the …
(edit) @271   10 years cfuguet - Bugfix: The ISR_SWITCH index should be NB_PROCS_MAX + local_pid. …
(edit) @267   10 years cfuguet - Adding new task context information: THREAD INDEX. This value can …
(edit) @266   10 years cfuguet Bugfix in spin_lock library: - Compute the delay cycles before the …
(edit) @260   11 years devigne Add a new syscall : giet_fat_fstat, allowing to a user application to …
(edit) @259   11 years devigne giet_fat32/fat32.c : Added _fat_write function. At the moment it does …
(add) @258   11 years alain This is a major release, including a deep restructuration of code. The …
Note: See TracRevisionLog for help on using the revision log.