|  |  | @642 | 6 years | alain | Introduce two new syscalls : sys_get_thread_info() / sys_fbf() | 
                
                  |  |  | @641 | 6 years | alain | - Fix several bugs.
- Introduce the "stat" command in KSH.
This … | 
                
                  |  |  | @640 | 6 years | alain | Remove all RPCs in page-fault handling. | 
                
                  |  |  | @639 | 6 years | alain | ntroduce three new almos-mkh specific syscalls. | 
                
                  |  |  | @638 | 6 years | alain | Fix a bug in the FFT work function (wrong upriv buffer allocation). | 
                
                  |  |  | @637 | 6 years | alain | Introduce the non-standard pthread_parallel_create() system call
and … | 
                
                  |  |  | @636 | 6 years | alain | Fix a bug in list_remote_add_first() and list_remote_add_last() … | 
                
                  |  |  | @635 | 6 years | alain | This version is a major evolution: The physical memory allocators, … | 
                
                  |  |  | @634 | 6 years | alain | Fix a bug in hal_irqmask.c | 
                
                  |  |  | @633 | 6 years | alain | cosmetic | 
                
                  |  |  | @632 | 6 years | alain | This version replace the RPC by direct remote memory access
for … | 
                
                  |  |  | @631 | 6 years | alain | introduce sys_sync() function. | 
                
                  |  |  | @630 | 6 years | alain | 1) Fix a bug in the vfs_add_special_dentries() function:
The <.> and … | 
                
                  |  |  | @629 | 6 years | alain | Remove the "giant" rwlock protecting the GPT, and
use the GPT_LOCKED … | 
                
                  |  |  | @628 | 6 years | alain | Introduce teh page_min / page_max mechanism in the … | 
                
                  |  |  | @627 | 7 years | alain | Replace the queuelock protectingthe FAT by a rwlock in the FATFS. | 
                
                  |  |  | @626 | 7 years | alain | This version has been tested on the sort multithreaded application  … | 
                
                  |  |  | @625 | 7 years | alain | Fix a bug in the vmm_remove_vseg() function: the physical pages … | 
                
                  |  |  | @624 | 7 years | alain | Fix several bugs to use the instruction MMU in kernel mode
in … | 
                
                  |  |  | @623 | 7 years | alain | Introduce three new types of vsegs (KCODE,KDATA,KDEV)
to map the … | 
                
                  |  |  | @621 | 7 years | viala | Fix lock untaken in vmm_delete_vseg.
Catched thanks to gcc warning. | 
                
                  |  |  | @620 | 7 years | alain | cosmetic | 
                
                  |  |  | @619 | 7 years | alain | 1) Fix a bug in KSH : after the "load" command,
   the [ksh] prompt is … | 
                
                  |  |  | @618 | 7 years | alain | fix a bug in process_destroy() : the vmm_destroy() must be called … | 
                
                  |  |  | @617 | 7 years | alain | cosmetic | 
                
                  |  |  | @614 | 7 years | alain | 1) introduce a dev_ioc_sync_write() function in IOC API,
   to improve … | 
                
                  |  |  | @613 | 7 years | alain | - introduce the sys_rename.c file to support the mv command.
- … | 
                
                  |  |  | @612 | 7 years | alain | Fix several bugs in vfs.c, fatfs.c, and devfs.c to support
the <.> and … | 
                
                  |  |  | @611 | 7 years | alain | Introduce sigificant modifs in VFS to support the <ls> command,
and … | 
                
                  |  |  | @610 | 7 years | alain | Fix several bugs in VFS to support the following
ksh commandis : cp, … | 
                
                  |  |  | @607 | 7 years | alain | Introduce new debug facilities. | 
                
                  |  |  | @606 | 7 years | alain | Improve the FAT32 file system to support cat, rm, cp commands. | 
                
                  |  |  | @605 | 7 years | alain | Improve the FAT32 file system to support cat, rm, cp commands. | 
                
                  |  |  | @604 | 7 years | alain | Improve the FAT32 file system to support cat, rm, cp commands. | 
                
                  |  |  | @603 | 7 years | alain | Improve the FAT32 file system to support cat, rm, cp commands. | 
                
                  |  |  | @602 | 7 years | alain | Improve the FAT32 file system to support cat, rm, cp commands. | 
                
                  |  |  | @601 | 7 years | alain | Improve the FAT32 file system to support cat, rm, cp commands. | 
                
                  |  |  | @600 | 7 years | alain | Cosmetic: improve debug. | 
                
                  |  |  | @599 | 7 years | alain | Add an hal_fence() in sys_open() | 
                
                  |  |  | @598 | 7 years | alain | 1) Modify the devfs_user_move() function to support large user buffer … | 
                
                  |  |  | @595 | 7 years | alain | Cosmetic: improve debug. | 
                
                  |  |  | @594 | 7 years | alain | Fix various bugs in sys_stat() and sys_mmap() functions.
Improve debug … | 
                
                  |  |  | @593 | 7 years | alain | Cosmetic: improve debug. | 
                
                  |  |  | @592 | 7 years | alain | Simplify the sched_handle°signals() function:
The rwlock protecting … | 
                
                  |  |  | @591 | 7 years | alain | Fix a bug in rpc_process_sigaction_server(). | 
                
                  |  |  | @590 | 7 years | alain | Introduce the txt_type, fbf_type, and sys_clk parameters
in the files … | 
                
                  |  |  | @585 | 7 years | alain | Introduce two separate vmm_handle_page_fault() & vmm_handle_cow() … | 
                
                  |  |  | @584 | 7 years | alain | Introduce sys_place_fork() function. | 
                
                  |  |  | @583 | 7 years | alain | Improve signals. | 
                
                  |  |  | @582 | 7 years | alain | New DQDT implementation supporting missing clusters
