|
|
@771
|
9 years |
alain |
Introducing the generic xprintf() function, called by the various …
|
|
|
@767
|
9 years |
alain |
Bug fix in giet_fat_munmap()
|
|
|
@766
|
9 years |
alain |
Bug fix.
|
|
|
@765
|
9 years |
alain |
Introduce the giet_fat_munmap() system call.
|
|
|
@759
|
9 years |
alain |
Introduce 4 new FAT related system calls:
- giet_fat_pread()
- …
|
|
|
@749
|
9 years |
alain |
cosmetic
|
|
|
@743
|
9 years |
alain |
Introducing the giet_fat_printf() system call.
|
|
|
@735
|
9 years |
alain |
Introduce two new arguments "cluster_xy" and "coproc_type"
in the …
|
|
|
@722
|
9 years |
alain |
1) introduce the stdint.h file to define uint*_t and int*_t types.
2) …
|
|
|
@713
|
9 years |
alain |
Introduce the giet_fbf_size() and giet_fbf_alloc() system calls.
|
|
|
@709
|
9 years |
alain |
Major release: Change the task model to implement the POSIX threads …
|
|
|
@689
|
9 years |
alain |
Introduce the giet_tasks-status() syscall.
|
|
|
@671
|
9 years |
alain |
Introduce the "shared" argument in the giet_tty_alloc() system call.
|
|
|
@666
|
9 years |
guerin |
stdio: printf: fix compilation warning using an union
|
|
|
@661
|
9 years |
guerin |
remove deprecated giet_fat_list()
|
|
|
@659
|
9 years |
guerin |
stdio: add giet_fat_opendir, giet_fat_closedir, giet_fat_readdir
|
|
|
@647
|
9 years |
alain |
Cosmetic.
|
|
|
@641
|
9 years |
guerin |
stdio: add %% support for printf()
|
|
|
@628
|
9 years |
alain |
Introduce two new system calls:
- giet_kill_application()
- …
|
|
|
@623
|
9 years |
guerin |
fat32: use struct for _fat_file_info(), pass is_dir
|
|
|
@614
|
9 years |
bellefin |
Change the syscalls related to the NIC and the CMA
1) In a CHBUF, …
|
|
|
@588
|
9 years |
alain |
1) Fix a bug in the free() function in the malloc.c
2) Introduce new …
|
|
|
@581
|
9 years |
laurent |
Adding ocean application, some mathematics functions and distributed locks
|
|
|
@580
|
9 years |
laurent |
Try
|
|
|
@558
|
10 years |
alain |
Introducing new syscalls to handle MWMR compliant coprocessors.
|
|
|
@550
|
10 years |
alain |
Cosmetic.
|
|
|
@521
|
10 years |
alain |
Introducing in the stdio.c / stdio.h files the system calls
related to …
|
|
|
@501
|
10 years |
alain |
Introduce user-level, distributed barriers and locks (quad-tree based).
|
|
|
@487
|
10 years |
alain |
1) Change the user sbt_barrier_init() prototype: the two …
|
|
|
@461
|
10 years |
alain |
1) replace the "giet_locks.c" library by the "user_lock.c" library …
|
|
|
@450
|
10 years |
alain |
1) Introducing an explicit channel initialisation function in the MWMR …
|
|
|
@438
|
10 years |
alain |
Inroducing support in the stdio for dynamic allocation of peripherals …
|
|
|
@431
|
10 years |
alain |
Introducing fixed format (X_WIDTH / Y_WIDTH / P_WIDTH) for processor index.
|
|
|
@390
|
10 years |
alain |
1) Introducing the new system call giet_get_xy() in stdio.h,
…
|
|
|
@382
|
10 years |
alain |
Major evolution of the malloc library, to provide two new services:
- …
|
|
|
@368
|
10 years |
alain |
1) Introducing the SBT barrier (Sliced Binary Tree)
in the …
|
|
|
@352
|
10 years |
alain |
Avoid GCC warnings for some missing initialisations.
|
|
|
@345
|
10 years |
cfuguet |
giet_vm optimizations:
* Several modifications in GIET_VM in order …
|
|
|
@331
|
10 years |
alain |
Cosmetic.
|
|
|
@295
|
11 years |
alain |
Introducing a major release, to suppoort the tsar_generic_leti …
|
|
|
@289
|
11 years |
cfuguet |
Modifications on GIET-VM IOC driver:
- Introducing new layer on the …
|
|
|
@271
|
11 years |
cfuguet |
- Bugfix:
The ISR_SWITCH index should be NB_PROCS_MAX + local_pid.
…
|
|
|
@267
|
11 years |
cfuguet |
- Adding new task context information: THREAD INDEX.
This value can …
|
|
|
@260
|
11 years |
devigne |
Add a new syscall : giet_fat_fstat, allowing to a user application to …
|
|
|
@258
|
11 years |
alain |
This is a major release, including a deep restructuration of code.
The …
|