|  |  | @538 | 7 years | nicolas.van.phan | TTY MUX 3 : Comment multi_tty TX IRQ enabling
Enabling and disabling … | 
                
                  |  |  | @537 | 7 years | nicolas.van.phan | TTY MUX 2 : Make mtty driver only address chan. 0
The physical … | 
                
                  |  |  | @536 | 7 years | nicolas.van.phan | TTY MUX 1 : Init tty chdevs in internal_devices_init() | 
                
                  |  |  | @535 | 7 years | nicolas.van.phan | Replace TXT0 by MTTY0 for LETI | 
                
                  |  |  | @534 | 7 years | nicolas.van.phan | Add mtty driver. | 
                
                  |  |  | @533 | 7 years | nicolas.van.phan | Add untested multi_tty driver | 
                
                  |  |  | @532 | 7 years | nicolas.van.phan | Add message to show enabling of IPI on cores. | 
                
                  |  |  | @531 | 7 years | nicolas.van.phan | Fix error in thread debug prints | 
                
                  |  |  | @530 | 7 years | nicolas.van.phan | Hack to compile on both IOB and LETI for now | 
                
                  |  |  | @529 | 7 years | nicolas.van.phan | Fix friday's fat bug triggered by  fork() in init.c | 
                
                  |  |  | @528 | 7 years | nicolas.van.phan | Change usage of y_max/x_max for iterating through clusters.
This is … | 
                
                  |  |  | @527 | 7 years | viala | Rewrite if-then-else return function into switch case.
For safety … | 
                
                  |  |  | @526 | 7 years | viala | Add explicit type to enum in syscall_numbers.h | 
                
                  |  |  | @525 | 7 years | viala | [boot] Uniformisation of style on some prototypes. | 
                
                  |  |  | @524 | 7 years | viala | [boot] Add extern qualifier to boot_loader function. | 
                
                  |  |  | @523 | 7 years | viala | [boot] Remove testing if a pointer is null.
It's a bad practice in a … | 
                
                  |  |  | @522 | 7 years | viala | FIX rev520: Previous commit contained a superflous '}' | 
                
                  |  |  | @521 | 7 years | viala | [boot] Add const qualifier where it's possible.
Fix some gcc warning … | 
                
                  |  |  | @520 | 7 years | viala | [soclib_hba] Use assert instead of printk + Hal_core_sleep for panic. | 
                
                  |  |  | @519 | 7 years | viala | fat/boot_fat32 use unused attribute | 
                
                  |  |  | @518 | 7 years | viala | [thread.c] Fix we forgot to assign thread->type.
Alain and I forgot … | 
                
                  |  |  | @517 | 7 years | viala | Revert rev515. I introduced a problem.
The fact is that entry is … | 
                
                  |  |  | @516 | 7 years | viala | [chdev] Fix a bad call to thread_can_yield. | 
                
                  |  |  | @515 | 7 years | viala | [kernel_init] Fix a potentially not initalized variable.
I added an … | 
                
                  |  |  | @514 | 7 years | viala | [process] fix undefined/declared variable in process_register_thread.
 … | 
                
                  |  |  | @513 | 7 years | viala | [mm/mapper] Fix prototype of mapper_create.
Add some doc in interface. | 
                
                  |  |  | @512 | 7 years | viala | [libk] Add documentation to memcmp(). | 
                
                  |  |  | @511 | 7 years | viala | [libmath] Add braces arround a misleading indent for loop.
Sometimes … | 
                
                  |  |  | @510 | 7 years | viala | [kernel_config] Add macro debug macro in kernel conf found with -Wunused. | 
                
                  |  |  | @509 | 7 years | viala | [syscalls] Typo in macro invocations found with -Wundef. | 
                
                  |  |  | @508 | 7 years | viala | [syscall] Use assert instead of printk+hal_core_sleep. | 
                
                  |  |  | @507 | 7 years | viala | [soclib_nic] Missing default case fixed by adding an assert.
 … | 
                
                  |  |  | @506 | 7 years | viala | [syscalls] add interface in implementation.
