|
|
@452
|
6 years |
alain |
Split hal_types.h to hal_kernel_types.h & hal_shared_types.h
|
|
|
@445
|
6 years |
alain |
Restructure the mini_libc.
|
|
|
@443
|
6 years |
alain |
Fix few bugs whike debugging the sort multi-thread application.
|
|
|
@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
|
|
|
@435
|
7 years |
alain |
Fix a bad bug in scheduler…
|
|
|
@432
|
7 years |
alain |
bloup
|
|
|
@425
|
7 years |
alain |
bloup
|
|
|
@420
|
7 years |
alain |
Fix a bug found by Axel in hal_gpt_unlock_pte()
|
|
|
@418
|
7 years |
alain |
Fix a bug in hal_kentry.S : the "uzone" pointer in the thread …
|
|
|
@416
|
7 years |
alain |
Improve sys_exec.
|
|
|
@411
|
7 years |
alain |
Introduce hal_vmm.
|
|
|
@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
|
|
|
@391
|
7 years |
alain |
Simplify the hal_mmu_exception() function.
|
|
|
@381
|
7 years |
alain |
Add missing defines in the TSAR exception handler.
|
|
|
@380
|
7 years |
alain |
Remove the generic kernel/kern/do_exception files to handle exceptions …
|
|
|
@367
|
7 years |
alain |
Change Time unit from cycle to TICK (in millisecond).
Fix several bugs …
|
|
|
@346
|
7 years |
max |
Hide soclib_iob.
|
|
|
@337
|
7 years |
alain |
Introduce the delayed context switch if current thread has a lock.
|
|
|
@317
|
7 years |
alain |
1) Introduce the TSAR hal_cpu_context_switch() function.
2) Introduce …
|
|
|
@315
|
7 years |
alain |
Redefine the fuctions ppm_base2page() / ppm_page2base() / …
|
|
|
@313
|
7 years |
alain |
RSeveral modifs in the page-fault handling.
|
|
|
@311
|
7 years |
max |
Introduce hal_cpu_context_switch.
|
|
|
@300
|
7 years |
max |
Passably handle everything in the function itself.
|
|
|
@299
|
7 years |
max |
The uspace strcpy function is allowed to fail (not implemented yet).
|
|
|
@296
|
7 years |
alain |
Several modifs in the generic scheduler and in the hal_context to
fix …
|
|
|
@285
|
7 years |
max |
Must be reg_t.
|
|
|
@279
|
7 years |
alain |
1) Introduce independant command fields for the various devices in the …
|
|
|
@266
|
7 years |
alain |
Implement vfs_lseek() function.
|
|
|
@261
|
7 years |
max |
Hide soclib_dma.
|
|
|
@259
|
7 years |
max |
Hide soclib_nic.
|
|
|
@257
|
7 years |
max |
Hide soclib_mmc.
|
|
|
@252
|
7 years |
max |
Hide IMPL_PIC_.
|
|
|
@245
|
7 years |
max |
Hide soclib_tty.
|
|
|
@238
|
7 years |
alain |
Fixing bugs in vfs_lookup()
|
|
|
@226
|
7 years |
max |
add HAL_32BIT/HAL_64BIT
|
|
|
@216
|
7 years |
max |
dispatch 'impl' in the hal
|
|
|
@213
|
7 years |
max |
hide soclib_bdv
|
|
|
@204
|
7 years |
alain |
Bug fix in kernel_init
-This line, and those below, will be ignored--
…
|
|
|
@198
|
7 years |
max |
mmh, mistakenly removed this
|
|
|
@196
|
7 years |
max |
sync
|
|
|
@190
|
7 years |
max |
hide soclib
|
|
|
@188
|
7 years |
alain |
Redefine the PIC device API.
|
|
|
@151
|
7 years |
alain |
Move the core specific hal_cpu_context_t & hafpu_context_t structures …
|
|
|
@136
|
7 years |
max |
Hide a few soclib_xcu_ functions
|
|
|
@130
|
7 years |
max |
add hal_drivers_xcu_init
|
|
|
@124
|
7 years |
max |
rename hal_wbflush->hal_fence
|
|
|
@121
|
7 years |
alain |
Fix bugs in hal_remote, hal uspace, hal_special
|
|
|
@107
|
7 years |
max |
reorder the code a bit, to reduce the (future) diff with x86
|
|
|
@106
|
7 years |
max |
style and typos
|
|
|
@101
|
7 years |
alain |
euh…
|
|
|
@95
|
7 years |
alain |
hal_special: replace hal_time_stamp() by hal_get_cycles()
hal_remote : …
|
|
|
@92
|
7 years |
max |
fix the definition of hal_remote_spt, and add the *pt ops on
x86_64
|
|
|
@87
|
7 years |
alain |
Remove oldies.
|
|
|
@77
|
7 years |
max |
Start hiding the architecture-specific drivers behind the …
|
|
|
@72
|
7 years |
max |
start defining some remote functions, and use uint8_t instead of
char
|
|
|
@62
|
7 years |
max |
create the core/ sub-directory for tsar
|