source: trunk/hal/tsar_mips32

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @657   4 years alain Introduce remote_buf.c/.h & socket.c/.h files. Update dev_nic.c/.h files.
(edit) @656   4 years alain Fix several bugs in the FATFS and in the VFS, related to the creation …
(edit) @654   4 years alain euh…
(edit) @647   4 years alain ...miscelaneous…
(edit) @640   4 years alain Remove all RPCs in page-fault handling.
(edit) @637   5 years alain Introduce the non-standard pthread_parallel_create() system call and …
(edit) @635   5 years alain This version is a major evolution: The physical memory allocators, …
(edit) @634   5 years alain Fix a bug in hal_irqmask.c
(edit) @633   5 years alain cosmetic
(edit) @632   5 years alain This version replace the RPC by direct remote memory access for …
(edit) @630   5 years alain 1) Fix a bug in the vfs_add_special_dentries() function: The <.> and …
(edit) @629   5 years alain Remove the "giant" rwlock protecting the GPT, and use the GPT_LOCKED …
(edit) @626   5 years alain This version has been tested on the sort multithreaded application …
(edit) @625   5 years alain Fix a bug in the vmm_remove_vseg() function: the physical pages …
(edit) @624   5 years alain Fix several bugs to use the instruction MMU in kernel mode in …
(edit) @623   5 years alain Introduce three new types of vsegs (KCODE,KDATA,KDEV) to map the …
(edit) @622   5 years viala Fix compilation warning about not defined function. ` …
(edit) @619   5 years alain 1) Fix a bug in KSH : after the "load" command, the [ksh] prompt is …
(edit) @615   5 years alain introduce a SYNC_WRITE command in soclib_bdv driver cmd() function.
(edit) @611   5 years alain Introduce sigificant modifs in VFS to support the <ls> command, and …
(edit) @610   5 years alain Fix several bugs in VFS to support the following ksh commandis : cp, …
(edit) @587   5 years alain Modify the GPT (Generic Page Table) API to support remote accesses, in …
(edit) @579   5 years alain restore value of CONFIG_VMM_KENTRY_BASE to 0x000004
(edit) @570   5 years alain Introduction of the soclib_mty driver for the TSAR-LETI architecture.
(edit) @558   5 years nicolas.van.phan Make soclib_sdc internal function not use globals
(edit) @550   5 years nicolas.van.phan Add SD card driver in kernel
(edit) @544   5 years nicolas.van.phan Stop accessing first 8Mb of physical memory
(edit) @543   5 years nicolas.van.phan Add untested bare SDC driver (from giet) Changes some hard-coded …
(edit) @540   5 years nicolas.van.phan TTY MUX 5/5 : Multiplex TTY character receiving The multiplexing for …
(edit) @539   5 years nicolas.van.phan TTY MUX 4 : Multiplex TTY character sending Now, when a thread wants …
(edit) @538   5 years nicolas.van.phan TTY MUX 3 : Comment multi_tty TX IRQ enabling Enabling and disabling …
(edit) @537   5 years nicolas.van.phan TTY MUX 2 : Make mtty driver only address chan. 0 The physical …
(edit) @534   5 years nicolas.van.phan Add mtty driver.
(edit) @533   5 years nicolas.van.phan Add untested multi_tty driver
(edit) @527   6 years viala Rewrite if-then-else return function into switch case. For safety …
(edit) @522   6 years viala FIX rev520: Previous commit contained a superflous '}'
(edit) @520   6 years viala [soclib_hba] Use assert instead of printk + Hal_core_sleep for panic.
(edit) @507   6 years viala [soclib_nic] Missing default case fixed by adding an assert. …
(edit) @506   6 years viala [syscalls] add interface in implementation. Add const where possible, …
(edit) @505   6 years viala [hal] Fix protoypes and add headers in hal mips32 implementation. Fix …
(edit) @501   6 years viala [hal] Add headers in .c hal/tsar_mips32/core/hal_remote.c:371:6: …
(edit) @494   6 years viala Fix an error in an assert, style on an other.
(edit) @493   6 years viala [hal/drivers] Use asserts and fix a bad call. We called …
(edit) @492   6 years viala Refactoring assert calling to conform with new assert macro. Made …
(edit) @489   6 years viala [hal] Add headers in hal_interrupt.c ` …
(edit) @481   6 years viala [hal/mips32] 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) @468   6 years viala FIX: Wrong assigment in wti/hwi vector in soclib_pic_bind_irq() We …
(edit) @459   6 years alain Introduce the math library, to support the floating point data used by …
(edit) @457   6 years alain This version modifies the exec syscall and fixes a large number of …
(edit) @454   6 years viala Fix typo in several file.
(edit) @452   6 years alain Split hal_types.h to hal_kernel_types.h & hal_shared_types.h
(edit) @451   6 years alain Fix a bug in soclib_pic driver (bad separation between IOPIC an LAPIC …
(edit) @446   6 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) @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) @432   6 years alain bloup
(edit) @425   6 years alain bloup
(edit) @424   6 years alain cosmetic.
(edit) @420   6 years alain Fix a bug found by Axel in hal_gpt_unlock_pte()
(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) @411   6 years alain Introduce hal_vmm.
(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) @401   7 years alain Few bugs in VMM
(edit) @391   7 years alain Simplify the hal_mmu_exception() function.
(edit) @381   7 years alain Add missing defines in the TSAR exception handler.
(edit) @380   7 years alain Remove the generic kernel/kern/do_exception files to handle exceptions …
(edit) @367   7 years alain Change Time unit from cycle to TICK (in millisecond). Fix several bugs …
(edit) @346   7 years max Hide soclib_iob.
(edit) @337   7 years alain Introduce the delayed context switch if current thread has a lock.
(edit) @317   7 years alain 1) Introduce the TSAR hal_cpu_context_switch() function. 2) Introduce …
(edit) @315   7 years alain Redefine the fuctions ppm_base2page() / ppm_page2base() / …
(edit) @313   7 years alain RSeveral modifs in the page-fault handling.
(edit) @311   7 years max Introduce hal_cpu_context_switch.
(edit) @300   7 years max Passably handle everything in the function itself.
(edit) @299   7 years max The uspace strcpy function is allowed to fail (not implemented yet).
(edit) @296   7 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @291   7 years max Remove soclib_xcu.
(edit) @285   7 years max Must be reg_t.
(edit) @279   7 years alain 1) Introduce independant command fields for the various devices in the …
(edit) @266   7 years alain Implement vfs_lseek() function.
(edit) @265   7 years alain Fix several bugs in VFS.
(edit) @261   7 years max Hide soclib_dma.
(edit) @259   7 years max Hide soclib_nic.
(edit) @257   7 years max Hide soclib_mmc.
(edit) @253   7 years max Remove unused files.
(edit) @252   7 years max Hide IMPL_PIC_.
(edit) @245   7 years max Hide soclib_tty.
Note: See TracRevisionLog for help on using the revision log.