source: trunk/kernel/kern/thread.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @518   6 years viala [thread.c] Fix we forgot to assign thread->type. Alain and I forgot …
(edit) @503   6 years viala Add void type on function that takes no parameters, fix invalid call. …
(edit) @492   6 years viala Refactoring assert calling to conform with new assert macro. Made …
(edit) @485   6 years viala [kern] Add void type to function prototypes with no parameter
(edit) @473   6 years alain Fix several GCC warning related to the -Wextra compilation option.
(edit) @469   6 years alain 1) Introduce the libsemaphore library. 2) Introduce a small libmath …
(edit) @457   6 years alain This version modifies the exec syscall and fixes a large number of …
(edit) @450   6 years alain Fix a bug in function sched_handle_signal(): When the deleted user …
(edit) @446   6 years alain miscelaneous…
(edit) @443   6 years alain Fix few bugs whike debugging the sort multi-thread application.
(edit) @440   6 years alain 1/ Fix a bug in the Multithreaded "sort" applicationr: The …
(edit) @438   6 years alain Fix a bug in scheduler related to RPC blocking.
(edit) @436   6 years alain 1) improve the threads and process destruction mechanism. 2) introduce …
(edit) @433   6 years alain blip
(edit) @428   6 years alain blip
(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) @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   7 years alain This version executed successfully the user "init" process on a …
(edit) @374   7 years max Use panic().
(edit) @373   7 years max Start using panic().
(edit) @367   7 years alain Change Time unit from cycle to TICK (in millisecond). Fix several bugs …
(edit) @338   7 years max Not sure what Alain meant to do, but disable this for now.
(edit) @337   7 years alain Introduce the delayed context switch if current thread has a lock.
(edit) @315   7 years alain Redefine the fuctions ppm_base2page() / ppm_page2base() / …
(edit) @296   7 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @286   7 years max Fix dangerous typos.
(edit) @188   7 years alain Redefine the PIC device API.
(edit) @185   7 years max use thread_release directly
(edit) @171   7 years max style
(edit) @170   7 years max remove ';'
(edit) @101   7 years alain euh…
(edit) @68   7 years alain Fix bug in kernel_init, and reduce size of remote_fifo.
(edit) @60   7 years max use reg_t instead of uint32_t
(edit) @53   7 years alain Compilation OK pout TSAR
(edit) @50   7 years alain bloup
(edit) @23   7 years alain Introduce syscalls.
(edit) @16   7 years alain mprove the HAL for interrupt, exception, syscall handling.
(edit) @14   7 years alain Bugs fix.
(edit) @5   7 years alain Introduce the chdev_t structure in place of the device_t structure.
(add) @1   7 years alain First import
Note: See TracRevisionLog for help on using the revision log.