# # ChangeLog for trunk # # Generated by Trac 1.2.3 # Mar 28, 2024, 11:39:12 PM Thu, 10 Aug 2017 09:30:53 GMT max@… [361] * trunk/hal/x86_64/core/hal_context.c (modified) Pass the function argument to the new thread. Thu, 10 Aug 2017 09:26:58 GMT max@… [360] * trunk/hal/x86_64/core/hal_context.c (modified) Add a panic, for now we are only switching between kernel threads. Thu, 10 Aug 2017 09:21:32 GMT max@… [359] * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) Synchronize tls_intr between context switches. Wed, 09 Aug 2017 08:59:42 GMT max@… [358] * trunk/Makefile (modified) Don't dump the kernel components on TSAR. Wed, 09 Aug 2017 08:57:34 GMT max@… [357] * trunk/kernel/kern/sys-vfs.h (deleted) Remove vestige. Wed, 09 Aug 2017 08:56:19 GMT max@… [356] * trunk/kernel/kern/cpu-trace.h (deleted) Remove vestige. Wed, 09 Aug 2017 08:55:35 GMT max@… [355] * trunk/kernel/kern/event.c (modified) Remove unused include. Wed, 09 Aug 2017 08:52:25 GMT max@… [354] * trunk/kernel/kern/kcond_var.h (deleted) Remove vestige. Wed, 09 Aug 2017 08:50:34 GMT max@… [353] * trunk/kernel/kern/do_exec.c (modified) Don't include sys-vfs.h. Wed, 09 Aug 2017 08:46:05 GMT max@… [352] * trunk/kernel/mm/kcm.c (modified) Don't compute kcm_page twice. Wed, 09 Aug 2017 08:42:08 GMT max@… [351] * trunk/kernel/libk/bits.c (modified) Simplify bizarre thing. Wed, 09 Aug 2017 08:37:48 GMT max@… [350] * trunk/kernel/kern/kthread_create.c (deleted) Remove vestige. Wed, 09 Aug 2017 08:35:01 GMT max@… [349] * trunk/hal/x86_64/drivers/pic_apic.c (modified) Remove unused. Wed, 09 Aug 2017 08:34:36 GMT max@… [348] * trunk/hal/x86_64/core/hal_acpi.c (modified) We don't support irqbase != 0. Wed, 09 Aug 2017 08:26:03 GMT max@… [347] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/drivers/soclib_iob.c (deleted) * trunk/hal/x86_64/drivers/soclib_iob.h (deleted) * trunk/hdd/virt_hdd.dmg (modified) Remove soclib_iob on x86. Wed, 09 Aug 2017 08:24:06 GMT max@… [346] * trunk/hal/generic/hal_drivers.h (modified) * trunk/hal/tsar_mips32/core/hal_drivers.c (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_iob.c (modified) * trunk/kernel/devices/dev_iob.h (modified) * trunk/kernel/kern/chdev.h (modified) Hide soclib_iob. Tue, 08 Aug 2017 09:28:39 GMT max@… [345] * trunk/hal/x86_64/core/hal_init.c (modified) Initialize rsp0 (in both the TSS and the TLS). Tue, 08 Aug 2017 09:27:12 GMT max@… [344] * trunk/hal/x86_64/core/hal_interrupt.c (modified) Call core_clock - the computation in this function still needs to be ... Tue, 08 Aug 2017 09:19:59 GMT max@… [343] * trunk/hal/x86_64/core/hal_cpu.S (modified) Mmh, skip tf_trapno and tf_err for iretq. Tue, 08 Aug 2017 09:17:28 GMT max@… [342] * trunk/hal/x86_64/core/hal_context.c (modified) Initialize tf_ss, and don't forget to update tls_thr. Tue, 08 Aug 2017 09:12:11 GMT max@… [341] * trunk/hal/x86_64/core/hal_kentry.S (modified) Set %eoi earlier for rescheduling interrupts, otherwise the timer ... Mon, 07 Aug 2017 13:19:11 GMT max@… [340] * trunk/hal/x86_64/core/hal_interrupt.c (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) Remove debug code - it's useless anyway. Mon, 07 Aug 2017 13:11:45 GMT max@… [339] * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) Add support for context switch - not tested yet, due to some other ... Mon, 07 Aug 2017 11:33:12 GMT max@… [338] * trunk/kernel/kern/thread.c (modified) Not sure what Alain meant to do, but disable this for now. Mon, 07 Aug 2017 10:50:17 GMT alain [337] * trunk/hal/generic/hal_context.h (modified) * trunk/hal/tsar_mips32/core/hal_interrupt.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_pic.c (modified) * trunk/kernel/kern/core.c (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/printk.c (modified) * trunk/kernel/kern/printk.h (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/scheduler.c (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/kern/thread.h (modified) * trunk/kernel/libk/elf.c (modified) * trunk/kernel/libk/remote_rwlock.c (modified) * trunk/kernel/libk/remote_spinlock.c (modified) * trunk/kernel/libk/rwlock.c (modified) * trunk/kernel/libk/spinlock.c (modified) * trunk/kernel/libk/string.c (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel_config.h (modified) * trunk/tools/bootloader_tsar/boot.c (modified) Introduce the delayed context switch if current thread has a lock. Mon, 07 Aug 2017 09:22:15 GMT max@… [336] * trunk/hal/x86_64/core/hal_exception.c (modified) * trunk/hal/x86_64/core/hal_interrupt.c (modified) * trunk/hal/x86_64/core/hal_irqmask.c (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) * trunk/hal/x86_64/core/hal_special.c (modified) Rename curcpu -> curtls. Mon, 07 Aug 2017 09:19:27 GMT max@… [335] * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_exception.c (modified) * trunk/hal/x86_64/core/hal_interrupt.c (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) * trunk/hal/x86_64/drivers/ioc_ata.c (modified) Separate the CPU context from the trap frame. Mon, 07 Aug 2017 08:17:26 GMT max@… [334] * trunk/kernel/mm/mapper.c (modified) Undefined variables. Mon, 07 Aug 2017 08:11:25 GMT max@… [333] * trunk/kernel/libk/elf.c (modified) * trunk/kernel/vfs/vfs.c (modified) vfs_user_move() returns an error_t, so don't return a count. Mon, 07 Aug 2017 08:06:31 GMT max@… [332] * trunk/kernel/libk/elf.c (modified) vfs_kernel_move() return error_t, not a count. Mon, 07 Aug 2017 08:06:03 GMT max@… [331] * trunk/kernel/libk/spinlock.c (modified) style Mon, 07 Aug 2017 08:05:40 GMT max@… [330] * trunk/kernel/mm/mapper.c (modified) style Mon, 07 Aug 2017 07:03:02 GMT max@… [329] * trunk/hal/x86_64/core/hal_smpboot.S (modified) Initialize %rbp. Mon, 07 Aug 2017 06:52:53 GMT max@… [328] * trunk/kernel/libk/elf.c (modified) Use vfs_kernel_move(), it's a kernel buffer. Sun, 06 Aug 2017 17:58:22 GMT max@… [327] * trunk/hal/x86_64/core/hal_apic.c (modified) Clean up, and fix several SMP-related issues. The LAPIC timer is ... Sun, 06 Aug 2017 08:19:16 GMT max@… [326] * trunk/kernel/kern/process.c (modified) This shouldn't be a remote load. Sun, 06 Aug 2017 06:38:47 GMT max@… [325] * trunk/kernel/kern/do_exception.c (modified) Unused variable. Sun, 06 Aug 2017 06:36:33 GMT max@… [324] * trunk/kernel/kern/process.c (modified) The process xptr is already local, so no need to do a remote load. Sun, 06 Aug 2017 06:33:00 GMT max@… [323] * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/kernel/libk/string.c (modified) * trunk/kernel/libk/string.h (modified) Clean up, and define strstr() in libk. Sun, 06 Aug 2017 06:20:53 GMT max@… [322] * trunk/hal/x86_64/drivers/ioc_ata.c (modified) Clean up. Sun, 06 Aug 2017 06:13:50 GMT max@… [321] * trunk/hal/x86_64/drivers/txt_rs232.c (modified) We don't care about the base. Sun, 06 Aug 2017 06:10:37 GMT max@… [320] * trunk/hal/x86_64/core/hal_types.h (modified) Remove unused. Sun, 06 Aug 2017 06:00:24 GMT max@… [319] * trunk/hal/x86_64/core/hal_gpt.c (modified) Don't forget to unmap the region below the kernel. Useful to detect ... Fri, 04 Aug 2017 14:22:27 GMT alain [318] * trunk/kernel/libk/remote_rwlock.c (modified) Bug fix : we don't need an atomic access to update the ... Fri, 04 Aug 2017 12:03:44 GMT alain [317] * trunk/Makefile (modified) * trunk/hal/tsar_mips32/core/hal_context.c (modified) * trunk/hal/tsar_mips32/core/hal_exception.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/kern/chdev.c (modified) * trunk/kernel/kern/chdev.h (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/scheduler.c (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel/vfs/vfs.h (modified) * trunk/kernel_config.h (modified) 1) Introduce the TSAR hal_cpu_context_switch() function. 2) ... Thu, 03 Aug 2017 10:01:19 GMT max@… [316] * trunk/hal/x86_64/core/hal_gpt.c (modified) * trunk/hal/x86_64/core/hal_types.h (modified) Synchronize with Alain's changes. Still several issues. Thu, 03 Aug 2017 08:15:18 GMT alain [315] * trunk/hal/generic/hal_gpt.h (modified) * trunk/hal/generic/hal_ppm.h (modified) * trunk/hal/tsar_mips32/core/hal_gpt.c (modified) * trunk/hal/tsar_mips32/core/hal_ppm.c (modified) * trunk/hal/tsar_mips32/core/hal_types.h (modified) * trunk/hal/tsar_mips32/core/hal_uspace.c (modified) * trunk/hal/x86_64/core/hal_types.h (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/libk/elf.c (modified) * trunk/kernel/mm/kcm.c (modified) * trunk/kernel/mm/khm.c (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/mapper.h (modified) * trunk/kernel/mm/page.c (modified) * trunk/kernel/mm/page.h (modified) * trunk/kernel/mm/ppm.c (modified) * trunk/kernel/mm/ppm.h (modified) * trunk/kernel/mm/vmm.c (modified) * trunk/kernel/mm/vseg.c (modified) * trunk/kernel/mm/vseg.h (modified) * trunk/kernel/syscalls/sys_exec.c (modified) * trunk/kernel/syscalls/sys_write.c (modified) * trunk/kernel/vfs/fatfs.c (modified) * trunk/kernel/vfs/vfs.c (modified) Redefine the fuctions ppm_base2page() / ppm_page2base() / ... Wed, 02 Aug 2017 13:28:20 GMT max@… [314] * trunk/hal/x86_64/core/hal_remote.c (modified) Add hal_remote_memset. Wed, 02 Aug 2017 13:24:57 GMT alain [313] * trunk/hal/generic/hal_gpt.h (modified) * trunk/hal/generic/hal_ppm.h (modified) * trunk/hal/generic/hal_remote.h (modified) * trunk/hal/tsar_mips32/core/hal_ppm.c (modified) * trunk/hal/tsar_mips32/core/hal_remote.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/rpc.h (modified) * trunk/kernel/libk/elf.c (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/mapper.h (modified) * trunk/kernel/mm/ppm.c (modified) * trunk/kernel/mm/ppm.h (modified) * trunk/kernel/mm/vmm.c (modified) * trunk/kernel/mm/vmm.h (modified) * trunk/kernel/mm/vseg.h (modified) * trunk/kernel/syscalls/sys_read.c (modified) * trunk/kernel/syscalls/sys_write.c (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel/vfs/vfs.h (modified) RSeveral modifs in the page-fault handling. Wed, 02 Aug 2017 12:36:58 GMT max@… [312] * trunk/hal/x86_64/core/hal_boot.S (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_multiboot.h (modified) Add a --no-smp option. Wed, 02 Aug 2017 12:17:00 GMT max@… [311] * trunk/hal/generic/hal_context.h (modified) * trunk/hal/tsar_mips32/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/kernel/kern/scheduler.c (modified) Introduce hal_cpu_context_switch. Tue, 01 Aug 2017 08:44:43 GMT max@… [310] * trunk/hal/x86_64/core/hal_init.c (modified) Use pause(). Tue, 01 Aug 2017 08:37:06 GMT max@… [309] * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/hal_special.c (modified) Add clts/stts. Tue, 01 Aug 2017 08:30:39 GMT max@… [308] * trunk/hal/x86_64/core/hal_exception.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_kentry.S (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) Add a basic syscall entry. Tue, 01 Aug 2017 08:29:27 GMT max@… [307] * trunk/hal/x86_64/core/hal_ppm.c (modified) Forgot to commit this yesterday. Mon, 31 Jul 2017 14:13:08 GMT max@… [306] * trunk/kernel/kern/scheduler.c (modified) Terrible typo. Mon, 31 Jul 2017 12:46:50 GMT max@… [305] * trunk/kernel/syscalls/sys_open.c (modified) * trunk/kernel/syscalls/sys_rmdir.c (modified) * trunk/kernel/syscalls/sys_unlink.c (modified) Style, and use hal_strcpy_from_uspace. Mon, 31 Jul 2017 12:42:36 GMT max@… [304] * trunk/kernel/syscalls/sys_mkfifo.c (modified) Style, and use hal_strcpy_from_uspace. Mon, 31 Jul 2017 12:39:49 GMT max@… [303] * trunk/kernel/syscalls/sys_mkdir.c (modified) Style, and use hal_strcpy_from_uspace. Mon, 31 Jul 2017 12:36:48 GMT max@… [302] * trunk/kernel/syscalls/sys_chmod.c (modified) * trunk/kernel/syscalls/sys_exec.c (modified) Style, and use hal_strcpy_from_uspace. Mon, 31 Jul 2017 12:30:23 GMT max@… [301] * trunk/kernel/syscalls/sys_chdir.c (modified) Style, and use hal_strcpy_from_uspace. Mon, 31 Jul 2017 12:28:19 GMT max@… [300] * trunk/hal/tsar_mips32/core/hal_uspace.c (modified) Passably handle everything in the function itself. Mon, 31 Jul 2017 12:19:12 GMT max@… [299] * trunk/hal/generic/hal_uspace.h (modified) * trunk/hal/tsar_mips32/core/hal_uspace.c (modified) * trunk/hal/x86_64/core/hal_uspace.c (modified) The uspace strcpy function is allowed to fail (not implemented yet). Mon, 31 Jul 2017 12:10:39 GMT max@… [298] * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) Sync with TSAR. Mon, 31 Jul 2017 12:00:34 GMT max@… [297] * trunk/kernel/libk/iprintk.c (deleted) * trunk/kernel/libk/iprintk.c.bak (deleted) * trunk/kernel/libk/iprintk.c.old (deleted) Remove unused. Mon, 31 Jul 2017 11:59:52 GMT alain [296] * trunk/hal/generic/hal_context.h (modified) * trunk/hal/generic/hal_ppm.h (modified) * trunk/hal/generic/hal_special.h (modified) * trunk/hal/tsar_mips32/core/hal_context.c (modified) * trunk/hal/tsar_mips32/core/hal_exception.c (modified) * trunk/hal/tsar_mips32/core/hal_kentry.S (modified) * trunk/hal/tsar_mips32/core/hal_ppm.c (modified) * trunk/hal/tsar_mips32/core/hal_remote.c (modified) * trunk/hal/tsar_mips32/core/hal_special.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_dma.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified) * trunk/hal/tsar_mips32/kernel.ld (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_dma.c (modified) * trunk/kernel/devices/dev_ioc.c (modified) * trunk/kernel/devices/dev_nic.c (modified) * trunk/kernel/devices/dev_txt.c (modified) * trunk/kernel/kern/chdev.c (modified) * trunk/kernel/kern/cluster.c (modified) * trunk/kernel/kern/core.c (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/printk.c (modified) * trunk/kernel/kern/printk.h (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/rpc.h (modified) * trunk/kernel/kern/scheduler.c (modified) * trunk/kernel/kern/scheduler.h (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/libk/remote_barrier.c (modified) * trunk/kernel/libk/remote_condvar.c (modified) * trunk/kernel/libk/remote_fifo.c (modified) * trunk/kernel/libk/remote_mutex.c (modified) * trunk/kernel/libk/remote_sem.c (modified) * trunk/kernel/libk/remote_spinlock.c (modified) * trunk/kernel/libk/spinlock.c (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/page.c (modified) * trunk/kernel/syscalls/sys_thread_exit.c (modified) * trunk/kernel/syscalls/sys_thread_join.c (modified) * trunk/kernel/syscalls/sys_thread_sleep.c (modified) * trunk/kernel/syscalls/sys_thread_yield.c (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel/vfs/vfs.h (modified) * trunk/kernel_config.h (modified) * trunk/tools/arch_info/boot_info.h (modified) * trunk/tools/bootloader_tsar/boot.c (modified) * trunk/tools/bootloader_tsar/boot_config.h (modified) * trunk/tools/bootloader_tsar/boot_entry.S (modified) Several modifs in the generic scheduler and in the hal_context to ... Mon, 31 Jul 2017 11:59:00 GMT max@… [295] * trunk/kernel/drivers (deleted) Remove vestige. Mon, 31 Jul 2017 11:58:30 GMT max@… [294] * trunk/kernel/arch (deleted) Remove vestige. Mon, 31 Jul 2017 10:53:13 GMT max@… [293] * trunk/hal/x86_64/core/hal_init.c (modified) Fix previous. Still don't know where the race comes from... Mon, 31 Jul 2017 08:16:33 GMT max@… [292] * trunk/hal/x86_64/core/hal_init.c (modified) Use different stacks for NMIs and Double Faults. Thu, 27 Jul 2017 14:50:14 GMT max@… [291] * trunk/hal/tsar_mips32/drivers/soclib_xcu.c (deleted) * trunk/hal/tsar_mips32/drivers/soclib_xcu.h (deleted) Remove soclib_xcu. Thu, 27 Jul 2017 14:47:05 GMT max@… [290] * trunk/hal/x86_64/core/hal_internal.h (modified) Define prototype. Thu, 27 Jul 2017 14:44:18 GMT max@… [289] * trunk/kernel/syscalls/sys_thread_create.c (modified) Style, in order to appease GCC5. Thu, 27 Jul 2017 14:37:32 GMT max@… [288] * trunk/kernel/libk/string.c (modified) Re-indent, to appease GCC5 warnings. Thu, 27 Jul 2017 14:34:52 GMT max@… [287] * trunk/kernel_config.h (modified) Increase the number of reserved areas. Thu, 27 Jul 2017 13:33:56 GMT max@… [286] * trunk/kernel/kern/dqdt.c (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/mm/vmm.c (modified) Fix dangerous typos. Thu, 27 Jul 2017 13:29:48 GMT max@… [285] * trunk/hal/tsar_mips32/core/hal_irqmask.c (modified) * trunk/hal/x86_64/core/hal_irqmask.c (modified) * trunk/kernel/kern/kernel_init.c (modified) Must be reg_t. Thu, 27 Jul 2017 13:24:09 GMT max@… [284] * trunk/Makefile.x86 (modified) Need to use gnu89, otherwise the kernel does not compile on GCC5. Thu, 27 Jul 2017 09:22:39 GMT max@… [283] * trunk/hal/x86_64/core/hal_init.c (modified) horror Thu, 27 Jul 2017 08:26:03 GMT max@… [282] * trunk/kernel/devices/dev_pic.c (modified) Don't use CURRENT_THREAD->core, since it is not yet initialized. Thu, 27 Jul 2017 08:23:27 GMT max@… [281] * trunk/kernel/kern/process.c (modified) The thread has already been registered in thread_user_create, so ... Thu, 27 Jul 2017 08:21:51 GMT max@… [280] * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hal/x86_64/drivers/ioc_ata.c (modified) * trunk/hal/x86_64/drivers/pic_apic.c (modified) * trunk/hal/x86_64/drivers/pic_apic.h (modified) * trunk/hal/x86_64/drivers/txt_rs232.c (modified) sync Wed, 26 Jul 2017 22:23:29 GMT alain [279] * trunk/hal/generic/hal_irqmask.h (modified) * trunk/hal/generic/hal_special.h (modified) * trunk/hal/tsar_mips32/core/hal_drivers.c (modified) * trunk/hal/tsar_mips32/core/hal_interrupt.c (modified) * trunk/hal/tsar_mips32/core/hal_irqmask.c (modified) * trunk/hal/tsar_mips32/core/hal_kentry.S (modified) * trunk/hal/tsar_mips32/core/hal_kentry.h (modified) * trunk/hal/tsar_mips32/core/hal_ppm.c (modified) * trunk/hal/tsar_mips32/core/hal_remote.c (modified) * trunk/hal/tsar_mips32/core/hal_special.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_dma.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_mmc.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_nic.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_pic.h (modified) * trunk/hal/tsar_mips32/drivers/soclib_tty.c (modified) * trunk/hal/tsar_mips32/kernel.ld (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_dma.c (modified) * trunk/kernel/devices/dev_fbf.c (modified) * trunk/kernel/devices/dev_iob.h (modified) * trunk/kernel/devices/dev_ioc.c (modified) * trunk/kernel/devices/dev_mmc.c (modified) * trunk/kernel/devices/dev_nic.c (modified) * trunk/kernel/devices/dev_pic.c (modified) * trunk/kernel/devices/dev_pic.h (modified) * trunk/kernel/devices/dev_txt.c (modified) * trunk/kernel/kern/chdev.h (modified) * trunk/kernel/kern/cluster.c (modified) * trunk/kernel/kern/cluster.h (modified) * trunk/kernel/kern/core.c (modified) * trunk/kernel/kern/core.h (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/printk.c (modified) * trunk/kernel/kern/printk.h (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/rpc.h (modified) * trunk/kernel/kern/scheduler.c (modified) * trunk/kernel/kern/scheduler.h (modified) * trunk/kernel/kern/thread.h (modified) * trunk/kernel/libk/elf.c (modified) * trunk/kernel/libk/remote_fifo.c (modified) * trunk/kernel/libk/remote_fifo.h (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/syscalls/syscalls.h (modified) * trunk/kernel/vfs/devfs.c (modified) * trunk/kernel/vfs/fatfs.c (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel_config.h (modified) * trunk/params.mk (modified) * trunk/tools/arch_info/genarch.py (modified) * trunk/tools/bootloader_tsar/boot.c (modified) 1) Introduce independant command fields for the various devices in ... Wed, 26 Jul 2017 13:42:47 GMT max@… [278] * trunk/kernel/kern/scheduler.c (modified) Should be 'next'. Wed, 26 Jul 2017 11:31:46 GMT max@… [277] * trunk/Makefile.x86 (modified) sync Wed, 26 Jul 2017 11:24:51 GMT max@… [276] * trunk/hal/x86_64/core/hal_exception.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) update Wed, 26 Jul 2017 11:20:36 GMT max@… [275] * trunk/hal/x86_64/core/hal_acpi.c (modified) * trunk/hal/x86_64/core/hal_acpi.h (modified) Add a SRAT parser. For some reason, QEMU does not want to enable the ... Wed, 26 Jul 2017 08:54:49 GMT max@… [274] * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_interrupt.c (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) Add tls_tf. Mon, 24 Jul 2017 14:51:14 GMT max@… [273] * trunk/kernel/libk/elf.h (modified) Mmh, must be Elf64_Xword. Mon, 24 Jul 2017 14:30:00 GMT max@… [272] * trunk/hal/x86_64/core/hal_boot.h (modified) * trunk/hal/x86_64/core/hal_gpt.c (modified) * trunk/hal/x86_64/core/hal_types.h (modified) Use local_cxy for GET_PTR, instead of the triple map. This fixes a ... Fri, 21 Jul 2017 14:02:09 GMT max@… [271] * trunk/kernel/vfs/vfs.c (modified) new_offset can be NULL Fri, 21 Jul 2017 13:56:36 GMT max@… [270] * trunk/kernel/libk/elf.c (modified) * trunk/kernel/libk/elf.h (modified) Comment out EI_OSABI, and use ELFCLASS. Fri, 21 Jul 2017 13:42:38 GMT max@… [269] * trunk/hal/x86_64/drivers/ioc_ata.c (modified) Mmh, fix previous. Fri, 21 Jul 2017 13:36:16 GMT max@… [268] * trunk/hal/x86_64/drivers/ioc_ata.c (modified) Mmh, the wait must be done for each block, not for each operation. Fri, 21 Jul 2017 12:57:16 GMT alain [267] * trunk/hdd/virt_hdd.dmg (modified) bloup Fri, 21 Jul 2017 11:51:24 GMT alain [266] * trunk/hal/tsar_mips32/core/hal_drivers.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel/vfs/vfs.h (modified) * trunk/kernel_config.h (modified) Implement vfs_lseek() function. Fri, 21 Jul 2017 05:36:08 GMT alain [265] * trunk/Makefile (modified) * trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/rpc.h (modified) * trunk/kernel/libk/elf.c (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/mapper.h (modified) * trunk/kernel/syscalls/sys_read.c (modified) * trunk/kernel/syscalls/sys_write.c (modified) * trunk/kernel/vfs/fatfs.c (modified) * trunk/kernel/vfs/fatfs.h (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel/vfs/vfs.h (modified) * trunk/kernel_config.h (modified) Fix several bugs in VFS. Thu, 20 Jul 2017 13:22:07 GMT max@… [264] * trunk/hal/x86_64/drivers/soclib_iob.h (modified) empty out Thu, 20 Jul 2017 13:17:58 GMT max@… [263] * trunk/hal/x86_64/drivers/soclib_fbf.c (deleted) * trunk/hal/x86_64/drivers/soclib_fbf.h (deleted) Remove soclib_fbf on x86. Thu, 20 Jul 2017 13:16:23 GMT max@… [262] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/drivers/soclib_dma.c (deleted) * trunk/hal/x86_64/drivers/soclib_dma.h (deleted) * trunk/kernel/devices/dev_dma.c (modified) Remove soclib_dma on x86.