source: trunk/kernel

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @675   3 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @674   3 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @673   3 years alain Introduce the DEBUG_VFS_ERROR in kernel_config to make error messges …
(edit) @672   3 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @671   3 years alain Cosmetic.
(edit) @670   3 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @669   3 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @668   3 years alain typos…
(edit) @667   3 years alain cosmetic
(edit) @666   3 years alain Cosmetic.
(edit) @665   3 years alain Fix a bug in the vmm_get_vseg() function: When the local VSL is also …
(edit) @664   3 years alain - Introduce the sys_socket.c file implementing all socket related …
(edit) @663   3 years alain Introduce support for both TCP in the dev_nic.h & dev_nic.c files.
(edit) @662   3 years alain Introduce the ksocket.h & ksocket.c files in kernel/kern.
(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) @651   4 years alain 1) Improve the VMM MMAP allocator: implement the "buddy" algorithm to …
(edit) @647   4 years alain ...miscelaneous…
(edit) @642   4 years alain Introduce two new syscalls : sys_get_thread_info() / sys_fbf()
(edit) @641   4 years alain - Fix several bugs. - Introduce the "stat" command in KSH. This …
(edit) @640   4 years alain Remove all RPCs in page-fault handling.
(edit) @639   5 years alain ntroduce three new almos-mkh specific syscalls.
(edit) @638   5 years alain Fix a bug in the FFT work function (wrong upriv buffer allocation).
(edit) @637   5 years alain Introduce the non-standard pthread_parallel_create() system call and …
(edit) @636   5 years alain Fix a bug in list_remote_add_first() and list_remote_add_last() …
(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) @631   5 years alain introduce sys_sync() function.
(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) @628   5 years alain Introduce teh page_min / page_max mechanism in the …
(edit) @627   5 years alain Replace the queuelock protectingthe FAT by a rwlock in the FATFS.
(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) @621   5 years viala Fix lock untaken in vmm_delete_vseg. Catched thanks to gcc warning.
(edit) @620   5 years alain cosmetic
(edit) @619   5 years alain 1) Fix a bug in KSH : after the "load" command, the [ksh] prompt is …
(edit) @618   5 years alain fix a bug in process_destroy() : the vmm_destroy() must be called …
(edit) @617   5 years alain cosmetic
(edit) @614   5 years alain 1) introduce a dev_ioc_sync_write() function in IOC API, to improve …
(edit) @613   5 years alain - introduce the sys_rename.c file to support the mv command. - …
(edit) @612   5 years alain Fix several bugs in vfs.c, fatfs.c, and devfs.c to support the <.> and …
(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) @607   5 years alain Introduce new debug facilities.
(edit) @606   5 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @605   5 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @604   5 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @603   5 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @602   5 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @601   5 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) @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) @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) @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   6 years nicolas.van.phan Disable DQDT and remove y_max FOR GOOD
(edit) @561   6 years nicolas.van.phan Remove y_max in all functions except dqdt_init()
(edit) @560   6 years nicolas.van.phan Remove y_max in kernel init barriers
(edit) @559   6 years nicolas.van.phan Remove y_max in loops (easy replacements)
(edit) @557   6 years nicolas.van.phan Add cluster_info[][] array in cluster descriptor
(edit) @556   6 years nicolas.van.phan Gather LETI-specific macros into hard_config.h
(edit) @551   6 years nicolas.van.phan Make locks before IDLE Init busy
(edit) @550   6 years nicolas.van.phan Add SD card driver in kernel
(edit) @545   6 years nicolas.van.phan Fix memory access at 0x10 and 0x14 chdev_dir() tried to read …
(edit) @544   6 years nicolas.van.phan Stop accessing first 8Mb of physical memory
(edit) @543   6 years nicolas.van.phan Add untested bare SDC driver (from giet) Changes some hard-coded …
(edit) @540   6 years nicolas.van.phan TTY MUX 5/5 : Multiplex TTY character receiving The multiplexing for …
(edit) @539   6 years nicolas.van.phan TTY MUX 4 : Multiplex TTY character sending Now, when a thread wants …
(edit) @536   6 years nicolas.van.phan TTY MUX 1 : Init tty chdevs in internal_devices_init()
(edit) @535   6 years nicolas.van.phan Replace TXT0 by MTTY0 for LETI
(edit) @534   6 years nicolas.van.phan Add mtty driver.
(edit) @532   6 years nicolas.van.phan Add message to show enabling of IPI on cores.
(edit) @531   6 years nicolas.van.phan Fix error in thread debug prints
(edit) @530   6 years nicolas.van.phan Hack to compile on both IOB and LETI for now
Note: See TracRevisionLog for help on using the revision log.