|
|
@393
|
7 years |
max |
Use panic().
|
|
|
@389
|
7 years |
alain |
Update the RPC_VMM_GET_VSEG.
|
|
|
@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 …
|
|
|
@379
|
7 years |
max |
Remove another vestige.
|
|
|
@378
|
7 years |
max |
Remove misleading vestige.
|
|
|
@377
|
7 years |
max |
Remove vestiges.
|
|
|
@376
|
7 years |
max |
Remove vestiges.
|
|
|
@375
|
7 years |
max |
Use panic().
|
|
|
@374
|
7 years |
max |
Use panic().
|
|
|
@373
|
7 years |
max |
Start using panic().
|
|
|
@372
|
7 years |
max |
Add a panic function.
|
|
|
@369
|
7 years |
max |
style
|
|
|
@367
|
7 years |
alain |
Change Time unit from cycle to TICK (in millisecond).
Fix several bugs …
|
|
|
@362
|
7 years |
max |
Remove vestiges.
|
|
|
@357
|
7 years |
max |
Remove vestige.
|
|
|
@356
|
7 years |
max |
Remove vestige.
|
|
|
@355
|
7 years |
max |
Remove unused include.
|
|
|
@354
|
7 years |
max |
Remove vestige.
|
|
|
@353
|
7 years |
max |
Don't include sys-vfs.h.
|
|
|
@350
|
7 years |
max |
Remove vestige.
|
|
|
@346
|
7 years |
max |
Hide soclib_iob.
|
|
|
@338
|
7 years |
max |
Not sure what Alain meant to do, but disable this for now.
|
|
|
@337
|
7 years |
alain |
Introduce the delayed context switch if current thread has a lock.
|
|
|
@326
|
7 years |
max |
This shouldn't be a remote load.
|
|
|
@325
|
7 years |
max |
Unused variable.
|
|
|
@324
|
7 years |
max |
The process xptr is already local, so no need to do a remote
load.
|
|
|
@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.
|
|
|
@306
|
7 years |
max |
Terrible typo.
|
|
|
@296
|
7 years |
alain |
Several modifs in the generic scheduler and in the hal_context to
fix …
|
|
|
@286
|
7 years |
max |
Fix dangerous typos.
|
|
|
@285
|
7 years |
max |
Must be reg_t.
|
|
|
@281
|
7 years |
max |
The thread has already been registered in thread_user_create, so don't …
|
|
|
@279
|
7 years |
alain |
1) Introduce independant command fields for the various devices in the …
|
|
|
@278
|
7 years |
max |
Should be 'next'.
|
|
|
@265
|
7 years |
alain |
Fix several bugs in VFS.
|
|
|
@249
|
7 years |
max |
Remove the ICU driver.
|
|
|
@248
|
7 years |
max |
Don't include dev_icu.h when it's not needed.
|
|
|
@247
|
7 years |
max |
Rename soclib_tty->txt_rs232.
|
|
|
@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.
|
|
|
@186
|
7 years |
max |
memory leak (among others)
|
|
|
@185
|
7 years |
max |
use thread_release directly
|
|
|
@174
|
7 years |
max |
style
|
|
|
@173
|
7 years |
max |
style
|
|
|
@172
|
7 years |
max |
style
|
|
|
@171
|
7 years |
max |
style
|
|
|
@170
|
7 years |
max |
remove ';'
|
|
|
@140
|
7 years |
max |
style
|
|
|
@127
|
7 years |
max |
style
|
|
|
@126
|
7 years |
max |
use hal_time_stamp instead, because hal_get_cycles will use the …
|
|
|
@124
|
7 years |
max |
rename hal_wbflush->hal_fence
|
|
|
@120
|
7 years |
max |
don't use hal_remote_lwd, we want the address, not its content
|
|
|
@103
|
7 years |
alain |
Introducing a nolock_printk() function used by kernel_init.
|
|
|
@101
|
7 years |
alain |
euh…
|
|
|
@77
|
7 years |
max |
Start hiding the architecture-specific drivers behind the …
|
|
|
@71
|
7 years |
max |
advance a little
|
|
|
@70
|
7 years |
max |
start constructing the bootinfo structure
|
|
|
@68
|
7 years |
alain |
Fix bug in kernel_init, and reduce size of remote_fifo.
|
|
|
@60
|
7 years |
max |
use reg_t instead of uint32_t
|
|
|
@53
|
7 years |
alain |
Compilation OK pout TSAR
|
|
|
@50
|
7 years |
alain |
bloup
|
|
|
@25
|
7 years |
max |
First shot of the x86_64 port. It uses Multiboot V1. Most of the HAL …
|
|
|
@23
|
7 years |
alain |
Introduce syscalls.
|
|
|
@19
|
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.
|
|
|
@5
|
8 years |
alain |
Introduce the chdev_t structure in place of the device_t structure.
|
|
|
@1
|
8 years |
alain |
First import
|