Add const where possible, … | 
                
                  |  |  | @505 | 7 years | viala | [hal] Fix protoypes and add headers in hal mips32 implementation.
Fix … | 
                
                  |  |  | @504 | 7 years | viala | [user/sort] Fix function prototypes add const when possible. | 
                
                  |  |  | @503 | 7 years | viala | Add void type on function that takes no parameters, fix invalid call.
 … | 
                
                  |  |  | @502 | 7 years | viala | assert: Fix signature mismatch. | 
                
                  |  |  | @501 | 7 years | viala | [hal] Add headers in .c
hal/tsar_mips32/core/hal_remote.c:371:6:
 … | 
                
                  |  |  | @500 | 7 years | viala | Minor change: Remove an extra call to spinlock_init in scheduler.c
 … | 
                
                  |  |  | @499 | 7 years | viala | [boot] add extern to an externaly used function.
boot.c: At top … | 
                
                  |  |  | @498 | 7 years | viala | [boot] Add static const to a device_type_str.
Fix: `
boot.c: At top … | 
                
                  |  |  | @497 | 7 years | viala | [boot] Add static to an internal function.
Fix: gcc warning ` … | 
                
                  |  |  | @496 | 7 years | viala | Remove all build files of libmath.
Maybe this whas commited by error. | 
                
                  |  |  | @495 | 7 years | viala | Minor: principal Makefile: Add cleaning libmath. | 
                
                  |  |  | @494 | 7 years | viala | Fix an error in an assert, style on an other. | 
                
                  |  |  | @493 | 7 years | viala | [hal/drivers] Use asserts and fix a bad call.
We called … | 
                
                  |  |  | @492 | 7 years | viala | Refactoring assert calling to conform with new assert macro.
Made … | 
                
                  |  |  | @491 | 7 years | viala | Change assert to be a macro
Ease using of static analyser and add … | 
                
                  |  |  | @490 | 7 years | viala | Minor: Add extern prototype for kernel_init function.
Also I add … | 
                
                  |  |  | @489 | 7 years | viala | [hal] Add headers in hal_interrupt.c ` … | 
                
                  |  |  | @488 | 7 years | viala | [kernel] Add const to syscall_str return type. ` … | 
                
                  |  |  | @487 | 7 years | viala | [libk/memcpt.c] Add .h in .c.
Fix needed for C99 or C11 where not … | 
                
                  |  |  | @486 | 7 years | viala | [mm] Add void type to function prototypes with no parameter | 
                
                  |  |  | @485 | 7 years | viala | [kern] Add void type to function prototypes with no parameter | 
                
                  |  |  | @484 | 7 years | viala | [fs] Add void type to function prototypes with no parameter | 
                
                  |  |  | @483 | 7 years | viala | [devices] Add void type to function prototypes with no parameter | 
                
                  |  |  | @482 | 7 years | viala | [hal/x86_64] Add void type to function prototypes with no parameter | 
                
                  |  |  | @481 | 7 years | viala | [hal/mips32] Add void type to function prototypes with no parameter | 
                
                  |  |  | @480 | 7 years | viala | [hal/generic] Add void type to function prototypes with no parameter | 
                
                  |  |  | @479 | 7 years | viala | [kern/syscall] Add void type to function prototypes with no parameter | 
                
                  |  |  | @478 | 7 years | viala | [libalmosmkh] Add void type to function prototypes with no parameter | 
                
                  |  |  | @477 | 7 years | viala | [libpthread] Add void type to function prototypes with no parameter | 
                
                  |  |  | @476 | 7 years | viala | [mini-libc] Add void type to function prototypes with no parameter | 
                
                  |  |  | @475 | 7 years | viala | [userland] Add void type to function prototypes with no parameter | 
                
                  |  |  | @474 | 7 years | viala | [boot] Add void type to function prototypes with no parameter | 
                
                  |  |  | @473 | 7 years | alain | Fix several GCC warning related to the -Wextra compilation option. | 
                
                  |  |  | @472 | 7 years | alain | Fix the bug found by Axel in the process_register_thread() function
 … | 
                
                  |  |  | @471 | 7 years | viala | Fix: In dev_fbf.c we used hal_get_cycle instead of hal_get_cycles | 
                
                  |  |  | @470 | 7 years | viala | minor: add const to cause parameter in sched_yield.
