Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[e3272101:d5a89a3]
in mainline
Files:
48 added
17 deleted
549 edited
.gitignore
(modified)
(
view diffs
)
.travis.yml
(modified)
(
view diffs
)
HelenOS.config
(modified)
(
view diffs
)
README.md
(modified)
(
view diffs
)
abi/arch/abs32le/include/abi/arch/elf.h
(modified)
(
view diffs
)
abi/arch/amd64/include/abi/arch/elf.h
(modified)
(
view diffs
)
abi/arch/arm32/include/abi/arch/elf.h
(modified)
(
view diffs
)
abi/arch/ia32/include/abi/arch/elf.h
(modified)
(
view diffs
)
abi/arch/ia64/include/abi/arch/elf.h
(modified)
(
view diffs
)
abi/arch/mips32/include/abi/arch/elf.h
(modified)
(
view diffs
)
abi/arch/ppc32/include/abi/arch/elf.h
(modified)
(
view diffs
)
abi/arch/riscv64/include/abi/arch/elf.h
(modified)
(
view diffs
)
abi/arch/sparc64/include/abi/arch/elf.h
(modified)
(
view diffs
)
abi/include/abi/asmtool.h
(modified)
(
view diffs
)
abi/include/abi/cap.h
(modified)
(
view diffs
)
abi/include/abi/ddi/arg.h
(modified)
(
view diffs
)
abi/include/abi/ddi/irq.h
(modified)
(
view diffs
)
abi/include/abi/elf.h
(modified)
(
view diffs
)
abi/include/abi/fb/visuals.h
(modified)
(
view diffs
)
abi/include/abi/fourcc.h
(modified)
(
view diffs
)
abi/include/abi/ipc/event.h
(modified)
(
view diffs
)
abi/include/abi/ipc/interfaces.h
(modified)
(
view diffs
)
abi/include/abi/ipc/ipc.h
(modified)
(
view diffs
)
abi/include/abi/ipc/methods.h
(modified)
(
view diffs
)
abi/include/abi/kio.h
(modified)
(
view diffs
)
abi/include/abi/klog.h
(modified)
(
view diffs
)
abi/include/abi/log.h
(modified)
(
view diffs
)
abi/include/abi/mm/as.h
(modified)
(
view diffs
)
abi/include/abi/proc/task.h
(modified)
(
view diffs
)
abi/include/abi/proc/thread.h
(modified)
(
view diffs
)
abi/include/abi/proc/uarg.h
(modified)
(
view diffs
)
abi/include/abi/synch.h
(modified)
(
view diffs
)
abi/include/abi/syscall.h
(modified)
(
view diffs
)
abi/include/abi/sysinfo.h
(modified)
(
view diffs
)
abi/include/abi/udebug.h
(modified)
(
view diffs
)
abi/include/limits.h
(modified)
(
view diffs
)
boot/Makefile.build
(modified)
(
view diffs
)
boot/Makefile.common
(modified)
(
view diffs
)
boot/generic/include/byteorder.h
(modified)
(
view diffs
)
boot/generic/include/errno.h
(modified)
(
view diffs
)
boot/generic/include/str.h
(modified)
(
view diffs
)
boot/generic/src/str.c
(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/ppc32/Makefile.config
(modified)
(
view diffs
)
defaults/sparc64/niagara/Makefile.config
(modified)
(
view diffs
)
defaults/sparc64/ultra/Makefile.config
(modified)
(
view diffs
)
doxygen/doxygen.cfg.diff
(modified)
(
view diffs
)
kernel/arch/abs32le/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/abs32le/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/abs32le/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/abs32le/include/arch/mm/page.h
(modified)
(
view diffs
)
kernel/arch/amd64/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/amd64/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/amd64/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/amd64/include/arch/mm/page.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/mm/page.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/mm/page_armv4.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/mm/page_armv6.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/mm/page.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/cpu.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/mm/page.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/mm/page.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/mm/tlb.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/arch/cpu.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/arch/mm/frame.h
(modified)
(
view diffs
)
kernel/arch/ppc32/include/arch/mm/page.h
(modified)
(
view diffs
)
kernel/arch/riscv64/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/riscv64/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/riscv64/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/riscv64/include/arch/mm/page.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/asm.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/barrier.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/cycle.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/istate.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/mm/sun4v/tlb.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/sun4u/asm.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/sun4u/cpu.h
(modified)
(
view diffs
)
kernel/genarch/Makefile.inc
(modified)
(
view diffs
)
kernel/genarch/include/genarch/drivers/bcm2835/irc.h
(modified)
(
view diffs
)
kernel/genarch/include/genarch/drivers/bcm2835/mbox.h
(modified)
(
view diffs
)
kernel/genarch/include/genarch/drivers/bcm2835/timer.h
(modified)
(
view diffs
)
kernel/genarch/src/drivers/bcm2835/irc.c
(added)
kernel/genarch/src/drivers/bcm2835/timer.c
(added)
kernel/generic/include/adt/list.h
(modified)
(
view diffs
)
kernel/generic/include/adt/odict.h
(modified)
(
view diffs
)
kernel/generic/include/bitops.h
(modified)
(
view diffs
)
kernel/generic/include/context.h
(modified)
(
view diffs
)
kernel/generic/include/lib/refcount.h
(modified)
(
view diffs
)
kernel/generic/include/macros.h
(modified)
(
view diffs
)
kernel/generic/include/str.h
(modified)
(
view diffs
)
kernel/generic/include/synch/spinlock.h
(modified)
(
view diffs
)
kernel/generic/include/trace.h
(modified)
(
view diffs
)
kernel/generic/include/types/adt/odict.h
(modified)
(
view diffs
)
kernel/generic/src/console/kconsole.c
(modified)
(
view diffs
)
kernel/generic/src/ddi/ddi.c
(modified)
(
view diffs
)
kernel/generic/src/interrupt/interrupt.c
(modified)
(
view diffs
)
kernel/generic/src/lib/str.c
(modified)
(
view diffs
)
kernel/generic/src/main/main.c
(modified)
(
view diffs
)
kernel/generic/src/mm/as.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/mm/slab.c
(modified)
(
view diffs
)
kernel/generic/src/proc/current.c
(modified)
(
view diffs
)
kernel/generic/src/sysinfo/sysinfo.c
(modified)
(
view diffs
)
tools/autotool.py
(modified)
(
view diffs
)
tools/build-ccheck.sh
(modified)
(
view diffs
)
tools/ew.py
(modified)
(
view diffs
)
uspace/Makefile
(modified)
(
view diffs
)
uspace/app/bdsh/Makefile
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/builtins/builtin_aliases.c
(added)
uspace/app/bdsh/cmds/builtins/builtin_aliases.h
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/builtins/builtins.c
(added)
uspace/app/bdsh/cmds/builtins/builtins.h
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/mknewcmd
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/module_aliases.c
(added)
uspace/app/bdsh/cmds/modules/module_aliases.h
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/modules.c
(added)
uspace/app/bdsh/cmds/modules/modules.h
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/sleep/sleep.c
(modified)
(
view diffs
)
uspace/app/bnchmark/Makefile
(deleted)
uspace/app/bnchmark/bnchmark.c
(deleted)
uspace/app/bnchmark/doc/doxygroups.h
(deleted)
uspace/app/dltest/dltest.c
(modified)
(
view diffs
)
uspace/app/hbench/Makefile
(added)
uspace/app/hbench/benchlist.c
(added)
uspace/app/hbench/csv.c
(added)
uspace/app/hbench/doc/doxygroups.h
(added)
uspace/app/hbench/env.c
(added)
uspace/app/hbench/fs/dirread.c
(added)
uspace/app/hbench/fs/fileread.c
(added)
uspace/app/hbench/hbench.h
(added)
uspace/app/hbench/ipc/ns_ping.c
(added)
uspace/app/hbench/ipc/ping_pong.c
(added)
uspace/app/hbench/main.c
(added)
uspace/app/hbench/malloc/malloc1.c
(added)
uspace/app/hbench/malloc/malloc2.c
(added)
uspace/app/hbench/synch/fibril_mutex.c
(added)
uspace/app/hbench/utils.c
(added)
uspace/app/init/untar.c
(modified)
(
view diffs
)
uspace/app/mkbd/main.c
(modified)
(
view diffs
)
uspace/app/pci/Makefile
(modified)
(
view diffs
)
uspace/app/perf/Makefile
(deleted)
uspace/app/perf/doc/doxygroups.h
(deleted)
uspace/app/perf/ipc/ns_ping.c
(deleted)
uspace/app/perf/ipc/ns_ping.def
(deleted)
uspace/app/perf/ipc/ping_pong.c
(deleted)
uspace/app/perf/ipc/ping_pong.def
(deleted)
uspace/app/perf/malloc/malloc1.c
(deleted)
uspace/app/perf/malloc/malloc1.def
(deleted)
uspace/app/perf/malloc/malloc2.c
(deleted)
uspace/app/perf/malloc/malloc2.def
(deleted)
uspace/app/perf/perf.c
(deleted)
uspace/app/perf/perf.h
(deleted)
uspace/app/sbi/src/bigint.c
(modified)
(
view diffs
)
uspace/app/sysinst/rdimg.c
(modified)
(
view diffs
)
uspace/app/tester/stdio/logger2.c
(modified)
(
view diffs
)
uspace/app/tester/tester.c
(modified)
(
view diffs
)
uspace/app/wavplay/drec.c
(modified)
(
view diffs
)
uspace/drv/block/virtio-blk/Makefile
(added)
uspace/drv/block/virtio-blk/virtio-blk.c
(added)
uspace/drv/block/virtio-blk/virtio-blk.h
(added)
uspace/drv/block/virtio-blk/virtio-blk.ma
(added)
uspace/drv/bus/isa/i8237.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/hw_struct/hcca.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/ohci_regs.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/uhci_batch.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/xhci/hw_struct/common.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/xhci/trb_ring.c
(modified)
(
view diffs
)
uspace/drv/nic/virtio-net/virtio-net.c
(modified)
(
view diffs
)
uspace/drv/nic/virtio-net/virtio-net.h
(modified)
(
view diffs
)
uspace/drv/test/test2/test2.c
(modified)
(
view diffs
)
uspace/lib/c/Makefile
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/fibril_context.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/thread.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/include/libarch/tls.h
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/src/fibril.c
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/Makefile.common
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/fibril_context.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/rtld/dynamic.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/rtld/elf_dyn.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/rtld/module.h
(added)
uspace/lib/c/arch/amd64/include/libarch/stackarg.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/thread.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/include/libarch/tls.h
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/src/fibril.S
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/src/rtld/dynamic.c
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/Makefile.common
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/fibril_context.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/rtld/dynamic.h
(added)
uspace/lib/c/arch/arm32/include/libarch/rtld/elf_dyn.h
(added)
uspace/lib/c/arch/arm32/include/libarch/rtld/module.h
(added)
uspace/lib/c/arch/arm32/include/libarch/stackarg.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/thread.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/tls.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/src/atomic.c
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/src/entry.S
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/src/fibril.S
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/src/rtld/dynamic.c
(added)
uspace/lib/c/arch/arm32/src/rtld/reloc.c
(added)
uspace/lib/c/arch/arm32/src/syscall.c
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/fibril_context.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/rtld/module.h
(added)
uspace/lib/c/arch/ia32/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/thread.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/tls.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/src/fibril.S
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/fibril_context.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/stack.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/stackarg.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/thread.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/include/libarch/tls.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/src/fibril.S
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/fibril_context.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/stack.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/thread.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/include/libarch/tls.h
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/src/fibril.S
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/src/syscall.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/Makefile.common
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/regname.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/rtld/dynamic.h
(added)
uspace/lib/c/arch/ppc32/include/libarch/rtld/elf_dyn.h
(added)
uspace/lib/c/arch/ppc32/include/libarch/rtld/module.h
(added)
uspace/lib/c/arch/ppc32/include/libarch/stackarg.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/thread.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/include/libarch/tls.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/src/fibril.S
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/src/rtld/dynamic.c
(added)
uspace/lib/c/arch/ppc32/src/rtld/reloc.c
(added)
uspace/lib/c/arch/ppc32/src/syscall.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/include/libarch/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/include/libarch/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/include/libarch/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/include/libarch/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/include/libarch/thread.h
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/include/libarch/tls.h
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/src/fibril.c
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/Makefile.common
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/Makefile.inc
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/config.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/faddr.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/rtld/dynamic.h
(added)
uspace/lib/c/arch/sparc64/include/libarch/rtld/elf_dyn.h
(added)
uspace/lib/c/arch/sparc64/include/libarch/rtld/module.h
(added)
uspace/lib/c/arch/sparc64/include/libarch/stack.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/stackarg.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/thread.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/include/libarch/tls.h
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/src/fibril.S
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/src/rtld/dynamic.c
(added)
uspace/lib/c/arch/sparc64/src/rtld/reloc.c
(added)
uspace/lib/c/arch/sparc64/src/tls.c
(modified)
(
view diffs
)
uspace/lib/c/generic/async/client.c
(modified)
(
view diffs
)
uspace/lib/c/generic/async/ports.c
(modified)
(
view diffs
)
uspace/lib/c/generic/async/server.c
(modified)
(
view diffs
)
uspace/lib/c/generic/context.c
(modified)
(
view diffs
)
uspace/lib/c/generic/ctype.c
(added)
uspace/lib/c/generic/dirent.c
(modified)
(
view diffs
)
uspace/lib/c/generic/double_to_str.c
(modified)
(
view diffs
)
uspace/lib/c/generic/elf/elf_mod.c
(modified)
(
view diffs
)
uspace/lib/c/generic/ieee_double.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/asprintf.c
(modified)
(
view diffs
)
uspace/lib/c/generic/irc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/mem.c
(modified)
(
view diffs
)
uspace/lib/c/generic/pio_trace.c
(modified)
(
view diffs
)
uspace/lib/c/generic/private/async.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/cc.h
(added)
uspace/lib/c/generic/private/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/futex.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/io.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/libc.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/loader.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/malloc.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/ns.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/scanf.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/sstream.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/stdio.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/stdlib.h
(modified)
(
view diffs
)
uspace/lib/c/generic/private/thread.h
(modified)
(
view diffs
)
uspace/lib/c/generic/rtld/module.c
(modified)
(
view diffs
)
uspace/lib/c/generic/setjmp.c
(modified)
(
view diffs
)
uspace/lib/c/generic/str.c
(modified)
(
view diffs
)
uspace/lib/c/generic/thread/fibril.c
(modified)
(
view diffs
)
uspace/lib/c/generic/time.c
(modified)
(
view diffs
)
uspace/lib/c/include/adt/checksum.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/circ_buf.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/fifo.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/gcdlcm.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/hash.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/hash_table.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/list.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/prodcons.h
(modified)
(
view diffs
)
uspace/lib/c/include/align.h
(modified)
(
view diffs
)
uspace/lib/c/include/arg_parse.h
(modified)
(
view diffs
)
uspace/lib/c/include/as.h
(modified)
(
view diffs
)
uspace/lib/c/include/assert.h
(modified)
(
view diffs
)
uspace/lib/c/include/async.h
(modified)
(
view diffs
)
uspace/lib/c/include/barrier.h
(modified)
(
view diffs
)
uspace/lib/c/include/bd.h
(modified)
(
view diffs
)
uspace/lib/c/include/bd_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/bitops.h
(modified)
(
view diffs
)
uspace/lib/c/include/bsearch.h
(modified)
(
view diffs
)
uspace/lib/c/include/byteorder.h
(modified)
(
view diffs
)
uspace/lib/c/include/cap.h
(modified)
(
view diffs
)
uspace/lib/c/include/cc.h
(deleted)
uspace/lib/c/include/clipboard.h
(modified)
(
view diffs
)
uspace/lib/c/include/config.h
(modified)
(
view diffs
)
uspace/lib/c/include/context.h
(modified)
(
view diffs
)
uspace/lib/c/include/corecfg.h
(modified)
(
view diffs
)
uspace/lib/c/include/ctype.h
(modified)
(
view diffs
)
uspace/lib/c/include/ddi.h
(modified)
(
view diffs
)
uspace/lib/c/include/device/clock_dev.h
(modified)
(
view diffs
)
uspace/lib/c/include/device/hw_res.h
(modified)
(
view diffs
)
uspace/lib/c/include/device/hw_res_parsed.h
(modified)
(
view diffs
)
uspace/lib/c/include/device/led_dev.h
(modified)
(
view diffs
)
uspace/lib/c/include/device/pio_window.h
(modified)
(
view diffs
)
uspace/lib/c/include/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/dirent.h
(modified)
(
view diffs
)
uspace/lib/c/include/dlfcn.h
(modified)
(
view diffs
)
uspace/lib/c/include/elf/elf.h
(modified)
(
view diffs
)
uspace/lib/c/include/elf/elf_linux.h
(modified)
(
view diffs
)
uspace/lib/c/include/entry_point.h
(modified)
(
view diffs
)
uspace/lib/c/include/errno.h
(modified)
(
view diffs
)
uspace/lib/c/include/fibril.h
(modified)
(
view diffs
)
uspace/lib/c/include/fibril_synch.h
(modified)
(
view diffs
)
uspace/lib/c/include/fourcc.h
(modified)
(
view diffs
)
uspace/lib/c/include/gsort.h
(modified)
(
view diffs
)
uspace/lib/c/include/ieee80211/ieee80211.h
(modified)
(
view diffs
)
uspace/lib/c/include/imath.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/addr.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/dhcp.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/dnsr.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/endpoint.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/host.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/hostname.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/hostport.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/inet.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/inetcfg.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/inetping.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/iplink.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/iplink_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/tcp.h
(modified)
(
view diffs
)
uspace/lib/c/include/inet/udp.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/chardev.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/chardev_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/charfield.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/chargrid.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/color.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/con_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/concaps.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/cons_event.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/console.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/input.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/kbd_event.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/keycode.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/kio.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/klog.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/label.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/log.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/logctl.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/mode.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/output.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/pixel.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/pixelmap.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/pos_event.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/printf_core.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/serial.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/style.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/table.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/verify.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/visualizer.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/window.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/adb.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/bd.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/chardev.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/clipboard.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/common.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/console.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/corecfg.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/dev_iface.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/dhcp.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/dnsr.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/event.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/graph.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/inet.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/input.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/ipc.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/ipc_test.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/iplink.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/irc.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/irq.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/kbdev.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/loader.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/loc.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/logger.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/mouseev.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/ns.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/output.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/pci.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/serial_ctl.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/services.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/tcp.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/udp.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/vbd.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/vfs.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/vol.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/window.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc_test.h
(modified)
(
view diffs
)
uspace/lib/c/include/irc.h
(modified)
(
view diffs
)
uspace/lib/c/include/l18n/langs.h
(modified)
(
view diffs
)
uspace/lib/c/include/libc.h
(modified)
(
view diffs
)
uspace/lib/c/include/loader/loader.h
(modified)
(
view diffs
)
uspace/lib/c/include/loader/pcb.h
(modified)
(
view diffs
)
uspace/lib/c/include/loc.h
(modified)
(
view diffs
)
uspace/lib/c/include/macros.h
(modified)
(
view diffs
)
uspace/lib/c/include/malloc.h
(modified)
(
view diffs
)
uspace/lib/c/include/mem.h
(modified)
(
view diffs
)
uspace/lib/c/include/nic/eth_phys.h
(modified)
(
view diffs
)
uspace/lib/c/include/nic/nic.h
(modified)
(
view diffs
)
uspace/lib/c/include/ns.h
(modified)
(
view diffs
)
uspace/lib/c/include/offset.h
(modified)
(
view diffs
)
uspace/lib/c/include/pci.h
(modified)
(
view diffs
)
uspace/lib/c/include/perf.h
(added)
uspace/lib/c/include/qsort.h
(modified)
(
view diffs
)
uspace/lib/c/include/refcount.h
(modified)
(
view diffs
)
uspace/lib/c/include/rndgen.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/dynamic.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/elf_dyn.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/module.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/rtld.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/rtld_arch.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/rtld_debug.h
(modified)
(
view diffs
)
uspace/lib/c/include/rtld/symbol.h
(modified)
(
view diffs
)
uspace/lib/c/include/setjmp.h
(modified)
(
view diffs
)
uspace/lib/c/include/smc.h
(modified)
(
view diffs
)
uspace/lib/c/include/stack.h
(modified)
(
view diffs
)
uspace/lib/c/include/stacktrace.h
(modified)
(
view diffs
)
uspace/lib/c/include/stats.h
(modified)
(
view diffs
)
uspace/lib/c/include/stdio.h
(modified)
(
view diffs
)
uspace/lib/c/include/stdlib.h
(modified)
(
view diffs
)
uspace/lib/c/include/str.h
(modified)
(
view diffs
)
uspace/lib/c/include/str_error.h
(modified)
(
view diffs
)
uspace/lib/c/include/string.h
(modified)
(
view diffs
)
uspace/lib/c/include/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/include/sysinfo.h
(modified)
(
view diffs
)
uspace/lib/c/include/task.h
(modified)
(
view diffs
)
uspace/lib/c/include/time.h
(modified)
(
view diffs
)
uspace/lib/c/include/tls.h
(modified)
(
view diffs
)
uspace/lib/c/include/tmpfile.h
(modified)
(
view diffs
)
uspace/lib/c/include/trace.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/casting.h
(added)
uspace/lib/c/include/types/common.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/inet.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/inet/host.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/inet/hostport.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/inetcfg.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/inetping.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/io/chardev.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/label.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/pci.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/rtld/module.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/rtld/rtld.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/task.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/uuid.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/vol.h
(modified)
(
view diffs
)
uspace/lib/c/include/udebug.h
(modified)
(
view diffs
)
uspace/lib/c/include/unaligned.h
(modified)
(
view diffs
)
uspace/lib/c/include/uuid.h
(modified)
(
view diffs
)
uspace/lib/c/include/vbd.h
(modified)
(
view diffs
)
uspace/lib/c/include/vfs/canonify.h
(modified)
(
view diffs
)
uspace/lib/c/include/vfs/inbox.h
(modified)
(
view diffs
)
uspace/lib/c/include/vfs/vfs.h
(modified)
(
view diffs
)
uspace/lib/c/include/vfs/vfs_mtab.h
(modified)
(
view diffs
)
uspace/lib/c/include/vfs/vfs_sess.h
(modified)
(
view diffs
)
uspace/lib/c/include/vol.h
(modified)
(
view diffs
)
uspace/lib/c/include/wchar.h
(modified)
(
view diffs
)
uspace/lib/c/test/casting.c
(added)
uspace/lib/c/test/main.c
(modified)
(
view diffs
)
uspace/lib/c/test/perf.c
(added)
uspace/lib/cpp/include/__bits/adt/list.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/common.hpp
(deleted)
uspace/lib/cpp/include/__bits/complex.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/functional/bind.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/io/fstream.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/io/istream.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/io/ostream.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/new.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/string/string.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/thread/future.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/thread/mutex.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/thread/thread.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/__bits/thread/threading.hpp
(modified)
(
view diffs
)
uspace/lib/cpp/include/cassert
(modified)
(
view diffs
)
uspace/lib/cpp/include/cctype
(modified)
(
view diffs
)
uspace/lib/cpp/include/cerrno
(modified)
(
view diffs
)
uspace/lib/cpp/include/cinttypes
(modified)
(
view diffs
)
uspace/lib/cpp/include/climits
(modified)
(
view diffs
)
uspace/lib/cpp/include/csetjmp
(modified)
(
view diffs
)
uspace/lib/cpp/include/cstdarg
(modified)
(
view diffs
)
uspace/lib/cpp/include/cstddef
(modified)
(
view diffs
)
uspace/lib/cpp/include/cstdint
(modified)
(
view diffs
)
uspace/lib/cpp/include/cstdio
(modified)
(
view diffs
)
uspace/lib/cpp/include/cstdlib
(modified)
(
view diffs
)
uspace/lib/cpp/include/cstring
(modified)
(
view diffs
)
uspace/lib/cpp/include/ctime
(modified)
(
view diffs
)
uspace/lib/cpp/include/cwchar
(modified)
(
view diffs
)
uspace/lib/cpp/src/__bits/runtime.cpp
(modified)
(
view diffs
)
uspace/lib/cpp/src/__bits/unwind.cpp
(modified)
(
view diffs
)
uspace/lib/cpp/src/condition_variable.cpp
(modified)
(
view diffs
)
uspace/lib/cpp/src/string.cpp
(modified)
(
view diffs
)
uspace/lib/cpp/src/thread.cpp
(modified)
(
view diffs
)
uspace/lib/dltest/dltest.c
(modified)
(
view diffs
)
uspace/lib/dltest/libdltest.h
(modified)
(
view diffs
)
uspace/lib/http/src/headers.c
(modified)
(
view diffs
)
uspace/lib/http/src/request.c
(modified)
(
view diffs
)
uspace/lib/ieee80211/src/ieee80211.c
(modified)
(
view diffs
)
uspace/lib/pcut/src/os/generic.c
(modified)
(
view diffs
)
uspace/lib/pcut/src/os/helenos.c
(modified)
(
view diffs
)
uspace/lib/posix/src/time.c
(modified)
(
view diffs
)
uspace/lib/posix/src/unistd.c
(modified)
(
view diffs
)
uspace/lib/untar/untar.c
(modified)
(
view diffs
)
uspace/lib/usb/include/usb/request.h
(modified)
(
view diffs
)
uspace/lib/usbdev/src/request.c
(modified)
(
view diffs
)
uspace/lib/usbhost/include/usb/host/hcd.h
(modified)
(
view diffs
)
uspace/lib/virtio/virtio-pci.h
(modified)
(
view diffs
)
uspace/lib/virtio/virtio.c
(modified)
(
view diffs
)
uspace/srv/devman/main.c
(modified)
(
view diffs
)
uspace/srv/fs/locfs/locfs_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_ops.c
(modified)
(
view diffs
)
uspace/srv/hid/input/ctl/stty.c
(modified)
(
view diffs
)
uspace/srv/hid/input/stroke.c
(modified)
(
view diffs
)
uspace/srv/hid/isdv4_tablet/isdv4.c
(modified)
(
view diffs
)
uspace/srv/locsrv/locsrv.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/icmp.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/icmpv6.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/pdu.c
(modified)
(
view diffs
)
uspace/srv/ns/clonable.c
(modified)
(
view diffs
)
uspace/srv/ns/service.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_ops.c
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (4.9 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive