Timeline



Aug 25, 2018:

6:35 PM Changeset [512] by viala@…
[libk] Add documentation to memcmp().
6:30 PM Changeset [511] by viala@…
[libmath] Add braces arround a misleading indent for loop. Sometimes …
6:30 PM Changeset [510] by viala@…
[kernel_config] Add macro debug macro in kernel conf found with -Wunused.
6:30 PM Changeset [509] by viala@…
[syscalls] Typo in macro invocations found with -Wundef.
6:30 PM Changeset [508] by viala@…
[syscall] Use assert instead of printk+hal_core_sleep.
6:30 PM Changeset [507] by viala@…
[soclib_nic] Missing default case fixed by adding an assert. …
6:29 PM Changeset [506] by viala@…
[syscalls] add interface in implementation. Add const where possible, …
6:28 PM Changeset [505] by viala@…
[hal] Fix protoypes and add headers in hal mips32 implementation. Fix …
6:28 PM Changeset [504] by viala@…
[user/sort] Fix function prototypes add const when possible.
6:28 PM Changeset [503] by viala@…
Add void type on function that takes no parameters, fix invalid call. …

Aug 24, 2018:

10:42 PM Changeset [502] by viala@…
assert: Fix signature mismatch.
10:42 PM Changeset [501] by viala@…
[hal] Add headers in .c hal/tsar_mips32/core/hal_remote.c:371:6: …

Aug 23, 2018:

12:31 AM Changeset [500] by viala@…
Minor change: Remove an extra call to spinlock_init in scheduler.c …
12:02 AM Changeset [499] by viala@…
[boot] add extern to an externaly used function. boot.c: At top …
12:02 AM Changeset [498] by viala@…
[boot] Add static const to a device_type_str. Fix: ` boot.c: At top …
12:01 AM Changeset [497] by viala@…
[boot] Add static to an internal function. Fix: gcc warning ` …

Aug 22, 2018:

11:57 PM Changeset [496] by viala@…
Remove all build files of libmath. Maybe this whas commited by error.
11:56 PM Changeset [495] by viala@…
Minor: principal Makefile: Add cleaning libmath.
11:56 PM Changeset [494] by viala@…
Fix an error in an assert, style on an other.
11:56 PM Changeset [493] by viala@…
[hal/drivers] Use asserts and fix a bad call. We called …
11:55 PM Changeset [492] by viala@…
Refactoring assert calling to conform with new assert macro. Made …
11:55 PM Changeset [491] by viala@…
Change assert to be a macro Ease using of static analyser and add …
9:17 PM Changeset [490] by viala@…
Minor: Add extern prototype for kernel_init function. Also I add …
9:17 PM Changeset [489] by viala@…
[hal] Add headers in hal_interrupt.c ` …
9:17 PM Changeset [488] by viala@…
[kernel] Add const to syscall_str return type. ` …
9:16 PM Changeset [487] by viala@…
[libk/memcpt.c] Add .h in .c. Fix needed for C99 or C11 where not …
6:11 PM processus_thread edited by alain
(diff)
6:08 PM processus_thread edited by alain
(diff)
6:01 PM processus_thread edited by alain
(diff)
5:55 PM processus_thread edited by alain
(diff)

Aug 21, 2018:

9:53 PM Changeset [486] by viala@…
[mm] Add void type to function prototypes with no parameter
9:52 PM Changeset [485] by viala@…
[kern] Add void type to function prototypes with no parameter
9:52 PM Changeset [484] by viala@…
[fs] Add void type to function prototypes with no parameter
9:52 PM Changeset [483] by viala@…
[devices] Add void type to function prototypes with no parameter
9:52 PM Changeset [482] by viala@…
[hal/x86_64] Add void type to function prototypes with no parameter
9:51 PM Changeset [481] by viala@…
[hal/mips32] Add void type to function prototypes with no parameter
9:51 PM Changeset [480] by viala@…
[hal/generic] Add void type to function prototypes with no parameter
9:51 PM Changeset [479] by viala@…
[kern/syscall] Add void type to function prototypes with no parameter
9:50 PM Changeset [478] by viala@…
[libalmosmkh] Add void type to function prototypes with no parameter
9:50 PM Changeset [477] by viala@…
[libpthread] Add void type to function prototypes with no parameter
9:50 PM Changeset [476] by viala@…
[mini-libc] Add void type to function prototypes with no parameter
9:50 PM Changeset [475] by viala@…
[userland] Add void type to function prototypes with no parameter
9:50 PM Changeset [474] by viala@…
[boot] Add void type to function prototypes with no parameter
6:01 PM Changeset [473] by alain
Fix several GCC warning related to the -Wextra compilation option.
5:58 PM Changeset [472] by alain
Fix the bug found by Axel in the process_register_thread() function …
12:53 PM Changeset [471] by viala@…
Fix: In dev_fbf.c we used hal_get_cycle instead of hal_get_cycles
12:50 PM Changeset [470] by viala@…
minor: add const to cause parameter in sched_yield. We never mutate …

Aug 20, 2018:

3:33 PM processus_thread edited by alain
(diff)
1:04 PM Changeset [469] by alain
1) Introduce the libsemaphore library. 2) Introduce a small libmath …
2:22 AM Changeset [468] by viala@…
FIX: Wrong assigment in wti/hwi vector in soclib_pic_bind_irq() We …

Aug 19, 2018:

4:34 PM Changeset [467] by viala@…
FIX: Undefined Macro define in sys_thread_wakeup Found with -Wundef. …
4:34 PM Changeset [466] by viala@…
Improvement: Add -Wextra warnings to GCC, add more debug symbols. …
4:18 PM Changeset [465] by viala@…
FIX: Add stdlib.h for call to exit(). Fix: pgcd.c: In function …
4:16 PM Changeset [464] by viala@…
FIX: Bad format kprintf in kcm.c
4:11 PM Changeset [463] by viala@…
FIX fatfs.c: fix typo print instead of printk in macro.

Aug 18, 2018:

2:51 AM Changeset [462] by viala@…
FIX: Add a spinlock_init on sheduler->lock.
2:49 AM Changeset [461] by viala@…
minor: remove extra ';'
2:39 AM Changeset [460] by viala@…
Typo: remote_spinlock_lock/unlock decrement/increment locks

Aug 13, 2018:

1:43 PM Changeset [459] by alain
Introduce the math library, to support the floating point data used by …

Aug 3, 2018:

10:40 AM Changeset [458] by alain
fix a bug in ksh.c, related to commands history handling.

Aug 2, 2018:

11:47 AM Changeset [457] by alain
This version modifies the exec syscall and fixes a large number of …

Jul 29, 2018:

12:42 PM rpc_implementation edited by alain
(diff)
Note: See TracTimeline for information about the timeline view.