source: trunk/kernel

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @516   5 years viala [chdev] Fix a bad call to thread_can_yield.
(edit) @515   5 years viala [kernel_init] Fix a potentially not initalized variable. I added an …
(edit) @514   5 years viala [process] fix undefined/declared variable in process_register_thread. …
(edit) @513   5 years viala [mm/mapper] Fix prototype of mapper_create. Add some doc in interface.
(edit) @512   5 years viala [libk] Add documentation to memcmp().
(edit) @510   5 years viala [kernel_config] Add macro debug macro in kernel conf found with -Wunused.
(edit) @509   5 years viala [syscalls] Typo in macro invocations found with -Wundef.
(edit) @508   5 years viala [syscall] Use assert instead of printk+hal_core_sleep.
(edit) @506   5 years viala [syscalls] add interface in implementation. Add const where possible, …
(edit) @503   5 years viala Add void type on function that takes no parameters, fix invalid call. …
(edit) @502   5 years viala assert: Fix signature mismatch.
(edit) @500   5 years viala Minor change: Remove an extra call to spinlock_init in scheduler.c …
(edit) @494   5 years viala Fix an error in an assert, style on an other.
(edit) @492   5 years viala Refactoring assert calling to conform with new assert macro. Made …
(edit) @491   5 years viala Change assert to be a macro Ease using of static analyser and add …
(edit) @490   5 years viala Minor: Add extern prototype for kernel_init function. Also I add …
(edit) @488   5 years viala [kernel] Add const to syscall_str return type. ` …
(edit) @487   5 years viala [libk/memcpt.c] Add .h in .c. Fix needed for C99 or C11 where not …
(edit) @486   5 years viala [mm] Add void type to function prototypes with no parameter
(edit) @485   5 years viala [kern] Add void type to function prototypes with no parameter
(edit) @484   5 years viala [fs] Add void type to function prototypes with no parameter
(edit) @483   5 years viala [devices] Add void type to function prototypes with no parameter
(edit) @479   5 years viala [kern/syscall] Add void type to function prototypes with no parameter
(edit) @473   5 years alain Fix several GCC warning related to the -Wextra compilation option.
(edit) @472   5 years alain Fix the bug found by Axel in the process_register_thread() function …
(edit) @471   5 years viala Fix: In dev_fbf.c we used hal_get_cycle instead of hal_get_cycles
(edit) @470   5 years viala minor: add const to cause parameter in sched_yield. We never mutate …
(edit) @469   5 years alain 1) Introduce the libsemaphore library. 2) Introduce a small libmath …
(edit) @467   5 years viala FIX: Undefined Macro define in sys_thread_wakeup Found with -Wundef. …
(edit) @464   5 years viala FIX: Bad format kprintf in kcm.c
(edit) @463   5 years viala FIX fatfs.c: fix typo print instead of printk in macro.
(edit) @462   5 years viala FIX: Add a spinlock_init on sheduler->lock.
(edit) @461   5 years viala minor: remove extra ';'
(edit) @460   5 years viala Typo: remote_spinlock_lock/unlock decrement/increment locks
(edit) @459   5 years alain Introduce the math library, to support the floating point data used by …
(edit) @457   5 years alain This version modifies the exec syscall and fixes a large number of …
(edit) @456   5 years alain Fix a bug in cycle computation for DEBUG. - -This line, and those …
(edit) @454   5 years viala Fix typo in several file.
(edit) @453   5 years viala Initialiase vseg->cxy in vseg_init_from_ref()
(edit) @450   5 years alain Fix a bug in function sched_handle_signal(): When the deleted user …
(edit) @448   5 years alain remove parasitic file <shared_syscalls.h> in directory <syscalls>
(edit) @447   5 years alain Introduce the chdev_queue_display() function.
(edit) @446   5 years alain miscelaneous…
(edit) @445   6 years alain Restructure the mini_libc.
(edit) @444   6 years satin add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
(edit) @443   6 years alain Fix few bugs whike debugging the sort multi-thread application.
(edit) @441   6 years alain Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index).
(edit) @440   6 years alain 1/ Fix a bug in the Multithreaded "sort" applicationr: The …
(edit) @439   6 years satin Introduice new distributed Makefile architecture. Remove deprecated …
(edit) @438   6 years alain Fix a bug in scheduler related to RPC blocking.
(edit) @437   6 years alain Fix various bugs
(edit) @436   6 years alain 1) improve the threads and process destruction mechanism. 2) introduce …
(edit) @435   6 years alain Fix a bad bug in scheduler…
(edit) @433   6 years alain blip
(edit) @430   6 years alain blop
(edit) @429   6 years alain blap
(edit) @428   6 years alain blip
(edit) @423   6 years alain cosmetic
(edit) @422   6 years alain cosmetic
(edit) @421   6 years alain Introduce sys_fg() , sys_display() , sys_wait() syscalls.
(edit) @418   6 years alain Fix a bug in hal_kentry.S : the "uzone" pointer in the thread …
(edit) @416   6 years alain Improve sys_exec.
(edit) @415   6 years alain Few bugs.
(edit) @410   6 years alain Introduce new syscalls.
(edit) @409   6 years alain Fix bugs in exec
(edit) @408   6 years alain Fix several bugs in the fork() syscall.
(edit) @407   6 years alain First implementation of fork/exec.
(edit) @406   6 years alain This version executed successfully the user "init" process on a …
(edit) @401   6 years alain Few bugs in VMM
(edit) @400   6 years alain cosmetic bis
(edit) @399   6 years alain cosmetic
(edit) @398   6 years max Wrong value in the timer.
(edit) @396   6 years max Use panic().
(edit) @395   6 years max Use panic().
(edit) @394   6 years max Make it compile again, and use panic(). Not sure it is what Alain …
(edit) @393   6 years max Use panic().
(edit) @390   6 years alain RPC_VMM_GET_REF_VSEG renamed to RPC_VMM_GET_VSEG
(edit) @389   6 years alain Update the RPC_VMM_GET_VSEG.
(edit) @388   6 years alain Change the vmm_get_vseg() function to access the reference cluster …
(edit) @385   6 years max Remove redundant (and buggy) code.
(edit) @381   6 years alain Add missing defines in the TSAR exception handler.
(edit) @380   6 years alain Remove the generic kernel/kern/do_exception files to handle exceptions …
(edit) @379   6 years max Remove another vestige.
(edit) @378   6 years max Remove misleading vestige.
(edit) @377   6 years max Remove vestiges.
(edit) @376   6 years max Remove vestiges.
(edit) @375   6 years max Use panic().
(edit) @374   6 years max Use panic().
(edit) @373   6 years max Start using panic().
(edit) @372   6 years max Add a panic function.
(edit) @369   6 years max style
(edit) @367   6 years alain Change Time unit from cycle to TICK (in millisecond). Fix several bugs …
(edit) @363   6 years max Remove vestige.
(edit) @362   6 years max Remove vestiges.
(edit) @357   6 years max Remove vestige.
(edit) @356   6 years max Remove vestige.
(edit) @355   6 years max Remove unused include.
(edit) @354   6 years max Remove vestige.
(edit) @353   6 years max Don't include sys-vfs.h.
(edit) @352   6 years max Don't compute kcm_page twice.
Note: See TracRevisionLog for help on using the revision log.