source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @684   4 years alain Introduce the socket.c & socket.h files.
(edit) @683   4 years alain All modifications required to support the <tcp_chat> application …
(edit) @682   4 years alain Introduce three new applications: - windows : to test the FBF windows …
(edit) @681   5 years alain
(edit) @680   5 years alain euh…
(edit) @679   5 years alain Mainly cosmetic.
(edit) @678   5 years alain Introduce the fget_string() function.
(edit) @677   5 years alain Introduce the fgetc() and fputc() functions.
(edit) @676   5 years alain Introduce chat application to test the named pipes.
(edit) @675   5 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @674   5 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @673   5 years alain Introduce the DEBUG_VFS_ERROR in kernel_config to make error messges …
(edit) @672   5 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @671   5 years alain Cosmetic.
(edit) @670   5 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @669   5 years alain 1) Introduce up to 4 command lines arguments in the KSH "load" …
(edit) @668   5 years alain typos…
(edit) @667   5 years alain cosmetic
(edit) @666   5 years alain Cosmetic.
(edit) @665   5 years alain Fix a bug in the vmm_get_vseg() function: When the local VSL is also …
(edit) @664   5 years alain - Introduce the sys_socket.c file implementing all socket related …
(edit) @663   5 years alain Introduce support for both TCP in the dev_nic.h & dev_nic.c files.
(edit) @662   5 years alain Introduce the ksocket.h & ksocket.c files in kernel/kern.
(edit) @661   5 years alain Introduce the non-standatd display_socket() syscall. Improve the …
(edit) @660   5 years alain introducing three applications: - kleenex - tcp_client - tcp_server
(edit) @659   5 years alain euh…
(edit) @658   5 years alain Improve the TSAR NIC driver.
(edit) @657   5 years alain Introduce remote_buf.c/.h & socket.c/.h files. Update dev_nic.c/.h files.
(edit) @656   5 years alain Fix several bugs in the FATFS and in the VFS, related to the creation …
(edit) @655   6 years alain Introduce the sys directory in libs/mini-libc/include.
(edit) @654   6 years alain euh…
(edit) @653   6 years alain Remove the hard_config.h file include.
(edit) @652   6 years alain Introduce the three placement modes in "transpose", "convol', "fft" …
(edit) @651   6 years alain 1) Improve the VMM MMAP allocator: implement the "buddy" algorithm to …
(edit) @650   6 years alain Simplify the pthread_parallel_create() syscall.
(edit) @649   6 years alain update build_disk command in Makefile
(edit) @648   6 years alain Introduce images files.
(edit) @647   6 years alain ...miscelaneous…
(edit) @646   6 years alain Introducing application "transpose".
(edit) @645   6 years alain Introducing application "convol".
(edit) @644   6 years alain Introducing application "display".
(edit) @643   6 years alain Introduce FBF related syscalls.
(edit) @642   6 years alain Introduce two new syscalls : sys_get_thread_info() / sys_fbf()
(edit) @641   6 years alain - Fix several bugs. - Introduce the "stat" command in KSH. This …
(edit) @640   6 years alain Remove all RPCs in page-fault handling.
(edit) @639   6 years alain ntroduce three new almos-mkh specific syscalls.
(edit) @638   6 years alain Fix a bug in the FFT work function (wrong upriv buffer allocation).
(edit) @637   6 years alain Introduce the non-standard pthread_parallel_create() system call and …
(edit) @636   6 years alain Fix a bug in list_remote_add_first() and list_remote_add_last() …
(edit) @635   6 years alain This version is a major evolution: The physical memory allocators, …
(edit) @634   6 years alain Fix a bug in hal_irqmask.c
(edit) @633   6 years alain cosmetic
(edit) @632   6 years alain This version replace the RPC by direct remote memory access for …
(edit) @631   6 years alain introduce sys_sync() function.
(edit) @630   6 years alain 1) Fix a bug in the vfs_add_special_dentries() function: The <.> and …
(edit) @629   6 years alain Remove the "giant" rwlock protecting the GPT, and use the GPT_LOCKED …
(edit) @628   6 years alain Introduce teh page_min / page_max mechanism in the …
(edit) @627   6 years alain Replace the queuelock protectingthe FAT by a rwlock in the FATFS.
(edit) @626   6 years alain This version has been tested on the sort multithreaded application …
(edit) @625   6 years alain Fix a bug in the vmm_remove_vseg() function: the physical pages …
(edit) @624   6 years alain Fix several bugs to use the instruction MMU in kernel mode in …
(edit) @623   6 years alain Introduce three new types of vsegs (KCODE,KDATA,KDEV) to map the …
(edit) @622   6 years viala Fix compilation warning about not defined function. ` …
(edit) @621   6 years viala Fix lock untaken in vmm_delete_vseg. Catched thanks to gcc warning.
(edit) @620   6 years alain cosmetic
(edit) @619   6 years alain 1) Fix a bug in KSH : after the "load" command, the [ksh] prompt is …
(edit) @618   6 years alain fix a bug in process_destroy() : the vmm_destroy() must be called …
(edit) @617   6 years alain cosmetic
(edit) @616   6 years alain improve cmd_ls() function.
(edit) @615   6 years alain introduce a SYNC_WRITE command in soclib_bdv driver cmd() function.
(edit) @614   6 years alain 1) introduce a dev_ioc_sync_write() function in IOC API, to improve …
(edit) @613   6 years alain - introduce the sys_rename.c file to support the mv command. - …
(edit) @612   6 years alain Fix several bugs in vfs.c, fatfs.c, and devfs.c to support the <.> and …
(edit) @611   6 years alain Introduce sigificant modifs in VFS to support the <ls> command, and …
(edit) @610   6 years alain Fix several bugs in VFS to support the following ksh commandis : cp, …
(edit) @609   6 years alain Cosmetic.
(edit) @608   6 years alain Introduce cat, rm, cp commands in ksh.
(edit) @607   6 years alain Introduce new debug facilities.
(edit) @606   6 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @605   6 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @604   6 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @603   6 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @602   6 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @601   6 years alain Improve the FAT32 file system to support cat, rm, cp commands.
(edit) @600   7 years alain Cosmetic: improve debug.
(edit) @599   7 years alain Add an hal_fence() in sys_open()
(edit) @598   7 years alain 1) Modify the devfs_user_move() function to support large user buffer …
(edit) @597   7 years alain Rewrite the mmap() and stat() syscalls to implement the cat command in ksh.
(edit) @596   7 years alain Fix a big bug in ksh: wrong handling of illegal command, blocking ksh.
(edit) @595   7 years alain Cosmetic: improve debug.
(edit) @594   7 years alain Fix various bugs in sys_stat() and sys_mmap() functions. Improve debug …
(edit) @593   7 years alain Cosmetic: improve debug.
(edit) @592   7 years alain Simplify the sched_handle°signals() function: The rwlock protecting …
(edit) @591   7 years alain Fix a bug in rpc_process_sigaction_server().
(edit) @590   7 years alain Introduce the txt_type, fbf_type, and sys_clk parameters in the files …
(edit) @589   7 years alain Introduce a pause() syscall in mini-libc/unistd library.
(edit) @588   7 years alain Introduce a signal based synchro between INIT and KSH processes to …
(edit) @587   7 years alain Modify the GPT (Generic Page Table) API to support remote accesses, in …
(edit) @586   7 years alain Introduce the txt_type and fbf_type (and the associated use_txt_x & …
(edit) @585   7 years alain Introduce two separate vmm_handle_page_fault() & vmm_handle_cow() …
Note: See TracRevisionLog for help on using the revision log.