|
|
@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 …
|
|
|
@621
|
6 years |
viala |
Fix lock untaken in vmm_delete_vseg.
Catched thanks to gcc warning.
|
|
|
@619
|
6 years |
alain |
1) Fix a bug in KSH : after the "load" command,
the [ksh] prompt is …
|
|
|
@617
|
6 years |
alain |
cosmetic
|
|
|
@614
|
6 years |
alain |
1) introduce a dev_ioc_sync_write() function in IOC API,
to improve …
|
|
|
@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, …
|
|
|
@606
|
6 years |
alain |
Improve the FAT32 file system to support cat, rm, cp commands.
|
|
|
@595
|
6 years |
alain |
Cosmetic: improve debug.
|
|
|
@585
|
6 years |
alain |
Introduce two separate vmm_handle_page_fault() & vmm_handle_cow() …
|
|
|
@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) …
|
|
|
@577
|
6 years |
alain |
Fix small bugs.
|
|
|
@567
|
6 years |
alain |
Complete restructuration of kernel locks.
|
|
|
@561
|
6 years |
nicolas.van.phan |
Remove y_max in all functions except dqdt_init()
|
|
|
@551
|
6 years |
nicolas.van.phan |
Make locks before IDLE Init busy
|
|
|
@530
|
6 years |
nicolas.van.phan |
Hack to compile on both IOB and LETI for now
|
|
|
@528
|
6 years |
nicolas.van.phan |
Change usage of y_max/x_max for iterating through clusters.
This is …
|
|
|
@513
|
6 years |
viala |
[mm/mapper] Fix prototype of mapper_create.
Add some doc in interface.
|
|
|
@503
|
6 years |
viala |
Add void type on function that takes no parameters, fix invalid call.
…
|
|
|
@492
|
6 years |
viala |
Refactoring assert calling to conform with new assert macro.
Made …
|
|
|
@486
|
6 years |
viala |
[mm] 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 …
|
|
|
@464
|
6 years |
viala |
FIX: Bad format kprintf in kcm.c
|
|
|
@457
|
6 years |
alain |
This version modifies the exec syscall and fixes a large number of …
|
|
|
@454
|
6 years |
viala |
Fix typo in several file.
|
|
|
@453
|
6 years |
viala |
Initialiase vseg->cxy in vseg_init_from_ref()
|
|
|
@443
|
6 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
|
|
|
@429
|
7 years |
alain |
blap
|
|
|
@416
|
7 years |
alain |
Improve sys_exec.
|
|
|
@415
|
7 years |
alain |
Few bugs.
|
|
|
@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 …
|
|
|
@401
|
7 years |
alain |
Few bugs in VMM
|
|
|
@400
|
7 years |
alain |
cosmetic bis
|
|
|
@399
|
7 years |
alain |
cosmetic
|
|
|
@394
|
7 years |
max |
Make it compile again, and use panic(). Not sure it is what Alain …
|
|
|
@390
|
7 years |
alain |
RPC_VMM_GET_REF_VSEG renamed to RPC_VMM_GET_VSEG
|
|
|
@388
|
7 years |
alain |
Change the vmm_get_vseg() function to access the reference cluster …
|
|
|
@385
|
7 years |
max |
Remove redundant (and buggy) code.
|
|
|
@367
|
7 years |
alain |
Change Time unit from cycle to TICK (in millisecond).
Fix several bugs …
|
|
|
@352
|
7 years |
max |
Don't compute kcm_page twice.
|
|
|
@334
|
7 years |
max |
Undefined variables.
|
|
|
@330
|
7 years |
max |
style
|
|
|
@315
|
7 years |
alain |
Redefine the fuctions ppm_base2page() / ppm_page2base() / …
|
|
|
@313
|
7 years |
alain |
RSeveral modifs in the page-fault handling.
|
|
|
@296
|
7 years |
alain |
Several modifs in the generic scheduler and in the hal_context to
fix …
|
|
|
@286
|
7 years |
max |
Fix dangerous typos.
|
|
|
@279
|
7 years |
alain |
1) Introduce independant command fields for the various devices in the …
|
|
|
@265
|
7 years |
alain |
Fix several bugs in VFS.
|
|
|
@246
|
7 years |
alain |
Fix a major bug in FATFS : miss handling in the FAT mapper.
|
|
|
@238
|
7 years |
alain |
Fixing bugs in vfs_lookup()
|
|
|
@204
|
7 years |
alain |
Bug fix in kernel_init
-This line, and those below, will be ignored--
…
|
|
|
@188
|
7 years |
alain |
Redefine the PIC device API.
|
|
|
@184
|
7 years |
max |
style
|
|
|
@183
|
7 years |
max |
style
|
|
|
@182
|
7 years |
max |
lock leak
|
|
|
@181
|
7 years |
max |
style again
|
|
|
@180
|
7 years |
max |
don't memset ptr if it's null…
|
|
|
@179
|
7 years |
max |
fix a lock leak, there are many others left…
|
|
|
@178
|
7 years |
max |
style
|
|
|
@177
|
7 years |
max |
detect use-after-frees
|
|
|
@176
|
7 years |
max |
detect use-after-frees
|
|
|
@175
|
7 years |
max |
detect use-after-frees
|
|
|
@161
|
7 years |
max |
style
|
|
|
@160
|
7 years |
max |
style
|
|
|
@159
|
7 years |
max |
style
|
|
|
@149
|
7 years |
max |
unused variables
|
|
|
@124
|
7 years |
max |
rename hal_wbflush->hal_fence
|
|
|
@101
|
7 years |
alain |
euh…
|
|
|
@68
|
7 years |
alain |
Fix bug in kernel_init, and reduce size of remote_fifo.
|
|
|
@65
|
7 years |
max |
use %p to silence a few warnings
|
|
|
@53
|
7 years |
alain |
Compilation OK pout TSAR
|
|
|
@50
|
7 years |
alain |
bloup
|
|
|
@23
|
7 years |
alain |
Introduce syscalls.
|
|
|
@22
|
7 years |
max |
cosmetic & typos again
|
|
|
@21
|
7 years |
max |
cosmetic & comments
|
|
|
@20
|
7 years |
max |
cosmetic and improve a few comments
|
|
|
@18
|
7 years |
max |
cosmetic, and a few typos
|
|
|
@16
|
8 years |
alain |
mprove the HAL for interrupt, exception, syscall handling.
|
|
|
@14
|
8 years |
alain |
Bugs fix.
|
|
|
@7
|
8 years |
alain |
Various bugs.
|
|
|
@1
|
8 years |
alain |
First import
|