source: trunk/kernel

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @439   8 years satin Introduice new distributed Makefile architecture. Remove deprecated …
(edit) @438   8 years alain Fix a bug in scheduler related to RPC blocking.
(edit) @437   8 years alain Fix various bugs
(edit) @436   8 years alain 1) improve the threads and process destruction mechanism. 2) introduce …
(edit) @435   8 years alain Fix a bad bug in scheduler…
(edit) @433   8 years alain blip
(edit) @430   8 years alain blop
(edit) @429   8 years alain blap
(edit) @428   8 years alain blip
(edit) @423   8 years alain cosmetic
(edit) @422   8 years alain cosmetic
(edit) @421   8 years alain Introduce sys_fg() , sys_display() , sys_wait() syscalls.
(edit) @418   8 years alain Fix a bug in hal_kentry.S : the "uzone" pointer in the thread …
(edit) @416   8 years alain Improve sys_exec.
(edit) @415   8 years alain Few bugs.
(edit) @410   8 years alain Introduce new syscalls.
(edit) @409   8 years alain Fix bugs in exec
(edit) @408   8 years alain Fix several bugs in the fork() syscall.
(edit) @407   8 years alain First implementation of fork/exec.
(edit) @406   8 years alain This version executed successfully the user "init" process on a …
(edit) @401   8 years alain Few bugs in VMM
(edit) @400   8 years alain cosmetic bis
(edit) @399   8 years alain cosmetic
(edit) @398   8 years max Wrong value in the timer.
(edit) @396   8 years max Use panic().
(edit) @395   8 years max Use panic().
(edit) @394   8 years max Make it compile again, and use panic(). Not sure it is what Alain …
(edit) @393   8 years max Use panic().
(edit) @390   9 years alain RPC_VMM_GET_REF_VSEG renamed to RPC_VMM_GET_VSEG
(edit) @389   9 years alain Update the RPC_VMM_GET_VSEG.
(edit) @388   9 years alain Change the vmm_get_vseg() function to access the reference cluster …
(edit) @385   9 years max Remove redundant (and buggy) code.
(edit) @381   9 years alain Add missing defines in the TSAR exception handler.
(edit) @380   9 years alain Remove the generic kernel/kern/do_exception files to handle exceptions …
(edit) @379   9 years max Remove another vestige.
(edit) @378   9 years max Remove misleading vestige.
(edit) @377   9 years max Remove vestiges.
(edit) @376   9 years max Remove vestiges.
(edit) @375   9 years max Use panic().
(edit) @374   9 years max Use panic().
(edit) @373   9 years max Start using panic().
(edit) @372   9 years max Add a panic function.
(edit) @369   9 years max style
(edit) @367   9 years alain Change Time unit from cycle to TICK (in millisecond). Fix several bugs …
(edit) @363   9 years max Remove vestige.
(edit) @362   9 years max Remove vestiges.
(edit) @357   9 years max Remove vestige.
(edit) @356   9 years max Remove vestige.
(edit) @355   9 years max Remove unused include.
(edit) @354   9 years max Remove vestige.
(edit) @353   9 years max Don't include sys-vfs.h.
(edit) @352   9 years max Don't compute kcm_page twice.
(edit) @351   9 years max Simplify bizarre thing.
(edit) @350   9 years max Remove vestige.
(edit) @346   9 years max Hide soclib_iob.
(edit) @338   9 years max Not sure what Alain meant to do, but disable this for now.
(edit) @337   9 years alain Introduce the delayed context switch if current thread has a lock.
(edit) @334   9 years max Undefined variables.
(edit) @333   9 years max vfs_user_move() returns an error_t, so don't return a count.
(edit) @332   9 years max vfs_kernel_move() return error_t, not a count.
(edit) @331   9 years max style
(edit) @330   9 years max style
(edit) @328   9 years max Use vfs_kernel_move(), it's a kernel buffer.
(edit) @326   9 years max This shouldn't be a remote load.
(edit) @325   9 years max Unused variable.
(edit) @324   9 years max The process xptr is already local, so no need to do a remote load.
(edit) @323   9 years max Clean up, and define strstr() in libk.
(edit) @318   9 years alain Bug fix : we don't need an atomic access to update the …
(edit) @317   9 years alain 1) Introduce the TSAR hal_cpu_context_switch() function. 2) Introduce …
(edit) @315   9 years alain Redefine the fuctions ppm_base2page() / ppm_page2base() / …
(edit) @313   9 years alain RSeveral modifs in the page-fault handling.
(edit) @311   9 years max Introduce hal_cpu_context_switch.
(edit) @306   9 years max Terrible typo.
(edit) @305   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @304   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @303   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @302   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @301   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @297   9 years max Remove unused.
(edit) @296   9 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @295   9 years max Remove vestige.
(edit) @294   9 years max Remove vestige.
(edit) @289   9 years max Style, in order to appease GCC5.
(edit) @288   9 years max Re-indent, to appease GCC5 warnings.
(edit) @286   9 years max Fix dangerous typos.
(edit) @285   9 years max Must be reg_t.
(edit) @282   9 years max Don't use CURRENT_THREAD->core, since it is not yet initialized.
(edit) @281   9 years max The thread has already been registered in thread_user_create, so don't …
(edit) @279   9 years alain 1) Introduce independant command fields for the various devices in the …
(edit) @278   9 years max Should be 'next'.
(edit) @273   9 years max Mmh, must be Elf64_Xword.
(edit) @271   9 years max new_offset can be NULL
(edit) @270   9 years max Comment out EI_OSABI, and use ELFCLASS.
(edit) @266   9 years alain Implement vfs_lseek() function.
(edit) @265   9 years alain Fix several bugs in VFS.
(edit) @262   9 years max Remove soclib_dma on x86.
(edit) @261   9 years max Hide soclib_dma.
(edit) @259   9 years max Hide soclib_nic.
(edit) @257   9 years max Hide soclib_mmc.
(edit) @255   9 years max Don't route the IRQ for IMPL_TXT_RS2, it is multiplexed in software.
Note: See TracRevisionLog for help on using the revision log.