thanks to the … | 
                
                  |  |  | @581 | 7 years | alain | 1) Improve the busylock debug infrastructure.
2) introduce a … | 
                
                  |  |  | @580 | 7 years | alain | 1) Register the kernel process in the cluster manager local list.
2) … | 
                
                  |  |  | @579 | 7 years | alain | restore value of CONFIG_VMM_KENTRY_BASE to 0x000004 | 
                
                  |  |  | @578 | 7 years | alain | remove params-hard-simu.mk and params-hard-real.mk files from svn. | 
                
                  |  |  | @577 | 7 years | alain | Fix small bugs. | 
                
                  |  |  | @576 | 7 years | alain | remove soclib_sdc and soclib_spi drivers introduced by Nicolas. | 
                
                  |  |  | @569 | 7 years | alain | Introductioa of the soclib_mty driver for the TSAR-LETI architecture.n | 
                
                  |  |  | @568 | 7 years | alain | omplete restructuration of kernel locks. | 
                
                  |  |  | @567 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @566 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @565 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @564 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @563 | 7 years | alain | Complete restructuration of kernel spinlocks. | 
                
                  |  |  | @562 | 7 years | nicolas.van.phan | Disable DQDT and remove y_max FOR GOOD | 
                
                  |  |  | @561 | 7 years | nicolas.van.phan | Remove y_max in all functions except dqdt_init() | 
                
                  |  |  | @560 | 7 years | nicolas.van.phan | Remove y_max in kernel init barriers | 
                
                  |  |  | @559 | 7 years | nicolas.van.phan | Remove y_max in loops (easy replacements) | 
                
                  |  |  | @557 | 7 years | nicolas.van.phan | Add cluster_info[][] array in cluster descriptor | 
                
                  |  |  | @556 | 7 years | nicolas.van.phan | Gather LETI-specific macros into hard_config.h | 
                
                  |  |  | @551 | 7 years | nicolas.van.phan | Make locks before IDLE Init busy | 
                
                  |  |  | @550 | 7 years | nicolas.van.phan | Add SD card driver in kernel | 
                
                  |  |  | @545 | 7 years | nicolas.van.phan | Fix memory access at 0x10 and 0x14
chdev_dir() tried to read … | 
                
                  |  |  | @544 | 7 years | nicolas.van.phan | Stop accessing first 8Mb of physical memory | 
                
                  |  |  | @543 | 7 years | nicolas.van.phan | Add untested bare SDC driver (from giet)
Changes some hard-coded … | 
                
                  |  |  | @540 | 7 years | nicolas.van.phan | TTY MUX 5/5 : Multiplex TTY character receiving
The multiplexing for … | 
                
                  |  |  | @539 | 7 years | nicolas.van.phan | TTY MUX 4 : Multiplex TTY character sending
Now, when a thread wants … | 
                
                  |  |  | @536 | 7 years | nicolas.van.phan | TTY MUX 1 : Init tty chdevs in internal_devices_init() | 
                
                  |  |  | @535 | 7 years | nicolas.van.phan | Replace TXT0 by MTTY0 for LETI | 
                
                  |  |  | @534 | 7 years | nicolas.van.phan | Add mtty driver. | 
                
                  |  |  | @532 | 7 years | nicolas.van.phan | Add message to show enabling of IPI on cores. | 
                
                  |  |  | @531 | 7 years | nicolas.van.phan | Fix error in thread debug prints | 
                
                  |  |  | @530 | 7 years | nicolas.van.phan | Hack to compile on both IOB and LETI for now | 
                
                  |  |  | @529 | 7 years | nicolas.van.phan | Fix friday's fat bug triggered by  fork() in init.c | 
                
                  |  |  | @528 | 7 years | nicolas.van.phan | Change usage of y_max/x_max for iterating through clusters.
This is … | 
                
                  |  |  | @527 | 7 years | viala | Rewrite if-then-else return function into switch case.
For safety … | 
                
                  |  |  | @526 | 7 years | viala | Add explicit type to enum in syscall_numbers.h | 
                
                  |  |  | @519 | 7 years | viala | fat/boot_fat32 use unused attribute | 
                
                  |  |  | @518 | 7 years | viala | [thread.c] Fix we forgot to assign thread->type.
Alain and I forgot … | 
                
                  |  |  | @517 | 7 years | viala | Revert rev515. I introduced a problem.
The fact is that entry is … | 
                
                  |  |  | @516 | 7 years | viala | [chdev] Fix a bad call to thread_can_yield. | 
                
                  |  |  | @515 | 7 years | viala | [kernel_init] Fix a potentially not initalized variable.
I added an … | 
                
                  |  |  | @514 | 7 years | viala | [process] fix undefined/declared variable in process_register_thread.
 … | 
                
                  |  |  | @513 | 7 years | viala | [mm/mapper] Fix prototype of mapper_create.
Add some doc in interface. | 
                
                  |  |  | @512 | 7 years | viala | [libk] Add documentation to memcmp(). | 
                
                  |  |  | @510 | 7 years | viala | [kernel_config] Add macro debug macro in kernel conf found with -Wunused. | 
                
                  |  |  | @509 | 7 years | viala | [syscalls] Typo in macro invocations found with -Wundef. | 
                
                  |  |  | @508 | 7 years | viala | [syscall] Use assert instead of printk+hal_core_sleep. | 
                
                  |  |  | @506 | 7 years | viala | [syscalls] add interface in implementation.
Add const where possible, … | 
                
                  |  |  | @503 | 7 years | viala | Add void type on function that takes no parameters, fix invalid call.
 … | 
                
                  |  |  | @502 | 7 years | viala | assert: Fix signature mismatch. | 
                
                  |  |  |