source: trunk/kernel/kern

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @485   5 years viala [kern] 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) @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) @462   5 years viala FIX: Add a spinlock_init on sheduler->lock.
(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) @450   5 years alain Fix a bug in function sched_handle_signal(): When the deleted user …
(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) @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) @438   5 years alain Fix a bug in scheduler related to RPC blocking.
(edit) @437   5 years alain Fix various bugs
(edit) @436   5 years alain 1) improve the threads and process destruction mechanism. 2) introduce …
(edit) @435   5 years alain Fix a bad bug in scheduler…
(edit) @433   5 years alain blip
(edit) @428   5 years alain blip
(edit) @418   5 years alain Fix a bug in hal_kentry.S : the "uzone" pointer in the thread …
(edit) @416   5 years alain Improve sys_exec.
(edit) @415   5 years alain Few bugs.
(edit) @409   5 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) @398   6 years max Wrong value in the timer.
(edit) @393   6 years max Use panic().
(edit) @389   6 years alain Update the RPC_VMM_GET_VSEG.
(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) @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) @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) @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) @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) @296   6 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @286   6 years max Fix dangerous typos.
(edit) @285   6 years max Must be reg_t.
(edit) @281   6 years max The thread has already been registered in thread_user_create, so don't …
(edit) @279   6 years alain 1) Introduce independant command fields for the various devices in the …
(edit) @278   6 years max Should be 'next'.
(edit) @265   6 years alain Fix several bugs in VFS.
(edit) @249   6 years max Remove the ICU driver.
(edit) @248   6 years max Don't include dev_icu.h when it's not needed.
(edit) @247   6 years max Rename soclib_tty->txt_rs232.
(edit) @246   6 years alain Fix a major bug in FATFS : miss handling in the FAT mapper.
(edit) @238   6 years alain Fixing bugs in vfs_lookup()
(edit) @204   6 years alain Bug fix in kernel_init -This line, and those below, will be ignored-- …
(edit) @188   6 years alain Redefine the PIC device API.
(edit) @186   6 years max memory leak (among others)
(edit) @185   6 years max use thread_release directly
(edit) @174   6 years max style
(edit) @173   6 years max style
(edit) @172   6 years max style
(edit) @171   6 years max style
(edit) @170   6 years max remove ';'
(edit) @140   6 years max style
(edit) @127   6 years max style
(edit) @126   6 years max use hal_time_stamp instead, because hal_get_cycles will use the …
(edit) @124   6 years max rename hal_wbflush->hal_fence
(edit) @120   6 years max don't use hal_remote_lwd, we want the address, not its content
(edit) @103   6 years alain Introducing a nolock_printk() function used by kernel_init.
(edit) @101   6 years alain euh…
(edit) @77   6 years max Start hiding the architecture-specific drivers behind the …
Note: See TracRevisionLog for help on using the revision log.