source: trunk/kernel

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   5 years alain Restructure the mini_libc.
(edit) @444   5 years satin add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
(edit) @443   5 years alain Fix few bugs whike debugging the sort multi-thread application.
(edit) @441   5 years alain Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index).
(edit) @440   5 years alain 1/ Fix a bug in the Multithreaded "sort" applicationr: The …
(edit) @439   5 years satin Introduice new distributed Makefile architecture. Remove deprecated …
(edit) @438   5 years alain Fix a bug in scheduler related to RPC blocking.
(edit) @437   5 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.
(edit) @351   6 years max Simplify bizarre thing.
(edit) @350   6 years max Remove vestige.
(edit) @346   6 years max Hide soclib_iob.
(edit) @338   6 years max Not sure what Alain meant to do, but disable this for now.
(edit) @337   6 years alain Introduce the delayed context switch if current thread has a lock.
(edit) @334   6 years max Undefined variables.
(edit) @333   6 years max vfs_user_move() returns an error_t, so don't return a count.
(edit) @332   6 years max vfs_kernel_move() return error_t, not a count.
(edit) @331   6 years max style
(edit) @330   6 years max style
(edit) @328   6 years max Use vfs_kernel_move(), it's a kernel buffer.
(edit) @326   6 years max This shouldn't be a remote load.
(edit) @325   6 years max Unused variable.
(edit) @324   6 years max The process xptr is already local, so no need to do a remote load.
(edit) @323   6 years max Clean up, and define strstr() in libk.
(edit) @318   6 years alain Bug fix : we don't need an atomic access to update the …
(edit) @317   6 years alain 1) Introduce the TSAR hal_cpu_context_switch() function. 2) Introduce …
(edit) @315   6 years alain Redefine the fuctions ppm_base2page() / ppm_page2base() / …
(edit) @313   6 years alain RSeveral modifs in the page-fault handling.
(edit) @311   6 years max Introduce hal_cpu_context_switch.
(edit) @306   6 years max Terrible typo.
(edit) @305   6 years max Style, and use hal_strcpy_from_uspace.
(edit) @304   6 years max Style, and use hal_strcpy_from_uspace.
Note: See TracRevisionLog for help on using the revision log.