source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @324   9 years max The process xptr is already local, so no need to do a remote load.
(edit) @323   9 years max Clean up, and define strstr() in libk.
(edit) @322   9 years max Clean up.
(edit) @321   9 years max We don't care about the base.
(edit) @320   9 years max Remove unused.
(edit) @319   9 years max Don't forget to unmap the region below the kernel. Useful to detect …
(edit) @318   9 years alain Bug fix : we don't need an atomic access to update the …
(edit) @317   9 years alain 1) Introduce the TSAR hal_cpu_context_switch() function. 2) Introduce …
(edit) @316   9 years max Synchronize with Alain's changes. Still several issues.
(edit) @315   9 years alain Redefine the fuctions ppm_base2page() / ppm_page2base() / …
(edit) @314   9 years max Add hal_remote_memset.
(edit) @313   9 years alain RSeveral modifs in the page-fault handling.
(edit) @312   9 years max Add a --no-smp option.
(edit) @311   9 years max Introduce hal_cpu_context_switch.
(edit) @310   9 years max Use pause().
(edit) @309   9 years max Add clts/stts.
(edit) @308   9 years max Add a basic syscall entry.
(edit) @307   9 years max Forgot to commit this yesterday.
(edit) @306   9 years max Terrible typo.
(edit) @305   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @304   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @303   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @302   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @301   9 years max Style, and use hal_strcpy_from_uspace.
(edit) @300   9 years max Passably handle everything in the function itself.
(edit) @299   9 years max The uspace strcpy function is allowed to fail (not implemented yet).
(edit) @298   9 years max Sync with TSAR.
(edit) @297   9 years max Remove unused.
(edit) @296   9 years alain Several modifs in the generic scheduler and in the hal_context to fix …
(edit) @295   9 years max Remove vestige.
(edit) @294   9 years max Remove vestige.
(edit) @293   9 years max Fix previous. Still don't know where the race comes from…
(edit) @292   9 years max Use different stacks for NMIs and Double Faults.
(edit) @291   9 years max Remove soclib_xcu.
(edit) @290   9 years max Define prototype.
(edit) @289   9 years max Style, in order to appease GCC5.
(edit) @288   9 years max Re-indent, to appease GCC5 warnings.
(edit) @287   9 years max Increase the number of reserved areas.
(edit) @286   9 years max Fix dangerous typos.
(edit) @285   9 years max Must be reg_t.
(edit) @284   9 years max Need to use gnu89, otherwise the kernel does not compile on GCC5.
(edit) @283   9 years max horror
(edit) @282   9 years max Don't use CURRENT_THREAD->core, since it is not yet initialized.
(edit) @281   9 years max The thread has already been registered in thread_user_create, so don't …
(edit) @280   9 years max sync
(edit) @279   9 years alain 1) Introduce independant command fields for the various devices in the …
(edit) @278   9 years max Should be 'next'.
(edit) @277   9 years max sync
(edit) @276   9 years max update
(edit) @275   9 years max Add a SRAT parser. For some reason, QEMU does not want to enable the …
(edit) @274   9 years max Add tls_tf.
(edit) @273   9 years max Mmh, must be Elf64_Xword.
(edit) @272   9 years max Use local_cxy for GET_PTR, instead of the triple map. This fixes a …
(edit) @271   9 years max new_offset can be NULL
(edit) @270   9 years max Comment out EI_OSABI, and use ELFCLASS.
(edit) @269   9 years max Mmh, fix previous.
(edit) @268   9 years max Mmh, the wait must be done for each block, not for each operation.
(edit) @267   9 years alain bloup
(edit) @266   9 years alain Implement vfs_lseek() function.
(edit) @265   9 years alain Fix several bugs in VFS.
(edit) @264   9 years max empty out
(edit) @263   9 years max Remove soclib_fbf on x86.
(edit) @262   9 years max Remove soclib_dma on x86.
(edit) @261   9 years max Hide soclib_dma.
(edit) @260   9 years max Remove soclib_nic on x86.
(edit) @259   9 years max Hide soclib_nic.
(edit) @258   9 years max Remove soclib_mmc on x86.
(edit) @257   9 years max Hide soclib_mmc.
(edit) @256   9 years max Remove the IRQ line. It will have to be enabled somewhere in the HAL.
(edit) @255   9 years max Don't route the IRQ for IMPL_TXT_RS2, it is multiplexed in software.
(edit) @254   9 years max Use IMPL_TXT_RS2.
(edit) @253   9 years max Remove unused files.
(edit) @252   9 years max Hide IMPL_PIC_.
(edit) @251   9 years max Don't objdump each component; the kernel is enough.
(edit) @250   9 years max Remove XCU on x86; not sure if it's still useful on TSAR…
(edit) @249   9 years max Remove the ICU driver.
(edit) @248   9 years max Don't include dev_icu.h when it's not needed.
(edit) @247   9 years max Rename soclib_tty->txt_rs232.
(edit) @246   9 years alain Fix a major bug in FATFS : miss handling in the FAT mapper.
(edit) @245   9 years max Hide soclib_tty.
(edit) @244   9 years max Hide the fields.
(edit) @243   9 years max Mmh, some CPUs can boot with the cache disabled, so explicitly enable it.
(edit) @242   9 years max add a dumb lock for the console
(edit) @241   9 years max some LAPICs can be disabled
(edit) @240   9 years max Make the secondary CPUs jump into kernel_init().
(edit) @239   9 years alain bloup
(edit) @238   9 years alain Fixing bugs in vfs_lookup()
(edit) @237   9 years max Attach the secondary CPUs, and for now route the keyboard irq to cpu1 …
(edit) @236   9 years max Launch the secondary CPUs. For now, they all say hello and enter an …
(edit) @235   9 years max Start adding some code for SMP support
(edit) @234   9 years max style
(edit) @233   9 years max Push the context entirely for an exception.
(edit) @232   9 years max Remove this shell, several files are missing.
(edit) @231   9 years max Add a serial port multiplexer, usable to communicate with the …
(edit) @230   9 years max Create user/, and a basic shell.
(edit) @229   9 years bouyer Remove bad file
(edit) @228   9 years max remove unused file
(edit) @227   9 years max use Elf64 for 64bit architectures (x86_64)
(edit) @226   9 years max add HAL_32BIT/HAL_64BIT
(edit) @225   9 years max implement hal_gpt_create
Note: See TracRevisionLog for help on using the revision log.