|
|
@640
|
5 years |
alain |
Remove all RPCs in page-fault handling.
|
|
|
@639
|
5 years |
alain |
ntroduce three new almos-mkh specific syscalls.
|
|
|
@638
|
5 years |
alain |
Fix a bug in the FFT work function (wrong upriv buffer allocation).
|
|
|
@637
|
5 years |
alain |
Introduce the non-standard pthread_parallel_create() system call
and …
|
|
|
@635
|
5 years |
alain |
This version is a major evolution: The physical memory allocators, …
|
|
|
@633
|
6 years |
alain |
cosmetic
|
|
|
@631
|
6 years |
alain |
introduce sys_sync() function.
|
|
|
@629
|
6 years |
alain |
Remove the "giant" rwlock protecting the GPT, and
use the GPT_LOCKED …
|
|
|
@626
|
6 years |
alain |
This version has been tested on the sort multithreaded application …
|
|
|
@625
|
6 years |
alain |
Fix a bug in the vmm_remove_vseg() function: the physical pages …
|
|
|
@624
|
6 years |
alain |
Fix several bugs to use the instruction MMU in kernel mode
in …
|
|
|
@623
|
6 years |
alain |
Introduce three new types of vsegs (KCODE,KDATA,KDEV)
to map the …
|
|
|
@619
|
6 years |
alain |
1) Fix a bug in KSH : after the "load" command,
the [ksh] prompt is …
|
|
|
@614
|
6 years |
alain |
1) introduce a dev_ioc_sync_write() function in IOC API,
to improve …
|
|
|
@613
|
6 years |
alain |
- introduce the sys_rename.c file to support the mv command.
- …
|
|
|
@612
|
6 years |
alain |
Fix several bugs in vfs.c, fatfs.c, and devfs.c to support
the <.> and …
|
|
|
@611
|
6 years |
alain |
Introduce sigificant modifs in VFS to support the <ls> command,
and …
|
|
|
@610
|
6 years |
alain |
Fix several bugs in VFS to support the following
ksh commandis : cp, …
|
|
|
@604
|
6 years |
alain |
Improve the FAT32 file system to support cat, rm, cp commands.
|
|
|
@599
|
6 years |
alain |
Add an hal_fence() in sys_open()
|
|
|
@594
|
6 years |
alain |
Fix various bugs in sys_stat() and sys_mmap() functions.
Improve debug …
|
|
|
@584
|
6 years |
alain |
Introduce sys_place_fork() function.
|
|
|
@581
|
6 years |
alain |
1) Improve the busylock debug infrastructure.
2) introduce a …
|
|
|
@580
|
6 years |
alain |
1) Register the kernel process in the cluster manager local list.
2) …
|
|
|
@566
|
6 years |
alain |
Complete restructuration of kernel locks.
|
|
|
@527
|
6 years |
viala |
Rewrite if-then-else return function into switch case.
For safety …
|
|
|
@526
|
6 years |
viala |
Add explicit type to enum in syscall_numbers.h
|
|
|
@509
|
6 years |
viala |
[syscalls] Typo in macro invocations found with -Wundef.
|
|
|
@508
|
6 years |
viala |
[syscall] Use assert instead of printk+hal_core_sleep.
|
|
|
@506
|
6 years |
viala |
[syscalls] add interface in implementation.
Add const where possible, …
|
|
|
@492
|
6 years |
viala |
Refactoring assert calling to conform with new assert macro.
Made …
|
|
|
@479
|
6 years |
viala |
[kern/syscall] Add void type to function prototypes with no parameter
|
|
|
@473
|
6 years |
alain |
Fix several GCC warning related to the -Wextra compilation option.
|
|
|
@469
|
6 years |
alain |
1) Introduce the libsemaphore library.
2) Introduce a small libmath …
|
|
|
@467
|
6 years |
viala |
FIX: Undefined Macro define in sys_thread_wakeup
Found with -Wundef.
…
|
|
|
@459
|
6 years |
alain |
Introduce the math library, to support the floating point
data used by …
|
|
|
@457
|
6 years |
alain |
This version modifies the exec syscall and fixes a large number of …
|
|
|
@450
|
6 years |
alain |
Fix a bug in function sched_handle_signal():
When the deleted user …
|
|
|
@448
|
7 years |
alain |
remove parasitic file <shared_syscalls.h> in directory <syscalls>
|
|
|
@446
|
7 years |
alain |
miscelaneous…
|
|
|
@445
|
7 years |
alain |
Restructure the mini_libc.
|
|
|
@444
|
7 years |
satin |
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
|
|
@443
|
7 years |
alain |
Fix few bugs whike debugging the sort multi-thread application.
|
|
|
@441
|
7 years |
alain |
Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index).
|
|
|
@440
|
7 years |
alain |
1/ Fix a bug in the Multithreaded "sort" applicationr:
The …
|
|
|
@438
|
7 years |
alain |
Fix a bug in scheduler related to RPC blocking.
|
|
|
@437
|
7 years |
alain |
Fix various bugs
|
|
|
@436
|
7 years |
alain |
1) improve the threads and process destruction mechanism.
2) introduce …
|
|
|
@435
|
7 years |
alain |
Fix a bad bug in scheduler…
|
|
|
@433
|
7 years |
alain |
blip
|
|
|
@421
|
7 years |
alain |
Introduce sys_fg() , sys_display() , sys_wait() syscalls.
|
|
|
@418
|
7 years |
alain |
Fix a bug in hal_kentry.S : the "uzone" pointer in the thread …
|
|
|
@416
|
7 years |
alain |
Improve sys_exec.
|
|
|
@410
|
7 years |
alain |
Introduce new syscalls.
|
|
|
@409
|
7 years |
alain |
Fix bugs in exec
|
|
|
@408
|
7 years |
alain |
Fix several bugs in the fork() syscall.
|
|
|
@407
|
7 years |
alain |
First implementation of fork/exec.
|
|
|
@406
|
7 years |
alain |
This version executed successfully the user "init" process on a …
|
|
|
@315
|
7 years |
alain |
Redefine the fuctions ppm_base2page() / ppm_page2base() / …
|
|
|
@313
|
7 years |
alain |
RSeveral modifs in the page-fault handling.
|
|
|
@305
|
7 years |
max |
Style, and use hal_strcpy_from_uspace.
|
|
|
@304
|
7 years |
max |
Style, and use hal_strcpy_from_uspace.
|
|
|
@303
|
7 years |
max |
Style, and use hal_strcpy_from_uspace.
|
|
|
@302
|
7 years |
max |
Style, and use hal_strcpy_from_uspace.
|
|
|
@301
|
7 years |
max |
Style, and use hal_strcpy_from_uspace.
|
|
|
@296
|
7 years |
alain |
Several modifs in the generic scheduler and in the hal_context to
fix …
|
|
|
@289
|
7 years |
max |
Style, in order to appease GCC5.
|
|
|
@279
|
7 years |
alain |
1) Introduce independant command fields for the various devices in the …
|
|
|
@265
|
7 years |
alain |
Fix several bugs in VFS.
|
|
|
@124
|
7 years |
max |
rename hal_wbflush->hal_fence
|
|
|
@101
|
7 years |
alain |
euh…
|
|
|
@60
|
7 years |
max |
use reg_t instead of uint32_t
|
|
|
@53
|
7 years |
alain |
Compilation OK pout TSAR
|
|
|
@50
|
7 years |
alain |
bloup
|
|
|
@23
|
8 years |
alain |
Introduce syscalls.
|
|
|
@16
|
8 years |
alain |
mprove the HAL for interrupt, exception, syscall handling.
|
|
|
@14
|
8 years |
alain |
Bugs fix.
|
|
|
@11
|
8 years |
alain |
Merge all FS related files in one single vfs directory.
|
|
|
@1
|
8 years |
alain |
First import
|