# # ChangeLog for kernel in mainline # # Generated by Trac 1.6 # 2025-08-22T21:58:11Z Fri, 23 Dec 2016 20:50:48 GMT Jakub Jermar [c7a145e] * kernel/arch/sparc64/src/sparc64.c (modified) Propagate boot arguments from OBP to sysinfo Fri, 16 Dec 2016 20:40:53 GMT Jakub Jermar [df01d303] * kernel/arch/sparc64/src/drivers/pci.c (modified) * uspace/srv/hw/irc/obio/obio.c (modified) OBIO uspace driver no longer depends on information provided by kernel Tue, 20 Sep 2016 08:49:48 GMT Jakub Jermar [d701672] * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) Fix cstyle Sat, 17 Sep 2016 16:00:57 GMT Jakub Jermar [b30846e] * kernel/generic/src/ipc/ops/pagein.c (modified) Do not allow circular paging dependencies of two or more tasks The ... Sat, 17 Sep 2016 15:38:09 GMT Jakub Jermar [5a97302] * kernel/generic/src/ipc/ops/pagein.c (modified) Use a more descriptive name for static function Sat, 17 Sep 2016 15:26:25 GMT Jakub Jermar [ae66564] * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/mm/backend_user.c (modified) Add reference to frame only if the action was initiated by the kernel Sat, 17 Sep 2016 15:09:40 GMT Jakub Jermar [560b81c] * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/page.c (modified) Make sure to test the present bit of the found PTE By design, ... Sun, 11 Sep 2016 08:44:04 GMT Jakub Jermar [97b8ca9] * kernel/generic/src/ipc/ipc.c (modified) Fix race between ipc_answerbox_slam_phones() and ipc_cleanup() We ... Sun, 11 Sep 2016 08:21:11 GMT Jakub Jermar [0b00599] * kernel/generic/src/ipc/ipc.c (modified) Use correct answerbox to answer IPC_M_PHONE_HUNGUP in kbox thread ... Sat, 10 Sep 2016 13:56:43 GMT Jakub Jermar [43e2cbc] * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) Implement interruptible wait for messages sent by the kernel This ... Sat, 03 Sep 2016 10:14:15 GMT Jakub Jermar [d776329b] * HelenOS.config (modified) * boot/arch/sparc32/Makefile.inc (deleted) * boot/arch/sparc32/_link.ld.in (deleted) * boot/arch/sparc32/include/ambapp.h (deleted) * boot/arch/sparc32/include/arch.h (deleted) * boot/arch/sparc32/include/asm.h (deleted) * boot/arch/sparc32/include/main.h (deleted) * boot/arch/sparc32/include/mm.h (deleted) * boot/arch/sparc32/include/types.h (deleted) * boot/arch/sparc32/src/ambapp.c (deleted) * boot/arch/sparc32/src/asm.S (deleted) * boot/arch/sparc32/src/main.c (deleted) * boot/arch/sparc32/src/mm.c (deleted) * boot/arch/sparc32/src/putchar.c (deleted) * defaults/sparc32/Makefile.config (deleted) * defaults/sparc32/leon3/Makefile.config (deleted) * defaults/sparc32/output (deleted) * kernel/arch/sparc32/Makefile.inc (deleted) * kernel/arch/sparc32/_link.ld.in (deleted) * kernel/arch/sparc32/include/arch/ambapp.h (deleted) * kernel/arch/sparc32/include/arch/arch.h (deleted) * kernel/arch/sparc32/include/arch/asm.h (deleted) * kernel/arch/sparc32/include/arch/atomic.h (deleted) * kernel/arch/sparc32/include/arch/barrier.h (deleted) * kernel/arch/sparc32/include/arch/context.h (deleted) * kernel/arch/sparc32/include/arch/context_offset.h (deleted) * kernel/arch/sparc32/include/arch/cpu.h (deleted) * kernel/arch/sparc32/include/arch/cycle.h (deleted) * kernel/arch/sparc32/include/arch/elf.h (deleted) * kernel/arch/sparc32/include/arch/exception.h (deleted) * kernel/arch/sparc32/include/arch/faddr.h (deleted) * kernel/arch/sparc32/include/arch/fpu_context.h (deleted) * kernel/arch/sparc32/include/arch/interrupt.h (deleted) * kernel/arch/sparc32/include/arch/istate.h (deleted) * kernel/arch/sparc32/include/arch/machine/leon3/leon3.h (deleted) * kernel/arch/sparc32/include/arch/machine_func.h (deleted) * kernel/arch/sparc32/include/arch/mm/as.h (deleted) * kernel/arch/sparc32/include/arch/mm/asid.h (deleted) * kernel/arch/sparc32/include/arch/mm/frame.h (deleted) * kernel/arch/sparc32/include/arch/mm/km.h (deleted) * kernel/arch/sparc32/include/arch/mm/page.h (deleted) * kernel/arch/sparc32/include/arch/mm/page_fault.h (deleted) * kernel/arch/sparc32/include/arch/mm/tlb.h (deleted) * kernel/arch/sparc32/include/arch/proc/task.h (deleted) * kernel/arch/sparc32/include/arch/proc/thread.h (deleted) * kernel/arch/sparc32/include/arch/register.h (deleted) * kernel/arch/sparc32/include/arch/regwin.h (deleted) * kernel/arch/sparc32/include/arch/stack.h (deleted) * kernel/arch/sparc32/include/arch/trap.h (deleted) * kernel/arch/sparc32/include/arch/types.h (deleted) * kernel/arch/sparc32/src/context.S (deleted) * kernel/arch/sparc32/src/cpu/cpu.c (deleted) * kernel/arch/sparc32/src/debug/stacktrace.c (deleted) * kernel/arch/sparc32/src/exception.c (deleted) * kernel/arch/sparc32/src/machine/leon3/leon3.c (deleted) * kernel/arch/sparc32/src/machine_func.c (deleted) * kernel/arch/sparc32/src/mm/as.c (deleted) * kernel/arch/sparc32/src/mm/frame.c (deleted) * kernel/arch/sparc32/src/mm/km.c (deleted) * kernel/arch/sparc32/src/mm/page.c (deleted) * kernel/arch/sparc32/src/mm/tlb.c (deleted) * kernel/arch/sparc32/src/proc/scheduler.c (deleted) * kernel/arch/sparc32/src/proc/task.c (deleted) * kernel/arch/sparc32/src/proc/thread.c (deleted) * kernel/arch/sparc32/src/smp/ipi.c (deleted) * kernel/arch/sparc32/src/smp/smp.c (deleted) * kernel/arch/sparc32/src/sparc32.c (deleted) * kernel/arch/sparc32/src/start.S (deleted) * kernel/arch/sparc32/src/trap_table.S (deleted) * kernel/arch/sparc32/src/userspace.c (deleted) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/drivers/grlib/irqmp.h (deleted) * kernel/genarch/include/genarch/drivers/grlib/timer.h (deleted) * kernel/genarch/include/genarch/drivers/grlib/uart.h (deleted) * kernel/genarch/src/drivers/grlib/irqmp.c (deleted) * kernel/genarch/src/drivers/grlib/uart.c (deleted) * release/Makefile (modified) * tools/autotool.py (modified) * tools/toolchain.sh (modified) * uspace/drv/bus/amba/Makefile (deleted) * uspace/drv/bus/amba/amba.c (deleted) * uspace/drv/bus/amba/amba.ma (deleted) * uspace/drv/bus/amba/ambapp.h (deleted) * uspace/drv/char/grlib_uart/Makefile (deleted) * uspace/drv/char/grlib_uart/cyclic_buffer.h (deleted) * uspace/drv/char/grlib_uart/grlib_uart.c (deleted) * uspace/drv/char/grlib_uart/grlib_uart.ma (deleted) * uspace/drv/platform/leon3/Makefile (deleted) * uspace/drv/platform/leon3/leon3.c (deleted) * uspace/drv/platform/leon3/leon3.h (deleted) * uspace/drv/platform/leon3/leon3.ma (deleted) * uspace/lib/c/arch/sparc32/Makefile.common (deleted) * uspace/lib/c/arch/sparc32/Makefile.inc (deleted) * uspace/lib/c/arch/sparc32/_link.ld.in (deleted) * uspace/lib/c/arch/sparc32/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/config.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/context_offset.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/ddi.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/elf.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/elf_linux.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/faddr.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/fibril.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/inttypes.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/istate.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/stack.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/stackarg.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/stddef.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/stdint.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/syscall.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/thread.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/tls.h (deleted) * uspace/lib/c/arch/sparc32/include/libarch/types.h (deleted) * uspace/lib/c/arch/sparc32/src/entry.S (deleted) * uspace/lib/c/arch/sparc32/src/entryjmp.S (deleted) * uspace/lib/c/arch/sparc32/src/fibril.S (deleted) * uspace/lib/c/arch/sparc32/src/stacktrace.c (deleted) * uspace/lib/c/arch/sparc32/src/stacktrace_asm.S (deleted) * uspace/lib/c/arch/sparc32/src/thread_entry.S (deleted) * uspace/lib/c/arch/sparc32/src/tls.c (deleted) * uspace/lib/math/arch/sparc32/Makefile.inc (deleted) * uspace/lib/math/arch/sparc32/include/libarch/math.h (deleted) Remove support for sparc32 This architecture has been unmaintained ... Sat, 03 Sep 2016 09:49:04 GMT Jakub Jermar [4c3602c4] * kernel/generic/src/mm/backend_user.c (modified) Merge from lp:~jakub/helenos/pager Fri, 02 Sep 2016 19:48:36 GMT Jakub Jermar [d078c9b9] * kernel/generic/src/mm/backend_user.c (modified) Add implementation details to user_backend Forbid sharing and ... Fri, 02 Sep 2016 17:58:05 GMT Jakub Jermar [2c2d54a] * abi/include/abi/ipc/interfaces.h (modified) * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/mm/as.h (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/sparc32/include/arch/mm/page.h (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/genarch/include/genarch/mm/page_ht.h (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ops/pagein.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_user.c (added) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/synch/futex.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/mm/pager1.c (added) * uspace/app/tester/mm/pager1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/posix/source/sys/mman.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/vfs/Makefile (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_pager.c (added) Merge from lp:~jakub/helenos/pager Fri, 02 Sep 2016 15:44:09 GMT Jakub Jermar [ae6021d] * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/mm/as.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * uspace/app/tester/mm/pager1.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) Associate each paged as_area with its memory object upon creation ... Thu, 01 Sep 2016 22:14:30 GMT Martin Decky [4bf0926e] * HelenOS.config (modified) * defaults/amd64/Makefile.config (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/mm/km.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/context.S (modified) amd64: resurrect optional support for the 'large' memory model ... Thu, 01 Sep 2016 17:05:13 GMT Jakub Jermar [2a2fbc8] * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/sparc32/include/arch/mm/page.h (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/genarch/include/genarch/mm/page_ht.h (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/synch/futex.c (modified) Merge from lp:~jakub/helenos/pt Thu, 01 Sep 2016 16:46:27 GMT Jakub Jermar [f126c87] * .bzrignore (modified) * HelenOS.config (modified) * abi/include/abi/elf.h (modified) * boot/Makefile.common (modified) * boot/arch/ia64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia64/src/debug/stacktrace_asm.S (modified) * kernel/arch/sparc32/include/arch/barrier.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * tools/autotool.py (modified) * tools/ew.py (modified) * tools/toolchain.riscv.sh (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/barber.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/vcalc/Makefile (added) * uspace/app/vcalc/vcalc.c (added) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/mem_access.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/status.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmast/bo_trans.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/vhc/vhcd.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/syscall.S (modified) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia64/src/syscall.S (modified) * uspace/lib/c/arch/mips32/src/entryjmp.S (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/button.h (modified) * uspace/lib/gui/canvas.c (modified) * uspace/lib/gui/canvas.h (modified) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/grid.h (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/label.h (modified) * uspace/lib/gui/minimal.c (modified) * uspace/lib/gui/minimal.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/terminal.h (modified) * uspace/lib/gui/widget.c (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) * uspace/lib/math/arch/ia32/src/cos.S (modified) * uspace/lib/math/arch/ia32/src/sin.S (modified) * uspace/lib/math/arch/ia32/src/trunc.S (modified) * uspace/lib/uri/Makefile (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usb/include/usb/dev.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/usb.c (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/include/usbvirt/device.h (modified) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * version (modified) Merge from mainline. Thu, 01 Sep 2016 16:37:51 GMT Jakub Jermar [fb63c06] * kernel/genarch/include/genarch/mm/page_ht.h (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) Make page hash table critical sections smaller After the change of ... Thu, 01 Sep 2016 16:10:02 GMT Martin Decky [8b6aa39] * boot/arch/riscv64/Makefile.inc (added) * boot/arch/riscv64/_link.ld.in (added) * boot/arch/riscv64/include/arch.h (added) * boot/arch/riscv64/include/asm.h (added) * boot/arch/riscv64/include/main.h (added) * boot/arch/riscv64/include/types.h (added) * boot/arch/riscv64/include/ucb.h (added) * boot/arch/riscv64/src/asm.S (added) * boot/arch/riscv64/src/main.c (added) * boot/arch/riscv64/src/putchar.c (added) * boot/arch/riscv64/src/ucb.c (added) * kernel/arch/riscv64/Makefile.inc (added) * kernel/arch/riscv64/_link.ld.in (added) * kernel/arch/riscv64/include/arch/arch.h (added) * kernel/arch/riscv64/include/arch/asm.h (added) * kernel/arch/riscv64/include/arch/atomic.h (added) * kernel/arch/riscv64/include/arch/barrier.h (added) * kernel/arch/riscv64/include/arch/boot/boot.h (added) * kernel/arch/riscv64/include/arch/context.h (added) * kernel/arch/riscv64/include/arch/context_struct.ag (added) * kernel/arch/riscv64/include/arch/cpu.h (added) * kernel/arch/riscv64/include/arch/cycle.h (added) * kernel/arch/riscv64/include/arch/elf.h (added) * kernel/arch/riscv64/include/arch/faddr.h (added) * kernel/arch/riscv64/include/arch/fpu_context.h (added) * kernel/arch/riscv64/include/arch/interrupt.h (added) * kernel/arch/riscv64/include/arch/istate.h (added) * kernel/arch/riscv64/include/arch/istate_struct.ag (added) * kernel/arch/riscv64/include/arch/mm/as.h (added) * kernel/arch/riscv64/include/arch/mm/asid.h (added) * kernel/arch/riscv64/include/arch/mm/frame.h (added) * kernel/arch/riscv64/include/arch/mm/km.h (added) * kernel/arch/riscv64/include/arch/mm/page.h (added) * kernel/arch/riscv64/include/arch/mm/tlb.h (added) * kernel/arch/riscv64/include/arch/proc/task.h (added) * kernel/arch/riscv64/include/arch/proc/thread.h (added) * kernel/arch/riscv64/include/arch/stack.h (added) * kernel/arch/riscv64/include/arch/types.h (added) * kernel/arch/riscv64/src/asm.S (added) * kernel/arch/riscv64/src/cpu/cpu.c (added) * kernel/arch/riscv64/src/debug/stacktrace.c (added) * kernel/arch/riscv64/src/mm/as.c (added) * kernel/arch/riscv64/src/mm/frame.c (added) * kernel/arch/riscv64/src/mm/km.c (added) * kernel/arch/riscv64/src/mm/page.c (added) * kernel/arch/riscv64/src/mm/tlb.c (added) * kernel/arch/riscv64/src/proc/scheduler.c (added) * kernel/arch/riscv64/src/proc/task.c (added) * kernel/arch/riscv64/src/proc/thread.c (added) * kernel/arch/riscv64/src/riscv64.c (added) * kernel/arch/riscv64/src/userspace.c (added) * uspace/lib/c/arch/riscv64/Makefile.inc (added) * uspace/lib/c/arch/riscv64/_link.ld.in (added) * uspace/lib/c/arch/riscv64/include/libarch/atomic.h (added) * uspace/lib/c/arch/riscv64/include/libarch/barrier.h (added) * uspace/lib/c/arch/riscv64/include/libarch/ddi.h (added) * uspace/lib/c/arch/riscv64/include/libarch/elf.h (added) * uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h (added) * uspace/lib/c/arch/riscv64/include/libarch/entry.h (added) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (added) * uspace/lib/c/arch/riscv64/include/libarch/fibril.h (added) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.ag (added) * uspace/lib/c/arch/riscv64/include/libarch/inttypes.h (added) * uspace/lib/c/arch/riscv64/include/libarch/istate.h (added) * uspace/lib/c/arch/riscv64/include/libarch/istate_struct.ag (added) * uspace/lib/c/arch/riscv64/include/libarch/stddef.h (added) * uspace/lib/c/arch/riscv64/include/libarch/stdint.h (added) * uspace/lib/c/arch/riscv64/include/libarch/syscall.h (added) * uspace/lib/c/arch/riscv64/include/libarch/thread.h (added) * uspace/lib/c/arch/riscv64/include/libarch/tls.h (added) * uspace/lib/c/arch/riscv64/include/libarch/types.h (added) * uspace/lib/c/arch/riscv64/src/entry.c (added) * uspace/lib/c/arch/riscv64/src/entryjmp.c (added) * uspace/lib/c/arch/riscv64/src/fibril.c (added) * uspace/lib/c/arch/riscv64/src/stacktrace.c (added) * uspace/lib/c/arch/riscv64/src/syscall.c (added) * uspace/lib/c/arch/riscv64/src/thread_entry.c (added) * uspace/lib/c/arch/riscv64/src/tls.c (added) * uspace/lib/math/arch/riscv64/Makefile.inc (added) * uspace/lib/math/arch/riscv64/include/libarch/math.h (added) dummy/fake support for RISC-V (RV64G) it compiles and the boot ... Wed, 31 Aug 2016 17:51:04 GMT Jakub Jermar [346b12a2] * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/src/mm/page.c (modified) Add page_mapping_update() page_mapping_update() can be used to ... Wed, 31 Aug 2016 14:16:45 GMT Jakub Jermar [38dc82d] * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/synch/futex.c (modified) Make page_mapping_find() return a copy rather than the actual PTE ... Wed, 31 Aug 2016 14:12:45 GMT Jakub Jermar [dc05a9a] * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/sparc32/include/arch/mm/page.h (modified) * kernel/genarch/include/genarch/mm/page_ht.h (modified) Fix PTE_VALID_ARCH macros The PTE_VALID_ARCH macros are rewritten ... Tue, 30 Aug 2016 21:07:17 GMT Jakub Jermar [9befb0d] * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/mm/backend_user.c (modified) Increment reference count only for physical memory frames Tue, 30 Aug 2016 16:10:26 GMT Jakub Jermar [5c2af75] * kernel/generic/src/mm/backend_user.c (modified) Implement user_backend page fault handler Tue, 30 Aug 2016 16:09:17 GMT Jakub Jermar [072607b] * abi/include/abi/ipc/methods.h (modified) * kernel/Makefile (modified) * kernel/generic/src/ipc/ops/pagein.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) Add IPC_M_PAGE_IN system method Mon, 29 Aug 2016 12:43:10 GMT Jakub Jermar [bc117a5] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) Partially revert jakub@jermar.eu-20120812185722-ie2yrte8lnac7tde ... Mon, 29 Aug 2016 07:53:23 GMT Jakub Jermar [6d351e6] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/src/ipc/ipc.c (modified) Revert changeset jakub@jermar.eu-20120813091557-kjge8riit1auk5ma We ... Sun, 28 Aug 2016 13:42:19 GMT Jakub Jermar [75b139f] * kernel/Makefile (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_user.c (added) Add skeleton of the user backend Sun, 28 Aug 2016 11:56:37 GMT Jakub Jermar [f2c3fed] * abi/include/abi/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * uspace/lib/c/include/as.h (modified) Move AS_AREA_ANY, AS_MAP_FAILED and AS_AREA_UNPAGED to abi/ This ... Sun, 28 Aug 2016 11:49:38 GMT Martin Decky [e98f1c3e] * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia64/src/debug/stacktrace_asm.S (modified) * kernel/arch/sparc32/include/arch/barrier.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/test/test.c (modified) * kernel/test/test.h (modified) cstyle (no change in functionality) Sun, 28 Aug 2016 11:27:42 GMT Jakub Jermar [6aeca0d] * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/mm/as.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/posix/source/sys/mman.c (modified) * uspace/srv/vfs/vfs.c (modified) Make as_area_create() accept phone to external pager Tue, 19 Jul 2016 07:16:16 GMT Jakub Jermar [8f9c808] * kernel/generic/src/adt/cht.c (modified) cht: Make sure done is initialized in resize_table() Mon, 18 Jul 2016 16:10:27 GMT Jakub Jermar [9fbc7fa] * kernel/generic/src/adt/cht.c (modified) cht: Make sure done is initialized before use Sat, 18 Jun 2016 16:17:49 GMT Jakub Jermar [5c7be3e] * kernel/generic/src/mm/km.c (modified) When km_temporary_page_get() cannot allocate a page for a high-memory ... Wed, 08 Jun 2016 21:41:43 GMT Jakub Jermar [8b420fa] * kernel/arch/sparc64/include/arch/proc/thread.h (modified) * kernel/arch/sparc64/include/arch/trap/regwin.h (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/sparc64.c (modified) Make explicitly sure the userspace window buffer is properly aligned ... Wed, 08 Jun 2016 16:02:54 GMT Jakub Jermar [7510326] * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/arch.h (modified) * kernel/arch/sparc64/include/arch/asm.h (modified) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) * kernel/arch/sparc64/src/sparc64.c (added) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/generic/include/arch.h (modified) Provide common arch_ops for sparc64 and separate arch_ops for ... Mon, 06 Jun 2016 16:29:56 GMT Jakub Jermar [36df4109] * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/include/arch/arch.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/arm32/include/arch/arch.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/start.S (modified) * kernel/arch/ia32/include/arch/arch.h (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/include/arch/arch.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/include/arch/arch.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/include/arch/arch.h (modified) * kernel/arch/ppc32/src/boot/boot.S (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc32/include/arch/arch.h (modified) * kernel/arch/sparc32/include/arch/machine_func.h (modified) * kernel/arch/sparc32/src/debug/stacktrace.c (modified) * kernel/arch/sparc32/src/machine_func.c (modified) * kernel/arch/sparc32/src/mm/page.c (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/arch/sparc32/src/start.S (modified) * kernel/arch/sparc32/src/userspace.c (modified) * kernel/arch/sparc64/include/arch/arch.h (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/genarch/include/genarch/drivers/grlib/irqmp.h (modified) * kernel/genarch/src/drivers/grlib/irqmp.c (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) Introduce architecure-specific operations This replaces the ... Thu, 26 May 2016 09:55:54 GMT Jakub Jermar [8ad7dd1] * kernel/generic/src/proc/thread.c (modified) When readying a migrated thread, make sure it runs on the current CPU Thu, 26 May 2016 09:53:24 GMT Jakub Jermar [84b8936d] * kernel/generic/include/cpu.h (modified) Make sure tlb_shootdown_start() always re-reads tlb_active from memory Thu, 26 May 2016 07:55:08 GMT Jakub Jermar [609f8d9c] * kernel/arch/amd64/include/arch/asm.h (modified) Fix cstyle Sun, 22 May 2016 19:19:43 GMT Jiri Svoboda [0dc2fec] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * contrib/qemu/build-from-scratch.sh (modified) * kernel/Makefile (modified) * kernel/arch/abs32le/include/arch/barrier.h (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.ag (added) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/amd64/src/smp/ap.S (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/barrier.h (modified) * kernel/arch/ia32/include/arch/boot/memmap.h (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.ag (added) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/barrier.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/barrier.h (modified) * kernel/arch/ppc32/include/arch/barrier.h (modified) * kernel/arch/sparc32/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (moved) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (added) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (added) * kernel/genarch/src/drivers/grlib/uart.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (added) * kernel/genarch/src/kbrd/scanc_at.c (added) * kernel/generic/include/adt/list.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/main/kinit.c (modified) * tools/autogen.py (modified) * tools/ew.py (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/barber/Makefile (modified) * uspace/app/rcubench/Makefile (modified) * uspace/app/rcutest/Makefile (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/char/atkbd/Makefile (moved) * uspace/drv/char/atkbd/atkbd.c (added) * uspace/drv/char/atkbd/atkbd.h (added) * uspace/drv/char/atkbd/atkbd.ma (added) * uspace/drv/char/atkbd/main.c (added) * uspace/drv/char/pl050/pl050.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/rcu.c (moved) * uspace/lib/c/include/assert.h (modified) * uspace/lib/c/include/rcu.h (moved) * uspace/lib/ext4/Makefile (modified) * uspace/lib/nic/Makefile (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) Merge mainline changes Sat, 14 May 2016 06:44:37 GMT Jakub Jermar [1cf26ab] * kernel/generic/src/main/kinit.c (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/include/assert.h (modified) * uspace/lib/posix/source/fnmatch.c (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) Use static assert instead of regular ones Sat, 14 May 2016 06:14:13 GMT Jakub Jermar [1023758] * kernel/generic/include/adt/list.h (modified) * kernel/generic/src/adt/cht.c (modified) Use STATIC_ASSERT instead of ASSERT Fri, 13 May 2016 18:16:39 GMT Jakub Jermar [b7c819e] * kernel/genarch/src/drivers/grlib/uart.c (modified) Make gcc believe reg is not being used uninitialized. Fri, 13 May 2016 12:44:22 GMT Jakub Jermar [c342e88] * kernel/arch/ia64/include/arch/mm/page.h (modified) ia64: Make the PA2KA() and KA2PA() macros array friendly This ... Thu, 12 May 2016 13:55:09 GMT Jakub Jermar [5012203] * HelenOS.config (modified) * boot/arch/arm32/Makefile.inc (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (moved) * kernel/genarch/src/kbrd/kbrd_at.c (added) * kernel/genarch/src/kbrd/scanc_at.c (added) * uspace/Makefile (modified) * uspace/drv/char/atkbd/Makefile (added) * uspace/drv/char/atkbd/atkbd.c (added) * uspace/drv/char/atkbd/atkbd.h (added) * uspace/drv/char/atkbd/atkbd.ma (added) * uspace/drv/char/atkbd/main.c (added) * uspace/drv/char/pl050/pl050.c (modified) IntegratorCP: switch to using the PC/AT (set 2) scancodes This is ... Tue, 10 May 2016 21:14:53 GMT Jakub Jermar [3eebe571] * kernel/arch/amd64/src/context.S (modified) Improve comments, don't state the obvious Tue, 10 May 2016 20:09:51 GMT Jakub Jermar [2889634] * kernel/Makefile (modified) When one autogen changes, always calculate dependencies anew for all Tue, 10 May 2016 06:32:18 GMT Jakub Jermar [147a066] * kernel/Makefile (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (modified) * tools/autogen.py (modified) Generate dependency rules between autogenerated headers automatically Mon, 09 May 2016 15:16:03 GMT Jakub Jermar [7ba16eb] * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.ag (added) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/boot/memmap.h (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.ag (added) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/multiboot/multiboot.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (added) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (added) Use autogenerated offsets to access multiboot info and memory map Mon, 09 May 2016 07:33:15 GMT Jakub Jermar [0637ddb] * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/smp/ap.S (modified) Use PAGE_SIZE and KA2PA() instead of numeric constants Sun, 08 May 2016 21:18:45 GMT Jakub Jermar [4928165] * kernel/arch/amd64/src/smp/ap.S (modified) * kernel/arch/ia32/src/smp/ap.S (modified) Use symbolic constants instead of magic numbers - Use PA2KA(0) ... Thu, 05 May 2016 13:21:25 GMT Jakub Jermar [a0d9abcd] * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) Use macros for setting up the initial page tables Thu, 05 May 2016 13:02:20 GMT Jakub Jermar [57c2a87] * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/src/smp/ap.S (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/vesa_real.inc (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) Avoid even more magic numbers Thu, 05 May 2016 12:06:04 GMT Jakub Jermar [811770c] * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/smp/ap.S (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/amd64/src/userspace.c (modified) Avoid magic numbers and specialized functions to set/get register bits Thu, 05 May 2016 08:34:45 GMT Jakub Jermar [0f17bff] * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/userspace.c (modified) Replace magic numbers with macros Wed, 04 May 2016 22:35:03 GMT Jakub Jermar [4b0206c] * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) Use macros instead of magic numbers Wed, 04 May 2016 22:03:34 GMT Jakub Jermar [650cd22] * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/ia32/src/pm.c (modified) Use designated initializer for initializing GDT Wed, 04 May 2016 17:39:02 GMT Jakub Jermar [9a08e6b] * kernel/arch/abs32le/include/arch/barrier.h (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/ia32/include/arch/barrier.h (modified) * kernel/arch/ia64/include/arch/barrier.h (modified) * kernel/arch/mips32/include/arch/barrier.h (modified) * kernel/arch/ppc32/include/arch/barrier.h (modified) * kernel/arch/sparc32/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) Do not define smc_coherence() macro if not compiling for kernel Mon, 02 May 2016 20:58:16 GMT Jiri Svoboda [32573ff] * .bzrignore (modified) * abi/include/abi/asmtool.h (modified) * abi/include/abi/syscall.h (modified) * boot/Makefile.build (modified) * boot/Makefile.common (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * boot/arch/ia64/src/asm.S (modified) * boot/arch/ia64/src/boot.S (modified) * boot/arch/ia64/src/pal_asm.S (modified) * boot/arch/ia64/src/sal_asm.S (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/ppc32/src/asm.S (modified) * boot/arch/sparc32/src/asm.S (modified) * boot/arch/sparc64/src/asm.S (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/bzreml/setup.py (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/context_struct.ag (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/kseg.h (added) * kernel/arch/amd64/include/arch/kseg_struct.ag (added) * kernel/arch/amd64/include/arch/proc/thread.h (modified) * kernel/arch/amd64/include/arch/vreg.h (added) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/kseg.c (added) * kernel/arch/amd64/src/proc/scheduler.c (modified) * kernel/arch/amd64/src/proc/thread.c (modified) * kernel/arch/amd64/src/vreg.c (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/fpu.S (moved) * kernel/arch/arm32/src/start.S (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/context_struct.ag (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/include/arch/proc/thread.h (modified) * kernel/arch/ia32/include/arch/vreg.h (added) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/proc/thread.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia32/src/vreg.c (added) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/debug/stacktrace_asm.S (modified) * kernel/arch/ia64/src/dummy.S (moved) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/context.S (modified) * kernel/arch/mips32/src/debug/stacktrace_asm.S (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/boot/boot.S (modified) * kernel/arch/ppc32/src/context.S (modified) * kernel/arch/ppc32/src/debug/stacktrace_asm.S (modified) * kernel/arch/ppc32/src/dummy.S (moved) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) * kernel/arch/sparc32/src/context.S (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/arch/sparc32/src/start.S (modified) * kernel/arch/sparc32/src/trap_table.S (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/debug/stacktrace_asm.S (modified) * kernel/arch/sparc64/src/dummy.S (moved) * kernel/arch/sparc64/src/sun4u/asm.S (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/asm.S (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/mmu.S (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/dltest/Makefile (added) * uspace/app/dltest/dltest.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/include/libarch/tls.h (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (moved) * uspace/lib/c/arch/arm32/src/entryjmp.S (moved) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (moved) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/src/entry.S (moved) * uspace/lib/c/arch/ia64/src/entryjmp.S (moved) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia64/src/syscall.S (modified) * uspace/lib/c/arch/ia64/src/thread_entry.S (moved) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/entryjmp.S (modified) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/src/entry.S (moved) * uspace/lib/c/arch/ppc32/src/entryjmp.S (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ppc32/src/thread_entry.S (moved) * uspace/lib/c/arch/sparc32/Makefile.inc (modified) * uspace/lib/c/arch/sparc32/src/entry.S (moved) * uspace/lib/c/arch/sparc32/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc32/src/thread_entry.S (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/src/entry.S (moved) * uspace/lib/c/arch/sparc64/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc64/src/thread_entry.S (moved) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/include/rtld/dynamic.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/symbol.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/dltest/Makefile (added) * uspace/lib/dltest/dltest.c (added) * uspace/lib/dltest/libdltest.h (added) * uspace/srv/vfs/vfs_ops.c (modified) Merge mainline, which has dltest and fixes. Wed, 27 Apr 2016 20:41:40 GMT Jakub Jermar [b0e0140] * kernel/arch/ia32/src/vreg.c (modified) Add explanatory comment Wed, 27 Apr 2016 19:48:40 GMT Jakub Jermar [af9dd1e] * abi/include/abi/syscall.h (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/lib/libc/protocol (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/src/dummy.S (modified) * kernel/arch/sparc32/src/sparc32.c (modified) * kernel/arch/sparc64/src/dummy.S (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) Remove SYS_TLS_SET Wed, 27 Apr 2016 19:36:56 GMT Jakub Jermar [1a5eca4] * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/context_struct.ag (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/kseg.h (added) * kernel/arch/amd64/include/arch/kseg_struct.ag (added) * kernel/arch/amd64/include/arch/proc/thread.h (modified) * kernel/arch/amd64/include/arch/vreg.h (added) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/kseg.c (added) * kernel/arch/amd64/src/proc/scheduler.c (modified) * kernel/arch/amd64/src/proc/thread.c (modified) * kernel/arch/amd64/src/vreg.c (added) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/amd64/include/libarch/tls.h (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) amd64: Make TLS settable from uspace The TLS document[1] mandates ... Wed, 27 Apr 2016 12:39:14 GMT Jakub Jermar [d6f9fff] * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/context_struct.ag (modified) * kernel/arch/ia32/include/arch/pm.h (modified) * kernel/arch/ia32/include/arch/proc/thread.h (modified) * kernel/arch/ia32/include/arch/vreg.h (added) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/proc/thread.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia32/src/vreg.c (added) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) ia32: Make TLS settable from uspace The TLS document[1] mandates ... Mon, 25 Apr 2016 16:46:31 GMT Jiri Svoboda [6adb775f] * abi/include/abi/elf.h (modified) * kernel/generic/src/lib/elf.c (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) TLS for dynamically linked executables and initially loaded DSOs (but ... Sun, 24 Apr 2016 08:42:07 GMT Jakub Jermar [38ad239] * boot/arch/sparc32/src/asm.S (modified) * kernel/arch/sparc32/src/context.S (modified) * kernel/arch/sparc32/src/start.S (modified) * kernel/arch/sparc32/src/trap_table.S (modified) * uspace/lib/c/arch/sparc32/Makefile.inc (modified) * uspace/lib/c/arch/sparc32/src/entry.S (moved) * uspace/lib/c/arch/sparc32/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc32/src/thread_entry.S (moved) sparc32: use asmtool.h macros for defining symbols Sun, 24 Apr 2016 08:00:09 GMT Jakub Jermar [b66cc97] * boot/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/boot/boot.S (modified) * kernel/arch/ppc32/src/context.S (modified) * kernel/arch/ppc32/src/debug/stacktrace_asm.S (modified) * kernel/arch/ppc32/src/dummy.S (moved) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/src/entry.S (moved) * uspace/lib/c/arch/ppc32/src/entryjmp.S (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ppc32/src/thread_entry.S (moved) ppc32: use asmtool.h macros for defining symbols Sun, 24 Apr 2016 07:30:53 GMT Jakub Jermar [0407636] * boot/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/context.S (modified) * kernel/arch/mips32/src/debug/stacktrace_asm.S (modified) * kernel/arch/mips32/src/start.S (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/entryjmp.S (modified) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (modified) mips32: use asmtool.h macros for defining symbols Sat, 23 Apr 2016 20:27:28 GMT Jakub Jermar [a52e2f4] * boot/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/debug/stacktrace_asm.S (modified) * kernel/arch/sparc64/src/dummy.S (moved) * kernel/arch/sparc64/src/sun4u/asm.S (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/asm.S (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/mmu.S (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/src/entry.S (moved) * uspace/lib/c/arch/sparc64/src/entryjmp.S (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/sparc64/src/thread_entry.S (moved) sparc64: use asmtool.h macros for defining symbols Fri, 22 Apr 2016 20:43:34 GMT Jakub Jermar [27f67f5] * boot/arch/ia64/src/asm.S (modified) * boot/arch/ia64/src/boot.S (modified) * boot/arch/ia64/src/pal_asm.S (modified) * boot/arch/ia64/src/sal_asm.S (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/debug/stacktrace_asm.S (modified) * kernel/arch/ia64/src/dummy.S (moved) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/start.S (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/src/entry.S (moved) * uspace/lib/c/arch/ia64/src/entryjmp.S (moved) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia64/src/syscall.S (modified) * uspace/lib/c/arch/ia64/src/thread_entry.S (moved) ia64: use asmtool.h macros for defining symbols Thu, 21 Apr 2016 20:04:16 GMT Jakub Jermar [054476d] * abi/include/abi/asmtool.h (modified) * boot/Makefile.build (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/fpu.S (moved) * kernel/arch/arm32/src/start.S (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (moved) * uspace/lib/c/arch/arm32/src/entryjmp.S (moved) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (moved) Merge arm32 switch over to using asmtool.h macros Thu, 21 Apr 2016 20:00:18 GMT Jakub Jermar [73b3ecd] * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/debug/stacktrace_asm.S (modified) * kernel/arch/arm32/src/dummy.S (modified) * kernel/arch/arm32/src/eabi.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/fpu.S (moved) * kernel/arch/arm32/src/start.S (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (moved) * uspace/lib/c/arch/arm32/src/entryjmp.S (moved) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (moved) arm32: use asmtool.h macros for defining symbols Tue, 19 Apr 2016 17:04:15 GMT Jiri Svoboda [13dfa3f9] * kernel/arch/ia32/include/arch/barrier.h (modified) * uspace/Makefile.common (modified) * uspace/lib/c/generic/libc.c (modified) __IN_SHARED_LIBC__ is not needed. Tue, 12 Apr 2016 05:57:00 GMT Jakub Jermar [3b0f1b9a] * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/debug/stacktrace_asm.S (modified) * kernel/arch/amd64/src/delay.S (modified) * kernel/arch/amd64/src/smp/ap.S (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/src/entry.S (moved) * uspace/lib/c/arch/amd64/src/entryjmp.S (moved) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/amd64/src/syscall.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.S (moved) * uspace/lib/math/arch/amd64/src/cos.S (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) * uspace/lib/math/arch/amd64/src/trunc.S (modified) amd64: use asmtool.h macros for defining symbols Mon, 11 Apr 2016 17:03:47 GMT Jakub Jermar [8844e70] * abi/include/abi/asmtool.h (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/atomic.S (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/debug/stacktrace_asm.S (modified) * kernel/arch/ia32/src/delay.S (moved) * kernel/arch/ia32/src/smp/ap.S (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.S (moved) * uspace/lib/c/arch/ia32/src/stacktrace_asm.S (modified) * uspace/lib/c/arch/ia32/src/syscall.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.S (moved) ia32: use asmtool.h macros for defining symbols Tue, 05 Apr 2016 19:04:11 GMT Jiri Svoboda [cfb1217] * boot/Makefile.grub (modified) * boot/grub.efi/REVISION (added) * boot/grub.efi/efi.img.gz (modified) * boot/grub.efi/i386-efi/acpi.mod (modified) * boot/grub.efi/i386-efi/adler32.mod (added) * boot/grub.efi/i386-efi/affs.mod (modified) * boot/grub.efi/i386-efi/afs.mod (modified) * boot/grub.efi/i386-efi/afs_be.mod (deleted) * boot/grub.efi/i386-efi/ahci.mod (added) * boot/grub.efi/i386-efi/all_video.mod (added) * boot/grub.efi/i386-efi/aout.mod (modified) * boot/grub.efi/i386-efi/appleldr.mod (modified) * boot/grub.efi/i386-efi/archelp.mod (added) * boot/grub.efi/i386-efi/at_keyboard.mod (modified) * boot/grub.efi/i386-efi/ata.mod (modified) * boot/grub.efi/i386-efi/ata_pthru.mod (deleted) * boot/grub.efi/i386-efi/backtrace.mod (added) * boot/grub.efi/i386-efi/befs.mod (deleted) * boot/grub.efi/i386-efi/befs_be.mod (deleted) * boot/grub.efi/i386-efi/bfs.mod (added) * boot/grub.efi/i386-efi/bitmap.mod (modified) * boot/grub.efi/i386-efi/bitmap_scale.mod (modified) * boot/grub.efi/i386-efi/blocklist.mod (modified) * boot/grub.efi/i386-efi/boot.mod (modified) * boot/grub.efi/i386-efi/bsd.mod (modified) * boot/grub.efi/i386-efi/bswap_test.mod (added) * boot/grub.efi/i386-efi/btrfs.mod (modified) * boot/grub.efi/i386-efi/bufio.mod (modified) * boot/grub.efi/i386-efi/cat.mod (modified) * boot/grub.efi/i386-efi/cbfs.mod (added) * boot/grub.efi/i386-efi/cbls.mod (added) * boot/grub.efi/i386-efi/cbmemc.mod (added) * boot/grub.efi/i386-efi/cbtable.mod (added) * boot/grub.efi/i386-efi/cbtime.mod (added) * boot/grub.efi/i386-efi/chain.mod (modified) * boot/grub.efi/i386-efi/cmdline_cat_test.mod (added) * boot/grub.efi/i386-efi/cmp.mod (modified) * boot/grub.efi/i386-efi/cmp_test.mod (added) * boot/grub.efi/i386-efi/command.lst (modified) * boot/grub.efi/i386-efi/configfile.mod (modified) * boot/grub.efi/i386-efi/cpio.mod (modified) * boot/grub.efi/i386-efi/cpio_be.mod (added) * boot/grub.efi/i386-efi/cpuid.mod (modified) * boot/grub.efi/i386-efi/crc64.mod (added) * boot/grub.efi/i386-efi/crypto.lst (modified) * boot/grub.efi/i386-efi/crypto.mod (modified) * boot/grub.efi/i386-efi/cryptodisk.mod (added) * boot/grub.efi/i386-efi/cs5536.mod (modified) * boot/grub.efi/i386-efi/ctz_test.mod (added) * boot/grub.efi/i386-efi/date.mod (modified) * boot/grub.efi/i386-efi/datehook.mod (modified) * boot/grub.efi/i386-efi/datetime.mod (modified) * boot/grub.efi/i386-efi/disk.mod (added) * boot/grub.efi/i386-efi/diskfilter.mod (added) * boot/grub.efi/i386-efi/div.mod (added) * boot/grub.efi/i386-efi/div_test.mod (added) * boot/grub.efi/i386-efi/dm_nv.mod (modified) * boot/grub.efi/i386-efi/echo.mod (modified) * boot/grub.efi/i386-efi/efi_gop.mod (modified) * boot/grub.efi/i386-efi/efi_uga.mod (modified) * boot/grub.efi/i386-efi/efifwsetup.mod (added) * boot/grub.efi/i386-efi/efinet.mod (added) * boot/grub.efi/i386-efi/ehci.mod (added) * boot/grub.efi/i386-efi/elf.mod (modified) * boot/grub.efi/i386-efi/eval.mod (added) * boot/grub.efi/i386-efi/example_functional_test.mod (deleted) * boot/grub.efi/i386-efi/exfat.mod (added) * boot/grub.efi/i386-efi/exfctest.mod (added) * boot/grub.efi/i386-efi/ext2.mod (modified) * boot/grub.efi/i386-efi/extcmd.mod (modified) * boot/grub.efi/i386-efi/fat.mod (modified) * boot/grub.efi/i386-efi/file.mod (added) * boot/grub.efi/i386-efi/fixvideo.mod (modified) * boot/grub.efi/i386-efi/font.mod (modified) * boot/grub.efi/i386-efi/fs.lst (modified) * boot/grub.efi/i386-efi/fshelp.mod (modified) * boot/grub.efi/i386-efi/functional_test.mod (modified) * boot/grub.efi/i386-efi/gcry_arcfour.mod (modified) * boot/grub.efi/i386-efi/gcry_blowfish.mod (modified) * boot/grub.efi/i386-efi/gcry_camellia.mod (modified) * boot/grub.efi/i386-efi/gcry_cast5.mod (modified) * boot/grub.efi/i386-efi/gcry_crc.mod (modified) * boot/grub.efi/i386-efi/gcry_des.mod (modified) * boot/grub.efi/i386-efi/gcry_dsa.mod (added) * boot/grub.efi/i386-efi/gcry_idea.mod (added) * boot/grub.efi/i386-efi/gcry_md4.mod (modified) * boot/grub.efi/i386-efi/gcry_md5.mod (modified) * boot/grub.efi/i386-efi/gcry_rfc2268.mod (modified) * boot/grub.efi/i386-efi/gcry_rijndael.mod (modified) * boot/grub.efi/i386-efi/gcry_rmd160.mod (modified) * boot/grub.efi/i386-efi/gcry_rsa.mod (added) * boot/grub.efi/i386-efi/gcry_seed.mod (modified) * boot/grub.efi/i386-efi/gcry_serpent.mod (modified) * boot/grub.efi/i386-efi/gcry_sha1.mod (modified) * boot/grub.efi/i386-efi/gcry_sha256.mod (modified) * boot/grub.efi/i386-efi/gcry_sha512.mod (modified) * boot/grub.efi/i386-efi/gcry_tiger.mod (modified) * boot/grub.efi/i386-efi/gcry_twofish.mod (modified) * boot/grub.efi/i386-efi/gcry_whirlpool.mod (modified) * boot/grub.efi/i386-efi/gdb.mod (added) * boot/grub.efi/i386-efi/gdb_grub (added) * boot/grub.efi/i386-efi/geli.mod (added) * boot/grub.efi/i386-efi/gettext.mod (modified) * boot/grub.efi/i386-efi/gfxmenu.mod (modified) * boot/grub.efi/i386-efi/gfxterm.mod (modified) * boot/grub.efi/i386-efi/gfxterm_background.mod (added) * boot/grub.efi/i386-efi/gfxterm_menu.mod (added) * boot/grub.efi/i386-efi/gmodule.pl (added) * boot/grub.efi/i386-efi/gptsync.mod (modified) * boot/grub.efi/i386-efi/gzio.mod (modified) * boot/grub.efi/i386-efi/halt.mod (modified) * boot/grub.efi/i386-efi/hashsum.mod (modified) * boot/grub.efi/i386-efi/hdparm.mod (modified) * boot/grub.efi/i386-efi/hello.mod (modified) * boot/grub.efi/i386-efi/help.mod (modified) * boot/grub.efi/i386-efi/hexdump.mod (modified) * boot/grub.efi/i386-efi/hfs.mod (modified) * boot/grub.efi/i386-efi/hfsplus.mod (modified) * boot/grub.efi/i386-efi/hfspluscomp.mod (added) * boot/grub.efi/i386-efi/http.mod (added) * boot/grub.efi/i386-efi/iorw.mod (modified) * boot/grub.efi/i386-efi/iso9660.mod (modified) * boot/grub.efi/i386-efi/jfs.mod (modified) * boot/grub.efi/i386-efi/jpeg.mod (modified) * boot/grub.efi/i386-efi/kernel.exec (added) * boot/grub.efi/i386-efi/kernel.img (added) * boot/grub.efi/i386-efi/keylayouts.mod (modified) * boot/grub.efi/i386-efi/keystatus.mod (modified) * boot/grub.efi/i386-efi/ldm.mod (added) * boot/grub.efi/i386-efi/legacy_password_test.mod (added) * boot/grub.efi/i386-efi/legacycfg.mod (added) * boot/grub.efi/i386-efi/linux.mod (modified) * boot/grub.efi/i386-efi/linux16.mod (added) * boot/grub.efi/i386-efi/loadbios.mod (modified) * boot/grub.efi/i386-efi/loadenv.mod (modified) * boot/grub.efi/i386-efi/loopback.mod (modified) * boot/grub.efi/i386-efi/ls.mod (modified) * boot/grub.efi/i386-efi/lsacpi.mod (modified) * boot/grub.efi/i386-efi/lsefi.mod (added) * boot/grub.efi/i386-efi/lsefimmap.mod (modified) * boot/grub.efi/i386-efi/lsefisystab.mod (modified) * boot/grub.efi/i386-efi/lsmmap.mod (modified) * boot/grub.efi/i386-efi/lspci.mod (modified) * boot/grub.efi/i386-efi/lssal.mod (modified) * boot/grub.efi/i386-efi/luks.mod (added) * boot/grub.efi/i386-efi/lvm.mod (modified) * boot/grub.efi/i386-efi/lzopio.mod (added) * boot/grub.efi/i386-efi/macbless.mod (added) * boot/grub.efi/i386-efi/macho.mod (added) * boot/grub.efi/i386-efi/mdraid09.mod (modified) * boot/grub.efi/i386-efi/mdraid09_be.mod (added) * boot/grub.efi/i386-efi/mdraid1x.mod (modified) * boot/grub.efi/i386-efi/memdisk.mod (modified) * boot/grub.efi/i386-efi/memrw.mod (modified) * boot/grub.efi/i386-efi/minicmd.mod (modified) * boot/grub.efi/i386-efi/minix.mod (modified) * boot/grub.efi/i386-efi/minix2.mod (modified) * boot/grub.efi/i386-efi/minix2_be.mod (added) * boot/grub.efi/i386-efi/minix3.mod (added) * boot/grub.efi/i386-efi/minix3_be.mod (added) * boot/grub.efi/i386-efi/minix_be.mod (added) * boot/grub.efi/i386-efi/mmap.mod (modified) * boot/grub.efi/i386-efi/moddep.lst (modified) * boot/grub.efi/i386-efi/modinfo.sh (added) * boot/grub.efi/i386-efi/morse.mod (added) * boot/grub.efi/i386-efi/mpi.mod (added) * boot/grub.efi/i386-efi/msdospart.mod (modified) * boot/grub.efi/i386-efi/mul_test.mod (added) * boot/grub.efi/i386-efi/multiboot.mod (modified) * boot/grub.efi/i386-efi/multiboot2.mod (modified) * boot/grub.efi/i386-efi/nativedisk.mod (added) * boot/grub.efi/i386-efi/net.mod (added) * boot/grub.efi/i386-efi/newc.mod (added) * boot/grub.efi/i386-efi/nilfs2.mod (modified) * boot/grub.efi/i386-efi/normal.mod (modified) * boot/grub.efi/i386-efi/ntfs.mod (modified) * boot/grub.efi/i386-efi/ntfscomp.mod (modified) * boot/grub.efi/i386-efi/odc.mod (added) * boot/grub.efi/i386-efi/offsetio.mod (added) * boot/grub.efi/i386-efi/ohci.mod (modified) * boot/grub.efi/i386-efi/part_acorn.mod (modified) * boot/grub.efi/i386-efi/part_amiga.mod (modified) * boot/grub.efi/i386-efi/part_apple.mod (modified) * boot/grub.efi/i386-efi/part_bsd.mod (modified) * boot/grub.efi/i386-efi/part_dfly.mod (added) * boot/grub.efi/i386-efi/part_dvh.mod (added) * boot/grub.efi/i386-efi/part_gpt.mod (modified) * boot/grub.efi/i386-efi/part_msdos.mod (modified) * boot/grub.efi/i386-efi/part_plan.mod (added) * boot/grub.efi/i386-efi/part_sun.mod (modified) * boot/grub.efi/i386-efi/part_sunpc.mod (modified) * boot/grub.efi/i386-efi/partmap.lst (modified) * boot/grub.efi/i386-efi/parttool.mod (modified) * boot/grub.efi/i386-efi/password.mod (modified) * boot/grub.efi/i386-efi/password_pbkdf2.mod (modified) * boot/grub.efi/i386-efi/pata.mod (added) * boot/grub.efi/i386-efi/pbkdf2.mod (modified) * boot/grub.efi/i386-efi/pbkdf2_test.mod (added) * boot/grub.efi/i386-efi/pci.mod (deleted) * boot/grub.efi/i386-efi/pcidump.mod (added) * boot/grub.efi/i386-efi/play.mod (modified) * boot/grub.efi/i386-efi/png.mod (modified) * boot/grub.efi/i386-efi/priority_queue.mod (added) * boot/grub.efi/i386-efi/probe.mod (modified) * boot/grub.efi/i386-efi/procfs.mod (added) * boot/grub.efi/i386-efi/progress.mod (added) * boot/grub.efi/i386-efi/raid.mod (deleted) * boot/grub.efi/i386-efi/raid5rec.mod (modified) * boot/grub.efi/i386-efi/raid6rec.mod (modified) * boot/grub.efi/i386-efi/random.mod (added) * boot/grub.efi/i386-efi/read.mod (modified) * boot/grub.efi/i386-efi/reboot.mod (modified) * boot/grub.efi/i386-efi/regexp.mod (modified) * boot/grub.efi/i386-efi/reiserfs.mod (modified) * boot/grub.efi/i386-efi/relocator.mod (modified) * boot/grub.efi/i386-efi/romfs.mod (added) * boot/grub.efi/i386-efi/scsi.mod (modified) * boot/grub.efi/i386-efi/search.mod (modified) * boot/grub.efi/i386-efi/search_fs_file.mod (modified) * boot/grub.efi/i386-efi/search_fs_uuid.mod (modified) * boot/grub.efi/i386-efi/search_label.mod (modified) * boot/grub.efi/i386-efi/serial.mod (modified) * boot/grub.efi/i386-efi/setjmp.mod (modified) * boot/grub.efi/i386-efi/setjmp_test.mod (added) * boot/grub.efi/i386-efi/setpci.mod (modified) * boot/grub.efi/i386-efi/sfs.mod (modified) * boot/grub.efi/i386-efi/shift_test.mod (added) * boot/grub.efi/i386-efi/signature_test.mod (added) * boot/grub.efi/i386-efi/sleep.mod (modified) * boot/grub.efi/i386-efi/sleep_test.mod (added) * boot/grub.efi/i386-efi/spkmodem.mod (added) * boot/grub.efi/i386-efi/squash4.mod (added) * boot/grub.efi/i386-efi/syslinuxcfg.mod (added) * boot/grub.efi/i386-efi/tar.mod (modified) * boot/grub.efi/i386-efi/terminal.lst (modified) * boot/grub.efi/i386-efi/terminal.mod (modified) * boot/grub.efi/i386-efi/terminfo.mod (modified) * boot/grub.efi/i386-efi/test.mod (modified) * boot/grub.efi/i386-efi/test_blockarg.mod (modified) * boot/grub.efi/i386-efi/testload.mod (modified) * boot/grub.efi/i386-efi/testspeed.mod (added) * boot/grub.efi/i386-efi/tftp.mod (added) * boot/grub.efi/i386-efi/tga.mod (modified) * boot/grub.efi/i386-efi/time.mod (added) * boot/grub.efi/i386-efi/tr.mod (added) * boot/grub.efi/i386-efi/trig.mod (modified) * boot/grub.efi/i386-efi/true.mod (modified) * boot/grub.efi/i386-efi/udf.mod (modified) * boot/grub.efi/i386-efi/ufs1.mod (modified) * boot/grub.efi/i386-efi/ufs1_be.mod (added) * boot/grub.efi/i386-efi/ufs2.mod (modified) * boot/grub.efi/i386-efi/uhci.mod (modified) * boot/grub.efi/i386-efi/usb.mod (modified) * boot/grub.efi/i386-efi/usb_keyboard.mod (modified) * boot/grub.efi/i386-efi/usbms.mod (modified) * boot/grub.efi/i386-efi/usbserial_common.mod (modified) * boot/grub.efi/i386-efi/usbserial_ftdi.mod (modified) * boot/grub.efi/i386-efi/usbserial_pl2303.mod (modified) * boot/grub.efi/i386-efi/usbserial_usbdebug.mod (added) * boot/grub.efi/i386-efi/usbtest.mod (modified) * boot/grub.efi/i386-efi/verify.mod (added) * boot/grub.efi/i386-efi/video.mod (modified) * boot/grub.efi/i386-efi/video_bochs.mod (modified) * boot/grub.efi/i386-efi/video_cirrus.mod (modified) * boot/grub.efi/i386-efi/video_colors.mod (added) * boot/grub.efi/i386-efi/video_fb.mod (modified) * boot/grub.efi/i386-efi/videoinfo.mod (modified) * boot/grub.efi/i386-efi/videotest.mod (modified) * boot/grub.efi/i386-efi/videotest_checksum.mod (added) * boot/grub.efi/i386-efi/xfs.mod (modified) * boot/grub.efi/i386-efi/xnu.mod (modified) * boot/grub.efi/i386-efi/xnu_uuid.mod (modified) * boot/grub.efi/i386-efi/xnu_uuid_test.mod (added) * boot/grub.efi/i386-efi/xzio.mod (modified) * boot/grub.efi/i386-efi/zfs.mod (modified) * boot/grub.efi/i386-efi/zfscrypt.mod (added) * boot/grub.efi/i386-efi/zfsinfo.mod (modified) * boot/grub.efi/x86_64-efi/acpi.mod (modified) * boot/grub.efi/x86_64-efi/adler32.mod (added) * boot/grub.efi/x86_64-efi/affs.mod (modified) * boot/grub.efi/x86_64-efi/afs.mod (modified) * boot/grub.efi/x86_64-efi/afs_be.mod (deleted) * boot/grub.efi/x86_64-efi/ahci.mod (added) * boot/grub.efi/x86_64-efi/all_video.mod (added) * boot/grub.efi/x86_64-efi/aout.mod (modified) * boot/grub.efi/x86_64-efi/appleldr.mod (modified) * boot/grub.efi/x86_64-efi/archelp.mod (added) * boot/grub.efi/x86_64-efi/at_keyboard.mod (modified) * boot/grub.efi/x86_64-efi/ata.mod (modified) * boot/grub.efi/x86_64-efi/ata_pthru.mod (deleted) * boot/grub.efi/x86_64-efi/backtrace.mod (added) * boot/grub.efi/x86_64-efi/befs.mod (deleted) * boot/grub.efi/x86_64-efi/befs_be.mod (deleted) * boot/grub.efi/x86_64-efi/bfs.mod (added) * boot/grub.efi/x86_64-efi/bitmap.mod (modified) * boot/grub.efi/x86_64-efi/bitmap_scale.mod (modified) * boot/grub.efi/x86_64-efi/blocklist.mod (modified) * boot/grub.efi/x86_64-efi/boot.mod (modified) * boot/grub.efi/x86_64-efi/bsd.mod (modified) * boot/grub.efi/x86_64-efi/bswap_test.mod (added) * boot/grub.efi/x86_64-efi/btrfs.mod (modified) * boot/grub.efi/x86_64-efi/bufio.mod (modified) * boot/grub.efi/x86_64-efi/cat.mod (modified) * boot/grub.efi/x86_64-efi/cbfs.mod (added) * boot/grub.efi/x86_64-efi/cbls.mod (added) * boot/grub.efi/x86_64-efi/cbmemc.mod (added) * boot/grub.efi/x86_64-efi/cbtable.mod (added) * boot/grub.efi/x86_64-efi/cbtime.mod (added) * boot/grub.efi/x86_64-efi/chain.mod (modified) * boot/grub.efi/x86_64-efi/cmdline_cat_test.mod (added) * boot/grub.efi/x86_64-efi/cmp.mod (modified) * boot/grub.efi/x86_64-efi/cmp_test.mod (added) * boot/grub.efi/x86_64-efi/command.lst (modified) * boot/grub.efi/x86_64-efi/configfile.mod (modified) * boot/grub.efi/x86_64-efi/cpio.mod (modified) * boot/grub.efi/x86_64-efi/cpio_be.mod (added) * boot/grub.efi/x86_64-efi/cpuid.mod (modified) * boot/grub.efi/x86_64-efi/crc64.mod (added) * boot/grub.efi/x86_64-efi/crypto.lst (modified) * boot/grub.efi/x86_64-efi/crypto.mod (modified) * boot/grub.efi/x86_64-efi/cryptodisk.mod (added) * boot/grub.efi/x86_64-efi/cs5536.mod (modified) * boot/grub.efi/x86_64-efi/ctz_test.mod (added) * boot/grub.efi/x86_64-efi/date.mod (modified) * boot/grub.efi/x86_64-efi/datehook.mod (modified) * boot/grub.efi/x86_64-efi/datetime.mod (modified) * boot/grub.efi/x86_64-efi/disk.mod (added) * boot/grub.efi/x86_64-efi/diskfilter.mod (added) * boot/grub.efi/x86_64-efi/div.mod (added) * boot/grub.efi/x86_64-efi/div_test.mod (added) * boot/grub.efi/x86_64-efi/dm_nv.mod (modified) * boot/grub.efi/x86_64-efi/echo.mod (modified) * boot/grub.efi/x86_64-efi/efi_gop.mod (modified) * boot/grub.efi/x86_64-efi/efi_uga.mod (modified) * boot/grub.efi/x86_64-efi/efifwsetup.mod (added) * boot/grub.efi/x86_64-efi/efinet.mod (added) * boot/grub.efi/x86_64-efi/ehci.mod (added) * boot/grub.efi/x86_64-efi/elf.mod (modified) * boot/grub.efi/x86_64-efi/eval.mod (added) * boot/grub.efi/x86_64-efi/example_functional_test.mod (deleted) * boot/grub.efi/x86_64-efi/exfat.mod (added) * boot/grub.efi/x86_64-efi/exfctest.mod (added) * boot/grub.efi/x86_64-efi/ext2.mod (modified) * boot/grub.efi/x86_64-efi/extcmd.mod (modified) * boot/grub.efi/x86_64-efi/fat.mod (modified) * boot/grub.efi/x86_64-efi/file.mod (added) * boot/grub.efi/x86_64-efi/fixvideo.mod (modified) * boot/grub.efi/x86_64-efi/font.mod (modified) * boot/grub.efi/x86_64-efi/fs.lst (modified) * boot/grub.efi/x86_64-efi/fshelp.mod (modified) * boot/grub.efi/x86_64-efi/functional_test.mod (modified) * boot/grub.efi/x86_64-efi/gcry_arcfour.mod (modified) * boot/grub.efi/x86_64-efi/gcry_blowfish.mod (modified) * boot/grub.efi/x86_64-efi/gcry_camellia.mod (modified) * boot/grub.efi/x86_64-efi/gcry_cast5.mod (modified) * boot/grub.efi/x86_64-efi/gcry_crc.mod (modified) * boot/grub.efi/x86_64-efi/gcry_des.mod (modified) * boot/grub.efi/x86_64-efi/gcry_dsa.mod (added) * boot/grub.efi/x86_64-efi/gcry_idea.mod (added) * boot/grub.efi/x86_64-efi/gcry_md4.mod (modified) * boot/grub.efi/x86_64-efi/gcry_md5.mod (modified) * boot/grub.efi/x86_64-efi/gcry_rfc2268.mod (modified) * boot/grub.efi/x86_64-efi/gcry_rijndael.mod (modified) * boot/grub.efi/x86_64-efi/gcry_rmd160.mod (modified) * boot/grub.efi/x86_64-efi/gcry_rsa.mod (added) * boot/grub.efi/x86_64-efi/gcry_seed.mod (modified) * boot/grub.efi/x86_64-efi/gcry_serpent.mod (modified) * boot/grub.efi/x86_64-efi/gcry_sha1.mod (modified) * boot/grub.efi/x86_64-efi/gcry_sha256.mod (modified) * boot/grub.efi/x86_64-efi/gcry_sha512.mod (modified) * boot/grub.efi/x86_64-efi/gcry_tiger.mod (modified) * boot/grub.efi/x86_64-efi/gcry_twofish.mod (modified) * boot/grub.efi/x86_64-efi/gcry_whirlpool.mod (modified) * boot/grub.efi/x86_64-efi/gdb_grub (added) * boot/grub.efi/x86_64-efi/geli.mod (added) * boot/grub.efi/x86_64-efi/gettext.mod (modified) * boot/grub.efi/x86_64-efi/gfxmenu.mod (modified) * boot/grub.efi/x86_64-efi/gfxterm.mod (modified) * boot/grub.efi/x86_64-efi/gfxterm_background.mod (added) * boot/grub.efi/x86_64-efi/gfxterm_menu.mod (added) * boot/grub.efi/x86_64-efi/gmodule.pl (added) * boot/grub.efi/x86_64-efi/gptsync.mod (modified) * boot/grub.efi/x86_64-efi/gzio.mod (modified) * boot/grub.efi/x86_64-efi/halt.mod (modified) * boot/grub.efi/x86_64-efi/hashsum.mod (modified) * boot/grub.efi/x86_64-efi/hdparm.mod (modified) * boot/grub.efi/x86_64-efi/hello.mod (modified) * boot/grub.efi/x86_64-efi/help.mod (modified) * boot/grub.efi/x86_64-efi/hexdump.mod (modified) * boot/grub.efi/x86_64-efi/hfs.mod (modified) * boot/grub.efi/x86_64-efi/hfsplus.mod (modified) * boot/grub.efi/x86_64-efi/hfspluscomp.mod (added) * boot/grub.efi/x86_64-efi/http.mod (added) * boot/grub.efi/x86_64-efi/iorw.mod (modified) * boot/grub.efi/x86_64-efi/iso9660.mod (modified) * boot/grub.efi/x86_64-efi/jfs.mod (modified) * boot/grub.efi/x86_64-efi/jpeg.mod (modified) * boot/grub.efi/x86_64-efi/kernel.exec (added) * boot/grub.efi/x86_64-efi/kernel.img (added) * boot/grub.efi/x86_64-efi/keylayouts.mod (modified) * boot/grub.efi/x86_64-efi/keystatus.mod (modified) * boot/grub.efi/x86_64-efi/ldm.mod (added) * boot/grub.efi/x86_64-efi/legacy_password_test.mod (added) * boot/grub.efi/x86_64-efi/legacycfg.mod (added) * boot/grub.efi/x86_64-efi/linux.mod (modified) * boot/grub.efi/x86_64-efi/linux16.mod (added) * boot/grub.efi/x86_64-efi/loadbios.mod (modified) * boot/grub.efi/x86_64-efi/loadenv.mod (modified) * boot/grub.efi/x86_64-efi/loopback.mod (modified) * boot/grub.efi/x86_64-efi/ls.mod (modified) * boot/grub.efi/x86_64-efi/lsacpi.mod (modified) * boot/grub.efi/x86_64-efi/lsefi.mod (added) * boot/grub.efi/x86_64-efi/lsefimmap.mod (modified) * boot/grub.efi/x86_64-efi/lsefisystab.mod (modified) * boot/grub.efi/x86_64-efi/lsmmap.mod (modified) * boot/grub.efi/x86_64-efi/lspci.mod (modified) * boot/grub.efi/x86_64-efi/lssal.mod (modified) * boot/grub.efi/x86_64-efi/luks.mod (added) * boot/grub.efi/x86_64-efi/lvm.mod (modified) * boot/grub.efi/x86_64-efi/lzopio.mod (added) * boot/grub.efi/x86_64-efi/macbless.mod (added) * boot/grub.efi/x86_64-efi/macho.mod (added) * boot/grub.efi/x86_64-efi/mdraid09.mod (modified) * boot/grub.efi/x86_64-efi/mdraid09_be.mod (added) * boot/grub.efi/x86_64-efi/mdraid1x.mod (modified) * boot/grub.efi/x86_64-efi/memdisk.mod (modified) * boot/grub.efi/x86_64-efi/memrw.mod (modified) * boot/grub.efi/x86_64-efi/minicmd.mod (modified) * boot/grub.efi/x86_64-efi/minix.mod (modified) * boot/grub.efi/x86_64-efi/minix2.mod (modified) * boot/grub.efi/x86_64-efi/minix2_be.mod (added) * boot/grub.efi/x86_64-efi/minix3.mod (added) * boot/grub.efi/x86_64-efi/minix3_be.mod (added) * boot/grub.efi/x86_64-efi/minix_be.mod (added) * boot/grub.efi/x86_64-efi/mmap.mod (modified) * boot/grub.efi/x86_64-efi/moddep.lst (modified) * boot/grub.efi/x86_64-efi/modinfo.sh (added) * boot/grub.efi/x86_64-efi/morse.mod (added) * boot/grub.efi/x86_64-efi/mpi.mod (added) * boot/grub.efi/x86_64-efi/msdospart.mod (modified) * boot/grub.efi/x86_64-efi/mul_test.mod (added) * boot/grub.efi/x86_64-efi/multiboot.mod (modified) * boot/grub.efi/x86_64-efi/multiboot2.mod (modified) * boot/grub.efi/x86_64-efi/nativedisk.mod (added) * boot/grub.efi/x86_64-efi/net.mod (added) * boot/grub.efi/x86_64-efi/newc.mod (added) * boot/grub.efi/x86_64-efi/nilfs2.mod (modified) * boot/grub.efi/x86_64-efi/normal.mod (modified) * boot/grub.efi/x86_64-efi/ntfs.mod (modified) * boot/grub.efi/x86_64-efi/ntfscomp.mod (modified) * boot/grub.efi/x86_64-efi/odc.mod (added) * boot/grub.efi/x86_64-efi/offsetio.mod (added) * boot/grub.efi/x86_64-efi/ohci.mod (modified) * boot/grub.efi/x86_64-efi/part_acorn.mod (modified) * boot/grub.efi/x86_64-efi/part_amiga.mod (modified) * boot/grub.efi/x86_64-efi/part_apple.mod (modified) * boot/grub.efi/x86_64-efi/part_bsd.mod (modified) * boot/grub.efi/x86_64-efi/part_dfly.mod (added) * boot/grub.efi/x86_64-efi/part_dvh.mod (added) * boot/grub.efi/x86_64-efi/part_gpt.mod (modified) * boot/grub.efi/x86_64-efi/part_msdos.mod (modified) * boot/grub.efi/x86_64-efi/part_plan.mod (added) * boot/grub.efi/x86_64-efi/part_sun.mod (modified) * boot/grub.efi/x86_64-efi/part_sunpc.mod (modified) * boot/grub.efi/x86_64-efi/partmap.lst (modified) * boot/grub.efi/x86_64-efi/parttool.mod (modified) * boot/grub.efi/x86_64-efi/password.mod (modified) * boot/grub.efi/x86_64-efi/password_pbkdf2.mod (modified) * boot/grub.efi/x86_64-efi/pata.mod (added) * boot/grub.efi/x86_64-efi/pbkdf2.mod (modified) * boot/grub.efi/x86_64-efi/pbkdf2_test.mod (added) * boot/grub.efi/x86_64-efi/pci.mod (deleted) * boot/grub.efi/x86_64-efi/pcidump.mod (added) * boot/grub.efi/x86_64-efi/play.mod (modified) * boot/grub.efi/x86_64-efi/png.mod (modified) * boot/grub.efi/x86_64-efi/priority_queue.mod (added) * boot/grub.efi/x86_64-efi/probe.mod (modified) * boot/grub.efi/x86_64-efi/procfs.mod (added) * boot/grub.efi/x86_64-efi/progress.mod (added) * boot/grub.efi/x86_64-efi/raid.mod (deleted) * boot/grub.efi/x86_64-efi/raid5rec.mod (modified) * boot/grub.efi/x86_64-efi/raid6rec.mod (modified) * boot/grub.efi/x86_64-efi/random.mod (added) * boot/grub.efi/x86_64-efi/read.mod (modified) * boot/grub.efi/x86_64-efi/reboot.mod (modified) * boot/grub.efi/x86_64-efi/regexp.mod (modified) * boot/grub.efi/x86_64-efi/reiserfs.mod (modified) * boot/grub.efi/x86_64-efi/relocator.mod (modified) * boot/grub.efi/x86_64-efi/romfs.mod (added) * boot/grub.efi/x86_64-efi/scsi.mod (modified) * boot/grub.efi/x86_64-efi/search.mod (modified) * boot/grub.efi/x86_64-efi/search_fs_file.mod (modified) * boot/grub.efi/x86_64-efi/search_fs_uuid.mod (modified) * boot/grub.efi/x86_64-efi/search_label.mod (modified) * boot/grub.efi/x86_64-efi/serial.mod (modified) * boot/grub.efi/x86_64-efi/setjmp.mod (modified) * boot/grub.efi/x86_64-efi/setjmp_test.mod (added) * boot/grub.efi/x86_64-efi/setpci.mod (modified) * boot/grub.efi/x86_64-efi/sfs.mod (modified) * boot/grub.efi/x86_64-efi/shift_test.mod (added) * boot/grub.efi/x86_64-efi/signature_test.mod (added) * boot/grub.efi/x86_64-efi/sleep.mod (modified) * boot/grub.efi/x86_64-efi/sleep_test.mod (added) * boot/grub.efi/x86_64-efi/spkmodem.mod (added) * boot/grub.efi/x86_64-efi/squash4.mod (added) * boot/grub.efi/x86_64-efi/syslinuxcfg.mod (added) * boot/grub.efi/x86_64-efi/tar.mod (modified) * boot/grub.efi/x86_64-efi/terminal.lst (modified) * boot/grub.efi/x86_64-efi/terminal.mod (modified) * boot/grub.efi/x86_64-efi/terminfo.mod (modified) * boot/grub.efi/x86_64-efi/test.mod (modified) * boot/grub.efi/x86_64-efi/test_blockarg.mod (modified) * boot/grub.efi/x86_64-efi/testload.mod (modified) * boot/grub.efi/x86_64-efi/testspeed.mod (added) * boot/grub.efi/x86_64-efi/tftp.mod (added) * boot/grub.efi/x86_64-efi/tga.mod (modified) * boot/grub.efi/x86_64-efi/time.mod (added) * boot/grub.efi/x86_64-efi/tr.mod (added) * boot/grub.efi/x86_64-efi/trig.mod (modified) * boot/grub.efi/x86_64-efi/true.mod (modified) * boot/grub.efi/x86_64-efi/udf.mod (modified) * boot/grub.efi/x86_64-efi/ufs1.mod (modified) * boot/grub.efi/x86_64-efi/ufs1_be.mod (added) * boot/grub.efi/x86_64-efi/ufs2.mod (modified) * boot/grub.efi/x86_64-efi/uhci.mod (modified) * boot/grub.efi/x86_64-efi/usb.mod (modified) * boot/grub.efi/x86_64-efi/usb_keyboard.mod (modified) * boot/grub.efi/x86_64-efi/usbms.mod (modified) * boot/grub.efi/x86_64-efi/usbserial_common.mod (modified) * boot/grub.efi/x86_64-efi/usbserial_ftdi.mod (modified) * boot/grub.efi/x86_64-efi/usbserial_pl2303.mod (modified) * boot/grub.efi/x86_64-efi/usbserial_usbdebug.mod (added) * boot/grub.efi/x86_64-efi/usbtest.mod (modified) * boot/grub.efi/x86_64-efi/verify.mod (added) * boot/grub.efi/x86_64-efi/video.mod (modified) * boot/grub.efi/x86_64-efi/video_bochs.mod (modified) * boot/grub.efi/x86_64-efi/video_cirrus.mod (modified) * boot/grub.efi/x86_64-efi/video_colors.mod (added) * boot/grub.efi/x86_64-efi/video_fb.mod (modified) * boot/grub.efi/x86_64-efi/videoinfo.mod (modified) * boot/grub.efi/x86_64-efi/videotest.mod (modified) * boot/grub.efi/x86_64-efi/videotest_checksum.mod (added) * boot/grub.efi/x86_64-efi/xfs.mod (modified) * boot/grub.efi/x86_64-efi/xnu.mod (modified) * boot/grub.efi/x86_64-efi/xnu_uuid.mod (modified) * boot/grub.efi/x86_64-efi/xnu_uuid_test.mod (added) * boot/grub.efi/x86_64-efi/xzio.mod (modified) * boot/grub.efi/x86_64-efi/zfs.mod (modified) * boot/grub.efi/x86_64-efi/zfscrypt.mod (added) * boot/grub.efi/x86_64-efi/zfsinfo.mod (modified) * boot/grub.pc/REVISION (added) * boot/grub.pc/i386-pc/acpi.mod (modified) * boot/grub.pc/i386-pc/adler32.mod (added) * boot/grub.pc/i386-pc/affs.mod (modified) * boot/grub.pc/i386-pc/afs.mod (modified) * boot/grub.pc/i386-pc/afs_be.mod (deleted) * boot/grub.pc/i386-pc/ahci.mod (added) * boot/grub.pc/i386-pc/all_video.mod (added) * boot/grub.pc/i386-pc/aout.mod (modified) * boot/grub.pc/i386-pc/archelp.mod (added) * boot/grub.pc/i386-pc/at_keyboard.mod (modified) * boot/grub.pc/i386-pc/ata.mod (modified) * boot/grub.pc/i386-pc/ata_pthru.mod (deleted) * boot/grub.pc/i386-pc/backtrace.mod (added) * boot/grub.pc/i386-pc/befs.mod (deleted) * boot/grub.pc/i386-pc/befs_be.mod (deleted) * boot/grub.pc/i386-pc/bfs.mod (added) * boot/grub.pc/i386-pc/biosdisk.mod (modified) * boot/grub.pc/i386-pc/bitmap.mod (modified) * boot/grub.pc/i386-pc/bitmap_scale.mod (modified) * boot/grub.pc/i386-pc/blocklist.mod (modified) * boot/grub.pc/i386-pc/boot.img (added) * boot/grub.pc/i386-pc/boot.mod (modified) * boot/grub.pc/i386-pc/boot_hybrid.img (added) * boot/grub.pc/i386-pc/bsd.mod (modified) * boot/grub.pc/i386-pc/bswap_test.mod (added) * boot/grub.pc/i386-pc/btrfs.mod (modified) * boot/grub.pc/i386-pc/bufio.mod (modified) * boot/grub.pc/i386-pc/cat.mod (modified) * boot/grub.pc/i386-pc/cbfs.mod (added) * boot/grub.pc/i386-pc/cbls.mod (added) * boot/grub.pc/i386-pc/cbmemc.mod (added) * boot/grub.pc/i386-pc/cbtable.mod (added) * boot/grub.pc/i386-pc/cbtime.mod (added) * boot/grub.pc/i386-pc/cdboot.img (added) * boot/grub.pc/i386-pc/chain.mod (modified) * boot/grub.pc/i386-pc/cmdline_cat_test.mod (added) * boot/grub.pc/i386-pc/cmosdump.mod (added) * boot/grub.pc/i386-pc/cmostest.mod (modified) * boot/grub.pc/i386-pc/cmp.mod (modified) * boot/grub.pc/i386-pc/cmp_test.mod (added) * boot/grub.pc/i386-pc/command.lst (modified) * boot/grub.pc/i386-pc/configfile.mod (modified) * boot/grub.pc/i386-pc/core.img (added) * boot/grub.pc/i386-pc/cpio.mod (modified) * boot/grub.pc/i386-pc/cpio_be.mod (added) * boot/grub.pc/i386-pc/cpuid.mod (modified) * boot/grub.pc/i386-pc/crc64.mod (added) * boot/grub.pc/i386-pc/crypto.lst (modified) * boot/grub.pc/i386-pc/crypto.mod (modified) * boot/grub.pc/i386-pc/cryptodisk.mod (added) * boot/grub.pc/i386-pc/cs5536.mod (modified) * boot/grub.pc/i386-pc/ctz_test.mod (added) * boot/grub.pc/i386-pc/date.mod (modified) * boot/grub.pc/i386-pc/datehook.mod (modified) * boot/grub.pc/i386-pc/datetime.mod (modified) * boot/grub.pc/i386-pc/disk.mod (added) * boot/grub.pc/i386-pc/diskboot.img (added) * boot/grub.pc/i386-pc/diskfilter.mod (added) * boot/grub.pc/i386-pc/div.mod (added) * boot/grub.pc/i386-pc/div_test.mod (added) * boot/grub.pc/i386-pc/dm_nv.mod (modified) * boot/grub.pc/i386-pc/drivemap.mod (modified) * boot/grub.pc/i386-pc/echo.mod (modified) * boot/grub.pc/i386-pc/efiemu.mod (modified) * boot/grub.pc/i386-pc/ehci.mod (added) * boot/grub.pc/i386-pc/elf.mod (modified) * boot/grub.pc/i386-pc/eval.mod (added) * boot/grub.pc/i386-pc/example_functional_test.mod (deleted) * boot/grub.pc/i386-pc/exfat.mod (added) * boot/grub.pc/i386-pc/exfctest.mod (added) * boot/grub.pc/i386-pc/ext2.mod (modified) * boot/grub.pc/i386-pc/extcmd.mod (modified) * boot/grub.pc/i386-pc/fat.mod (modified) * boot/grub.pc/i386-pc/file.mod (added) * boot/grub.pc/i386-pc/font.mod (modified) * boot/grub.pc/i386-pc/freedos.mod (added) * boot/grub.pc/i386-pc/fs.lst (modified) * boot/grub.pc/i386-pc/fshelp.mod (modified) * boot/grub.pc/i386-pc/functional_test.mod (modified) * boot/grub.pc/i386-pc/gcry_arcfour.mod (modified) * boot/grub.pc/i386-pc/gcry_blowfish.mod (modified) * boot/grub.pc/i386-pc/gcry_camellia.mod (modified) * boot/grub.pc/i386-pc/gcry_cast5.mod (modified) * boot/grub.pc/i386-pc/gcry_crc.mod (modified) * boot/grub.pc/i386-pc/gcry_des.mod (modified) * boot/grub.pc/i386-pc/gcry_dsa.mod (added) * boot/grub.pc/i386-pc/gcry_idea.mod (added) * boot/grub.pc/i386-pc/gcry_md4.mod (modified) * boot/grub.pc/i386-pc/gcry_md5.mod (modified) * boot/grub.pc/i386-pc/gcry_rfc2268.mod (modified) * boot/grub.pc/i386-pc/gcry_rijndael.mod (modified) * boot/grub.pc/i386-pc/gcry_rmd160.mod (modified) * boot/grub.pc/i386-pc/gcry_rsa.mod (added) * boot/grub.pc/i386-pc/gcry_seed.mod (modified) * boot/grub.pc/i386-pc/gcry_serpent.mod (modified) * boot/grub.pc/i386-pc/gcry_sha1.mod (modified) * boot/grub.pc/i386-pc/gcry_sha256.mod (modified) * boot/grub.pc/i386-pc/gcry_sha512.mod (modified) * boot/grub.pc/i386-pc/gcry_tiger.mod (modified) * boot/grub.pc/i386-pc/gcry_twofish.mod (modified) * boot/grub.pc/i386-pc/gcry_whirlpool.mod (modified) * boot/grub.pc/i386-pc/gdb.mod (added) * boot/grub.pc/i386-pc/gdb_grub (added) * boot/grub.pc/i386-pc/geli.mod (added) * boot/grub.pc/i386-pc/gettext.mod (modified) * boot/grub.pc/i386-pc/gfxmenu.mod (modified) * boot/grub.pc/i386-pc/gfxterm.mod (modified) * boot/grub.pc/i386-pc/gfxterm_background.mod (added) * boot/grub.pc/i386-pc/gfxterm_menu.mod (added) * boot/grub.pc/i386-pc/gmodule.pl (added) * boot/grub.pc/i386-pc/gptsync.mod (modified) * boot/grub.pc/i386-pc/gzio.mod (modified) * boot/grub.pc/i386-pc/halt.mod (modified) * boot/grub.pc/i386-pc/hashsum.mod (modified) * boot/grub.pc/i386-pc/hdparm.mod (modified) * boot/grub.pc/i386-pc/hello.mod (modified) * boot/grub.pc/i386-pc/help.mod (modified) * boot/grub.pc/i386-pc/hexdump.mod (modified) * boot/grub.pc/i386-pc/hfs.mod (modified) * boot/grub.pc/i386-pc/hfsplus.mod (modified) * boot/grub.pc/i386-pc/hfspluscomp.mod (added) * boot/grub.pc/i386-pc/http.mod (added) * boot/grub.pc/i386-pc/iorw.mod (modified) * boot/grub.pc/i386-pc/iso9660.mod (modified) * boot/grub.pc/i386-pc/jfs.mod (modified) * boot/grub.pc/i386-pc/jpeg.mod (modified) * boot/grub.pc/i386-pc/kernel.exec (added) * boot/grub.pc/i386-pc/kernel.img (added) * boot/grub.pc/i386-pc/keylayouts.mod (modified) * boot/grub.pc/i386-pc/keystatus.mod (modified) * boot/grub.pc/i386-pc/ldm.mod (added) * boot/grub.pc/i386-pc/legacy_password_test.mod (added) * boot/grub.pc/i386-pc/legacycfg.mod (modified) * boot/grub.pc/i386-pc/linux.mod (modified) * boot/grub.pc/i386-pc/linux16.mod (modified) * boot/grub.pc/i386-pc/lnxboot.img (added) * boot/grub.pc/i386-pc/loadenv.mod (modified) * boot/grub.pc/i386-pc/loopback.mod (modified) * boot/grub.pc/i386-pc/ls.mod (modified) * boot/grub.pc/i386-pc/lsacpi.mod (modified) * boot/grub.pc/i386-pc/lsapm.mod (modified) * boot/grub.pc/i386-pc/lsmmap.mod (modified) * boot/grub.pc/i386-pc/lspci.mod (modified) * boot/grub.pc/i386-pc/luks.mod (added) * boot/grub.pc/i386-pc/lvm.mod (modified) * boot/grub.pc/i386-pc/lzma_decompress.img (added) * boot/grub.pc/i386-pc/lzopio.mod (added) * boot/grub.pc/i386-pc/macbless.mod (added) * boot/grub.pc/i386-pc/macho.mod (added) * boot/grub.pc/i386-pc/mda_text.mod (added) * boot/grub.pc/i386-pc/mdraid09.mod (modified) * boot/grub.pc/i386-pc/mdraid09_be.mod (added) * boot/grub.pc/i386-pc/mdraid1x.mod (modified) * boot/grub.pc/i386-pc/memdisk.mod (modified) * boot/grub.pc/i386-pc/memrw.mod (modified) * boot/grub.pc/i386-pc/minicmd.mod (modified) * boot/grub.pc/i386-pc/minix.mod (modified) * boot/grub.pc/i386-pc/minix2.mod (modified) * boot/grub.pc/i386-pc/minix2_be.mod (added) * boot/grub.pc/i386-pc/minix3.mod (added) * boot/grub.pc/i386-pc/minix3_be.mod (added) * boot/grub.pc/i386-pc/minix_be.mod (added) * boot/grub.pc/i386-pc/mmap.mod (modified) * boot/grub.pc/i386-pc/moddep.lst (modified) * boot/grub.pc/i386-pc/modinfo.sh (added) * boot/grub.pc/i386-pc/morse.mod (added) * boot/grub.pc/i386-pc/mpi.mod (added) * boot/grub.pc/i386-pc/msdospart.mod (modified) * boot/grub.pc/i386-pc/mul_test.mod (added) * boot/grub.pc/i386-pc/multiboot.mod (modified) * boot/grub.pc/i386-pc/multiboot2.mod (modified) * boot/grub.pc/i386-pc/nativedisk.mod (added) * boot/grub.pc/i386-pc/net.mod (added) * boot/grub.pc/i386-pc/newc.mod (added) * boot/grub.pc/i386-pc/nilfs2.mod (modified) * boot/grub.pc/i386-pc/normal.mod (modified) * boot/grub.pc/i386-pc/ntfs.mod (modified) * boot/grub.pc/i386-pc/ntfscomp.mod (modified) * boot/grub.pc/i386-pc/ntldr.mod (modified) * boot/grub.pc/i386-pc/odc.mod (added) * boot/grub.pc/i386-pc/offsetio.mod (added) * boot/grub.pc/i386-pc/ohci.mod (modified) * boot/grub.pc/i386-pc/part_acorn.mod (modified) * boot/grub.pc/i386-pc/part_amiga.mod (modified) * boot/grub.pc/i386-pc/part_apple.mod (modified) * boot/grub.pc/i386-pc/part_bsd.mod (modified) * boot/grub.pc/i386-pc/part_dfly.mod (added) * boot/grub.pc/i386-pc/part_dvh.mod (added) * boot/grub.pc/i386-pc/part_gpt.mod (modified) * boot/grub.pc/i386-pc/part_msdos.mod (modified) * boot/grub.pc/i386-pc/part_plan.mod (added) * boot/grub.pc/i386-pc/part_sun.mod (modified) * boot/grub.pc/i386-pc/part_sunpc.mod (modified) * boot/grub.pc/i386-pc/partmap.lst (modified) * boot/grub.pc/i386-pc/parttool.mod (modified) * boot/grub.pc/i386-pc/password.mod (modified) * boot/grub.pc/i386-pc/password_pbkdf2.mod (modified) * boot/grub.pc/i386-pc/pata.mod (added) * boot/grub.pc/i386-pc/pbkdf2.mod (modified) * boot/grub.pc/i386-pc/pbkdf2_test.mod (added) * boot/grub.pc/i386-pc/pci.mod (modified) * boot/grub.pc/i386-pc/pcidump.mod (added) * boot/grub.pc/i386-pc/plan9.mod (added) * boot/grub.pc/i386-pc/play.mod (modified) * boot/grub.pc/i386-pc/png.mod (modified) * boot/grub.pc/i386-pc/priority_queue.mod (added) * boot/grub.pc/i386-pc/probe.mod (modified) * boot/grub.pc/i386-pc/procfs.mod (added) * boot/grub.pc/i386-pc/progress.mod (added) * boot/grub.pc/i386-pc/pxe.mod (modified) * boot/grub.pc/i386-pc/pxeboot.img (added) * boot/grub.pc/i386-pc/pxechain.mod (added) * boot/grub.pc/i386-pc/pxecmd.mod (deleted) * boot/grub.pc/i386-pc/raid.mod (deleted) * boot/grub.pc/i386-pc/raid5rec.mod (modified) * boot/grub.pc/i386-pc/raid6rec.mod (modified) * boot/grub.pc/i386-pc/random.mod (added) * boot/grub.pc/i386-pc/read.mod (modified) * boot/grub.pc/i386-pc/reboot.mod (modified) * boot/grub.pc/i386-pc/regexp.mod (modified) * boot/grub.pc/i386-pc/reiserfs.mod (modified) * boot/grub.pc/i386-pc/relocator.mod (modified) * boot/grub.pc/i386-pc/romfs.mod (added) * boot/grub.pc/i386-pc/scsi.mod (modified) * boot/grub.pc/i386-pc/search.mod (modified) * boot/grub.pc/i386-pc/search_fs_file.mod (modified) * boot/grub.pc/i386-pc/search_fs_uuid.mod (modified) * boot/grub.pc/i386-pc/search_label.mod (modified) * boot/grub.pc/i386-pc/sendkey.mod (modified) * boot/grub.pc/i386-pc/serial.mod (modified) * boot/grub.pc/i386-pc/setjmp.mod (modified) * boot/grub.pc/i386-pc/setjmp_test.mod (added) * boot/grub.pc/i386-pc/setpci.mod (modified) * boot/grub.pc/i386-pc/sfs.mod (modified) * boot/grub.pc/i386-pc/shift_test.mod (added) * boot/grub.pc/i386-pc/signature_test.mod (added) * boot/grub.pc/i386-pc/sleep.mod (modified) * boot/grub.pc/i386-pc/sleep_test.mod (added) * boot/grub.pc/i386-pc/spkmodem.mod (added) * boot/grub.pc/i386-pc/squash4.mod (added) * boot/grub.pc/i386-pc/syslinuxcfg.mod (added) * boot/grub.pc/i386-pc/tar.mod (modified) * boot/grub.pc/i386-pc/terminal.lst (modified) * boot/grub.pc/i386-pc/terminal.mod (modified) * boot/grub.pc/i386-pc/terminfo.mod (modified) * boot/grub.pc/i386-pc/test.mod (modified) * boot/grub.pc/i386-pc/test_blockarg.mod (modified) * boot/grub.pc/i386-pc/testload.mod (modified) * boot/grub.pc/i386-pc/testspeed.mod (added) * boot/grub.pc/i386-pc/tftp.mod (added) * boot/grub.pc/i386-pc/tga.mod (modified) * boot/grub.pc/i386-pc/time.mod (added) * boot/grub.pc/i386-pc/tr.mod (added) * boot/grub.pc/i386-pc/trig.mod (modified) * boot/grub.pc/i386-pc/true.mod (modified) * boot/grub.pc/i386-pc/truecrypt.mod (added) * boot/grub.pc/i386-pc/udf.mod (modified) * boot/grub.pc/i386-pc/ufs1.mod (modified) * boot/grub.pc/i386-pc/ufs1_be.mod (added) * boot/grub.pc/i386-pc/ufs2.mod (modified) * boot/grub.pc/i386-pc/uhci.mod (modified) * boot/grub.pc/i386-pc/usb.mod (modified) * boot/grub.pc/i386-pc/usb_keyboard.mod (modified) * boot/grub.pc/i386-pc/usbms.mod (modified) * boot/grub.pc/i386-pc/usbserial_common.mod (modified) * boot/grub.pc/i386-pc/usbserial_ftdi.mod (modified) * boot/grub.pc/i386-pc/usbserial_pl2303.mod (modified) * boot/grub.pc/i386-pc/usbserial_usbdebug.mod (added) * boot/grub.pc/i386-pc/usbtest.mod (modified) * boot/grub.pc/i386-pc/vbe.mod (modified) * boot/grub.pc/i386-pc/verify.mod (added) * boot/grub.pc/i386-pc/vga.mod (modified) * boot/grub.pc/i386-pc/vga_text.mod (modified) * boot/grub.pc/i386-pc/video.mod (modified) * boot/grub.pc/i386-pc/video_bochs.mod (modified) * boot/grub.pc/i386-pc/video_cirrus.mod (modified) * boot/grub.pc/i386-pc/video_colors.mod (added) * boot/grub.pc/i386-pc/video_fb.mod (modified) * boot/grub.pc/i386-pc/videoinfo.mod (modified) * boot/grub.pc/i386-pc/videotest.mod (modified) * boot/grub.pc/i386-pc/videotest_checksum.mod (added) * boot/grub.pc/i386-pc/xfs.mod (modified) * boot/grub.pc/i386-pc/xnu.mod (modified) * boot/grub.pc/i386-pc/xnu_uuid.mod (modified) * boot/grub.pc/i386-pc/xnu_uuid_test.mod (added) * boot/grub.pc/i386-pc/xzio.mod (modified) * boot/grub.pc/i386-pc/zfs.mod (modified) * boot/grub.pc/i386-pc/zfscrypt.mod (added) * boot/grub.pc/i386-pc/zfsinfo.mod (modified) * boot/grub.pc/pc.img (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) Update Grub. For i386-pc platform add generated core.img for ... Tue, 29 Mar 2016 19:36:43 GMT Jakub Jermar [1558d85] * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/usb/ohci/root_hub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/pcut/tests/xmlreport.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) Remove duplicate includes Wed, 16 Mar 2016 11:27:23 GMT Jakub Jermar [d9ffc54] * kernel/generic/src/console/kconsole.c (modified) Merge from lp:~aurelio-x/helenos/kcon-devel Wed, 16 Mar 2016 09:22:06 GMT Aurelio Colosimo [6b00876] * kernel/generic/src/console/kconsole.c (modified) kconsole tab completion: permit tab at first char too This patch ... Wed, 16 Mar 2016 09:10:42 GMT Aurelio Colosimo [0cfc18d3] * kernel/generic/src/console/kconsole.c (modified) kconsole tab completion: count arguments while tabbing them This ... Fri, 11 Mar 2016 13:12:24 GMT Jiri Svoboda [c1b8ad4] * kernel/generic/include/adt/btree.h (modified) * kernel/generic/src/adt/btree.c (modified) Add btree_count() Tue, 08 Mar 2016 15:33:25 GMT Aurelio Colosimo [dc0e41c] * kernel/generic/src/console/kconsole.c (modified) cmdtab_compl: fix 'if' condition while searching for maximum matching ... Tue, 08 Mar 2016 15:32:15 GMT Aurelio Colosimo [3266412] * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) kconsole tab completion: implement args completion for 'describe' and ... Tue, 08 Mar 2016 09:49:41 GMT Aurelio Colosimo [e8d48d2] * kernel/generic/src/console/cmd.c (modified) * kernel/test/test.c (modified) * kernel/test/test.h (modified) kconsole args tab completion implemented for test command Tue, 08 Mar 2016 09:40:48 GMT Aurelio Colosimo [a363016] * kernel/generic/include/symtab.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/debug/symtab.c (modified) kconsole tab completion: call* argument hints restored by using ... Tue, 08 Mar 2016 09:21:14 GMT Aurelio Colosimo [6a75c134] * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/src/console/kconsole.c (modified) tab arguments completion: defined and handled hints_enum callback in ... Tue, 08 Mar 2016 09:17:26 GMT Aurelio Colosimo [83b2e73] * kernel/generic/include/str.h (modified) fix STR_BOUNDS macro: include cnt param into round brackets This is ... Tue, 08 Mar 2016 09:16:26 GMT Aurelio Colosimo [36b0490e] * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/src/console/kconsole.c (modified) kernel: cmdtab_compl rewritten by using a enum callback This is the ... Sat, 20 Feb 2016 19:02:20 GMT Jakub Jermar [ae7bbfd0] * boot/Makefile.build (modified) * kernel/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) build: Turn assembler and linker warnings into errors Thu, 07 Jan 2016 13:41:38 GMT Jakub Jermar [e08162b] * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) sparc64: TSB needs to be naturally aligned The ITSB and DTSB on ... Sun, 03 Jan 2016 20:07:23 GMT Jakub Jermar [7254df6] * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) sun4v: Fix tlb_invalidate_pages() to invalidate all pages in the range Wed, 28 Oct 2015 18:17:27 GMT Jakub Jermar [5265eea4] * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/include/arch/atomic.h (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/include/arch/cache.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) Merge various ARM fixes from lp:~jakub/helenos/arm Fix GTA02 ... Wed, 28 Oct 2015 08:32:09 GMT Jakub Jermar [5783d10] * kernel/arch/arm32/include/arch/atomic.h (modified) Cstyle Mon, 26 Oct 2015 21:12:57 GMT Jakub Jermar [93d8022] * boot/arch/arm32/src/mm.c (modified) * kernel/arch/arm32/include/arch/cache.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) ARM cache handling fixes - boot: Use the normal outer and inner ... Tue, 06 Oct 2015 20:20:50 GMT Jakub Jermar [afe5e09] * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) Define CP15_C7_MVA_ALIGN for all supported ARM processors. - Use ... Tue, 06 Oct 2015 19:01:36 GMT Jiri Svoboda [6afc9d7] * kernel/generic/src/console/console.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/mv/mv.c (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/cmds/modules/unmount/unmount.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/df/df.c (modified) * uspace/app/init/init.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/tester/hw/misc/virtchar1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/untar/main.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/io/kio.h (modified) * uspace/lib/c/include/sys/statfs.h (modified) * uspace/lib/c/include/unistd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/include/vfs/vfs_sess.h (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/posix/source/fcntl.c (modified) * uspace/lib/posix/source/internal/common.h (modified) * uspace/lib/posix/source/stdio.c (modified) * uspace/lib/posix/source/stdlib.c (modified) * uspace/lib/posix/source/sys/stat.c (modified) * uspace/lib/posix/source/unistd.c (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) UNIX-like I/O functions should use errno to return error code for ... Sat, 03 Oct 2015 08:37:37 GMT Jakub Jermar [d5610b9] * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/include/arch/cache.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) Cleanup some of the cache maintenance mess on ARM - Do not define ... Wed, 30 Sep 2015 19:43:34 GMT Jakub Jermar [8ca6f08] * kernel/arch/arm32/include/arch/cp15.h (modified) Fix Crm for PFI. Wed, 30 Sep 2015 17:47:41 GMT Martin Decky [8a637a4] * abi/include/abi/errno.h (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/irq.c (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/trace/errors.c (modified) * uspace/app/untar/main.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/nettl/src/amap.c (modified) * uspace/lib/nettl/src/portrng.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbhost/src/usb_device_manager.c (modified) * uspace/lib/usbhost/src/usb_endpoint_manager.c (modified) * uspace/srv/audio/hound/audio_sink.c (modified) * uspace/srv/audio/hound/hound.c (modified) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs_register.c (modified) remove EEXISTS in favor of EEXIST