# # ChangeLog for trunk # # Generated by Trac 1.2.3 # Mar 28, 2024, 5:46:21 PM 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. Thu, 20 Jul 2017 13:13:58 GMT max@… [261] * trunk/hal/generic/hal_drivers.h (modified) * trunk/hal/tsar_mips32/core/hal_drivers.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_dma.c (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/kernel/devices/dev_dma.c (modified) Hide soclib_dma. Thu, 20 Jul 2017 13:08:01 GMT max@… [260] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/drivers/soclib_nic.c (deleted) * trunk/hal/x86_64/drivers/soclib_nic.h (deleted) Remove soclib_nic on x86. Thu, 20 Jul 2017 13:06:35 GMT max@… [259] * trunk/hal/generic/hal_drivers.h (modified) * trunk/hal/tsar_mips32/core/hal_drivers.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_nic.c (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/kernel/devices/dev_nic.c (modified) Hide soclib_nic. Thu, 20 Jul 2017 13:00:55 GMT max@… [258] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/drivers/soclib_mmc.c (deleted) * trunk/hal/x86_64/drivers/soclib_mmc.h (deleted) Remove soclib_mmc on x86. Thu, 20 Jul 2017 12:59:04 GMT max@… [257] * trunk/hal/generic/hal_drivers.h (modified) * trunk/hal/tsar_mips32/core/hal_drivers.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_mmc.c (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/kernel/devices/dev_mmc.c (modified) Hide soclib_mmc. Thu, 20 Jul 2017 12:37:57 GMT max@… [256] * trunk/hal/x86_64/core/hal_init.c (modified) Remove the IRQ line. It will have to be enabled somewhere in the HAL. Thu, 20 Jul 2017 12:35:44 GMT max@… [255] * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/kernel/devices/dev_txt.c (modified) Don't route the IRQ for IMPL_TXT_RS2, it is multiplexed in software. Thu, 20 Jul 2017 12:24:37 GMT max@… [254] * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/kernel/devices/dev_txt.h (modified) Use IMPL_TXT_RS2. Thu, 20 Jul 2017 11:35:13 GMT max@… [253] * trunk/hal/tsar_mips32/drivers/soclib_cma.c (deleted) * trunk/hal/tsar_mips32/drivers/soclib_cma.h (deleted) * trunk/hal/x86_64/drivers/soclib_cma.c (deleted) * trunk/hal/x86_64/drivers/soclib_cma.h (deleted) Remove unused files. Thu, 20 Jul 2017 11:30:05 GMT max@… [252] * 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/hal/x86_64/core/hal_init.c (modified) * trunk/kernel/devices/dev_pic.c (modified) Hide IMPL_PIC_. Thu, 20 Jul 2017 11:22:29 GMT max@… [251] * trunk/Makefile.x86 (modified) Don't objdump each component; the kernel is enough. Thu, 20 Jul 2017 11:17:49 GMT max@… [250] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/drivers/soclib_xcu.c (deleted) * trunk/hal/x86_64/drivers/soclib_xcu.h (deleted) Remove XCU on x86; not sure if it's still useful on TSAR... Thu, 20 Jul 2017 11:14:10 GMT max@… [249] * trunk/kernel/devices/dev_icu.c (deleted) * trunk/kernel/devices/dev_icu.h (deleted) * trunk/kernel/kern/chdev.h (modified) * trunk/kernel/kern/kernel_init.c (modified) Remove the ICU driver. Thu, 20 Jul 2017 11:07:33 GMT max@… [248] * trunk/kernel/kern/do_interrupt.c (modified) * trunk/kernel/kern/rpc.c (modified) Don't include dev_icu.h when it's not needed. Thu, 20 Jul 2017 11:04:15 GMT max@… [247] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/drivers/txt_rs232.c (moved) * trunk/hal/x86_64/drivers/txt_rs232.h (moved) * trunk/kernel/kern/kernel_init.c (modified) Rename soclib_tty->txt_rs232. Thu, 20 Jul 2017 10:55:23 GMT alain [246] * trunk/Makefile (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_ioc.h (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/printk.c (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/mapper.h (modified) * trunk/kernel/vfs/fatfs.c (modified) * trunk/kernel/vfs/fatfs.h (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel_config.h (modified) * trunk/user/ksh/Makefile (modified) Fix a major bug in FATFS : miss handling in the FAT mapper. Thu, 20 Jul 2017 10:46:10 GMT max@… [245] * 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/kernel/devices/dev_txt.c (modified) Hide soclib_tty. Thu, 20 Jul 2017 10:38:53 GMT max@… [244] * trunk/hal/x86_64/drivers/soclib_tty.c (modified) * trunk/kernel/devices/dev_txt.c (modified) Hide the fields. Thu, 20 Jul 2017 08:29:35 GMT max@… [243] * trunk/hal/x86_64/core/hal_boot.S (modified) * trunk/hal/x86_64/core/hal_smpboot.S (modified) Mmh, some CPUs can boot with the cache disabled, so explicitly enable it. Thu, 20 Jul 2017 08:29:05 GMT max@… [242] * trunk/hal/x86_64/core/hal_exception.c (modified) * trunk/hal/x86_64/core/hal_internal.h (modified) * trunk/hal/x86_64/core/x86_printf.c (modified) add a dumb lock for the console Thu, 20 Jul 2017 08:13:25 GMT max@… [241] * trunk/hal/x86_64/core/hal_acpi.c (modified) * trunk/hal/x86_64/core/hal_acpi.h (modified) some LAPICs can be disabled Thu, 20 Jul 2017 07:55:05 GMT max@… [240] * trunk/hal/x86_64/core/hal_acpi.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_irqmask.c (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) Make the secondary CPUs jump into kernel_init(). Wed, 19 Jul 2017 13:33:23 GMT alain [239] * trunk/kernel/vfs/vfs.h (modified) bloup Wed, 19 Jul 2017 13:31:39 GMT alain [238] * trunk/Makefile (modified) * trunk/hal/tsar_mips32/core/hal_drivers.c (modified) * trunk/hal/tsar_mips32/core/hal_interrupt.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_pic.h (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_mmc.c (modified) * trunk/kernel/devices/dev_nic.c (modified) * trunk/kernel/devices/dev_txt.c (modified) * trunk/kernel/kern/rpc.c (modified) * trunk/kernel/kern/rpc.h (modified) * trunk/kernel/libk/string.c (modified) * trunk/kernel/libk/string.h (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/mapper.h (modified) * trunk/kernel/mm/page.c (modified) * trunk/kernel/vfs/devfs.h (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) Fixing bugs in vfs_lookup() Wed, 19 Jul 2017 12:57:03 GMT max@… [237] * trunk/hal/x86_64/core/hal_apic.c (modified) * trunk/hal/x86_64/core/hal_apic.h (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_interrupt.c (modified) Attach the secondary CPUs, and for now route the keyboard irq to ... Wed, 19 Jul 2017 12:30:15 GMT max@… [236] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core/hal_apic.c (modified) * trunk/hal/x86_64/core/hal_apic.h (modified) * trunk/hal/x86_64/core/hal_boot.h (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_smpboot.S (added) Launch the secondary CPUs. For now, they all say hello and enter an ... Wed, 19 Jul 2017 08:03:41 GMT max@… [235] * trunk/hal/x86_64/core/hal_acpi.c (modified) * trunk/hal/x86_64/core/hal_apic.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) Start adding some code for SMP support Tue, 18 Jul 2017 13:33:07 GMT max@… [234] * trunk/hal/x86_64/core/hal_acpi.c (modified) * trunk/hal/x86_64/core/hal_acpi.h (modified) * trunk/hal/x86_64/core/hal_apic.c (modified) * trunk/hal/x86_64/core/hal_apic.h (modified) * trunk/hal/x86_64/core/hal_atomic.c (modified) * trunk/hal/x86_64/core/hal_boot.S (modified) * trunk/hal/x86_64/core/hal_boot.h (modified) * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_cpu.S (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/core/hal_exception.c (modified) * trunk/hal/x86_64/core/hal_gpt.c (modified) * trunk/hal/x86_64/core/hal_init.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_kentry.S (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) * trunk/hal/x86_64/core/hal_multiboot.h (modified) * trunk/hal/x86_64/core/hal_ppm.c (modified) * trunk/hal/x86_64/core/hal_register.h (modified) * trunk/hal/x86_64/core/hal_remote.c (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) * trunk/hal/x86_64/core/hal_special.c (modified) * trunk/hal/x86_64/core/x86_printf.c (modified) style Tue, 18 Jul 2017 13:28:20 GMT max@… [233] * trunk/hal/x86_64/core/hal_exception.c (modified) * trunk/hal/x86_64/core/hal_kentry.S (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) Push the context entirely for an exception. Tue, 18 Jul 2017 13:11:55 GMT max@… [232] * trunk/kernel/ksh (deleted) Remove this shell, several files are missing. Tue, 18 Jul 2017 13:08:39 GMT max@… [231] * trunk/tools/alcons (added) * trunk/tools/alcons/Makefile (added) * trunk/tools/alcons/alcons.c (added) * trunk/tools/alcons/common.h (added) * trunk/tools/alcons/config.h (added) * trunk/tools/alcons/threads.c (added) Add a serial port multiplexer, usable to communicate with the ... Tue, 18 Jul 2017 13:05:53 GMT max@… [230] * trunk/user (added) * trunk/user/ksh (added) * trunk/user/ksh/Makefile (added) * trunk/user/ksh/ksh.c (added) Create user/, and a basic shell. Tue, 18 Jul 2017 10:40:57 GMT bouyer [229] * trunk/kernel/` (deleted) Remove bad file Tue, 18 Jul 2017 10:34:45 GMT max@… [228] * trunk/kernel/tags (deleted) remove unused file Tue, 18 Jul 2017 10:32:31 GMT max@… [227] * trunk/kernel/libk/elf.c (modified) * trunk/kernel/libk/elf.h (modified) use Elf64 for 64bit architectures (x86_64) Tue, 18 Jul 2017 10:31:28 GMT max@… [226] * trunk/hal/tsar_mips32/core/hal_types.h (modified) * trunk/hal/x86_64/core/hal_types.h (modified) add HAL_32BIT/HAL_64BIT Tue, 18 Jul 2017 09:05:17 GMT max@… [225] * trunk/hal/x86_64/core/hal_gpt.c (modified) implement hal_gpt_create Tue, 18 Jul 2017 08:29:58 GMT max@… [224] * trunk/hal/x86_64/core/hal_boot.h (modified) * trunk/hal/x86_64/core/hal_gpt.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) * trunk/hal/x86_64/core/hal_types.h (modified) Create a (virtual) copy of the local cluster in 0xffffe00000000000, ... Mon, 17 Jul 2017 12:48:12 GMT max@… [223] * trunk/kernel/libk/string.c (modified) Damn, don't do NULL checks here, otherwise we're hiding NULL derefs ... Mon, 17 Jul 2017 12:42:46 GMT max@… [222] * trunk/kernel/vfs/vfs.c (modified) fix inverted arguments Mon, 17 Jul 2017 12:18:01 GMT max@… [221] * trunk/hal/x86_64/drivers/ioc_ata.c (modified) use panic instead Mon, 17 Jul 2017 12:14:21 GMT max@… [220] * trunk/hal/x86_64/core/hal_kentry.S (modified) * trunk/hal/x86_64/drivers/ioc_ata.c (modified) use the asm entry point to save the context Mon, 17 Jul 2017 11:59:55 GMT max@… [219] * trunk/tools/arch_info/boot_info.h (modified) update comment Mon, 17 Jul 2017 11:55:13 GMT max@… [218] * trunk/Makefile.x86 (modified) update Mon, 17 Jul 2017 11:54:51 GMT max@… [217] * trunk/hal/x86_64/drivers/soclib_hba.c (deleted) * trunk/hal/x86_64/drivers/soclib_hba.h (deleted) remove soclib_hba on x86 Mon, 17 Jul 2017 11:50:38 GMT max@… [216] * 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/kernel/devices/dev_ioc.c (modified) dispatch 'impl' in the hal Mon, 17 Jul 2017 11:41:13 GMT max@… [215] * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/drivers/ioc_ata.c (moved) * trunk/hal/x86_64/drivers/ioc_ata.h (moved) rename the ATA driver Mon, 17 Jul 2017 11:40:21 GMT max@… [214] * trunk/kernel/devices/dev_fbf.c (modified) remove unused includes Mon, 17 Jul 2017 11:29:41 GMT max@… [213] * 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/kernel/devices/dev_ioc.c (modified) hide soclib_bdv Mon, 17 Jul 2017 11:24:58 GMT max@… [212] * trunk/kernel/devices/dev_ioc.c (modified) style Mon, 17 Jul 2017 11:22:11 GMT max@… [211] * trunk/hal/tsar_mips32/drivers/soclib_bdv.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_hba.c (modified) * trunk/hal/x86_64/drivers/soclib_bdv.c (modified) * trunk/hal/x86_64/drivers/soclib_hba.c (modified) * trunk/kernel/devices/dev_ioc.c (modified) hide the fields Mon, 17 Jul 2017 11:16:13 GMT max@… [210] * trunk/hal/x86_64/drivers/soclib_bdv.c (modified) advance a bit, and panic on error Mon, 17 Jul 2017 11:01:31 GMT max@… [209] * trunk/hal/x86_64/core/hal_remote.c (modified) add hal_remote_strcpy Mon, 17 Jul 2017 10:56:23 GMT max@… [208] * trunk/hal/x86_64/drivers/pic_apic.c (modified) * trunk/hal/x86_64/drivers/pic_apic.h (modified) sync Mon, 17 Jul 2017 10:51:48 GMT max@… [207] * trunk/kernel/devices/dev_ioc.c (modified) mask/unmask the IRQ Mon, 17 Jul 2017 10:51:07 GMT max@… [206] * trunk/kernel/devices/dev_pic.c (modified) re-hide Mon, 17 Jul 2017 09:41:25 GMT alain [205] * trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_pic.h (modified) * trunk/hdd/virt_hdd.dmg (modified) * trunk/kernel/devices/dev_pic.c (modified) * trunk/kernel/devices/dev_pic.h (modified) Change dev_pic_enable_irq() and dev_pic_disable_irq() prototypes to ... Mon, 17 Jul 2017 06:42:59 GMT alain [204] * trunk/Makefile (modified) * trunk/hal/tsar_mips32/core/hal_remote.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/chdev.h (modified) * trunk/kernel/kern/kernel_init.c (modified) * trunk/kernel/kern/process.c (modified) * trunk/kernel/kern/process.h (modified) * trunk/kernel/libk/bits.h (modified) * trunk/kernel/libk/elf.c (modified) * trunk/kernel/libk/elf.h (modified) * trunk/kernel/libk/xhtab.c (modified) * trunk/kernel/libk/xhtab.h (modified) * trunk/kernel/mm/mapper.c (modified) * trunk/kernel/mm/mapper.h (modified) * trunk/kernel/mm/vmm.c (modified) * trunk/kernel/vfs/devfs.c (modified) * trunk/kernel/vfs/devfs.h (modified) * trunk/kernel/vfs/vfs.c (modified) * trunk/kernel/vfs/vfs.h (modified) * trunk/kernel_config.h (modified) * trunk/params.mk (modified) * trunk/tools/bootloader_tsar/boot.c (modified) Bug fix in kernel_init -This line, and those below, will be ... Thu, 13 Jul 2017 13:24:38 GMT max@… [203] * trunk/hal/x86_64/core/hal_apic.c (modified) * trunk/hal/x86_64/core/hal_apic.h (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.S (modified) * trunk/hal/x86_64/core/hal_segmentation.h (modified) * trunk/hal/x86_64/drivers/pic_apic.c (modified) * trunk/hal/x86_64/drivers/soclib_bdv.c (modified) * trunk/hal/x86_64/drivers/soclib_xcu.c (modified) start moving the APIC code into the PIC driver Thu, 13 Jul 2017 12:09:32 GMT max@… [202] * trunk/hal/x86_64/core/hal_apic.c (modified) * trunk/hal/x86_64/core/hal_apic.h (modified) * trunk/hal/x86_64/core/hal_init.c (modified) register the ATA IRQs Thu, 13 Jul 2017 11:48:45 GMT max@… [201] * trunk/kernel/devices/dev_pic.c (modified) * trunk/kernel/devices/dev_pic.h (modified) fix the pointers Thu, 13 Jul 2017 11:39:46 GMT alain [200] * trunk/kernel/devices/dev_pic.c (modified) bloup Thu, 13 Jul 2017 10:54:18 GMT max@… [199] * trunk/hal/x86_64/core/hal_apic.c (modified) * trunk/hal/x86_64/core/hal_init.c (modified) map the LAPIC and IOAPIC in a separate function Thu, 13 Jul 2017 10:45:17 GMT max@… [198] * trunk/hal/tsar_mips32/core/hal_drivers.c (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) mmh, mistakenly removed this Thu, 13 Jul 2017 10:42:33 GMT max@… [197] * trunk/Makefile.x86 (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/drivers/pic_apic.c (moved) * trunk/hal/x86_64/drivers/pic_apic.h (moved) rename soclib->apic Thu, 13 Jul 2017 10:35:48 GMT max@… [196] * trunk/hal/tsar_mips32/core/hal_drivers.c (modified) * trunk/hal/x86_64/core/hal_drivers.c (modified) * trunk/hal/x86_64/drivers/soclib_pic.c (modified) * trunk/hal/x86_64/drivers/soclib_pic.h (modified) sync Thu, 13 Jul 2017 10:28:37 GMT max@… [195] * 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) add IOC (ATA) Thu, 13 Jul 2017 10:27:52 GMT max@… [194] * trunk/hal/x86_64/drivers/soclib_bdv.c (modified) implement a basic ATA driver Thu, 13 Jul 2017 07:28:06 GMT max@… [193] * trunk/hal/x86_64/core/hal_boot.S (modified) * trunk/hal/x86_64/core/hal_boot.h (modified) * trunk/hal/x86_64/core/hal_context.c (modified) * trunk/hal/x86_64/core/hal_interrupt.c (modified) * trunk/hal/x86_64/core/hal_kentry.h (modified) build the context Thu, 13 Jul 2017 07:27:38 GMT max@… [192] * trunk/hal/x86_64/core/hal_init.c (modified) initialize pic Thu, 13 Jul 2017 06:27:07 GMT max@… [191] * trunk/Makefile.x86 (modified) sync Thu, 13 Jul 2017 06:26:47 GMT max@… [190] * 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/kernel/devices/dev_pic.c (modified) hide soclib Thu, 13 Jul 2017 06:25:13 GMT max@… [189] * trunk/hal/x86_64/core/hal_remote.c (modified) * trunk/hal/x86_64/core/hal_uspace.c (modified) sync Wed, 12 Jul 2017 18:12:41 GMT alain [188] * trunk/Makefile (modified) * trunk/hal/tsar_mips32/core/hal_interrupt.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_pic.c (modified) * trunk/hal/tsar_mips32/drivers/soclib_pic.h (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_fbf.h (modified) * trunk/kernel/devices/dev_ioc.c (modified) * trunk/kernel/devices/dev_ioc.h (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.h (modified) * trunk/kernel/kern/core.c (modified) * trunk/kernel/kern/core.h (modified) * trunk/kernel/kern/do_interrupt.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/rpc.h (modified) * trunk/kernel/kern/thread.c (modified) * trunk/kernel/libk/xhtab.c (modified) * trunk/kernel/libk/xhtab.h (modified) * trunk/kernel/mm/kcm.h (modified) * trunk/kernel/mm/kmem.c (modified) * trunk/kernel/mm/kmem.h (modified) * trunk/kernel/vfs/devfs.c (modified) * trunk/kernel/vfs/devfs.h (modified) * trunk/kernel/vfs/fatfs.c (modified) * trunk/kernel/vfs/fatfs.h (modified) * trunk/kernel/vfs/ramfs.c (modified) * trunk/kernel/vfs/ramfs.h (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) Redefine the PIC device API. Wed, 12 Jul 2017 14:03:13 GMT max@… [187] * trunk/hal/x86_64/core/hal_acpi.c (modified) count the number of IOAPICs Tue, 11 Jul 2017 11:52:51 GMT max@… [186] * trunk/kernel/kern/process.c (modified) memory leak (among others) Tue, 11 Jul 2017 11:24:47 GMT max@… [185] * trunk/kernel/kern/thread.c (modified) use thread_release directly Tue, 11 Jul 2017 11:18:41 GMT max@… [184] * trunk/kernel/mm/vseg.c (modified) style Tue, 11 Jul 2017 11:15:53 GMT max@… [183] * trunk/kernel/mm/mapper.c (modified) style Tue, 11 Jul 2017 11:13:03 GMT max@… [182] * trunk/kernel/mm/kcm.c (modified) lock leak Tue, 11 Jul 2017 11:10:26 GMT max@… [181] * trunk/kernel/mm/kmem.c (modified) style again Tue, 11 Jul 2017 11:09:51 GMT max@… [180] * trunk/kernel/mm/kmem.c (modified) don't memset ptr if it's null... Tue, 11 Jul 2017 11:02:42 GMT max@… [179] * trunk/kernel/mm/vmm.c (modified) fix a lock leak, there are many others left... Tue, 11 Jul 2017 10:57:27 GMT max@… [178] * trunk/kernel/mm/vmm.c (modified) style Tue, 11 Jul 2017 10:45:00 GMT max@… [177] * trunk/kernel/mm/ppm.c (modified) detect use-after-frees Tue, 11 Jul 2017 10:40:54 GMT max@… [176] * trunk/kernel/mm/kcm.c (modified) detect use-after-frees Tue, 11 Jul 2017 10:23:33 GMT max@… [175] * trunk/kernel/mm/khm.c (modified) detect use-after-frees Tue, 11 Jul 2017 08:46:55 GMT max@… [174] * trunk/kernel/kern/thread.h (modified) style Tue, 11 Jul 2017 08:39:51 GMT max@… [173] * trunk/kernel/kern/process.h (modified) style Tue, 11 Jul 2017 08:32:25 GMT max@… [172] * trunk/kernel/kern/process.c (modified) style Tue, 11 Jul 2017 08:26:53 GMT max@… [171] * trunk/kernel/kern/thread.c (modified) style