We never mutate … | 
                
                  |  |  | @469 | 7 years | alain | 1) Introduce the libsemaphore library.
2) Introduce a small libmath … | 
                
                  |  |  | @468 | 7 years | viala | FIX: Wrong assigment in wti/hwi vector in soclib_pic_bind_irq()
We … | 
                
                  |  |  | @467 | 7 years | viala | FIX: Undefined Macro define in sys_thread_wakeup
Found with -Wundef.
 … | 
                
                  |  |  | @466 | 7 years | viala | Improvement: Add -Wextra warnings to GCC, add more debug symbols.
 … | 
                
                  |  |  | @465 | 7 years | viala | FIX: Add stdlib.h for call to exit().
Fix:
pgcd.c: In function … | 
                
                  |  |  | @464 | 7 years | viala | FIX: Bad format kprintf in kcm.c | 
                
                  |  |  | @463 | 7 years | viala | FIX fatfs.c: fix typo print instead of printk in macro. | 
                
                  |  |  | @462 | 7 years | viala | FIX: Add a spinlock_init on sheduler->lock. | 
                
                  |  |  | @461 | 7 years | viala | minor: remove extra ';' | 
                
                  |  |  | @460 | 7 years | viala | Typo: remote_spinlock_lock/unlock decrement/increment locks | 
                
                  |  |  | @459 | 7 years | alain | Introduce the math library, to support the floating point
data used by … | 
                
                  |  |  | @458 | 7 years | alain | fix a bug in ksh.c, related to commands history handling. | 
                
                  |  |  | @457 | 7 years | alain | This version modifies the exec syscall and fixes a large number of … | 
                
                  |  |  | @456 | 7 years | alain | Fix a bug in cycle computation for DEBUG.
- -This line, and those … | 
                
                  |  |  | @455 | 7 years | viala | Change name in banner comment to match filename | 
                
                  |  |  | @454 | 7 years | viala | Fix typo in several file. | 
                
                  |  |  | @453 | 7 years | viala | Initialiase vseg->cxy in vseg_init_from_ref() | 
                
                  |  |  | @452 | 7 years | alain | Split hal_types.h to hal_kernel_types.h & hal_shared_types.h | 
                
                  |  |  | @451 | 7 years | alain | Fix a bug in soclib_pic driver (bad separation between IOPIC an LAPIC … | 
                
                  |  |  | @450 | 7 years | alain | Fix a bug in function sched_handle_signal():
When the deleted user … | 
                
                  |  |  | @449 | 7 years | alain | Introduce several missing user libs. | 
                
                  |  |  | @448 | 7 years | alain | remove parasitic file <shared_syscalls.h> in directory <syscalls> | 
                
                  |  |  | @447 | 7 years | alain | Introduce the chdev_queue_display() function. | 
                
                  |  |  | @446 | 7 years | alain | miscelaneous… | 
                
                  |  |  | @445 | 7 years | alain | Restructure the mini_libc. | 
                
                  |  |  | @444 | 7 years | satin | add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc | 
                
                  |  |  | @443 | 7 years | alain | Fix few bugs whike debugging the sort multi-thread application. | 
                
                  |  |  | @442 | 7 years | alain | Introduce idbg application. | 
                
                  |  |  | @441 | 7 years | alain | Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index). | 
                
                  |  |  | @440 | 7 years | alain | 1/ Fix a bug in the Multithreaded "sort" applicationr:
The … | 
                
                  |  |  | @439 | 8 years | satin | Introduice new distributed Makefile architecture.
Remove deprecated … | 
                
                  |  |  |