source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @621   4 years viala Fix lock untaken in vmm_delete_vseg. Catched thanks to gcc warning.
(edit) @620   4 years alain cosmetic
(edit) @619   4 years alain 1) Fix a bug in KSH : after the "load" command, the [ksh] prompt is …
(edit) @618   4 years alain fix a bug in process_destroy() : the vmm_destroy() must be called …
(edit) @617   4 years alain cosmetic
(edit) @616   4 years alain improve cmd_ls() function.
(edit) @615   4 years alain introduce a SYNC_WRITE command in soclib_bdv driver cmd() function.
(edit) @614   4 years alain 1) introduce a dev_ioc_sync_write() function in IOC API, to improve …
(edit) @613   4 years alain - introduce the sys_rename.c file to support the mv command. - …
(edit) @612   4 years alain Fix several bugs in vfs.c, fatfs.c, and devfs.c to support the <.> and …
(edit) @611   4 years alain Introduce sigificant modifs in VFS to support the <ls> command, and …
(edit) @610   4 years alain Fix several bugs in VFS to support the following ksh commandis : cp, …
(edit) @609   4 years alain Cosmetic.
(edit) @608   4 years alain Introduce cat, rm, cp commands in ksh.
(edit) @607   4 years alain Introduce new debug facilities.
(edit) @606   4 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @605   4 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @604   4 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @603   4 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @602   4 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @601   4 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @600   5 years alain Cosmetic: improve debug.
(edit) @599   5 years alain Add an hal_fence() in sys_open()
(edit) @598   5 years alain 1) Modify the devfs_user_move() function to support large user buffer …
(edit) @597   5 years alain Rewrite the mmap() and stat() syscalls to implement the cat command in ksh.
(edit) @596   5 years alain Fix a big bug in ksh: wrong handling of illegal command, blocking ksh.
(edit) @595   5 years alain Cosmetic: improve debug.
(edit) @594   5 years alain Fix various bugs in sys_stat() and sys_mmap() functions. Improve debug …
(edit) @593   5 years alain Cosmetic: improve debug.
(edit) @592   5 years alain Simplify the sched_handle°signals() function: The rwlock protecting …
(edit) @591   5 years alain Fix a bug in rpc_process_sigaction_server().
(edit) @590   5 years alain Introduce the txt_type, fbf_type, and sys_clk parameters in the files …
(edit) @589   5 years alain Introduce a pause() syscall in mini-libc/unistd library.
(edit) @588   5 years alain Introduce a signal based synchro between INIT and KSH processes to …
(edit) @587   5 years alain Modify the GPT (Generic Page Table) API to support remote accesses, in …
(edit) @586   5 years alain Introduce the txt_type and fbf_type (and the associated use_txt_x & …
(edit) @585   5 years alain Introduce two separate vmm_handle_page_fault() & vmm_handle_cow() …
(edit) @584   5 years alain Introduce sys_place_fork() function.
(edit) @583   5 years alain Improve signals.
(edit) @582   5 years alain New DQDT implementation supporting missing clusters thanks to the …
(edit) @581   5 years alain 1) Improve the busylock debug infrastructure. 2) introduce a …
(edit) @580   5 years alain 1) Register the kernel process in the cluster manager local list. 2) …
(edit) @579   5 years alain restore value of CONFIG_VMM_KENTRY_BASE to 0x000004
(edit) @578   5 years alain remove params-hard-simu.mk and params-hard-real.mk files from svn.
(edit) @577   5 years alain Fix small bugs.
(edit) @576   5 years alain remove soclib_sdc and soclib_spi drivers introduced by Nicolas.
(edit) @575   5 years alain revert modifs done by Nicolas. This line, and those below, will be …
(edit) @574   5 years alain Cosmetic.
(edit) @573   5 years alain Cosmetic.
(edit) @572   5 years alain Introduce the cluster_info[x][y] in the boot_info.h structure for the …
(edit) @571   5 years alain Introduce the soclib_mty driver for the TSAR-LETI architecture.
(edit) @570   5 years alain Introduction of the soclib_mty driver for the TSAR-LETI architecture.
(edit) @569   5 years alain Introductioa of the soclib_mty driver for the TSAR-LETI architecture.n
(edit) @568   5 years alain omplete restructuration of kernel locks.
(edit) @567   5 years alain Complete restructuration of kernel locks.
(edit) @566   5 years alain Complete restructuration of kernel locks.
(edit) @565   5 years alain Complete restructuration of kernel locks.
(edit) @564   5 years alain Complete restructuration of kernel locks.
(edit) @563   5 years alain Complete restructuration of kernel spinlocks.
(edit) @562   5 years nicolas.van.phan Disable DQDT and remove y_max FOR GOOD
(edit) @561   5 years nicolas.van.phan Remove y_max in all functions except dqdt_init()
(edit) @560   5 years nicolas.van.phan Remove y_max in kernel init barriers
(edit) @559   5 years nicolas.van.phan Remove y_max in loops (easy replacements)
(edit) @558   5 years nicolas.van.phan Make soclib_sdc internal function not use globals
(edit) @557   5 years nicolas.van.phan Add cluster_info[][] array in cluster descriptor
(edit) @556   5 years nicolas.van.phan Gather LETI-specific macros into hard_config.h
(edit) @555   5 years nicolas.van.phan Add script to load almos on sd card
(edit) @554   5 years nicolas.van.phan Change params-hard.mk to symlink
(edit) @553   5 years nicolas.van.phan Add SEGS_SET param in params-hard.mk
(edit) @552   5 years nicolas.van.phan Stop fetching instructions from local cluster At the beginning of the …
(edit) @551   5 years nicolas.van.phan Make locks before IDLE Init busy
(edit) @550   5 years nicolas.van.phan Add SD card driver in kernel
(edit) @549   5 years nicolas.van.phan Fix typo
(edit) @548   5 years nicolas.van.phan Add SYS_CLK parameter to set in params-hard Add forgotten sys_clk …
(edit) @547   5 years nicolas.van.phan Implement bootloader SPI SD card driver (VERY SLOW) Rectify …
(edit) @546   5 years nicolas.van.phan Make hard_config.h generate from params-hard IOC_TYPE
(edit) @545   5 years nicolas.van.phan Fix memory access at 0x10 and 0x14 chdev_dir() tried to read …
(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) @542   5 years nicolas.van.phan Add IS_LETI macro for preloader/bootloader
(edit) @541   5 years nicolas.van.phan Multiplex bootloader writes on LETI
(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) @536   5 years nicolas.van.phan TTY MUX 1 : Init tty chdevs in internal_devices_init()
(edit) @535   5 years nicolas.van.phan Replace TXT0 by MTTY0 for LETI
(edit) @534   5 years nicolas.van.phan Add mtty driver.
(edit) @533   5 years nicolas.van.phan Add untested multi_tty driver
(edit) @532   5 years nicolas.van.phan Add message to show enabling of IPI on cores.
(edit) @531   5 years nicolas.van.phan Fix error in thread debug prints
(edit) @530   5 years nicolas.van.phan Hack to compile on both IOB and LETI for now
(edit) @529   5 years nicolas.van.phan Fix friday's fat bug triggered by fork() in init.c
(edit) @528   5 years nicolas.van.phan Change usage of y_max/x_max for iterating through clusters. This is …
(edit) @527   5 years viala Rewrite if-then-else return function into switch case. For safety …
(edit) @526   5 years viala Add explicit type to enum in syscall_numbers.h
(edit) @525   5 years viala [boot] Uniformisation of style on some prototypes.
(edit) @524   5 years viala [boot] Add extern qualifier to boot_loader function.
(edit) @523   5 years viala [boot] Remove testing if a pointer is null. It's a bad practice in a …
(edit) @522   5 years viala FIX rev520: Previous commit contained a superflous '}'
Note: See TracRevisionLog for help on using the revision log.