source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @395   7 years max Use panic().
(edit) @394   7 years max Make it compile again, and use panic(). Not sure it is what Alain …
(edit) @393   7 years max Use panic().
(edit) @392   7 years max Start handling page faults. Not tested.
(edit) @391   7 years alain Simplify the hal_mmu_exception() function.
(edit) @390   7 years alain RPC_VMM_GET_REF_VSEG renamed to RPC_VMM_GET_VSEG
(edit) @389   7 years alain Update the RPC_VMM_GET_VSEG.
(edit) @388   7 years alain Change the vmm_get_vseg() function to access the reference cluster …
(edit) @387   7 years max Handle the return from exception.
(edit) @386   7 years max Implement several GPT functions.
(edit) @385   7 years max Remove redundant (and buggy) code.
(edit) @384   7 years max Fix a pretty dumb mistake I made in my last commit.
(edit) @383   7 years max Use constant flags.
(edit) @382   7 years max Sync with TSAR.
(edit) @381   7 years alain Add missing defines in the TSAR exception handler.
(edit) @380   7 years alain Remove the generic kernel/kern/do_exception files to handle exceptions …
(edit) @379   7 years max Remove another vestige.
(edit) @378   7 years max Remove misleading vestige.
(edit) @377   7 years max Remove vestiges.
(edit) @376   7 years max Remove vestiges.
(edit) @375   7 years max Use panic().
(edit) @374   7 years max Use panic().
(edit) @373   7 years max Start using panic().
(edit) @372   7 years max Add a panic function.
(edit) @371   7 years max Treat user/kern exceptions differently.
(edit) @370   7 years max Old can be NULL.
(edit) @369   7 years max style
(edit) @368   7 years max Switch the VM space, and explicitly disable the FPU.
(edit) @367   7 years alain Change Time unit from cycle to TICK (in millisecond). Fix several bugs …
(edit) @366   7 years max Rename to Makefile.tsar.
(edit) @365   7 years max Remove debug function.
(edit) @364   7 years max Don't include params.mk.
(edit) @363   7 years max Remove vestige.
(edit) @362   7 years max Remove vestiges.
(edit) @361   7 years max Pass the function argument to the new thread.
(edit) @360   7 years max Add a panic, for now we are only switching between kernel threads.
(edit) @359   7 years max Synchronize tls_intr between context switches.
(edit) @358   7 years max Don't dump the kernel components on TSAR.
(edit) @357   7 years max Remove vestige.
(edit) @356   7 years max Remove vestige.
(edit) @355   7 years max Remove unused include.
(edit) @354   7 years max Remove vestige.
(edit) @353   7 years max Don't include sys-vfs.h.
(edit) @352   7 years max Don't compute kcm_page twice.
(edit) @351   7 years max Simplify bizarre thing.
(edit) @350   7 years max Remove vestige.
(edit) @349   7 years max Remove unused.
(edit) @348   7 years max We don't support irqbase != 0.
(edit) @347   7 years max Remove soclib_iob on x86.
(edit) @346   7 years max Hide soclib_iob.
(edit) @345   7 years max Initialize rsp0 (in both the TSS and the TLS).
(edit) @344   7 years max Call core_clock - the computation in this function still needs to be fixed.
(edit) @343   7 years max Mmh, skip tf_trapno and tf_err for iretq.
(edit) @342   7 years max Initialize tf_ss, and don't forget to update tls_thr.
(edit) @341   7 years max Set %eoi earlier for rescheduling interrupts, otherwise the timer …
(edit) @340   7 years max Remove debug code - it's useless anyway.
(edit) @339   7 years max Add support for context switch - not tested yet, due to some other …
(edit) @338   7 years max Not sure what Alain meant to do, but disable this for now.
(edit) @337   7 years alain Introduce the delayed context switch if current thread has a lock.
(edit) @336   7 years max Rename curcpu -> curtls.
(edit) @335   7 years max Separate the CPU context from the trap frame.
(edit) @334   7 years max Undefined variables.
(edit) @333   7 years max vfs_user_move() returns an error_t, so don't return a count.
(edit) @332   7 years max vfs_kernel_move() return error_t, not a count.
(edit) @331   7 years max style
(edit) @330   7 years max style
(edit) @329   7 years max Initialize %rbp.
(edit) @328   7 years max Use vfs_kernel_move(), it's a kernel buffer.
(edit) @327   7 years max Clean up, and fix several SMP-related issues. The LAPIC timer is still …
(edit) @326   7 years max This shouldn't be a remote load.
(edit) @325   7 years max Unused variable.
(edit) @324   7 years max The process xptr is already local, so no need to do a remote load.
(edit) @323   7 years max Clean up, and define strstr() in libk.
(edit) @322   7 years max Clean up.
(edit) @321   7 years max We don't care about the base.
(edit) @320   7 years max Remove unused.
(edit) @319   7 years max Don't forget to unmap the region below the kernel. Useful to detect …
(edit) @318   7 years alain Bug fix : we don't need an atomic access to update the …
(edit) @317   7 years alain 1) Introduce the TSAR hal_cpu_context_switch() function. 2) Introduce …
(edit) @316   7 years max Synchronize with Alain's changes. Still several issues.
(edit) @315   7 years alain Redefine the fuctions ppm_base2page() / ppm_page2base() / …
(edit) @314   7 years max Add hal_remote_memset.
(edit) @313   7 years alain RSeveral modifs in the page-fault handling.
(edit) @312   7 years max Add a --no-smp option.
(edit) @311   7 years max Introduce hal_cpu_context_switch.
(edit) @310   7 years max Use pause().
(edit) @309   7 years max Add clts/stts.
(edit) @308   7 years max Add a basic syscall entry.
(edit) @307   7 years max Forgot to commit this yesterday.
(edit) @306   7 years max Terrible typo.
(edit) @305   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @304   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @303   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @302   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @301   7 years max Style, and use hal_strcpy_from_uspace.
(edit) @300   7 years max Passably handle everything in the function itself.
(edit) @299   7 years max The uspace strcpy function is allowed to fail (not implemented yet).
(edit) @298   7 years max Sync with TSAR.
(edit) @297   7 years max Remove unused.
(edit) @296   7 years alain Several modifs in the generic scheduler and in the hal_context to fix …
Note: See TracRevisionLog for help on using the revision log.