source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @827   9 years meunier * Ajout de scripts pour rosenfeld
(edit) @826   9 years meunier * Mise à jour NR2 et Rosenfeld
(edit) @825   10 years alain 1) introduce a new classif application, using the vci_master_nic …
(edit) @824   10 years alain bloup
(edit) @823   10 years meunier * Improved scripts for simulations and graphes * Continued to clean …
(edit) @822   10 years meunier In rosenfeld: * Updated nrio0, nrio1, nrio2, nrio1f, nrio2f, nrio1x, …
(edit) @821   10 years meunier * Added several versions of rosenfeld: { SLOW, FAST } x { FEATURES, …
(edit) @820   10 years cfuguet Improving the pthread_join function: - The calling thread does a …
(edit) @819   10 years cfuguet Add a preprocessor flag which allows to inhibit the use of the GLOBAL …
(edit) @818   10 years cfuguet Optimization: When doing a context switch between threads of the same …
(edit) @817   10 years cfuguet Add some utility functions into giet_common/utils.
(edit) @816   10 years cfuguet Add a software integer version of the libmath/sqrt function. Also a …
(edit) @815   10 years bouyer Deal with x_width/y_width different from 4.
(edit) @814   10 years bouyer Use the provided x_width/y_width/p_width and not the default values
(edit) @813   10 years alain Cosmetic.
(edit) @812   10 years alain Introduce application FFT.
(edit) @811   11 years bouyer Do not try to allocate a WTI and write it to the PIC if we don't have …
(edit) @810   11 years alain Fix a bug in xprintf() function for %f format.
(edit) @809   11 years alain Avoid GCC warnings.
(edit) @808   11 years alain Introduce the O_WRONLY and O_RDWR flags for the giet_fat_open system call.
(edit) @807   11 years alain Fix a bug in the O_TRUNC flag used by the giet_fat_open() system call. …
(edit) @806   11 years alain cosmetic
(edit) @805   11 years meunier * Adding the parallel version of rosenfeld
(edit) @804   11 years alain cosmetic.
(edit) @803   11 years alain Cosmetic.
(edit) @802   11 years alain Improve error message print, to avoisd interleaving.
(edit) @801   11 years alain cosmetic.
(edit) @800   11 years alain add the Makefile.
(edit) @799   11 years alain Introducing a port of ocean application without macros.
(edit) @798   11 years meunier * Bug fixes in Rosenfeld
(edit) @797   11 years alain Fix a bug in _all_clusters_allocate()
(edit) @796   11 years alain Introduce support for the DEL character in in the shell lexical analyser.
(edit) @795   11 years alain Remove dependencies on the hard_config.h file.
(edit) @794   11 years alain Modify the pmem_alloc_init() function to reserve TWO BPPs for the …
(edit) @793   11 years meunier * Using mipsel-ranlib instead of ranlib in nrc2 lib of rosenfeld
(edit) @792   11 years meunier * Adding missing files in libmath
(edit) @791   11 years meunier * Added function realloc * Started to put the bootloader on 2 Big …
(edit) @790   11 years alain Cosmetic
(edit) @789   11 years alain Improve the shell: - introduce support for the LEFT / RIGHT / UP / …
(edit) @788   11 years alain Cosmetic
(edit) @787   11 years alain Bug fix in mkdir.
(edit) @786   11 years alain cosmetic
(edit) @785   11 years alain Avoid a warning in strcpy()
(edit) @784   11 years alain Cosmetic.
(edit) @783   11 years alain Fix various bugs.
(edit) @782   11 years alain 1) Introduce the string library. 2) Introduce a heap in the shell …
(edit) @781   11 years alain Fixing two bugs: 1) In the string library: the strcpy() function must …
(edit) @780   11 years alain active = False in mjpeg.py
(edit) @779   11 years alain ctive = False in coproc.py
(edit) @778   11 years alain O_CREAT
(edit) @777   11 years meunier * Ajout de quelques fonction dans la lib math * Déplacement de …
(edit) @776   11 years alain Modify Makefile to avoid to rebuild the disk image each time an …
(edit) @775   11 years alain Introduce the dump command in shell.
(edit) @774   11 years alain The _sys_fat_dump() kernel function has been introduced to support the …
(edit) @773   11 years alain Fix several bugs related to new files or directories creation: - The …
(edit) @772   11 years meunier * Ajout de l'application rosenfeld * Changement du nom du flag …
(edit) @771   11 years alain Introducing the generic xprintf() function, called by the various …
(edit) @770   11 years alain bloup
(edit) @769   11 years alain Use the giet_fat_fprintf() system call to save instrumentation results …
(edit) @768   11 years alain Use the giet_fat_mmap() syscall to implement the cat command.
(edit) @767   11 years alain Bug fix in giet_fat_munmap()
(edit) @766   11 years alain Bug fix.
(edit) @765   11 years alain Introduce the giet_fat_munmap() system call.
(edit) @764   11 years alain Modify the transpose application to use replace the giet_fat_read() / …
(edit) @763   11 years alain Introducing support for the MMAP vseg type in xml parser/driver.
(edit) @762   11 years alain Introduce the new MMAP type for vseg.
(edit) @761   11 years alain Replace the _get_buffer_from_cache() function by - …
(edit) @760   11 years alain
(edit) @759   11 years alain Introduce 4 new FAT related system calls: - giet_fat_pread() - …
(edit) @758   11 years alain We introduce the _v2p_add_pte1(), _v2p_add_pte2(), _v2p_del_pte1(), …
(edit) @757   11 years alain The boot code use now the _v2p_add_pte1() and _v2p_add_pte2() …
(edit) @756   11 years cfuguet Improving the configuration infrastructure of the coremark application
(edit) @755   11 years cfuguet Improving the create_dmg script to search the mkfs.vfat tool in UNIX …
(edit) @754   11 years cfuguet - Support to have a single terminal (NB_TTY_CHANNEL = 1). In this …
(edit) @753   11 years cfuguet Introducing the coremark benchmark
(edit) @752   11 years alain Cosmetic.
(edit) @751   11 years alain Introduce the _v2p_add_pte1(), _v2p_add_pte2(), _v2p_del_pte1(), …
(edit) @750   11 years alain Makes _fat_buffer_from_cache() an external function, to implement the …
(edit) @749   11 years alain cosmetic
(edit) @748   11 years alain Modify instrumentation to save results on virtual disk.
(edit) @747   11 years alain Introduce the cat command in the shell.
(edit) @746   11 years alain Improve the _fat_lseek() function to support the SEEK_END value for …
(edit) @745   11 years alain Fix a bug in memcpy() when both buffers are word aligned, but the size …
(edit) @744   11 years alain Fix a bug in the _fat_read() function: The count argument should not …
(edit) @743   11 years alain Introducing the giet_fat_printf() system call.
(edit) @742   11 years alain Remove the seg_kernel_init vseg: All the kernel code is now packed in …
(edit) @741   11 years alain Remove the TG thread: The mjpeg strem dispatch is directly done by the …
(edit) @740   11 years alain cosmetic
(edit) @739   11 years alain Introduce the mjpeg application in the giet_vm Makefile.
(edit) @738   11 years alain cosmetic.
(edit) @737   11 years alain Modify genmap to directly control the coprocessor type using arguments …
(edit) @736   11 years alain Modify the mjpeg application to support an optional DCT hardware …
(edit) @735   11 years alain Introduce two new arguments "cluster_xy" and "coproc_type" in the …
(edit) @734   11 years alain Cosmetic.
(edit) @733   11 years alain Modify the system functions associated to hardware coprocessors: …
(edit) @732   11 years alain Introduce a new rule to simplify the memory mapping: A big physical …
(edit) @731   11 years alain Introduce a giet_pthhread_yield() to deschedule the blocking functions …
(edit) @730   11 years alain Improve seek overflow checking.
(edit) @729   11 years alain Introduce application mjpeg in genmap.
(edit) @728   11 years alain bloup
Note: See TracRevisionLog for help on using the revision log.