Changes in / [b48ebd19:76ca3f7] in mainline
- Files:
-
- 352 added
- 354 deleted
- 511 edited
-
HelenOS.config (modified) (view diffs)
-
Makefile (modified) (view diffs)
-
boot/Makefile (modified) (view diffs)
-
boot/Makefile.common (modified) (view diffs)
-
boot/arch/arm32/loader/Makefile (modified) (view diffs)
-
boot/arch/arm32/loader/Makefile.build (modified) (view diffs)
-
boot/arch/arm32/loader/Makefile.toolchain (modified) (view diffs)
-
boot/arch/ia64/loader/Makefile (modified) (view diffs)
-
boot/arch/ia64/loader/Makefile.build (modified) (view diffs)
-
boot/arch/ia64/loader/Makefile.common (modified) (view diffs)
-
boot/arch/ia64/loader/Makefile.toolchain (modified) (view diffs)
-
boot/arch/ia64/loader/gefi/HelenOS/Makefile (modified) (view diffs)
-
boot/arch/ia64/loader/gefi/Make.defaults (modified) (view diffs)
-
boot/arch/mips32/loader/Makefile (modified) (view diffs)
-
boot/arch/mips32/loader/Makefile.build (modified) (view diffs)
-
boot/arch/mips32/loader/Makefile.toolchain (modified) (view diffs)
-
boot/arch/ppc32/loader/Makefile (modified) (view diffs)
-
boot/arch/ppc32/loader/Makefile.build (modified) (view diffs)
-
boot/arch/ppc32/loader/Makefile.toolchain (modified) (view diffs)
-
boot/arch/sparc64/loader/Makefile (modified) (view diffs)
-
boot/arch/sparc64/loader/Makefile.build (modified) (view diffs)
-
boot/arch/sparc64/loader/Makefile.toolchain (modified) (view diffs)
-
defaults/amd64/Makefile.config (modified) (view diffs)
-
defaults/arm32/Makefile.config (modified) (view diffs)
-
defaults/ia32/Makefile.config (modified) (view diffs)
-
defaults/ia64/Makefile.config (modified) (view diffs)
-
defaults/mips32/Makefile.config (modified) (view diffs)
-
defaults/ppc32/Makefile.config (modified) (view diffs)
-
defaults/sparc64/Makefile.config (modified) (view diffs)
-
defaults/sparc64/sun4v/Makefile.config (modified) (view diffs)
-
defaults/special/abs32le/Makefile.config (modified) (view diffs)
-
kernel/Makefile (modified) (view diffs)
-
kernel/Makefile.build (deleted)
-
kernel/Makefile.common (deleted)
-
kernel/arch/abs32le/Makefile.inc (modified) (view diffs)
-
kernel/arch/abs32le/include/asm.h (modified) (view diffs)
-
kernel/arch/abs32le/include/atomic.h (modified) (view diffs)
-
kernel/arch/abs32le/include/faddr.h (modified) (view diffs)
-
kernel/arch/abs32le/include/fpu_context.h (modified) (view diffs)
-
kernel/arch/abs32le/include/interrupt.h (modified) (view diffs)
-
kernel/arch/abs32le/include/mm/asid.h (modified) (view diffs)
-
kernel/arch/abs32le/include/mm/frame.h (modified) (view diffs)
-
kernel/arch/abs32le/include/mm/page.h (modified) (view diffs)
-
kernel/arch/abs32le/include/proc/task.h (modified) (view diffs)
-
kernel/arch/abs32le/include/proc/thread.h (modified) (view diffs)
-
kernel/arch/abs32le/include/types.h (modified) (view diffs)
-
kernel/arch/abs32le/src/abs32le.c (modified) (view diffs)
-
kernel/arch/abs32le/src/cpu/cpu.c (modified) (view diffs)
-
kernel/arch/abs32le/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/abs32le/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/arch/abs32le/src/mm/page.c (modified) (view diffs)
-
kernel/arch/abs32le/src/mm/tlb.c (modified) (view diffs)
-
kernel/arch/abs32le/src/userspace.c (modified) (view diffs)
-
kernel/arch/amd64/Makefile.inc (modified) (view diffs)
-
kernel/arch/amd64/include/asm.h (modified) (view diffs)
-
kernel/arch/amd64/include/atomic.h (modified) (view diffs)
-
kernel/arch/amd64/include/context.h (modified) (view diffs)
-
kernel/arch/amd64/include/cpuid.h (modified) (view diffs)
-
kernel/arch/amd64/include/debugger.h (modified) (view diffs)
-
kernel/arch/amd64/include/faddr.h (modified) (view diffs)
-
kernel/arch/amd64/include/interrupt.h (modified) (view diffs)
-
kernel/arch/amd64/include/mm/frame.h (modified) (view diffs)
-
kernel/arch/amd64/include/mm/page.h (modified) (view diffs)
-
kernel/arch/amd64/include/pm.h (modified) (view diffs)
-
kernel/arch/amd64/include/proc/task.h (modified) (view diffs)
-
kernel/arch/amd64/include/types.h (modified) (view diffs)
-
kernel/arch/amd64/src/amd64.c (modified) (view diffs)
-
kernel/arch/amd64/src/cpu/cpu.c (modified) (view diffs)
-
kernel/arch/amd64/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/amd64/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/arch/amd64/src/proc/task.c (modified) (view diffs)
-
kernel/arch/amd64/src/userspace.c (modified) (view diffs)
-
kernel/arch/arm32/Makefile.inc (modified) (view diffs)
-
kernel/arch/arm32/include/asm.h (modified) (view diffs)
-
kernel/arch/arm32/include/context.h (modified) (view diffs)
-
kernel/arch/arm32/include/cpu.h (modified) (view diffs)
-
kernel/arch/arm32/include/exception.h (modified) (view diffs)
-
kernel/arch/arm32/include/faddr.h (modified) (view diffs)
-
kernel/arch/arm32/include/fpu_context.h (modified) (view diffs)
-
kernel/arch/arm32/include/interrupt.h (modified) (view diffs)
-
kernel/arch/arm32/include/machine_func.h (modified) (view diffs)
-
kernel/arch/arm32/include/mm/asid.h (modified) (view diffs)
-
kernel/arch/arm32/include/mm/frame.h (modified) (view diffs)
-
kernel/arch/arm32/include/mm/page_fault.h (modified) (view diffs)
-
kernel/arch/arm32/include/ras.h (modified) (view diffs)
-
kernel/arch/arm32/include/types.h (modified) (view diffs)
-
kernel/arch/arm32/src/arm32.c (modified) (view diffs)
-
kernel/arch/arm32/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/arm32/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/arch/arm32/src/dummy.S (modified) (view diffs)
-
kernel/arch/arm32/src/mm/page.c (modified) (view diffs)
-
kernel/arch/arm32/src/mm/tlb.c (modified) (view diffs)
-
kernel/arch/arm32/src/ras.c (modified) (view diffs)
-
kernel/arch/ia32/Makefile.inc (modified) (view diffs)
-
kernel/arch/ia32/include/asm.h (modified) (view diffs)
-
kernel/arch/ia32/include/atomic.h (modified) (view diffs)
-
kernel/arch/ia32/include/bios/bios.h (modified) (view diffs)
-
kernel/arch/ia32/include/boot/memmap.h (modified) (view diffs)
-
kernel/arch/ia32/include/context.h (modified) (view diffs)
-
kernel/arch/ia32/include/cpuid.h (modified) (view diffs)
-
kernel/arch/ia32/include/drivers/i8254.h (modified) (view diffs)
-
kernel/arch/ia32/include/drivers/i8259.h (modified) (view diffs)
-
kernel/arch/ia32/include/drivers/vesa.h (modified) (view diffs)
-
kernel/arch/ia32/include/faddr.h (modified) (view diffs)
-
kernel/arch/ia32/include/fpu_context.h (modified) (view diffs)
-
kernel/arch/ia32/include/interrupt.h (modified) (view diffs)
-
kernel/arch/ia32/include/mm/asid.h (modified) (view diffs)
-
kernel/arch/ia32/include/mm/frame.h (modified) (view diffs)
-
kernel/arch/ia32/include/mm/page.h (modified) (view diffs)
-
kernel/arch/ia32/include/pm.h (modified) (view diffs)
-
kernel/arch/ia32/include/proc/task.h (modified) (view diffs)
-
kernel/arch/ia32/include/proc/thread.h (modified) (view diffs)
-
kernel/arch/ia32/include/smp/apic.h (modified) (view diffs)
-
kernel/arch/ia32/include/smp/mps.h (modified) (view diffs)
-
kernel/arch/ia32/include/smp/smp.h (modified) (view diffs)
-
kernel/arch/ia32/include/types.h (modified) (view diffs)
-
kernel/arch/ia32/src/bios/bios.c (modified) (view diffs)
-
kernel/arch/ia32/src/cpu/cpu.c (modified) (view diffs)
-
kernel/arch/ia32/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/ia32/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/arch/ia32/src/drivers/i8254.c (modified) (view diffs)
-
kernel/arch/ia32/src/drivers/i8259.c (modified) (view diffs)
-
kernel/arch/ia32/src/drivers/vesa.c (modified) (view diffs)
-
kernel/arch/ia32/src/ia32.c (modified) (view diffs)
-
kernel/arch/ia32/src/mm/page.c (modified) (view diffs)
-
kernel/arch/ia32/src/mm/tlb.c (modified) (view diffs)
-
kernel/arch/ia32/src/pm.c (modified) (view diffs)
-
kernel/arch/ia32/src/proc/task.c (modified) (view diffs)
-
kernel/arch/ia32/src/smp/apic.c (modified) (view diffs)
-
kernel/arch/ia32/src/smp/mps.c (modified) (view diffs)
-
kernel/arch/ia32/src/syscall.c (modified) (view diffs)
-
kernel/arch/ia32/src/userspace.c (modified) (view diffs)
-
kernel/arch/ia64/Makefile.inc (modified) (view diffs)
-
kernel/arch/ia64/include/asm.h (modified) (view diffs)
-
kernel/arch/ia64/include/bootinfo.h (modified) (view diffs)
-
kernel/arch/ia64/include/context.h (modified) (view diffs)
-
kernel/arch/ia64/include/cpu.h (modified) (view diffs)
-
kernel/arch/ia64/include/faddr.h (modified) (view diffs)
-
kernel/arch/ia64/include/fpu_context.h (modified) (view diffs)
-
kernel/arch/ia64/include/interrupt.h (modified) (view diffs)
-
kernel/arch/ia64/include/mm/asid.h (modified) (view diffs)
-
kernel/arch/ia64/include/mm/frame.h (modified) (view diffs)
-
kernel/arch/ia64/include/mm/page.h (modified) (view diffs)
-
kernel/arch/ia64/include/mm/tlb.h (modified) (view diffs)
-
kernel/arch/ia64/include/register.h (modified) (view diffs)
-
kernel/arch/ia64/include/types.h (modified) (view diffs)
-
kernel/arch/ia64/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/ia64/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/arch/ia64/src/drivers/ski.c (modified) (view diffs)
-
kernel/arch/ia64/src/ia64.c (modified) (view diffs)
-
kernel/arch/ia64/src/interrupt.c (modified) (view diffs)
-
kernel/arch/ia64/src/mm/page.c (modified) (view diffs)
-
kernel/arch/ia64/src/smp/smp.c (modified) (view diffs)
-
kernel/arch/mips32/Makefile.inc (modified) (view diffs)
-
kernel/arch/mips32/include/asm.h (modified) (view diffs)
-
kernel/arch/mips32/include/context.h (modified) (view diffs)
-
kernel/arch/mips32/include/cp0.h (modified) (view diffs)
-
kernel/arch/mips32/include/cpu.h (modified) (view diffs)
-
kernel/arch/mips32/include/debugger.h (modified) (view diffs)
-
kernel/arch/mips32/include/exception.h (modified) (view diffs)
-
kernel/arch/mips32/include/faddr.h (modified) (view diffs)
-
kernel/arch/mips32/include/fpu_context.h (modified) (view diffs)
-
kernel/arch/mips32/include/mm/asid.h (modified) (view diffs)
-
kernel/arch/mips32/include/mm/tlb.h (modified) (view diffs)
-
kernel/arch/mips32/include/types.h (modified) (view diffs)
-
kernel/arch/mips32/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/mips32/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/arch/mips32/src/exception.c (modified) (view diffs)
-
kernel/arch/mips32/src/interrupt.c (modified) (view diffs)
-
kernel/arch/mips32/src/mips32.c (modified) (view diffs)
-
kernel/arch/ppc32/Makefile.inc (modified) (view diffs)
-
kernel/arch/ppc32/include/asm.h (modified) (view diffs)
-
kernel/arch/ppc32/include/boot/boot.h (modified) (view diffs)
-
kernel/arch/ppc32/include/context.h (modified) (view diffs)
-
kernel/arch/ppc32/include/cpuid.h (modified) (view diffs)
-
kernel/arch/ppc32/include/drivers/pic.h (modified) (view diffs)
-
kernel/arch/ppc32/include/exception.h (modified) (view diffs)
-
kernel/arch/ppc32/include/faddr.h (modified) (view diffs)
-
kernel/arch/ppc32/include/fpu_context.h (modified) (view diffs)
-
kernel/arch/ppc32/include/mm/asid.h (modified) (view diffs)
-
kernel/arch/ppc32/include/mm/frame.h (modified) (view diffs)
-
kernel/arch/ppc32/include/mm/tlb.h (modified) (view diffs)
-
kernel/arch/ppc32/include/types.h (modified) (view diffs)
-
kernel/arch/ppc32/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/ppc32/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/arch/ppc32/src/interrupt.c (modified) (view diffs)
-
kernel/arch/ppc32/src/ppc32.c (modified) (view diffs)
-
kernel/arch/sparc64/Makefile.inc (modified) (view diffs)
-
kernel/arch/sparc64/include/asm.h (modified) (view diffs)
-
kernel/arch/sparc64/include/atomic.h (modified) (view diffs)
-
kernel/arch/sparc64/include/boot/boot.h (modified) (view diffs)
-
kernel/arch/sparc64/include/context.h (modified) (view diffs)
-
kernel/arch/sparc64/include/cpu.h (modified) (view diffs)
-
kernel/arch/sparc64/include/drivers/fhc.h (modified) (view diffs)
-
kernel/arch/sparc64/include/drivers/kbd.h (modified) (view diffs)
-
kernel/arch/sparc64/include/drivers/pci.h (modified) (view diffs)
-
kernel/arch/sparc64/include/drivers/scr.h (modified) (view diffs)
-
kernel/arch/sparc64/include/drivers/sgcn.h (modified) (view diffs)
-
kernel/arch/sparc64/include/faddr.h (modified) (view diffs)
-
kernel/arch/sparc64/include/fpu_context.h (modified) (view diffs)
-
kernel/arch/sparc64/include/interrupt.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/asid.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/sun4u/frame.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/sun4u/mmu.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/sun4u/tlb.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/sun4u/tsb.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/sun4u/tte.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/sun4v/frame.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/sun4v/tlb.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/sun4v/tsb.h (modified) (view diffs)
-
kernel/arch/sparc64/include/mm/sun4v/tte.h (modified) (view diffs)
-
kernel/arch/sparc64/include/proc/thread.h (modified) (view diffs)
-
kernel/arch/sparc64/include/register.h (modified) (view diffs)
-
kernel/arch/sparc64/include/sun4u/cpu.h (modified) (view diffs)
-
kernel/arch/sparc64/include/sun4v/hypercall.h (modified) (view diffs)
-
kernel/arch/sparc64/include/sun4v/ipi.h (modified) (view diffs)
-
kernel/arch/sparc64/include/sun4v/register.h (modified) (view diffs)
-
kernel/arch/sparc64/include/trap/trap_table.h (modified) (view diffs)
-
kernel/arch/sparc64/include/types.h (modified) (view diffs)
-
kernel/arch/sparc64/src/console.c (modified) (view diffs)
-
kernel/arch/sparc64/src/ddi/ddi.c (modified) (view diffs)
-
kernel/arch/sparc64/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/fhc.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/kbd.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/pci.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/scr.c (modified) (view diffs)
-
kernel/arch/sparc64/src/drivers/sgcn.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4u/frame.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) (view diffs)
-
kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) (view diffs)
-
kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) (view diffs)
-
kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) (view diffs)
-
kernel/arch/sparc64/src/sun4u/sparc64.c (modified) (view diffs)
-
kernel/arch/sparc64/src/sun4v/md.c (modified) (view diffs)
-
kernel/arch/sparc64/src/sun4v/sparc64.c (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/interrupt.c (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) (view diffs)
-
kernel/arch/sparc64/src/trap/trap.c (modified) (view diffs)
-
kernel/genarch/include/acpi/acpi.h (modified) (view diffs)
-
kernel/genarch/include/drivers/dsrln/dsrlnin.h (modified) (view diffs)
-
kernel/genarch/include/drivers/dsrln/dsrlnout.h (modified) (view diffs)
-
kernel/genarch/include/drivers/ega/ega.h (modified) (view diffs)
-
kernel/genarch/include/drivers/i8042/i8042.h (modified) (view diffs)
-
kernel/genarch/include/drivers/legacy/ia32/io.h (modified) (view diffs)
-
kernel/genarch/include/drivers/ns16550/ns16550.h (modified) (view diffs)
-
kernel/genarch/include/drivers/pl050/pl050.h (modified) (view diffs)
-
kernel/genarch/include/drivers/via-cuda/cuda.h (modified) (view diffs)
-
kernel/genarch/include/drivers/z8530/z8530.h (modified) (view diffs)
-
kernel/genarch/include/fb/fb.h (modified) (view diffs)
-
kernel/genarch/include/fb/logo-196x66.h (modified) (view diffs)
-
kernel/genarch/include/mm/as_ht.h (modified) (view diffs)
-
kernel/genarch/include/mm/page_ht.h (modified) (view diffs)
-
kernel/genarch/include/mm/page_pt.h (modified) (view diffs)
-
kernel/genarch/include/multiboot/multiboot.h (modified) (view diffs)
-
kernel/genarch/include/ofw/ebus.h (modified) (view diffs)
-
kernel/genarch/include/ofw/fhc.h (modified) (view diffs)
-
kernel/genarch/include/ofw/ofw_tree.h (modified) (view diffs)
-
kernel/genarch/include/ofw/pci.h (modified) (view diffs)
-
kernel/genarch/include/ofw/sbus.h (modified) (view diffs)
-
kernel/genarch/include/ofw/upa.h (modified) (view diffs)
-
kernel/genarch/src/acpi/madt.c (modified) (view diffs)
-
kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) (view diffs)
-
kernel/genarch/src/drivers/ega/ega.c (modified) (view diffs)
-
kernel/genarch/src/fb/fb.c (modified) (view diffs)
-
kernel/genarch/src/kbrd/scanc_mac.c (modified) (view diffs)
-
kernel/genarch/src/kbrd/scanc_pc.c (modified) (view diffs)
-
kernel/genarch/src/kbrd/scanc_pl050.c (modified) (view diffs)
-
kernel/genarch/src/kbrd/scanc_sun.c (modified) (view diffs)
-
kernel/genarch/src/mm/as_ht.c (modified) (view diffs)
-
kernel/genarch/src/mm/as_pt.c (modified) (view diffs)
-
kernel/genarch/src/mm/page_ht.c (modified) (view diffs)
-
kernel/genarch/src/mm/page_pt.c (modified) (view diffs)
-
kernel/genarch/src/multiboot/multiboot.c (modified) (view diffs)
-
kernel/genarch/src/ofw/ebus.c (modified) (view diffs)
-
kernel/genarch/src/ofw/fhc.c (modified) (view diffs)
-
kernel/genarch/src/ofw/ofw_tree.c (modified) (view diffs)
-
kernel/genarch/src/ofw/pci.c (modified) (view diffs)
-
kernel/genarch/src/srln/srln.c (modified) (view diffs)
-
kernel/generic/include/adt/avl.h (modified) (view diffs)
-
kernel/generic/include/adt/bitmap.h (modified) (view diffs)
-
kernel/generic/include/adt/btree.h (modified) (view diffs)
-
kernel/generic/include/adt/hash_table.h (modified) (view diffs)
-
kernel/generic/include/adt/list.h (modified) (view diffs)
-
kernel/generic/include/atomic.h (modified) (view diffs)
-
kernel/generic/include/byteorder.h (modified) (view diffs)
-
kernel/generic/include/config.h (modified) (view diffs)
-
kernel/generic/include/console/chardev.h (modified) (view diffs)
-
kernel/generic/include/console/console.h (modified) (view diffs)
-
kernel/generic/include/context.h (modified) (view diffs)
-
kernel/generic/include/ddi/ddi.h (modified) (view diffs)
-
kernel/generic/include/ddi/device.h (modified) (view diffs)
-
kernel/generic/include/ddi/irq.h (modified) (view diffs)
-
kernel/generic/include/func.h (modified) (view diffs)
-
kernel/generic/include/interrupt.h (modified) (view diffs)
-
kernel/generic/include/ipc/event.h (modified) (view diffs)
-
kernel/generic/include/ipc/irq.h (modified) (view diffs)
-
kernel/generic/include/ipc/sysipc.h (modified) (view diffs)
-
kernel/generic/include/lib/elf.h (modified) (view diffs)
-
kernel/generic/include/lib/rd.h (modified) (view diffs)
-
kernel/generic/include/macros.h (modified) (view diffs)
-
kernel/generic/include/main/main.h (modified) (view diffs)
-
kernel/generic/include/main/uinit.h (modified) (view diffs)
-
kernel/generic/include/memstr.h (modified) (view diffs)
-
kernel/generic/include/mm/as.h (modified) (view diffs)
-
kernel/generic/include/mm/buddy.h (modified) (view diffs)
-
kernel/generic/include/mm/frame.h (modified) (view diffs)
-
kernel/generic/include/mm/page.h (modified) (view diffs)
-
kernel/generic/include/mm/tlb.h (modified) (view diffs)
-
kernel/generic/include/print.h (modified) (view diffs)
-
kernel/generic/include/proc/program.h (modified) (view diffs)
-
kernel/generic/include/proc/scheduler.h (modified) (view diffs)
-
kernel/generic/include/security/cap.h (modified) (view diffs)
-
kernel/generic/include/sort.h (modified) (view diffs)
-
kernel/generic/include/stacktrace.h (modified) (view diffs)
-
kernel/generic/include/str.h (added)
-
kernel/generic/include/string.h (deleted)
-
kernel/generic/include/symtab.h (modified) (view diffs)
-
kernel/generic/include/synch/condvar.h (modified) (view diffs)
-
kernel/generic/include/synch/futex.h (modified) (view diffs)
-
kernel/generic/include/synch/mutex.h (modified) (view diffs)
-
kernel/generic/include/synch/rwlock.h (modified) (view diffs)
-
kernel/generic/include/synch/semaphore.h (modified) (view diffs)
-
kernel/generic/include/synch/spinlock.h (modified) (view diffs)
-
kernel/generic/include/synch/waitq.h (modified) (view diffs)
-
kernel/generic/include/syscall/copy.h (modified) (view diffs)
-
kernel/generic/include/syscall/syscall.h (modified) (view diffs)
-
kernel/generic/include/sysinfo/sysinfo.h (modified) (view diffs)
-
kernel/generic/include/time/clock.h (modified) (view diffs)
-
kernel/generic/include/time/delay.h (modified) (view diffs)
-
kernel/generic/include/time/timeout.h (modified) (view diffs)
-
kernel/generic/include/typedefs.h (modified) (view diffs)
-
kernel/generic/include/userspace.h (modified) (view diffs)
-
kernel/generic/src/adt/bitmap.c (modified) (view diffs)
-
kernel/generic/src/adt/hash_table.c (modified) (view diffs)
-
kernel/generic/src/console/cmd.c (modified) (view diffs)
-
kernel/generic/src/console/console.c (modified) (view diffs)
-
kernel/generic/src/console/kconsole.c (modified) (view diffs)
-
kernel/generic/src/cpu/cpu.c (modified) (view diffs)
-
kernel/generic/src/ddi/device.c (modified) (view diffs)
-
kernel/generic/src/ddi/irq.c (modified) (view diffs)
-
kernel/generic/src/debug/stacktrace.c (modified) (view diffs)
-
kernel/generic/src/debug/symtab.c (modified) (view diffs)
-
kernel/generic/src/ipc/event.c (modified) (view diffs)
-
kernel/generic/src/lib/elf.c (modified) (view diffs)
-
kernel/generic/src/lib/memstr.c (modified) (view diffs)
-
kernel/generic/src/lib/str.c (added)
-
kernel/generic/src/lib/string.c (deleted)
-
kernel/generic/src/main/kinit.c (modified) (view diffs)
-
kernel/generic/src/main/uinit.c (modified) (view diffs)
-
kernel/generic/src/mm/as.c (modified) (view diffs)
-
kernel/generic/src/mm/backend_anon.c (modified) (view diffs)
-
kernel/generic/src/mm/backend_elf.c (modified) (view diffs)
-
kernel/generic/src/mm/backend_phys.c (modified) (view diffs)
-
kernel/generic/src/mm/buddy.c (modified) (view diffs)
-
kernel/generic/src/mm/frame.c (modified) (view diffs)
-
kernel/generic/src/mm/page.c (modified) (view diffs)
-
kernel/generic/src/printf/printf_core.c (modified) (view diffs)
-
kernel/generic/src/printf/vprintf.c (modified) (view diffs)
-
kernel/generic/src/printf/vsnprintf.c (modified) (view diffs)
-
kernel/generic/src/proc/task.c (modified) (view diffs)
-
kernel/generic/src/synch/waitq.c (modified) (view diffs)
-
kernel/generic/src/time/delay.c (modified) (view diffs)
-
kernel/generic/src/time/timeout.c (modified) (view diffs)
-
kernel/generic/src/udebug/udebug_ops.c (modified) (view diffs)
-
kernel/test/avltree/avltree1.c (modified) (view diffs)
-
kernel/test/mm/falloc1.c (modified) (view diffs)
-
kernel/test/mm/falloc2.c (modified) (view diffs)
-
kernel/test/mm/mapping1.c (modified) (view diffs)
-
kernel/test/mm/purge1.c (modified) (view diffs)
-
kernel/test/synch/rwlock4.c (modified) (view diffs)
-
kernel/test/synch/semaphore2.c (modified) (view diffs)
-
kernel/test/test.h (modified) (view diffs)
-
kernel/tools/genmap.py (modified) (view diffs)
-
tools/autotool.py (added)
-
tools/config.py (modified) (view diffs)
-
tools/jobfile.py (modified) (view diffs)
-
tools/mkfat.py (modified) (view diffs)
-
tools/mkhord.py (modified) (view diffs)
-
tools/mktmpfs.py (modified) (view diffs)
-
uspace/Makefile (modified) (view diffs)
-
uspace/Makefile.common (added)
-
uspace/app/Makefile.common (deleted)
-
uspace/app/bdsh/Makefile (modified) (view diffs)
-
uspace/app/bdsh/cmds/builtin_cmds.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/mod_cmds.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cat/cat.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cp/cp.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/help/help.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/ls/ls.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/rm/rm.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/touch/touch.c (modified) (view diffs)
-
uspace/app/bdsh/errors.c (modified) (view diffs)
-
uspace/app/bdsh/exec.c (modified) (view diffs)
-
uspace/app/bdsh/input.c (modified) (view diffs)
-
uspace/app/bdsh/scli.c (modified) (view diffs)
-
uspace/app/bdsh/util.c (modified) (view diffs)
-
uspace/app/edit/Makefile (modified) (view diffs)
-
uspace/app/edit/sheet.c (modified) (view diffs)
-
uspace/app/getterm/Makefile (modified) (view diffs)
-
uspace/app/init/Makefile (modified) (view diffs)
-
uspace/app/init/init.c (modified) (view diffs)
-
uspace/app/klog/Makefile (modified) (view diffs)
-
uspace/app/mkfat/Makefile (modified) (view diffs)
-
uspace/app/redir/Makefile (modified) (view diffs)
-
uspace/app/redir/redir.c (modified) (view diffs)
-
uspace/app/taskdump/Makefile (modified) (view diffs)
-
uspace/app/tester/Makefile (modified) (view diffs)
-
uspace/app/tester/tester.c (modified) (view diffs)
-
uspace/app/tester/vfs/vfs1.c (modified) (view diffs)
-
uspace/app/tetris/Makefile (modified) (view diffs)
-
uspace/app/tetris/input.c (modified) (view diffs)
-
uspace/app/tetris/scores.c (modified) (view diffs)
-
uspace/app/tetris/scores.h (modified) (view diffs)
-
uspace/app/tetris/screen.c (modified) (view diffs)
-
uspace/app/tetris/tetris.c (modified) (view diffs)
-
uspace/app/trace/Makefile (modified) (view diffs)
-
uspace/app/trace/trace.c (modified) (view diffs)
-
uspace/lib/Makefile.common (deleted)
-
uspace/lib/block/Makefile (added)
-
uspace/lib/block/libblock.c (added)
-
uspace/lib/block/libblock.h (added)
-
uspace/lib/c/Makefile (added)
-
uspace/lib/c/Makefile.toolchain (added)
-
uspace/lib/c/arch/abs32le/Makefile.common (added)
-
uspace/lib/c/arch/abs32le/Makefile.inc (added)
-
uspace/lib/c/arch/abs32le/_link.ld.in (added)
-
uspace/lib/c/arch/abs32le/include/atomic.h (added)
-
uspace/lib/c/arch/abs32le/include/config.h (added)
-
uspace/lib/c/arch/abs32le/include/ddi.h (added)
-
uspace/lib/c/arch/abs32le/include/entry.h (added)
-
uspace/lib/c/arch/abs32le/include/faddr.h (added)
-
uspace/lib/c/arch/abs32le/include/fibril.h (added)
-
uspace/lib/c/arch/abs32le/include/inttypes.h (added)
-
uspace/lib/c/arch/abs32le/include/istate.h (added)
-
uspace/lib/c/arch/abs32le/include/limits.h (added)
-
uspace/lib/c/arch/abs32le/include/syscall.h (added)
-
uspace/lib/c/arch/abs32le/include/thread.h (added)
-
uspace/lib/c/arch/abs32le/include/tls.h (added)
-
uspace/lib/c/arch/abs32le/include/types.h (added)
-
uspace/lib/c/arch/abs32le/src/entry.c (added)
-
uspace/lib/c/arch/abs32le/src/fibril.c (added)
-
uspace/lib/c/arch/abs32le/src/stacktrace.c (added)
-
uspace/lib/c/arch/abs32le/src/syscall.c (added)
-
uspace/lib/c/arch/abs32le/src/thread_entry.c (added)
-
uspace/lib/c/arch/abs32le/src/tls.c (added)
-
uspace/lib/c/arch/amd64/Makefile.common (added)
-
uspace/lib/c/arch/amd64/Makefile.inc (added)
-
uspace/lib/c/arch/amd64/_link.ld.in (added)
-
uspace/lib/c/arch/amd64/include/atomic.h (added)
-
uspace/lib/c/arch/amd64/include/config.h (added)
-
uspace/lib/c/arch/amd64/include/ddi.h (added)
-
uspace/lib/c/arch/amd64/include/faddr.h (added)
-
uspace/lib/c/arch/amd64/include/fibril.h (added)
-
uspace/lib/c/arch/amd64/include/inttypes.h (added)
-
uspace/lib/c/arch/amd64/include/istate.h (added)
-
uspace/lib/c/arch/amd64/include/limits.h (added)
-
uspace/lib/c/arch/amd64/include/stackarg.h (added)
-
uspace/lib/c/arch/amd64/include/syscall.h (added)
-
uspace/lib/c/arch/amd64/include/thread.h (added)
-
uspace/lib/c/arch/amd64/include/tls.h (added)
-
uspace/lib/c/arch/amd64/include/types.h (added)
-
uspace/lib/c/arch/amd64/src/entry.s (added)
-
uspace/lib/c/arch/amd64/src/fibril.S (added)
-
uspace/lib/c/arch/amd64/src/stacktrace.c (added)
-
uspace/lib/c/arch/amd64/src/stacktrace_asm.S (added)
-
uspace/lib/c/arch/amd64/src/syscall.S (added)
-
uspace/lib/c/arch/amd64/src/thread_entry.s (added)
-
uspace/lib/c/arch/amd64/src/tls.c (added)
-
uspace/lib/c/arch/arm32/Makefile.common (added)
-
uspace/lib/c/arch/arm32/Makefile.inc (added)
-
uspace/lib/c/arch/arm32/_link.ld.in (added)
-
uspace/lib/c/arch/arm32/include/atomic.h (added)
-
uspace/lib/c/arch/arm32/include/config.h (added)
-
uspace/lib/c/arch/arm32/include/ddi.h (added)
-
uspace/lib/c/arch/arm32/include/faddr.h (added)
-
uspace/lib/c/arch/arm32/include/fibril.h (added)
-
uspace/lib/c/arch/arm32/include/inttypes.h (added)
-
uspace/lib/c/arch/arm32/include/istate.h (added)
-
uspace/lib/c/arch/arm32/include/limits.h (added)
-
uspace/lib/c/arch/arm32/include/stackarg.h (added)
-
uspace/lib/c/arch/arm32/include/syscall.h (added)
-
uspace/lib/c/arch/arm32/include/thread.h (added)
-
uspace/lib/c/arch/arm32/include/tls.h (added)
-
uspace/lib/c/arch/arm32/include/types.h (added)
-
uspace/lib/c/arch/arm32/src/eabi.S (added)
-
uspace/lib/c/arch/arm32/src/entry.s (added)
-
uspace/lib/c/arch/arm32/src/fibril.S (added)
-
uspace/lib/c/arch/arm32/src/stacktrace.c (added)
-
uspace/lib/c/arch/arm32/src/stacktrace_asm.S (added)
-
uspace/lib/c/arch/arm32/src/syscall.c (added)
-
uspace/lib/c/arch/arm32/src/thread_entry.s (added)
-
uspace/lib/c/arch/arm32/src/tls.c (added)
-
uspace/lib/c/arch/ia32/Makefile.common (added)
-
uspace/lib/c/arch/ia32/Makefile.inc (added)
-
uspace/lib/c/arch/ia32/_link.ld.in (added)
-
uspace/lib/c/arch/ia32/include/atomic.h (added)
-
uspace/lib/c/arch/ia32/include/config.h (added)
-
uspace/lib/c/arch/ia32/include/ddi.h (added)
-
uspace/lib/c/arch/ia32/include/faddr.h (added)
-
uspace/lib/c/arch/ia32/include/fibril.h (added)
-
uspace/lib/c/arch/ia32/include/inttypes.h (added)
-
uspace/lib/c/arch/ia32/include/istate.h (added)
-
uspace/lib/c/arch/ia32/include/limits.h (added)
-
uspace/lib/c/arch/ia32/include/syscall.h (added)
-
uspace/lib/c/arch/ia32/include/thread.h (added)
-
uspace/lib/c/arch/ia32/include/tls.h (added)
-
uspace/lib/c/arch/ia32/include/types.h (added)
-
uspace/lib/c/arch/ia32/src/entry.s (added)
-
uspace/lib/c/arch/ia32/src/fibril.S (added)
-
uspace/lib/c/arch/ia32/src/setjmp.S (added)
-
uspace/lib/c/arch/ia32/src/stacktrace.c (added)
-
uspace/lib/c/arch/ia32/src/stacktrace_asm.S (added)
-
uspace/lib/c/arch/ia32/src/syscall.S (added)
-
uspace/lib/c/arch/ia32/src/thread_entry.s (added)
-
uspace/lib/c/arch/ia32/src/tls.c (added)
-
uspace/lib/c/arch/ia64/Makefile.common (added)
-
uspace/lib/c/arch/ia64/Makefile.inc (added)
-
uspace/lib/c/arch/ia64/_link.ld.in (added)
-
uspace/lib/c/arch/ia64/include/atomic.h (added)
-
uspace/lib/c/arch/ia64/include/config.h (added)
-
uspace/lib/c/arch/ia64/include/ddi.h (added)
-
uspace/lib/c/arch/ia64/include/faddr.h (added)
-
uspace/lib/c/arch/ia64/include/fibril.h (added)
-
uspace/lib/c/arch/ia64/include/inttypes.h (added)
-
uspace/lib/c/arch/ia64/include/istate.h (added)
-
uspace/lib/c/arch/ia64/include/limits.h (added)
-
uspace/lib/c/arch/ia64/include/stack.h (added)
-
uspace/lib/c/arch/ia64/include/stackarg.h (added)
-
uspace/lib/c/arch/ia64/include/syscall.h (added)
-
uspace/lib/c/arch/ia64/include/thread.h (added)
-
uspace/lib/c/arch/ia64/include/tls.h (added)
-
uspace/lib/c/arch/ia64/include/types.h (added)
-
uspace/lib/c/arch/ia64/src/ddi.c (added)
-
uspace/lib/c/arch/ia64/src/entry.s (added)
-
uspace/lib/c/arch/ia64/src/fibril.S (added)
-
uspace/lib/c/arch/ia64/src/stacktrace.c (added)
-
uspace/lib/c/arch/ia64/src/stacktrace_asm.S (added)
-
uspace/lib/c/arch/ia64/src/syscall.S (added)
-
uspace/lib/c/arch/ia64/src/thread_entry.s (added)
-
uspace/lib/c/arch/ia64/src/tls.c (added)
-
uspace/lib/c/arch/mips32/Makefile.common (added)
-
uspace/lib/c/arch/mips32/Makefile.inc (added)
-
uspace/lib/c/arch/mips32/_link.ld.in (added)
-
uspace/lib/c/arch/mips32/include/atomic.h (added)
-
uspace/lib/c/arch/mips32/include/config.h (added)
-
uspace/lib/c/arch/mips32/include/ddi.h (added)
-
uspace/lib/c/arch/mips32/include/faddr.h (added)
-
uspace/lib/c/arch/mips32/include/fibril.h (added)
-
uspace/lib/c/arch/mips32/include/inttypes.h (added)
-
uspace/lib/c/arch/mips32/include/istate.h (added)
-
uspace/lib/c/arch/mips32/include/limits.h (added)
-
uspace/lib/c/arch/mips32/include/syscall.h (added)
-
uspace/lib/c/arch/mips32/include/thread.h (added)
-
uspace/lib/c/arch/mips32/include/tls.h (added)
-
uspace/lib/c/arch/mips32/include/types.h (added)
-
uspace/lib/c/arch/mips32/src/entry.s (added)
-
uspace/lib/c/arch/mips32/src/fibril.S (added)
-
uspace/lib/c/arch/mips32/src/stacktrace.c (added)
-
uspace/lib/c/arch/mips32/src/stacktrace_asm.S (added)
-
uspace/lib/c/arch/mips32/src/syscall.c (added)
-
uspace/lib/c/arch/mips32/src/thread_entry.s (added)
-
uspace/lib/c/arch/mips32/src/tls.c (added)
-
uspace/lib/c/arch/mips32eb/Makefile.common (added)
-
uspace/lib/c/arch/mips32eb/Makefile.inc (added)
-
uspace/lib/c/arch/mips32eb/_link.ld.in (added)
-
uspace/lib/c/arch/mips32eb/include/atomic.h (added)
-
uspace/lib/c/arch/mips32eb/include/config.h (added)
-
uspace/lib/c/arch/mips32eb/include/ddi.h (added)
-
uspace/lib/c/arch/mips32eb/include/faddr.h (added)
-
uspace/lib/c/arch/mips32eb/include/fibril.h (added)
-
uspace/lib/c/arch/mips32eb/include/inttypes.h (added)
-
uspace/lib/c/arch/mips32eb/include/istate.h (added)
-
uspace/lib/c/arch/mips32eb/include/limits.h (added)
-
uspace/lib/c/arch/mips32eb/include/syscall.h (added)
-
uspace/lib/c/arch/mips32eb/include/thread.h (added)
-
uspace/lib/c/arch/mips32eb/include/tls.h (added)
-
uspace/lib/c/arch/mips32eb/include/types.h (added)
-
uspace/lib/c/arch/mips32eb/src (added)
-
uspace/lib/c/arch/ppc32/Makefile.common (added)
-
uspace/lib/c/arch/ppc32/Makefile.inc (added)
-
uspace/lib/c/arch/ppc32/_link.ld.in (added)
-
uspace/lib/c/arch/ppc32/include/atomic.h (added)
-
uspace/lib/c/arch/ppc32/include/config.h (added)
-
uspace/lib/c/arch/ppc32/include/ddi.h (added)
-
uspace/lib/c/arch/ppc32/include/faddr.h (added)
-
uspace/lib/c/arch/ppc32/include/fibril.h (added)
-
uspace/lib/c/arch/ppc32/include/inttypes.h (added)
-
uspace/lib/c/arch/ppc32/include/istate.h (added)
-
uspace/lib/c/arch/ppc32/include/limits.h (added)
-
uspace/lib/c/arch/ppc32/include/regname.h (added)
-
uspace/lib/c/arch/ppc32/include/stackarg.h (added)
-
uspace/lib/c/arch/ppc32/include/syscall.h (added)
-
uspace/lib/c/arch/ppc32/include/thread.h (added)
-
uspace/lib/c/arch/ppc32/include/tls.h (added)
-
uspace/lib/c/arch/ppc32/include/types.h (added)
-
uspace/lib/c/arch/ppc32/src/entry.s (added)
-
uspace/lib/c/arch/ppc32/src/fibril.S (added)
-
uspace/lib/c/arch/ppc32/src/stacktrace.c (added)
-
uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (added)
-
uspace/lib/c/arch/ppc32/src/syscall.c (added)
-
uspace/lib/c/arch/ppc32/src/thread_entry.s (added)
-
uspace/lib/c/arch/ppc32/src/tls.c (added)
-
uspace/lib/c/arch/sparc64/Makefile.common (added)
-
uspace/lib/c/arch/sparc64/Makefile.inc (added)
-
uspace/lib/c/arch/sparc64/_link.ld.in (added)
-
uspace/lib/c/arch/sparc64/include/atomic.h (added)
-
uspace/lib/c/arch/sparc64/include/config.h (added)
-
uspace/lib/c/arch/sparc64/include/ddi.h (added)
-
uspace/lib/c/arch/sparc64/include/faddr.h (added)
-
uspace/lib/c/arch/sparc64/include/fibril.h (added)
-
uspace/lib/c/arch/sparc64/include/inttypes.h (added)
-
uspace/lib/c/arch/sparc64/include/istate.h (added)
-
uspace/lib/c/arch/sparc64/include/limits.h (added)
-
uspace/lib/c/arch/sparc64/include/stack.h (added)
-
uspace/lib/c/arch/sparc64/include/stackarg.h (added)
-
uspace/lib/c/arch/sparc64/include/syscall.h (added)
-
uspace/lib/c/arch/sparc64/include/thread.h (added)
-
uspace/lib/c/arch/sparc64/include/tls.h (added)
-
uspace/lib/c/arch/sparc64/include/types.h (added)
-
uspace/lib/c/arch/sparc64/src/entry.s (added)
-
uspace/lib/c/arch/sparc64/src/fibril.S (added)
-
uspace/lib/c/arch/sparc64/src/stacktrace.c (added)
-
uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (added)
-
uspace/lib/c/arch/sparc64/src/thread_entry.s (added)
-
uspace/lib/c/arch/sparc64/src/tls.c (added)
-
uspace/lib/c/generic/adt/hash_table.c (added)
-
uspace/lib/c/generic/adt/list.c (added)
-
uspace/lib/c/generic/as.c (added)
-
uspace/lib/c/generic/async.c (added)
-
uspace/lib/c/generic/cap.c (added)
-
uspace/lib/c/generic/clipboard.c (added)
-
uspace/lib/c/generic/ddi.c (added)
-
uspace/lib/c/generic/devmap.c (added)
-
uspace/lib/c/generic/err.c (added)
-
uspace/lib/c/generic/errno.c (added)
-
uspace/lib/c/generic/event.c (added)
-
uspace/lib/c/generic/fibril.c (added)
-
uspace/lib/c/generic/fibril_synch.c (added)
-
uspace/lib/c/generic/futex.c (added)
-
uspace/lib/c/generic/getopt.c (added)
-
uspace/lib/c/generic/io/asprintf.c (added)
-
uspace/lib/c/generic/io/console.c (added)
-
uspace/lib/c/generic/io/io.c (added)
-
uspace/lib/c/generic/io/klog.c (added)
-
uspace/lib/c/generic/io/printf.c (added)
-
uspace/lib/c/generic/io/printf_core.c (added)
-
uspace/lib/c/generic/io/snprintf.c (added)
-
uspace/lib/c/generic/io/vprintf.c (added)
-
uspace/lib/c/generic/io/vsnprintf.c (added)
-
uspace/lib/c/generic/ipc.c (added)
-
uspace/lib/c/generic/libc.c (added)
-
uspace/lib/c/generic/loader.c (added)
-
uspace/lib/c/generic/malloc.c (added)
-
uspace/lib/c/generic/mem.c (added)
-
uspace/lib/c/generic/mman.c (added)
-
uspace/lib/c/generic/pcb.c (added)
-
uspace/lib/c/generic/smc.c (added)
-
uspace/lib/c/generic/stacktrace.c (added)
-
uspace/lib/c/generic/stdlib.c (added)
-
uspace/lib/c/generic/str.c (added)
-
uspace/lib/c/generic/sysinfo.c (added)
-
uspace/lib/c/generic/task.c (added)
-
uspace/lib/c/generic/thread.c (added)
-
uspace/lib/c/generic/time.c (added)
-
uspace/lib/c/generic/tls.c (added)
-
uspace/lib/c/generic/udebug.c (added)
-
uspace/lib/c/generic/vfs/canonify.c (added)
-
uspace/lib/c/generic/vfs/vfs.c (added)
-
uspace/lib/c/include/adt/fifo.h (added)
-
uspace/lib/c/include/adt/gcdlcm.h (added)
-
uspace/lib/c/include/adt/hash_table.h (added)
-
uspace/lib/c/include/adt/list.h (added)
-
uspace/lib/c/include/align.h (added)
-
uspace/lib/c/include/as.h (added)
-
uspace/lib/c/include/assert.h (added)
-
uspace/lib/c/include/async.h (added)
-
uspace/lib/c/include/async_priv.h (added)
-
uspace/lib/c/include/atomic.h (added)
-
uspace/lib/c/include/atomicdflt.h (added)
-
uspace/lib/c/include/bitops.h (added)
-
uspace/lib/c/include/bool.h (added)
-
uspace/lib/c/include/byteorder.h (added)
-
uspace/lib/c/include/cap.h (added)
-
uspace/lib/c/include/clipboard.h (added)
-
uspace/lib/c/include/ctype.h (added)
-
uspace/lib/c/include/ddi.h (added)
-
uspace/lib/c/include/devmap.h (added)
-
uspace/lib/c/include/dirent.h (added)
-
uspace/lib/c/include/err.h (added)
-
uspace/lib/c/include/errno.h (added)
-
uspace/lib/c/include/event.h (added)
-
uspace/lib/c/include/fcntl.h (added)
-
uspace/lib/c/include/fibril.h (added)
-
uspace/lib/c/include/fibril_synch.h (added)
-
uspace/lib/c/include/futex.h (added)
-
uspace/lib/c/include/getopt.h (added)
-
uspace/lib/c/include/inttypes.h (added)
-
uspace/lib/c/include/io/color.h (added)
-
uspace/lib/c/include/io/console.h (added)
-
uspace/lib/c/include/io/keycode.h (added)
-
uspace/lib/c/include/io/klog.h (added)
-
uspace/lib/c/include/io/printf_core.h (added)
-
uspace/lib/c/include/io/style.h (added)
-
uspace/lib/c/include/ipc/adb.h (added)
-
uspace/lib/c/include/ipc/bd.h (added)
-
uspace/lib/c/include/ipc/bus.h (added)
-
uspace/lib/c/include/ipc/char.h (added)
-
uspace/lib/c/include/ipc/clipboard.h (added)
-
uspace/lib/c/include/ipc/console.h (added)
-
uspace/lib/c/include/ipc/devmap.h (added)
-
uspace/lib/c/include/ipc/fb.h (added)
-
uspace/lib/c/include/ipc/ipc.h (added)
-
uspace/lib/c/include/ipc/kbd.h (added)
-
uspace/lib/c/include/ipc/loader.h (added)
-
uspace/lib/c/include/ipc/mouse.h (added)
-
uspace/lib/c/include/ipc/ns.h (added)
-
uspace/lib/c/include/ipc/services.h (added)
-
uspace/lib/c/include/ipc/vfs.h (added)
-
uspace/lib/c/include/libc.h (added)
-
uspace/lib/c/include/limits.h (added)
-
uspace/lib/c/include/loader/loader.h (added)
-
uspace/lib/c/include/loader/pcb.h (added)
-
uspace/lib/c/include/macros.h (added)
-
uspace/lib/c/include/malloc.h (added)
-
uspace/lib/c/include/mem.h (added)
-
uspace/lib/c/include/rwlock.h (added)
-
uspace/lib/c/include/setjmp.h (added)
-
uspace/lib/c/include/smc.h (added)
-
uspace/lib/c/include/stacktrace.h (added)
-
uspace/lib/c/include/stdarg.h (added)
-
uspace/lib/c/include/stddef.h (added)
-
uspace/lib/c/include/stdint.h (added)
-
uspace/lib/c/include/stdio.h (added)
-
uspace/lib/c/include/stdlib.h (added)
-
uspace/lib/c/include/str.h (added)
-
uspace/lib/c/include/sys/mman.h (added)
-
uspace/lib/c/include/sys/stat.h (added)
-
uspace/lib/c/include/sys/time.h (added)
-
uspace/lib/c/include/sys/typefmt.h (added)
-
uspace/lib/c/include/sys/types.h (added)
-
uspace/lib/c/include/syscall.h (added)
-
uspace/lib/c/include/sysinfo.h (added)
-
uspace/lib/c/include/task.h (added)
-
uspace/lib/c/include/thread.h (added)
-
uspace/lib/c/include/time.h (added)
-
uspace/lib/c/include/tls.h (added)
-
uspace/lib/c/include/udebug.h (added)
-
uspace/lib/c/include/unistd.h (added)
-
uspace/lib/c/include/vfs/canonify.h (added)
-
uspace/lib/c/include/vfs/vfs.h (added)
-
uspace/lib/fs/Makefile (added)
-
uspace/lib/fs/libfs.c (added)
-
uspace/lib/fs/libfs.h (added)
-
uspace/lib/libblock/Makefile (deleted)
-
uspace/lib/libblock/libblock.c (deleted)
-
uspace/lib/libblock/libblock.h (deleted)
-
uspace/lib/libc/Makefile (deleted)
-
uspace/lib/libc/Makefile.toolchain (deleted)
-
uspace/lib/libc/arch/abs32le/Makefile.inc (deleted)
-
uspace/lib/libc/arch/abs32le/_link.ld.in (deleted)
-
uspace/lib/libc/arch/abs32le/include/atomic.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/config.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/ddi.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/entry.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/faddr.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/fibril.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/inttypes.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/istate.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/limits.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/syscall.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/thread.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/tls.h (deleted)
-
uspace/lib/libc/arch/abs32le/include/types.h (deleted)
-
uspace/lib/libc/arch/abs32le/src/entry.c (deleted)
-
uspace/lib/libc/arch/abs32le/src/fibril.c (deleted)
-
uspace/lib/libc/arch/abs32le/src/stacktrace.c (deleted)
-
uspace/lib/libc/arch/abs32le/src/syscall.c (deleted)
-
uspace/lib/libc/arch/abs32le/src/thread_entry.c (deleted)
-
uspace/lib/libc/arch/abs32le/src/tls.c (deleted)
-
uspace/lib/libc/arch/amd64/Makefile.inc (deleted)
-
uspace/lib/libc/arch/amd64/_link.ld.in (deleted)
-
uspace/lib/libc/arch/amd64/include/atomic.h (deleted)
-
uspace/lib/libc/arch/amd64/include/config.h (deleted)
-
uspace/lib/libc/arch/amd64/include/ddi.h (deleted)
-
uspace/lib/libc/arch/amd64/include/faddr.h (deleted)
-
uspace/lib/libc/arch/amd64/include/fibril.h (deleted)
-
uspace/lib/libc/arch/amd64/include/inttypes.h (deleted)
-
uspace/lib/libc/arch/amd64/include/istate.h (deleted)
-
uspace/lib/libc/arch/amd64/include/limits.h (deleted)
-
uspace/lib/libc/arch/amd64/include/stackarg.h (deleted)
-
uspace/lib/libc/arch/amd64/include/syscall.h (deleted)
-
uspace/lib/libc/arch/amd64/include/thread.h (deleted)
-
uspace/lib/libc/arch/amd64/include/tls.h (deleted)
-
uspace/lib/libc/arch/amd64/include/types.h (deleted)
-
uspace/lib/libc/arch/amd64/src/entry.s (deleted)
-
uspace/lib/libc/arch/amd64/src/fibril.S (deleted)
-
uspace/lib/libc/arch/amd64/src/stacktrace.c (deleted)
-
uspace/lib/libc/arch/amd64/src/stacktrace_asm.S (deleted)
-
uspace/lib/libc/arch/amd64/src/syscall.S (deleted)
-
uspace/lib/libc/arch/amd64/src/thread_entry.s (deleted)
-
uspace/lib/libc/arch/amd64/src/tls.c (deleted)
-
uspace/lib/libc/arch/arm32/Makefile.inc (deleted)
-
uspace/lib/libc/arch/arm32/_link.ld.in (deleted)
-
uspace/lib/libc/arch/arm32/include/atomic.h (deleted)
-
uspace/lib/libc/arch/arm32/include/config.h (deleted)
-
uspace/lib/libc/arch/arm32/include/ddi.h (deleted)
-
uspace/lib/libc/arch/arm32/include/faddr.h (deleted)
-
uspace/lib/libc/arch/arm32/include/fibril.h (deleted)
-
uspace/lib/libc/arch/arm32/include/inttypes.h (deleted)
-
uspace/lib/libc/arch/arm32/include/istate.h (deleted)
-
uspace/lib/libc/arch/arm32/include/limits.h (deleted)
-
uspace/lib/libc/arch/arm32/include/stackarg.h (deleted)
-
uspace/lib/libc/arch/arm32/include/syscall.h (deleted)
-
uspace/lib/libc/arch/arm32/include/thread.h (deleted)
-
uspace/lib/libc/arch/arm32/include/tls.h (deleted)
-
uspace/lib/libc/arch/arm32/include/types.h (deleted)
-
uspace/lib/libc/arch/arm32/src/eabi.S (deleted)
-
uspace/lib/libc/arch/arm32/src/entry.s (deleted)
-
uspace/lib/libc/arch/arm32/src/fibril.S (deleted)
-
uspace/lib/libc/arch/arm32/src/stacktrace.c (deleted)
-
uspace/lib/libc/arch/arm32/src/stacktrace_asm.S (deleted)
-
uspace/lib/libc/arch/arm32/src/syscall.c (deleted)
-
uspace/lib/libc/arch/arm32/src/thread_entry.s (deleted)
-
uspace/lib/libc/arch/arm32/src/tls.c (deleted)
-
uspace/lib/libc/arch/ia32/Makefile.inc (deleted)
-
uspace/lib/libc/arch/ia32/_link.ld.in (deleted)
-
uspace/lib/libc/arch/ia32/include/atomic.h (deleted)
-
uspace/lib/libc/arch/ia32/include/config.h (deleted)
-
uspace/lib/libc/arch/ia32/include/ddi.h (deleted)
-
uspace/lib/libc/arch/ia32/include/faddr.h (deleted)
-
uspace/lib/libc/arch/ia32/include/fibril.h (deleted)
-
uspace/lib/libc/arch/ia32/include/inttypes.h (deleted)
-
uspace/lib/libc/arch/ia32/include/istate.h (deleted)
-
uspace/lib/libc/arch/ia32/include/limits.h (deleted)
-
uspace/lib/libc/arch/ia32/include/syscall.h (deleted)
-
uspace/lib/libc/arch/ia32/include/thread.h (deleted)
-
uspace/lib/libc/arch/ia32/include/tls.h (deleted)
-
uspace/lib/libc/arch/ia32/include/types.h (deleted)
-
uspace/lib/libc/arch/ia32/src/entry.s (deleted)
-
uspace/lib/libc/arch/ia32/src/fibril.S (deleted)
-
uspace/lib/libc/arch/ia32/src/setjmp.S (deleted)
-
uspace/lib/libc/arch/ia32/src/stacktrace.c (deleted)
-
uspace/lib/libc/arch/ia32/src/stacktrace_asm.S (deleted)
-
uspace/lib/libc/arch/ia32/src/syscall.S (deleted)
-
uspace/lib/libc/arch/ia32/src/thread_entry.s (deleted)
-
uspace/lib/libc/arch/ia32/src/tls.c (deleted)
-
uspace/lib/libc/arch/ia64/Makefile.inc (deleted)
-
uspace/lib/libc/arch/ia64/_link.ld.in (deleted)
-
uspace/lib/libc/arch/ia64/include/atomic.h (deleted)
-
uspace/lib/libc/arch/ia64/include/config.h (deleted)
-
uspace/lib/libc/arch/ia64/include/ddi.h (deleted)
-
uspace/lib/libc/arch/ia64/include/faddr.h (deleted)
-
uspace/lib/libc/arch/ia64/include/fibril.h (deleted)
-
uspace/lib/libc/arch/ia64/include/inttypes.h (deleted)
-
uspace/lib/libc/arch/ia64/include/istate.h (deleted)
-
uspace/lib/libc/arch/ia64/include/limits.h (deleted)
-
uspace/lib/libc/arch/ia64/include/stack.h (deleted)
-
uspace/lib/libc/arch/ia64/include/stackarg.h (deleted)
-
uspace/lib/libc/arch/ia64/include/syscall.h (deleted)
-
uspace/lib/libc/arch/ia64/include/thread.h (deleted)
-
uspace/lib/libc/arch/ia64/include/tls.h (deleted)
-
uspace/lib/libc/arch/ia64/include/types.h (deleted)
-
uspace/lib/libc/arch/ia64/src/ddi.c (deleted)
-
uspace/lib/libc/arch/ia64/src/entry.s (deleted)
-
uspace/lib/libc/arch/ia64/src/fibril.S (deleted)
-
uspace/lib/libc/arch/ia64/src/stacktrace.c (deleted)
-
uspace/lib/libc/arch/ia64/src/stacktrace_asm.S (deleted)
-
uspace/lib/libc/arch/ia64/src/syscall.S (deleted)
-
uspace/lib/libc/arch/ia64/src/thread_entry.s (deleted)
-
uspace/lib/libc/arch/ia64/src/tls.c (deleted)
-
uspace/lib/libc/arch/mips32/Makefile.inc (deleted)
-
uspace/lib/libc/arch/mips32/_link.ld.in (deleted)
-
uspace/lib/libc/arch/mips32/include/atomic.h (deleted)
-
uspace/lib/libc/arch/mips32/include/config.h (deleted)
-
uspace/lib/libc/arch/mips32/include/ddi.h (deleted)
-
uspace/lib/libc/arch/mips32/include/faddr.h (deleted)
-
uspace/lib/libc/arch/mips32/include/fibril.h (deleted)
-
uspace/lib/libc/arch/mips32/include/inttypes.h (deleted)
-
uspace/lib/libc/arch/mips32/include/istate.h (deleted)
-
uspace/lib/libc/arch/mips32/include/limits.h (deleted)
-
uspace/lib/libc/arch/mips32/include/syscall.h (deleted)
-
uspace/lib/libc/arch/mips32/include/thread.h (deleted)
-
uspace/lib/libc/arch/mips32/include/tls.h (deleted)
-
uspace/lib/libc/arch/mips32/include/types.h (deleted)
-
uspace/lib/libc/arch/mips32/src/entry.s (deleted)
-
uspace/lib/libc/arch/mips32/src/fibril.S (deleted)
-
uspace/lib/libc/arch/mips32/src/stacktrace.c (deleted)
-
uspace/lib/libc/arch/mips32/src/stacktrace_asm.S (deleted)
-
uspace/lib/libc/arch/mips32/src/syscall.c (deleted)
-
uspace/lib/libc/arch/mips32/src/thread_entry.s (deleted)
-
uspace/lib/libc/arch/mips32/src/tls.c (deleted)
-
uspace/lib/libc/arch/mips32eb/Makefile.inc (deleted)
-
uspace/lib/libc/arch/mips32eb/_link.ld.in (deleted)
-
uspace/lib/libc/arch/mips32eb/include/atomic.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/config.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/ddi.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/faddr.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/fibril.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/inttypes.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/istate.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/limits.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/syscall.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/thread.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/tls.h (deleted)
-
uspace/lib/libc/arch/mips32eb/include/types.h (deleted)
-
uspace/lib/libc/arch/mips32eb/src (deleted)
-
uspace/lib/libc/arch/ppc32/Makefile.inc (deleted)
-
uspace/lib/libc/arch/ppc32/_link.ld.in (deleted)
-
uspace/lib/libc/arch/ppc32/include/atomic.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/config.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/ddi.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/faddr.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/fibril.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/inttypes.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/istate.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/limits.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/regname.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/stackarg.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/syscall.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/thread.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/tls.h (deleted)
-
uspace/lib/libc/arch/ppc32/include/types.h (deleted)
-
uspace/lib/libc/arch/ppc32/src/entry.s (deleted)
-
uspace/lib/libc/arch/ppc32/src/fibril.S (deleted)
-
uspace/lib/libc/arch/ppc32/src/stacktrace.c (deleted)
-
uspace/lib/libc/arch/ppc32/src/stacktrace_asm.S (deleted)
-
uspace/lib/libc/arch/ppc32/src/syscall.c (deleted)
-
uspace/lib/libc/arch/ppc32/src/thread_entry.s (deleted)
-
uspace/lib/libc/arch/ppc32/src/tls.c (deleted)
-
uspace/lib/libc/arch/sparc64/Makefile.inc (deleted)
-
uspace/lib/libc/arch/sparc64/_link.ld.in (deleted)
-
uspace/lib/libc/arch/sparc64/include/atomic.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/config.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/ddi.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/faddr.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/fibril.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/inttypes.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/istate.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/limits.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/stack.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/stackarg.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/syscall.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/thread.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/tls.h (deleted)
-
uspace/lib/libc/arch/sparc64/include/types.h (deleted)
-
uspace/lib/libc/arch/sparc64/src/entry.s (deleted)
-
uspace/lib/libc/arch/sparc64/src/fibril.S (deleted)
-
uspace/lib/libc/arch/sparc64/src/stacktrace.c (deleted)
-
uspace/lib/libc/arch/sparc64/src/stacktrace_asm.S (deleted)
-
uspace/lib/libc/arch/sparc64/src/thread_entry.s (deleted)
-
uspace/lib/libc/arch/sparc64/src/tls.c (deleted)
-
uspace/lib/libc/generic/adt/hash_table.c (deleted)
-
uspace/lib/libc/generic/adt/list.c (deleted)
-
uspace/lib/libc/generic/as.c (deleted)
-
uspace/lib/libc/generic/async.c (deleted)
-
uspace/lib/libc/generic/cap.c (deleted)
-
uspace/lib/libc/generic/clipboard.c (deleted)
-
uspace/lib/libc/generic/ddi.c (deleted)
-
uspace/lib/libc/generic/devmap.c (deleted)
-
uspace/lib/libc/generic/err.c (deleted)
-
uspace/lib/libc/generic/errno.c (deleted)
-
uspace/lib/libc/generic/event.c (deleted)
-
uspace/lib/libc/generic/fibril.c (deleted)
-
uspace/lib/libc/generic/fibril_synch.c (deleted)
-
uspace/lib/libc/generic/futex.c (deleted)
-
uspace/lib/libc/generic/getopt.c (deleted)
-
uspace/lib/libc/generic/io/asprintf.c (deleted)
-
uspace/lib/libc/generic/io/console.c (deleted)
-
uspace/lib/libc/generic/io/io.c (deleted)
-
uspace/lib/libc/generic/io/klog.c (deleted)
-
uspace/lib/libc/generic/io/printf.c (deleted)
-
uspace/lib/libc/generic/io/printf_core.c (deleted)
-
uspace/lib/libc/generic/io/snprintf.c (deleted)
-
uspace/lib/libc/generic/io/vprintf.c (deleted)
-
uspace/lib/libc/generic/io/vsnprintf.c (deleted)
-
uspace/lib/libc/generic/ipc.c (deleted)
-
uspace/lib/libc/generic/libc.c (deleted)
-
uspace/lib/libc/generic/loader.c (deleted)
-
uspace/lib/libc/generic/malloc.c (deleted)
-
uspace/lib/libc/generic/mem.c (deleted)
-
uspace/lib/libc/generic/mman.c (deleted)
-
uspace/lib/libc/generic/pcb.c (deleted)
-
uspace/lib/libc/generic/smc.c (deleted)
-
uspace/lib/libc/generic/stacktrace.c (deleted)
-
uspace/lib/libc/generic/stdlib.c (deleted)
-
uspace/lib/libc/generic/string.c (deleted)
-
uspace/lib/libc/generic/sysinfo.c (deleted)
-
uspace/lib/libc/generic/task.c (deleted)
-
uspace/lib/libc/generic/thread.c (deleted)
-
uspace/lib/libc/generic/time.c (deleted)
-
uspace/lib/libc/generic/tls.c (deleted)
-
uspace/lib/libc/generic/udebug.c (deleted)
-
uspace/lib/libc/generic/vfs/canonify.c (deleted)
-
uspace/lib/libc/generic/vfs/vfs.c (deleted)
-
uspace/lib/libc/include/adt/fifo.h (deleted)
-
uspace/lib/libc/include/adt/gcdlcm.h (deleted)
-
uspace/lib/libc/include/adt/hash_table.h (deleted)
-
uspace/lib/libc/include/adt/list.h (deleted)
-
uspace/lib/libc/include/align.h (deleted)
-
uspace/lib/libc/include/as.h (deleted)
-
uspace/lib/libc/include/assert.h (deleted)
-
uspace/lib/libc/include/async.h (deleted)
-
uspace/lib/libc/include/async_priv.h (deleted)
-
uspace/lib/libc/include/atomic.h (deleted)
-
uspace/lib/libc/include/atomicdflt.h (deleted)
-
uspace/lib/libc/include/bitops.h (deleted)
-
uspace/lib/libc/include/bool.h (deleted)
-
uspace/lib/libc/include/byteorder.h (deleted)
-
uspace/lib/libc/include/cap.h (deleted)
-
uspace/lib/libc/include/clipboard.h (deleted)
-
uspace/lib/libc/include/ctype.h (deleted)
-
uspace/lib/libc/include/ddi.h (deleted)
-
uspace/lib/libc/include/devmap.h (deleted)
-
uspace/lib/libc/include/dirent.h (deleted)
-
uspace/lib/libc/include/err.h (deleted)
-
uspace/lib/libc/include/errno.h (deleted)
-
uspace/lib/libc/include/event.h (deleted)
-
uspace/lib/libc/include/fcntl.h (deleted)
-
uspace/lib/libc/include/fibril.h (deleted)
-
uspace/lib/libc/include/fibril_synch.h (deleted)
-
uspace/lib/libc/include/futex.h (deleted)
-
uspace/lib/libc/include/getopt.h (deleted)
-
uspace/lib/libc/include/inttypes.h (deleted)
-
uspace/lib/libc/include/io/color.h (deleted)
-
uspace/lib/libc/include/io/console.h (deleted)
-
uspace/lib/libc/include/io/keycode.h (deleted)
-
uspace/lib/libc/include/io/klog.h (deleted)
-
uspace/lib/libc/include/io/printf_core.h (deleted)
-
uspace/lib/libc/include/io/style.h (deleted)
-
uspace/lib/libc/include/ipc/adb.h (deleted)
-
uspace/lib/libc/include/ipc/bd.h (deleted)
-
uspace/lib/libc/include/ipc/bus.h (deleted)
-
uspace/lib/libc/include/ipc/char.h (deleted)
-
uspace/lib/libc/include/ipc/clipboard.h (deleted)
-
uspace/lib/libc/include/ipc/console.h (deleted)
-
uspace/lib/libc/include/ipc/devmap.h (deleted)
-
uspace/lib/libc/include/ipc/fb.h (deleted)
-
uspace/lib/libc/include/ipc/ipc.h (deleted)
-
uspace/lib/libc/include/ipc/kbd.h (deleted)
-
uspace/lib/libc/include/ipc/loader.h (deleted)
-
uspace/lib/libc/include/ipc/mouse.h (deleted)
-
uspace/lib/libc/include/ipc/ns.h (deleted)
-
uspace/lib/libc/include/ipc/services.h (deleted)
-
uspace/lib/libc/include/ipc/vfs.h (deleted)
-
uspace/lib/libc/include/libc.h (deleted)
-
uspace/lib/libc/include/limits.h (deleted)
-
uspace/lib/libc/include/loader/loader.h (deleted)
-
uspace/lib/libc/include/loader/pcb.h (deleted)
-
uspace/lib/libc/include/macros.h (deleted)
-
uspace/lib/libc/include/malloc.h (deleted)
-
uspace/lib/libc/include/mem.h (deleted)
-
uspace/lib/libc/include/rwlock.h (deleted)
-
uspace/lib/libc/include/setjmp.h (deleted)
-
uspace/lib/libc/include/smc.h (deleted)
-
uspace/lib/libc/include/stacktrace.h (deleted)
-
uspace/lib/libc/include/stdarg.h (deleted)
-
uspace/lib/libc/include/stddef.h (deleted)
-
uspace/lib/libc/include/stdint.h (deleted)
-
uspace/lib/libc/include/stdio.h (deleted)
-
uspace/lib/libc/include/stdlib.h (deleted)
-
uspace/lib/libc/include/string.h (deleted)
-
uspace/lib/libc/include/sys/mman.h (deleted)
-
uspace/lib/libc/include/sys/stat.h (deleted)
-
uspace/lib/libc/include/sys/time.h (deleted)
-
uspace/lib/libc/include/sys/typefmt.h (deleted)
-
uspace/lib/libc/include/sys/types.h (deleted)
-
uspace/lib/libc/include/syscall.h (deleted)
-
uspace/lib/libc/include/sysinfo.h (deleted)
-
uspace/lib/libc/include/task.h (deleted)
-
uspace/lib/libc/include/thread.h (deleted)
-
uspace/lib/libc/include/time.h (deleted)
-
uspace/lib/libc/include/tls.h (deleted)
-
uspace/lib/libc/include/udebug.h (deleted)
-
uspace/lib/libc/include/unistd.h (deleted)
-
uspace/lib/libc/include/vfs/canonify.h (deleted)
-
uspace/lib/libc/include/vfs/vfs.h (deleted)
-
uspace/lib/libfs/Makefile (deleted)
-
uspace/lib/libfs/libfs.c (deleted)
-
uspace/lib/libfs/libfs.h (deleted)
-
uspace/lib/libpci/COPYING (deleted)
-
uspace/lib/libpci/Makefile (deleted)
-
uspace/lib/libpci/VERSION (deleted)
-
uspace/lib/libpci/access.c (deleted)
-
uspace/lib/libpci/generic.c (deleted)
-
uspace/lib/libpci/header.h (deleted)
-
uspace/lib/libpci/i386-ports.c (deleted)
-
uspace/lib/libpci/internal.h (deleted)
-
uspace/lib/libpci/names.c (deleted)
-
uspace/lib/libpci/pci.h (deleted)
-
uspace/lib/libpci/pci_ids.h (deleted)
-
uspace/lib/libpci/sysdep.h (deleted)
-
uspace/lib/libpci/types.h (deleted)
-
uspace/lib/pci/COPYING (added)
-
uspace/lib/pci/Makefile (added)
-
uspace/lib/pci/VERSION (added)
-
uspace/lib/pci/access.c (added)
-
uspace/lib/pci/generic.c (added)
-
uspace/lib/pci/header.h (added)
-
uspace/lib/pci/i386-ports.c (added)
-
uspace/lib/pci/internal.h (added)
-
uspace/lib/pci/names.c (added)
-
uspace/lib/pci/pci.h (added)
-
uspace/lib/pci/pci_ids.h (added)
-
uspace/lib/pci/sysdep.h (added)
-
uspace/lib/pci/types.h (added)
-
uspace/lib/softfloat/Makefile (modified) (view diffs)
-
uspace/lib/softint/Makefile (modified) (view diffs)
-
uspace/srv/Makefile.common (deleted)
-
uspace/srv/bd/ata_bd/Makefile (modified) (view diffs)
-
uspace/srv/bd/ata_bd/ata_bd.c (modified) (view diffs)
-
uspace/srv/bd/ata_bd/ata_bd.h (modified) (view diffs)
-
uspace/srv/bd/file_bd/Makefile (modified) (view diffs)
-
uspace/srv/bd/gxe_bd/Makefile (modified) (view diffs)
-
uspace/srv/bd/part/guid_part/Makefile (modified) (view diffs)
-
uspace/srv/bd/part/mbr_part/Makefile (modified) (view diffs)
-
uspace/srv/bd/rd/Makefile (modified) (view diffs)
-
uspace/srv/clip/Makefile (modified) (view diffs)
-
uspace/srv/devmap/Makefile (modified) (view diffs)
-
uspace/srv/devmap/devmap.c (modified) (view diffs)
-
uspace/srv/fs/devfs/Makefile (modified) (view diffs)
-
uspace/srv/fs/devfs/devfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/fat/Makefile (modified) (view diffs)
-
uspace/srv/fs/fat/fat_dentry.c (modified) (view diffs)
-
uspace/srv/fs/fat/fat_idx.c (modified) (view diffs)
-
uspace/srv/fs/fat/fat_ops.c (modified) (view diffs)
-
uspace/srv/fs/tmpfs/Makefile (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) (view diffs)
-
uspace/srv/hid/adb_mouse/Makefile (modified) (view diffs)
-
uspace/srv/hid/char_mouse/Makefile (modified) (view diffs)
-
uspace/srv/hid/char_mouse/chardev.c (modified) (view diffs)
-
uspace/srv/hid/char_mouse/proto/ps2.c (modified) (view diffs)
-
uspace/srv/hid/console/Makefile (modified) (view diffs)
-
uspace/srv/hid/console/Makefile.build (deleted)
-
uspace/srv/hid/console/Makefile.common (deleted)
-
uspace/srv/hid/console/console.c (modified) (view diffs)
-
uspace/srv/hid/console/gcons.c (modified) (view diffs)
-
uspace/srv/hid/fb/Makefile (modified) (view diffs)
-
uspace/srv/hid/fb/Makefile.build (deleted)
-
uspace/srv/hid/fb/Makefile.common (deleted)
-
uspace/srv/hid/fb/fb.c (modified) (view diffs)
-
uspace/srv/hid/fb/serial_console.c (modified) (view diffs)
-
uspace/srv/hid/kbd/Makefile (modified) (view diffs)
-
uspace/srv/hid/kbd/Makefile.build (deleted)
-
uspace/srv/hid/kbd/Makefile.common (deleted)
-
uspace/srv/hw/bus/cuda_adb/Makefile (modified) (view diffs)
-
uspace/srv/hw/bus/pci/Makefile (modified) (view diffs)
-
uspace/srv/hw/char/i8042/Makefile (modified) (view diffs)
-
uspace/srv/hw/char/i8042/i8042.c (modified) (view diffs)
-
uspace/srv/hw/cir/fhc/Makefile (modified) (view diffs)
-
uspace/srv/hw/cir/obio/Makefile (modified) (view diffs)
-
uspace/srv/loader/Makefile (modified) (view diffs)
-
uspace/srv/loader/arch/abs32le/Makefile.inc (modified) (view diffs)
-
uspace/srv/loader/arch/amd64/Makefile.inc (modified) (view diffs)
-
uspace/srv/loader/arch/arm32/Makefile.inc (modified) (view diffs)
-
uspace/srv/loader/arch/ia32/Makefile.inc (modified) (view diffs)
-
uspace/srv/loader/arch/ia64/Makefile.inc (modified) (view diffs)
-
uspace/srv/loader/arch/mips32/Makefile.inc (modified) (view diffs)
-
uspace/srv/loader/arch/ppc32/Makefile.inc (modified) (view diffs)
-
uspace/srv/loader/arch/sparc64/Makefile.inc (modified) (view diffs)
-
uspace/srv/loader/main.c (modified) (view diffs)
-
uspace/srv/net/Makefile (deleted)
-
uspace/srv/net/Makefile.module (deleted)
-
uspace/srv/net/app/echo/Makefile (modified) (view diffs)
-
uspace/srv/net/app/echo/echo.c (modified) (view diffs)
-
uspace/srv/net/app/nettest1/Makefile (modified) (view diffs)
-
uspace/srv/net/app/nettest1/nettest1.c (modified) (view diffs)
-
uspace/srv/net/app/nettest2/Makefile (modified) (view diffs)
-
uspace/srv/net/app/nettest2/nettest2.c (modified) (view diffs)
-
uspace/srv/net/app/parse.c (modified) (view diffs)
-
uspace/srv/net/app/ping/Makefile (modified) (view diffs)
-
uspace/srv/net/app/ping/ping.c (modified) (view diffs)
-
uspace/srv/net/il/arp/Makefile (modified) (view diffs)
-
uspace/srv/net/il/arp/arp.c (modified) (view diffs)
-
uspace/srv/net/il/ip/Makefile (modified) (view diffs)
-
uspace/srv/net/il/ip/ip.c (modified) (view diffs)
-
uspace/srv/net/il/ip/ip_messages.h (modified) (view diffs)
-
uspace/srv/net/inet.c (modified) (view diffs)
-
uspace/srv/net/messages.h (modified) (view diffs)
-
uspace/srv/net/net/Makefile (modified) (view diffs)
-
uspace/srv/net/net/net.c (modified) (view diffs)
-
uspace/srv/net/net/net_bundle.c (modified) (view diffs)
-
uspace/srv/net/net/net_standalone.c (modified) (view diffs)
-
uspace/srv/net/net/start/Makefile (modified) (view diffs)
-
uspace/srv/net/netif/dp8390/Makefile (modified) (view diffs)
-
uspace/srv/net/netif/lo/Makefile (modified) (view diffs)
-
uspace/srv/net/netif/lo/lo.c (modified) (view diffs)
-
uspace/srv/net/nil/eth/Makefile (modified) (view diffs)
-
uspace/srv/net/nil/eth/eth.c (modified) (view diffs)
-
uspace/srv/net/nil/nildummy/Makefile (modified) (view diffs)
-
uspace/srv/net/nil/nildummy/nildummy.c (modified) (view diffs)
-
uspace/srv/net/socket/Makefile (modified) (view diffs)
-
uspace/srv/net/socket/socket_messages.h (modified) (view diffs)
-
uspace/srv/net/tl/icmp/Makefile (modified) (view diffs)
-
uspace/srv/net/tl/icmp/icmp.c (modified) (view diffs)
-
uspace/srv/net/tl/tcp/Makefile (modified) (view diffs)
-
uspace/srv/net/tl/tcp/tcp.c (modified) (view diffs)
-
uspace/srv/net/tl/udp/Makefile (modified) (view diffs)
-
uspace/srv/net/tl/udp/udp.c (modified) (view diffs)
-
uspace/srv/ns/Makefile (modified) (view diffs)
-
uspace/srv/taskmon/Makefile (modified) (view diffs)
-
uspace/srv/vfs/Makefile (modified) (view diffs)
-
uspace/srv/vfs/vfs.c (modified) (view diffs)
-
uspace/srv/vfs/vfs_file.c (modified) (view diffs)
-
uspace/srv/vfs/vfs_lookup.c (modified) (view diffs)
-
uspace/srv/vfs/vfs_node.c (modified) (view diffs)
-
uspace/srv/vfs/vfs_ops.c (modified) (view diffs)
-
uspace/srv/vfs/vfs_register.c (modified) (view diffs)
-
version (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
