Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
Reverse Diff
Changes in
/
[b500939e:b3536a0]
in mainline
Files:
36 added
38 deleted
1265 edited
.gitignore
(modified)
(
view diffs
)
.travis.yml
(deleted)
Makefile
(modified)
(
view diffs
)
README.md
(deleted)
abi/include/_bits/errno.h
(deleted)
abi/include/_bits/opaque_handle.h
(deleted)
abi/include/abi/errno.h
(modified)
(
view diffs
)
abi/include/abi/errno.in
(deleted)
abi/include/abi/ipc/ipc.h
(modified)
(
view diffs
)
abi/include/abi/ipc/methods.h
(modified)
(
view diffs
)
abi/include/abi/proc/uarg.h
(modified)
(
view diffs
)
abi/include/abi/synch.h
(modified)
(
view diffs
)
boot/arch/arm32/include/arch/arch.h
(modified)
(
view diffs
)
boot/arch/mips32/include/arch/arch.h
(modified)
(
view diffs
)
boot/arch/ppc32/include/arch/arch.h
(modified)
(
view diffs
)
boot/arch/riscv64/include/arch/mm.h
(modified)
(
view diffs
)
boot/generic/include/printf.h
(modified)
(
view diffs
)
boot/generic/include/printf_verify.h
(modified)
(
view diffs
)
contrib/arch/uspace/srv/vfs/vfs.bp
(modified)
(
view diffs
)
contrib/qemu/build-from-scratch.sh
(modified)
(
view diffs
)
kernel/Makefile
(modified)
(
view diffs
)
kernel/arch/abs32le/include/arch/mm/as.h
(modified)
(
view diffs
)
kernel/arch/abs32le/src/abs32le.c
(modified)
(
view diffs
)
kernel/arch/abs32le/src/mm/page.c
(modified)
(
view diffs
)
kernel/arch/amd64/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/amd64/include/arch/interrupt.h
(modified)
(
view diffs
)
kernel/arch/amd64/include/arch/mm/as.h
(modified)
(
view diffs
)
kernel/arch/amd64/src/interrupt.c
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/cache.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/elf.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/exception.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/machine_func.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/mm/as.h
(modified)
(
view diffs
)
kernel/arch/arm32/include/arch/types.h
(modified)
(
view diffs
)
kernel/arch/arm32/src/mach/beaglebone/beaglebone.c
(modified)
(
view diffs
)
kernel/arch/ia32/Makefile.inc
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/interrupt.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/mm/as.h
(modified)
(
view diffs
)
kernel/arch/ia32/include/arch/smp/smp.h
(modified)
(
view diffs
)
kernel/arch/ia32/src/interrupt.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/mm/page.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/smp/mps.c
(modified)
(
view diffs
)
kernel/arch/ia32/src/smp/smp.c
(modified)
(
view diffs
)
kernel/arch/ia64/include/arch/mm/as.h
(modified)
(
view diffs
)
kernel/arch/ia64/src/ddi/ddi.c
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/elf.h
(modified)
(
view diffs
)
kernel/arch/mips32/include/arch/mm/as.h
(modified)
(
view diffs
)
kernel/arch/mips32/src/debugger.c
(modified)
(
view diffs
)
kernel/arch/mips32/src/exception.c
(modified)
(
view diffs
)
kernel/arch/ppc32/include/arch/mm/as.h
(modified)
(
view diffs
)
kernel/arch/riscv64/include/arch/mm/as.h
(modified)
(
view diffs
)
kernel/arch/riscv64/src/mm/page.c
(modified)
(
view diffs
)
kernel/arch/riscv64/src/riscv64.c
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/drivers/pci.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/mm/cache_spec.h
(modified)
(
view diffs
)
kernel/arch/sparc64/include/arch/sun4v/md.h
(modified)
(
view diffs
)
kernel/arch/sparc64/src/mm/sun4u/as.c
(modified)
(
view diffs
)
kernel/arch/sparc64/src/mm/sun4v/as.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/sun4v/md.c
(modified)
(
view diffs
)
kernel/doc/doxygroups.h
(modified)
(
view diffs
)
kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h
(modified)
(
view diffs
)
kernel/genarch/include/genarch/drivers/am335x/timer.h
(modified)
(
view diffs
)
kernel/genarch/include/genarch/ofw/ofw_tree.h
(modified)
(
view diffs
)
kernel/genarch/src/ddi/ddi-bitmap.c
(modified)
(
view diffs
)
kernel/genarch/src/ddi/ddi-dummy.c
(modified)
(
view diffs
)
kernel/genarch/src/drivers/am335x/timer.c
(modified)
(
view diffs
)
kernel/genarch/src/ofw/upa.c
(modified)
(
view diffs
)
kernel/generic/include/adt/bitmap.h
(modified)
(
view diffs
)
kernel/generic/include/adt/hash_table.h
(modified)
(
view diffs
)
kernel/generic/include/align.h
(modified)
(
view diffs
)
kernel/generic/include/arch.h
(modified)
(
view diffs
)
kernel/generic/include/cap/cap.h
(modified)
(
view diffs
)
kernel/generic/include/console/console.h
(modified)
(
view diffs
)
kernel/generic/include/ddi/ddi.h
(modified)
(
view diffs
)
kernel/generic/include/errno.h
(modified)
(
view diffs
)
kernel/generic/include/func.h
(added)
kernel/generic/include/gsort.h
(modified)
(
view diffs
)
kernel/generic/include/halt.h
(deleted)
kernel/generic/include/interrupt.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/event.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/ipc.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/ipcrsc.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/irq.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/kbox.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/sysipc.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/sysipc_ops.h
(modified)
(
view diffs
)
kernel/generic/include/ipc/sysipc_priv.h
(modified)
(
view diffs
)
kernel/generic/include/log.h
(modified)
(
view diffs
)
kernel/generic/include/mm/as.h
(modified)
(
view diffs
)
kernel/generic/include/mm/page.h
(modified)
(
view diffs
)
kernel/generic/include/mm/slab.h
(modified)
(
view diffs
)
kernel/generic/include/panic.h
(modified)
(
view diffs
)
kernel/generic/include/print.h
(modified)
(
view diffs
)
kernel/generic/include/printf/verify.h
(modified)
(
view diffs
)
kernel/generic/include/proc/program.h
(modified)
(
view diffs
)
kernel/generic/include/proc/task.h
(modified)
(
view diffs
)
kernel/generic/include/proc/thread.h
(modified)
(
view diffs
)
kernel/generic/include/security/perm.h
(modified)
(
view diffs
)
kernel/generic/include/stacktrace.h
(modified)
(
view diffs
)
kernel/generic/include/str.h
(modified)
(
view diffs
)
kernel/generic/include/symtab.h
(modified)
(
view diffs
)
kernel/generic/include/symtab_lookup.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/semaphore.h
(modified)
(
view diffs
)
kernel/generic/include/synch/smc.h
(modified)
(
view diffs
)
kernel/generic/include/synch/smp_memory_barrier.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/synch/workqueue.h
(modified)
(
view diffs
)
kernel/generic/include/syscall/copy.h
(modified)
(
view diffs
)
kernel/generic/include/sysinfo/sysinfo.h
(modified)
(
view diffs
)
kernel/generic/include/typedefs.h
(modified)
(
view diffs
)
kernel/generic/include/udebug/udebug.h
(modified)
(
view diffs
)
kernel/generic/include/udebug/udebug_ipc.h
(modified)
(
view diffs
)
kernel/generic/include/udebug/udebug_ops.h
(modified)
(
view diffs
)
kernel/generic/src/adt/bitmap.c
(modified)
(
view diffs
)
kernel/generic/src/cap/cap.c
(modified)
(
view diffs
)
kernel/generic/src/console/chardev.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/ddi/ddi.c
(modified)
(
view diffs
)
kernel/generic/src/debug/panic.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/ipc/ipc.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ipcrsc.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/irq.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/kbox.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ops/conctmeto.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ops/concttome.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ops/dataread.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ops/datawrite.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ops/debug.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ops/pagein.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ops/sharein.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ops/shareout.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/ops/stchngath.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/sysipc.c
(modified)
(
view diffs
)
kernel/generic/src/ipc/sysipc_ops.c
(modified)
(
view diffs
)
kernel/generic/src/lib/func.c
(added)
kernel/generic/src/lib/halt.c
(deleted)
kernel/generic/src/lib/str.c
(modified)
(
view diffs
)
kernel/generic/src/lib/str_error.c
(deleted)
kernel/generic/src/log/log.c
(modified)
(
view diffs
)
kernel/generic/src/main/kinit.c
(modified)
(
view diffs
)
kernel/generic/src/main/main.c
(modified)
(
view diffs
)
kernel/generic/src/main/shutdown.c
(modified)
(
view diffs
)
kernel/generic/src/mm/as.c
(modified)
(
view diffs
)
kernel/generic/src/mm/backend_user.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/program.c
(modified)
(
view diffs
)
kernel/generic/src/proc/scheduler.c
(modified)
(
view diffs
)
kernel/generic/src/proc/task.c
(modified)
(
view diffs
)
kernel/generic/src/proc/thread.c
(modified)
(
view diffs
)
kernel/generic/src/security/perm.c
(modified)
(
view diffs
)
kernel/generic/src/synch/condvar.c
(modified)
(
view diffs
)
kernel/generic/src/synch/futex.c
(modified)
(
view diffs
)
kernel/generic/src/synch/mutex.c
(modified)
(
view diffs
)
kernel/generic/src/synch/rcu.c
(modified)
(
view diffs
)
kernel/generic/src/synch/semaphore.c
(modified)
(
view diffs
)
kernel/generic/src/synch/smc.c
(modified)
(
view diffs
)
kernel/generic/src/synch/smp_memory_barrier.c
(modified)
(
view diffs
)
kernel/generic/src/synch/spinlock.c
(modified)
(
view diffs
)
kernel/generic/src/synch/waitq.c
(modified)
(
view diffs
)
kernel/generic/src/synch/workqueue.c
(modified)
(
view diffs
)
kernel/generic/src/syscall/copy.c
(modified)
(
view diffs
)
kernel/generic/src/sysinfo/stats.c
(modified)
(
view diffs
)
kernel/generic/src/sysinfo/sysinfo.c
(modified)
(
view diffs
)
kernel/generic/src/time/clock.c
(modified)
(
view diffs
)
kernel/generic/src/time/timeout.c
(modified)
(
view diffs
)
kernel/generic/src/udebug/udebug.c
(modified)
(
view diffs
)
kernel/generic/src/udebug/udebug_ipc.c
(modified)
(
view diffs
)
kernel/generic/src/udebug/udebug_ops.c
(modified)
(
view diffs
)
kernel/test/print/print5.c
(modified)
(
view diffs
)
kernel/test/synch/rcu1.c
(modified)
(
view diffs
)
kernel/test/synch/semaphore2.c
(modified)
(
view diffs
)
release/Makefile
(modified)
(
view diffs
)
tools/autotool.py
(modified)
(
view diffs
)
tools/build-ccheck.sh
(deleted)
tools/cc.sh
(deleted)
tools/ccheck.sh
(deleted)
tools/ew.py
(modified)
(
view diffs
)
tools/srepl
(deleted)
tools/travis.sh
(deleted)
uspace/Makefile
(modified)
(
view diffs
)
uspace/Makefile.common
(modified)
(
view diffs
)
uspace/app/barber/barber.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/builtins/batch/batch.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/builtins/cd/cd.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/mknewcmd
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/cat/cat.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/cmp/cmp.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/cp/cp.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/ls/ls.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/ls/ls.h
(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/mount/mount.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/mv/mv.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/rm/rm.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/sleep/sleep.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/touch/touch.c
(modified)
(
view diffs
)
uspace/app/bdsh/cmds/modules/unmount/unmount.c
(modified)
(
view diffs
)
uspace/app/bdsh/compl.c
(modified)
(
view diffs
)
uspace/app/bdsh/errors.h
(modified)
(
view diffs
)
uspace/app/bdsh/exec.c
(modified)
(
view diffs
)
uspace/app/bdsh/input.c
(modified)
(
view diffs
)
uspace/app/bdsh/input.h
(modified)
(
view diffs
)
uspace/app/bdsh/scli.c
(modified)
(
view diffs
)
uspace/app/bdsh/scli.h
(modified)
(
view diffs
)
uspace/app/bdsh/test/toktest.c
(modified)
(
view diffs
)
uspace/app/bdsh/tok.c
(modified)
(
view diffs
)
uspace/app/bdsh/tok.h
(modified)
(
view diffs
)
uspace/app/bithenge/test.c
(modified)
(
view diffs
)
uspace/app/blkdump/blkdump.c
(modified)
(
view diffs
)
uspace/app/bnchmark/bnchmark.c
(modified)
(
view diffs
)
uspace/app/corecfg/corecfg.c
(modified)
(
view diffs
)
uspace/app/date/date.c
(modified)
(
view diffs
)
uspace/app/devctl/devctl.c
(modified)
(
view diffs
)
uspace/app/df/df.c
(modified)
(
view diffs
)
uspace/app/dltest/dltest.c
(modified)
(
view diffs
)
uspace/app/dnscfg/dnscfg.c
(modified)
(
view diffs
)
uspace/app/dnsres/dnsres.c
(modified)
(
view diffs
)
uspace/app/download/main.c
(modified)
(
view diffs
)
uspace/app/edit/edit.c
(modified)
(
view diffs
)
uspace/app/edit/search.c
(modified)
(
view diffs
)
uspace/app/edit/search.h
(modified)
(
view diffs
)
uspace/app/edit/search_impl.h
(modified)
(
view diffs
)
uspace/app/edit/sheet.c
(modified)
(
view diffs
)
uspace/app/edit/sheet.h
(modified)
(
view diffs
)
uspace/app/fdisk/fdisk.c
(modified)
(
view diffs
)
uspace/app/fontviewer/fontviewer.c
(modified)
(
view diffs
)
uspace/app/getterm/getterm.c
(modified)
(
view diffs
)
uspace/app/gunzip/gunzip.c
(modified)
(
view diffs
)
uspace/app/inet/inet.c
(modified)
(
view diffs
)
uspace/app/init/init.c
(modified)
(
view diffs
)
uspace/app/kill/kill.c
(modified)
(
view diffs
)
uspace/app/killall/killall.c
(modified)
(
view diffs
)
uspace/app/kio/kio.c
(modified)
(
view diffs
)
uspace/app/loc/loc.c
(modified)
(
view diffs
)
uspace/app/logset/main.c
(modified)
(
view diffs
)
uspace/app/mixerctl/mixerctl.c
(modified)
(
view diffs
)
uspace/app/mkbd/main.c
(modified)
(
view diffs
)
uspace/app/mkexfat/mkexfat.c
(modified)
(
view diffs
)
uspace/app/mkfat/mkfat.c
(modified)
(
view diffs
)
uspace/app/mkmfs/mkmfs.c
(modified)
(
view diffs
)
uspace/app/modplay/modplay.c
(modified)
(
view diffs
)
uspace/app/netecho/comm.c
(modified)
(
view diffs
)
uspace/app/netecho/comm.h
(modified)
(
view diffs
)
uspace/app/netecho/netecho.c
(modified)
(
view diffs
)
uspace/app/netstart/self_test.c
(added)
uspace/app/netstart/self_test.h
(added)
uspace/app/nic/nic.c
(modified)
(
view diffs
)
uspace/app/nterm/conn.c
(modified)
(
view diffs
)
uspace/app/nterm/conn.h
(modified)
(
view diffs
)
uspace/app/nterm/nterm.c
(modified)
(
view diffs
)
uspace/app/ping/ping.c
(modified)
(
view diffs
)
uspace/app/pkg/pkg.c
(modified)
(
view diffs
)
uspace/app/rcubench/rcubench.c
(modified)
(
view diffs
)
uspace/app/rcutest/rcutest.c
(modified)
(
view diffs
)
uspace/app/redir/redir.c
(modified)
(
view diffs
)
uspace/app/sbi/src/bigint.c
(modified)
(
view diffs
)
uspace/app/sbi/src/bigint.h
(modified)
(
view diffs
)
uspace/app/sbi/src/builtin/bi_char.c
(modified)
(
view diffs
)
uspace/app/sbi/src/builtin/bi_console.c
(modified)
(
view diffs
)
uspace/app/sbi/src/builtin/bi_string.c
(modified)
(
view diffs
)
uspace/app/sbi/src/input.c
(modified)
(
view diffs
)
uspace/app/sbi/src/input.h
(modified)
(
view diffs
)
uspace/app/sbi/src/lex.c
(modified)
(
view diffs
)
uspace/app/sbi/src/main.c
(modified)
(
view diffs
)
uspace/app/sbi/src/mytypes.h
(modified)
(
view diffs
)
uspace/app/sbi/src/os/helenos.c
(modified)
(
view diffs
)
uspace/app/sbi/src/os/os.h
(modified)
(
view diffs
)
uspace/app/sbi/src/os/posix.c
(modified)
(
view diffs
)
uspace/app/sbi/src/program.c
(modified)
(
view diffs
)
uspace/app/sbi/src/program.h
(modified)
(
view diffs
)
uspace/app/sbi/src/run_expr.c
(modified)
(
view diffs
)
uspace/app/sbi/src/stype.c
(modified)
(
view diffs
)
uspace/app/sbi/src/stype.h
(modified)
(
view diffs
)
uspace/app/sportdmp/sportdmp.c
(modified)
(
view diffs
)
uspace/app/stats/stats.c
(modified)
(
view diffs
)
uspace/app/sysinfo/sysinfo.c
(modified)
(
view diffs
)
uspace/app/sysinst/futil.c
(modified)
(
view diffs
)
uspace/app/sysinst/futil.h
(modified)
(
view diffs
)
uspace/app/sysinst/sysinst.c
(modified)
(
view diffs
)
uspace/app/taskdump/elf_core.c
(modified)
(
view diffs
)
uspace/app/taskdump/fibrildump.c
(modified)
(
view diffs
)
uspace/app/taskdump/include/elf_core.h
(modified)
(
view diffs
)
uspace/app/taskdump/include/fibrildump.h
(modified)
(
view diffs
)
uspace/app/taskdump/include/symtab.h
(modified)
(
view diffs
)
uspace/app/taskdump/include/taskdump.h
(modified)
(
view diffs
)
uspace/app/taskdump/symtab.c
(modified)
(
view diffs
)
uspace/app/taskdump/taskdump.c
(modified)
(
view diffs
)
uspace/app/tester/chardev/chardev1.c
(modified)
(
view diffs
)
uspace/app/tester/float/float1.c
(modified)
(
view diffs
)
uspace/app/tester/hw/serial/serial1.c
(modified)
(
view diffs
)
uspace/app/tester/ipc/ping_pong.c
(modified)
(
view diffs
)
uspace/app/tester/mm/common.c
(modified)
(
view diffs
)
uspace/app/tester/mm/mapping1.c
(modified)
(
view diffs
)
uspace/app/tester/mm/pager1.c
(modified)
(
view diffs
)
uspace/app/tester/print/print5.c
(modified)
(
view diffs
)
uspace/app/tester/thread/thread1.c
(modified)
(
view diffs
)
uspace/app/tester/vfs/vfs1.c
(modified)
(
view diffs
)
uspace/app/testread/testread.c
(modified)
(
view diffs
)
uspace/app/testwrit/testwrit.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/top/screen.c
(modified)
(
view diffs
)
uspace/app/top/screen.h
(modified)
(
view diffs
)
uspace/app/top/top.c
(modified)
(
view diffs
)
uspace/app/trace/Makefile
(modified)
(
view diffs
)
uspace/app/trace/errors.c
(added)
uspace/app/trace/errors.h
(added)
uspace/app/trace/ipcp.c
(modified)
(
view diffs
)
uspace/app/trace/ipcp.h
(modified)
(
view diffs
)
uspace/app/trace/trace.c
(modified)
(
view diffs
)
uspace/app/untar/main.c
(modified)
(
view diffs
)
uspace/app/untar/tar.c
(modified)
(
view diffs
)
uspace/app/untar/tar.h
(modified)
(
view diffs
)
uspace/app/usbinfo/hid.c
(modified)
(
view diffs
)
uspace/app/usbinfo/info.c
(modified)
(
view diffs
)
uspace/app/usbinfo/list.c
(modified)
(
view diffs
)
uspace/app/usbinfo/main.c
(modified)
(
view diffs
)
uspace/app/usbinfo/usbinfo.h
(modified)
(
view diffs
)
uspace/app/viewer/viewer.c
(modified)
(
view diffs
)
uspace/app/vlaunch/vlaunch.c
(modified)
(
view diffs
)
uspace/app/vuhid/device.c
(modified)
(
view diffs
)
uspace/app/vuhid/hids/bootkbd.c
(modified)
(
view diffs
)
uspace/app/vuhid/life.c
(modified)
(
view diffs
)
uspace/app/vuhid/main.c
(modified)
(
view diffs
)
uspace/app/vuhid/stdreq.c
(modified)
(
view diffs
)
uspace/app/vuhid/stdreq.h
(modified)
(
view diffs
)
uspace/app/vuhid/virthid.h
(modified)
(
view diffs
)
uspace/app/wavplay/dplay.c
(modified)
(
view diffs
)
uspace/app/wavplay/drec.c
(modified)
(
view diffs
)
uspace/app/wavplay/main.c
(modified)
(
view diffs
)
uspace/app/wavplay/wave.c
(modified)
(
view diffs
)
uspace/app/wavplay/wave.h
(modified)
(
view diffs
)
uspace/app/websrv/websrv.c
(modified)
(
view diffs
)
uspace/app/wifi_supplicant/wifi_supplicant.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/edit/edit.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/edit/search.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/edit/search.h
(modified)
(
view diffs
)
uspace/dist/src/c/demos/edit/sheet.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/edit/sheet.h
(modified)
(
view diffs
)
uspace/dist/src/c/demos/hello/hello.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/tetris/scores.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/tetris/scores.h
(modified)
(
view diffs
)
uspace/dist/src/c/demos/tetris/screen.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/tetris/screen.h
(modified)
(
view diffs
)
uspace/dist/src/c/demos/tetris/shapes.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/tetris/tetris.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/tetris/tetris.h
(modified)
(
view diffs
)
uspace/dist/src/c/demos/top/screen.c
(modified)
(
view diffs
)
uspace/dist/src/c/demos/top/screen.h
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/codec.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/codec.h
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/hdactl.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/hdactl.h
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/hdaudio.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/pcm_iface.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/spec/regs.h
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/stream.c
(modified)
(
view diffs
)
uspace/drv/audio/hdaudio/stream.h
(modified)
(
view diffs
)
uspace/drv/audio/sb16/dsp.c
(modified)
(
view diffs
)
uspace/drv/audio/sb16/dsp.h
(modified)
(
view diffs
)
uspace/drv/audio/sb16/main.c
(modified)
(
view diffs
)
uspace/drv/audio/sb16/mixer.c
(modified)
(
view diffs
)
uspace/drv/audio/sb16/mixer.h
(modified)
(
view diffs
)
uspace/drv/audio/sb16/mixer_iface.c
(modified)
(
view diffs
)
uspace/drv/audio/sb16/pcm_iface.c
(modified)
(
view diffs
)
uspace/drv/audio/sb16/sb16.c
(modified)
(
view diffs
)
uspace/drv/audio/sb16/sb16.h
(modified)
(
view diffs
)
uspace/drv/block/ahci/ahci.c
(modified)
(
view diffs
)
uspace/drv/block/ata_bd/ata_bd.c
(modified)
(
view diffs
)
uspace/drv/block/ata_bd/ata_bd.h
(modified)
(
view diffs
)
uspace/drv/block/ata_bd/main.c
(modified)
(
view diffs
)
uspace/drv/block/ata_bd/main.h
(modified)
(
view diffs
)
uspace/drv/block/ddisk/ddisk.c
(modified)
(
view diffs
)
uspace/drv/block/usbmast/bo_trans.c
(modified)
(
view diffs
)
uspace/drv/block/usbmast/bo_trans.h
(modified)
(
view diffs
)
uspace/drv/block/usbmast/main.c
(modified)
(
view diffs
)
uspace/drv/block/usbmast/scsi_ms.c
(modified)
(
view diffs
)
uspace/drv/block/usbmast/scsi_ms.h
(modified)
(
view diffs
)
uspace/drv/bus/adb/cuda_adb/cuda_adb.c
(modified)
(
view diffs
)
uspace/drv/bus/adb/cuda_adb/cuda_adb.h
(modified)
(
view diffs
)
uspace/drv/bus/adb/cuda_adb/main.c
(modified)
(
view diffs
)
uspace/drv/bus/isa/i8237.c
(modified)
(
view diffs
)
uspace/drv/bus/isa/i8237.h
(modified)
(
view diffs
)
uspace/drv/bus/isa/isa.c
(modified)
(
view diffs
)
uspace/drv/bus/pci/pciintel/pci.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/ehci_batch.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/ehci_endpoint.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/ehci_endpoint.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/ehci_rh.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/ehci_rh.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/endpoint_list.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/endpoint_list.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/hc.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/hc.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/main.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/res.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ehci/res.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/endpoint_list.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/endpoint_list.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/hc.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/hc.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/main.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/ohci_endpoint.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/ohci_endpoint.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/ohci_rh.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/ohci/ohci_rh.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/hc.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/hc.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/main.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/transfer_list.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/transfer_list.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/uhci_rh.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/uhci/uhci_rh.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbflbk/main.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhub/port.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhub/port.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhub/usbhub.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbhub/usbhub.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmid/explore.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmid/main.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmid/usbmid.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/usbmid/usbmid.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/conndev.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/devconn.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/hub/hub.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/hub/hub.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/hub/virthub.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/hub/virthub.h
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/hub/virthubops.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/main.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/transfer.c
(modified)
(
view diffs
)
uspace/drv/bus/usb/vhc/vhcd.h
(modified)
(
view diffs
)
uspace/drv/char/i8042/i8042.c
(modified)
(
view diffs
)
uspace/drv/char/i8042/i8042.h
(modified)
(
view diffs
)
uspace/drv/char/i8042/main.c
(modified)
(
view diffs
)
uspace/drv/char/msim-con/main.c
(modified)
(
view diffs
)
uspace/drv/char/msim-con/msim-con.c
(modified)
(
view diffs
)
uspace/drv/char/msim-con/msim-con.h
(modified)
(
view diffs
)
uspace/drv/char/ns8250/ns8250.c
(modified)
(
view diffs
)
uspace/drv/char/pl050/pl050.c
(modified)
(
view diffs
)
uspace/drv/char/ski-con/main.c
(modified)
(
view diffs
)
uspace/drv/char/ski-con/ski-con.c
(modified)
(
view diffs
)
uspace/drv/char/ski-con/ski-con.h
(modified)
(
view diffs
)
uspace/drv/char/sun4v-con/main.c
(modified)
(
view diffs
)
uspace/drv/char/sun4v-con/sun4v-con.c
(modified)
(
view diffs
)
uspace/drv/char/sun4v-con/sun4v-con.h
(modified)
(
view diffs
)
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c
(modified)
(
view diffs
)
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h
(modified)
(
view diffs
)
uspace/drv/fb/amdm37x_dispc/main.c
(modified)
(
view diffs
)
uspace/drv/fb/kfb/kfb.c
(modified)
(
view diffs
)
uspace/drv/fb/kfb/port.c
(modified)
(
view diffs
)
uspace/drv/fb/kfb/port.h
(modified)
(
view diffs
)
uspace/drv/hid/adb-kbd/adb-kbd.c
(modified)
(
view diffs
)
uspace/drv/hid/adb-kbd/adb-kbd.h
(modified)
(
view diffs
)
uspace/drv/hid/adb-kbd/ctl.c
(modified)
(
view diffs
)
uspace/drv/hid/adb-kbd/ctl.h
(modified)
(
view diffs
)
uspace/drv/hid/adb-kbd/main.c
(modified)
(
view diffs
)
uspace/drv/hid/adb-mouse/adb-mouse.c
(modified)
(
view diffs
)
uspace/drv/hid/adb-mouse/adb-mouse.h
(modified)
(
view diffs
)
uspace/drv/hid/adb-mouse/main.c
(modified)
(
view diffs
)
uspace/drv/hid/atkbd/atkbd.c
(modified)
(
view diffs
)
uspace/drv/hid/atkbd/atkbd.h
(modified)
(
view diffs
)
uspace/drv/hid/atkbd/main.c
(modified)
(
view diffs
)
uspace/drv/hid/ps2mouse/main.c
(modified)
(
view diffs
)
uspace/drv/hid/ps2mouse/ps2mouse.c
(modified)
(
view diffs
)
uspace/drv/hid/ps2mouse/ps2mouse.h
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/blink1/blink1.c
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/blink1/blink1.h
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/generic/hiddev.c
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/generic/hiddev.h
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/kbd/kbddev.c
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/kbd/kbddev.h
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/kbd/kbdrepeat.c
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/kbd/kbdrepeat.h
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/main.c
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/mouse/mousedev.c
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/mouse/mousedev.h
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/multimedia/multimedia.c
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/multimedia/multimedia.h
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/usbhid.c
(modified)
(
view diffs
)
uspace/drv/hid/usbhid/usbhid.h
(modified)
(
view diffs
)
uspace/drv/hid/xtkbd/main.c
(modified)
(
view diffs
)
uspace/drv/hid/xtkbd/xtkbd.c
(modified)
(
view diffs
)
uspace/drv/hid/xtkbd/xtkbd.h
(modified)
(
view diffs
)
uspace/drv/intctl/apic/apic.c
(modified)
(
view diffs
)
uspace/drv/intctl/apic/apic.h
(modified)
(
view diffs
)
uspace/drv/intctl/apic/main.c
(modified)
(
view diffs
)
uspace/drv/intctl/i8259/i8259.c
(modified)
(
view diffs
)
uspace/drv/intctl/i8259/i8259.h
(modified)
(
view diffs
)
uspace/drv/intctl/i8259/main.c
(modified)
(
view diffs
)
uspace/drv/intctl/icp-ic/icp-ic.c
(modified)
(
view diffs
)
uspace/drv/intctl/icp-ic/icp-ic.h
(modified)
(
view diffs
)
uspace/drv/intctl/icp-ic/main.c
(modified)
(
view diffs
)
uspace/drv/intctl/obio/main.c
(modified)
(
view diffs
)
uspace/drv/intctl/obio/obio.c
(modified)
(
view diffs
)
uspace/drv/intctl/obio/obio.h
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/ar9271.c
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/ath.h
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/ath_usb.c
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/ath_usb.h
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/htc.c
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/htc.h
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/hw.c
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/hw.h
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/wmi.c
(modified)
(
view diffs
)
uspace/drv/nic/ar9271/wmi.h
(modified)
(
view diffs
)
uspace/drv/nic/e1k/e1k.c
(modified)
(
view diffs
)
uspace/drv/nic/ne2k/dp8390.c
(modified)
(
view diffs
)
uspace/drv/nic/ne2k/dp8390.h
(modified)
(
view diffs
)
uspace/drv/nic/ne2k/ne2k.c
(modified)
(
view diffs
)
uspace/drv/nic/rtl8139/driver.c
(modified)
(
view diffs
)
uspace/drv/nic/rtl8139/general.c
(modified)
(
view diffs
)
uspace/drv/nic/rtl8139/general.h
(modified)
(
view diffs
)
uspace/drv/nic/rtl8169/driver.c
(modified)
(
view diffs
)
uspace/drv/platform/amdm37x/amdm37x.c
(modified)
(
view diffs
)
uspace/drv/platform/amdm37x/amdm37x.h
(modified)
(
view diffs
)
uspace/drv/platform/amdm37x/main.c
(modified)
(
view diffs
)
uspace/drv/platform/icp/icp.c
(modified)
(
view diffs
)
uspace/drv/platform/mac/mac.c
(modified)
(
view diffs
)
uspace/drv/platform/malta/malta.c
(modified)
(
view diffs
)
uspace/drv/platform/msim/msim.c
(modified)
(
view diffs
)
uspace/drv/platform/pc/pc.c
(modified)
(
view diffs
)
uspace/drv/platform/ski/ski.c
(modified)
(
view diffs
)
uspace/drv/platform/sun4u/sun4u.c
(modified)
(
view diffs
)
uspace/drv/platform/sun4v/sun4v.c
(modified)
(
view diffs
)
uspace/drv/root/root/root.c
(modified)
(
view diffs
)
uspace/drv/root/virt/virt.c
(modified)
(
view diffs
)
uspace/drv/test/test1/test1.c
(modified)
(
view diffs
)
uspace/drv/test/test2/test2.c
(modified)
(
view diffs
)
uspace/drv/test/test3/test3.c
(modified)
(
view diffs
)
uspace/drv/time/cmos-rtc/cmos-rtc.c
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/blob.h
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/compound.h
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/expression.h
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/file.h
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/print.h
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/script.h
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/sequence.h
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/source.h
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/transform.h
(modified)
(
view diffs
)
uspace/lib/bithenge/include/bithenge/tree.h
(modified)
(
view diffs
)
uspace/lib/bithenge/src/blob.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/common.h
(modified)
(
view diffs
)
uspace/lib/bithenge/src/compound.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/expression.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/failure.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/failure.h
(modified)
(
view diffs
)
uspace/lib/bithenge/src/file.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/helenos/block.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/helenos/block.h
(modified)
(
view diffs
)
uspace/lib/bithenge/src/helenos/common.h
(modified)
(
view diffs
)
uspace/lib/bithenge/src/linux/common.h
(modified)
(
view diffs
)
uspace/lib/bithenge/src/print.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/script.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/sequence.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/source.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/transform.c
(modified)
(
view diffs
)
uspace/lib/bithenge/src/tree.c
(modified)
(
view diffs
)
uspace/lib/block/block.c
(modified)
(
view diffs
)
uspace/lib/block/block.h
(modified)
(
view diffs
)
uspace/lib/c/Makefile
(modified)
(
view diffs
)
uspace/lib/c/arch/abs32le/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/Makefile.common
(modified)
(
view diffs
)
uspace/lib/c/arch/amd64/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/include/libarch/atomic.h
(modified)
(
view diffs
)
uspace/lib/c/arch/arm32/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/include/libarch/syscall.h
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/src/rtld/reloc.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia32/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ia64/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/mips32/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/ppc32/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/riscv64/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/arch/sparc64/src/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/generic/adt/circ_buf.c
(modified)
(
view diffs
)
uspace/lib/c/generic/adt/odict.c
(modified)
(
view diffs
)
uspace/lib/c/generic/arg_parse.c
(modified)
(
view diffs
)
uspace/lib/c/generic/as.c
(modified)
(
view diffs
)
uspace/lib/c/generic/assert.c
(modified)
(
view diffs
)
uspace/lib/c/generic/async.c
(modified)
(
view diffs
)
uspace/lib/c/generic/bd.c
(modified)
(
view diffs
)
uspace/lib/c/generic/bd_srv.c
(modified)
(
view diffs
)
uspace/lib/c/generic/cap.c
(modified)
(
view diffs
)
uspace/lib/c/generic/clipboard.c
(modified)
(
view diffs
)
uspace/lib/c/generic/corecfg.c
(modified)
(
view diffs
)
uspace/lib/c/generic/ddi.c
(modified)
(
view diffs
)
uspace/lib/c/generic/device/clock_dev.c
(modified)
(
view diffs
)
uspace/lib/c/generic/device/hw_res.c
(modified)
(
view diffs
)
uspace/lib/c/generic/device/hw_res_parsed.c
(modified)
(
view diffs
)
uspace/lib/c/generic/device/led_dev.c
(modified)
(
view diffs
)
uspace/lib/c/generic/device/pio_window.c
(modified)
(
view diffs
)
uspace/lib/c/generic/devman.c
(modified)
(
view diffs
)
uspace/lib/c/generic/dhcp.c
(modified)
(
view diffs
)
uspace/lib/c/generic/dirent.c
(modified)
(
view diffs
)
uspace/lib/c/generic/dnsr.c
(modified)
(
view diffs
)
uspace/lib/c/generic/elf/elf_load.c
(modified)
(
view diffs
)
uspace/lib/c/generic/elf/elf_mod.c
(modified)
(
view diffs
)
uspace/lib/c/generic/event.c
(modified)
(
view diffs
)
uspace/lib/c/generic/fibril.c
(modified)
(
view diffs
)
uspace/lib/c/generic/fibril_synch.c
(modified)
(
view diffs
)
uspace/lib/c/generic/getopt.c
(modified)
(
view diffs
)
uspace/lib/c/generic/imath.c
(modified)
(
view diffs
)
uspace/lib/c/generic/inet.c
(modified)
(
view diffs
)
uspace/lib/c/generic/inet/addr.c
(modified)
(
view diffs
)
uspace/lib/c/generic/inet/host.c
(modified)
(
view diffs
)
uspace/lib/c/generic/inet/hostname.c
(modified)
(
view diffs
)
uspace/lib/c/generic/inet/hostport.c
(modified)
(
view diffs
)
uspace/lib/c/generic/inet/tcp.c
(modified)
(
view diffs
)
uspace/lib/c/generic/inet/udp.c
(modified)
(
view diffs
)
uspace/lib/c/generic/inetcfg.c
(modified)
(
view diffs
)
uspace/lib/c/generic/inetping.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/asprintf.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/chardev.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/chardev_srv.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/con_srv.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/console.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/input.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/io.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/kio.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/klog.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/log.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/logctl.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/output.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/serial.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/table.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/visualizer.c
(modified)
(
view diffs
)
uspace/lib/c/generic/io/window.c
(modified)
(
view diffs
)
uspace/lib/c/generic/ipc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/iplink.c
(modified)
(
view diffs
)
uspace/lib/c/generic/iplink_srv.c
(modified)
(
view diffs
)
uspace/lib/c/generic/irc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/irq.c
(modified)
(
view diffs
)
uspace/lib/c/generic/loader.c
(modified)
(
view diffs
)
uspace/lib/c/generic/loc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/malloc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/ns.c
(modified)
(
view diffs
)
uspace/lib/c/generic/perm.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/rtld/dynamic.c
(modified)
(
view diffs
)
uspace/lib/c/generic/rtld/module.c
(modified)
(
view diffs
)
uspace/lib/c/generic/rtld/rtld.c
(modified)
(
view diffs
)
uspace/lib/c/generic/rtld/symbol.c
(modified)
(
view diffs
)
uspace/lib/c/generic/smc.c
(modified)
(
view diffs
)
uspace/lib/c/generic/stacktrace.c
(modified)
(
view diffs
)
uspace/lib/c/generic/stdio.c
(modified)
(
view diffs
)
uspace/lib/c/generic/stdlib.c
(modified)
(
view diffs
)
uspace/lib/c/generic/str.c
(modified)
(
view diffs
)
uspace/lib/c/generic/str_error.c
(modified)
(
view diffs
)
uspace/lib/c/generic/strtol.c
(deleted)
uspace/lib/c/generic/sysinfo.c
(modified)
(
view diffs
)
uspace/lib/c/generic/task.c
(modified)
(
view diffs
)
uspace/lib/c/generic/thread.c
(modified)
(
view diffs
)
uspace/lib/c/generic/time.c
(modified)
(
view diffs
)
uspace/lib/c/generic/udebug.c
(modified)
(
view diffs
)
uspace/lib/c/generic/uuid.c
(modified)
(
view diffs
)
uspace/lib/c/generic/vbd.c
(modified)
(
view diffs
)
uspace/lib/c/generic/vfs/inbox.c
(modified)
(
view diffs
)
uspace/lib/c/generic/vfs/mtab.c
(modified)
(
view diffs
)
uspace/lib/c/generic/vfs/vfs.c
(modified)
(
view diffs
)
uspace/lib/c/generic/vol.c
(modified)
(
view diffs
)
uspace/lib/c/include/adt/circ_buf.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/hash_table.h
(modified)
(
view diffs
)
uspace/lib/c/include/adt/odict.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/bd.h
(modified)
(
view diffs
)
uspace/lib/c/include/bd_srv.h
(modified)
(
view diffs
)
uspace/lib/c/include/cap.h
(modified)
(
view diffs
)
uspace/lib/c/include/clipboard.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/elf/elf_mod.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/futex.h
(modified)
(
view diffs
)
uspace/lib/c/include/getopt.h
(modified)
(
view diffs
)
uspace/lib/c/include/gsort.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/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/inttypes.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/con_srv.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/kio.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/klog.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/output.h
(modified)
(
view diffs
)
uspace/lib/c/include/io/serial.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/common.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/devman.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/event.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/ipc.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/irq.h
(modified)
(
view diffs
)
uspace/lib/c/include/ipc/logger.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/irc.h
(modified)
(
view diffs
)
uspace/lib/c/include/loader/loader.h
(modified)
(
view diffs
)
uspace/lib/c/include/loc.h
(modified)
(
view diffs
)
uspace/lib/c/include/malloc.h
(modified)
(
view diffs
)
uspace/lib/c/include/ns.h
(modified)
(
view diffs
)
uspace/lib/c/include/perm.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_debug.h
(modified)
(
view diffs
)
uspace/lib/c/include/smc.h
(modified)
(
view diffs
)
uspace/lib/c/include/stacktrace.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/sys/time.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/thread.h
(modified)
(
view diffs
)
uspace/lib/c/include/time.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/common.h
(modified)
(
view diffs
)
uspace/lib/c/include/types/inet.h
(modified)
(
view diffs
)
uspace/lib/c/include/udebug.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/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/vol.h
(modified)
(
view diffs
)
uspace/lib/c/test/adt/circ_buf.c
(modified)
(
view diffs
)
uspace/lib/c/test/io/table.c
(modified)
(
view diffs
)
uspace/lib/c/test/sprintf.c
(modified)
(
view diffs
)
uspace/lib/clui/nchoice.c
(modified)
(
view diffs
)
uspace/lib/clui/nchoice.h
(modified)
(
view diffs
)
uspace/lib/clui/tinput.c
(modified)
(
view diffs
)
uspace/lib/clui/tinput.h
(modified)
(
view diffs
)
uspace/lib/compress/gzip.c
(modified)
(
view diffs
)
uspace/lib/compress/gzip.h
(modified)
(
view diffs
)
uspace/lib/compress/inflate.c
(modified)
(
view diffs
)
uspace/lib/compress/inflate.h
(modified)
(
view diffs
)
uspace/lib/crypto/aes.c
(modified)
(
view diffs
)
uspace/lib/crypto/crypto.c
(modified)
(
view diffs
)
uspace/lib/crypto/crypto.h
(modified)
(
view diffs
)
uspace/lib/crypto/rc4.c
(modified)
(
view diffs
)
uspace/lib/draw/codec/tga.gz.c
(modified)
(
view diffs
)
uspace/lib/draw/font.c
(modified)
(
view diffs
)
uspace/lib/draw/font.h
(modified)
(
view diffs
)
uspace/lib/draw/font/bitmap_backend.c
(modified)
(
view diffs
)
uspace/lib/draw/font/bitmap_backend.h
(modified)
(
view diffs
)
uspace/lib/draw/font/embedded.c
(modified)
(
view diffs
)
uspace/lib/draw/font/embedded.h
(modified)
(
view diffs
)
uspace/lib/draw/font/pcf.c
(modified)
(
view diffs
)
uspace/lib/draw/font/pcf.h
(modified)
(
view diffs
)
uspace/lib/draw/surface.h
(modified)
(
view diffs
)
uspace/lib/drv/generic/driver.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/interrupt.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/log.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/logbuf.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/private/driver.h
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_ahci.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_audio_mixer.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_audio_pcm.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_battery_dev.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_clock_dev.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_hw_res.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_ieee80211.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_led_dev.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_nic.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_pci.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_usb.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_usbhc.c
(modified)
(
view diffs
)
uspace/lib/drv/generic/remote_usbhid.c
(modified)
(
view diffs
)
uspace/lib/drv/include/ahci_iface.h
(modified)
(
view diffs
)
uspace/lib/drv/include/audio_mixer_iface.h
(modified)
(
view diffs
)
uspace/lib/drv/include/audio_pcm_iface.h
(modified)
(
view diffs
)
uspace/lib/drv/include/battery_iface.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ddf/driver.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ddf/interrupt.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ddf/log.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ieee80211_iface.h
(modified)
(
view diffs
)
uspace/lib/drv/include/nic_iface.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ops/battery_dev.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ops/clock_dev.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ops/hw_res.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ops/ieee80211.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ops/led_dev.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ops/nic.h
(modified)
(
view diffs
)
uspace/lib/drv/include/ops/pio_window.h
(modified)
(
view diffs
)
uspace/lib/drv/include/pci_dev_iface.h
(modified)
(
view diffs
)
uspace/lib/drv/include/usb_iface.h
(modified)
(
view diffs
)
uspace/lib/drv/include/usbhc_iface.h
(modified)
(
view diffs
)
uspace/lib/drv/include/usbhid_iface.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/balloc.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/bitmap.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/directory.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/directory_index.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/extent.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/filesystem.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/hash.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/ialloc.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/inode.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/ops.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/superblock.h
(modified)
(
view diffs
)
uspace/lib/ext4/include/ext4/types.h
(modified)
(
view diffs
)
uspace/lib/ext4/src/balloc.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/bitmap.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/directory.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/directory_index.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/extent.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/filesystem.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/hash.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/ialloc.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/inode.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/ops.c
(modified)
(
view diffs
)
uspace/lib/ext4/src/superblock.c
(modified)
(
view diffs
)
uspace/lib/fdisk/include/fdisk.h
(modified)
(
view diffs
)
uspace/lib/fdisk/src/fdisk.c
(modified)
(
view diffs
)
uspace/lib/fmtutil/fmtutil.c
(modified)
(
view diffs
)
uspace/lib/fmtutil/fmtutil.h
(modified)
(
view diffs
)
uspace/lib/fs/libfs.c
(modified)
(
view diffs
)
uspace/lib/fs/libfs.h
(modified)
(
view diffs
)
uspace/lib/graph/graph.c
(modified)
(
view diffs
)
uspace/lib/graph/graph.h
(modified)
(
view diffs
)
uspace/lib/gui/button.c
(modified)
(
view diffs
)
uspace/lib/gui/label.c
(modified)
(
view diffs
)
uspace/lib/gui/terminal.c
(modified)
(
view diffs
)
uspace/lib/gui/terminal.h
(modified)
(
view diffs
)
uspace/lib/gui/window.c
(modified)
(
view diffs
)
uspace/lib/gui/window.h
(modified)
(
view diffs
)
uspace/lib/hound/include/hound/client.h
(modified)
(
view diffs
)
uspace/lib/hound/include/hound/protocol.h
(modified)
(
view diffs
)
uspace/lib/hound/include/hound/server.h
(modified)
(
view diffs
)
uspace/lib/hound/src/client.c
(modified)
(
view diffs
)
uspace/lib/hound/src/protocol.c
(modified)
(
view diffs
)
uspace/lib/http/include/http/errno.h
(added)
uspace/lib/http/include/http/http.h
(modified)
(
view diffs
)
uspace/lib/http/include/http/receive-buffer.h
(modified)
(
view diffs
)
uspace/lib/http/src/headers.c
(modified)
(
view diffs
)
uspace/lib/http/src/http.c
(modified)
(
view diffs
)
uspace/lib/http/src/receive-buffer.c
(modified)
(
view diffs
)
uspace/lib/http/src/request.c
(modified)
(
view diffs
)
uspace/lib/http/src/response.c
(modified)
(
view diffs
)
uspace/lib/ieee80211/include/ieee80211.h
(modified)
(
view diffs
)
uspace/lib/ieee80211/include/ieee80211_iface_impl.h
(modified)
(
view diffs
)
uspace/lib/ieee80211/include/ieee80211_impl.h
(modified)
(
view diffs
)
uspace/lib/ieee80211/include/ieee80211_private.h
(modified)
(
view diffs
)
uspace/lib/ieee80211/src/ieee80211.c
(modified)
(
view diffs
)
uspace/lib/ieee80211/src/ieee80211_iface_impl.c
(modified)
(
view diffs
)
uspace/lib/ieee80211/src/ieee80211_impl.c
(modified)
(
view diffs
)
uspace/lib/label/include/label/empty.h
(modified)
(
view diffs
)
uspace/lib/label/include/label/label.h
(modified)
(
view diffs
)
uspace/lib/label/include/types/liblabel.h
(modified)
(
view diffs
)
uspace/lib/label/src/dummy.c
(modified)
(
view diffs
)
uspace/lib/label/src/empty.c
(modified)
(
view diffs
)
uspace/lib/label/src/gpt.c
(modified)
(
view diffs
)
uspace/lib/label/src/label.c
(modified)
(
view diffs
)
uspace/lib/label/src/mbr.c
(modified)
(
view diffs
)
uspace/lib/label/test/label.c
(modified)
(
view diffs
)
uspace/lib/nettl/include/nettl/amap.h
(modified)
(
view diffs
)
uspace/lib/nettl/include/nettl/portrng.h
(modified)
(
view diffs
)
uspace/lib/nettl/src/amap.c
(modified)
(
view diffs
)
uspace/lib/nettl/src/portrng.c
(modified)
(
view diffs
)
uspace/lib/nic/include/nic.h
(modified)
(
view diffs
)
uspace/lib/nic/include/nic_addr_db.h
(modified)
(
view diffs
)
uspace/lib/nic/include/nic_ev.h
(modified)
(
view diffs
)
uspace/lib/nic/include/nic_impl.h
(modified)
(
view diffs
)
uspace/lib/nic/include/nic_rx_control.h
(modified)
(
view diffs
)
uspace/lib/nic/include/nic_wol_virtues.h
(modified)
(
view diffs
)
uspace/lib/nic/src/nic_addr_db.c
(modified)
(
view diffs
)
uspace/lib/nic/src/nic_driver.c
(modified)
(
view diffs
)
uspace/lib/nic/src/nic_ev.c
(modified)
(
view diffs
)
uspace/lib/nic/src/nic_impl.c
(modified)
(
view diffs
)
uspace/lib/nic/src/nic_rx_control.c
(modified)
(
view diffs
)
uspace/lib/nic/src/nic_wol_virtues.c
(modified)
(
view diffs
)
uspace/lib/packet/include/netdb.h
(added)
uspace/lib/packet/include/tcp_codes.h
(added)
uspace/lib/pcm/include/pcm/format.h
(modified)
(
view diffs
)
uspace/lib/pcm/include/pcm/sample_format.h
(modified)
(
view diffs
)
uspace/lib/pcm/src/format.c
(modified)
(
view diffs
)
uspace/lib/pcut/helenos.mak
(modified)
(
view diffs
)
uspace/lib/pcut/include/pcut/asserts.h
(modified)
(
view diffs
)
uspace/lib/pcut/include/pcut/pcut.h
(modified)
(
view diffs
)
uspace/lib/pcut/src/assert.c
(modified)
(
view diffs
)
uspace/lib/pcut/src/internal.h
(modified)
(
view diffs
)
uspace/lib/pcut/src/main.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/pcut/src/os/unix.c
(modified)
(
view diffs
)
uspace/lib/pcut/src/os/windows.c
(modified)
(
view diffs
)
uspace/lib/pcut/src/print.c
(modified)
(
view diffs
)
uspace/lib/pcut/src/report/report.c
(modified)
(
view diffs
)
uspace/lib/pcut/src/report/tap.c
(modified)
(
view diffs
)
uspace/lib/pcut/src/report/xml.c
(modified)
(
view diffs
)
uspace/lib/pcut/src/run.c
(modified)
(
view diffs
)
uspace/lib/pcut/tests/abort.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/asserts.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/beforeafter.c
(modified)
(
view diffs
)
uspace/lib/pcut/tests/beforeafter.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/errno.c
(modified)
(
view diffs
)
uspace/lib/pcut/tests/errno.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/inithook.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/manytests.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/multisuite.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/preinithook.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/printing.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/simple.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/skip.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/suites.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/teardown.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/teardownaborts.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/timeout.c
(modified)
(
view diffs
)
uspace/lib/pcut/tests/timeout.expected
(modified)
(
view diffs
)
uspace/lib/pcut/tests/xmlreport.c
(modified)
(
view diffs
)
uspace/lib/posix/Makefile
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/assert.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/ctype.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/dirent.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/dlfcn.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/errno.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/fcntl.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/fenv.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/float.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/fnmatch.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/getopt.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/inttypes.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/locale.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/math.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/pthread.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/pwd.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/signal.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/stddef.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/stdint.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/stdio.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/stdlib.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/string.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/strings.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/sys/mman.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/sys/stat.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/sys/time.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/sys/types.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/sys/wait.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/time.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/ucontext.h
(modified)
(
view diffs
)
uspace/lib/posix/include/posix/unistd.h
(modified)
(
view diffs
)
uspace/lib/posix/source/ctype.c
(added)
uspace/lib/posix/source/dlfcn.c
(added)
uspace/lib/posix/source/errno.c
(added)
uspace/lib/posix/source/fcntl.c
(added)
uspace/lib/posix/source/fnmatch.c
(added)
uspace/lib/posix/source/getopt.c
(added)
uspace/lib/posix/source/internal/common.h
(added)
uspace/lib/posix/source/locale.c
(added)
uspace/lib/posix/source/pthread/condvar.c
(added)
uspace/lib/posix/source/pthread/keys.c
(added)
uspace/lib/posix/source/pthread/mutex.c
(added)
uspace/lib/posix/source/pthread/threads.c
(added)
uspace/lib/posix/source/pwd.c
(added)
uspace/lib/posix/source/signal.c
(added)
uspace/lib/posix/source/stdio.c
(added)
uspace/lib/posix/source/stdio/scanf.c
(added)
uspace/lib/posix/source/stdlib.c
(added)
uspace/lib/posix/source/stdlib/strtol.c
(added)
uspace/lib/posix/source/stdlib/strtold.c
(added)
uspace/lib/posix/source/string.c
(added)
uspace/lib/posix/source/strings.c
(added)
uspace/lib/posix/source/sys/mman.c
(added)
uspace/lib/posix/source/sys/stat.c
(added)
uspace/lib/posix/source/sys/wait.c
(added)
uspace/lib/posix/source/time.c
(added)
uspace/lib/posix/source/unistd.c
(added)
uspace/lib/posix/src/ctype.c
(deleted)
uspace/lib/posix/src/dlfcn.c
(deleted)
uspace/lib/posix/src/fcntl.c
(deleted)
uspace/lib/posix/src/fnmatch.c
(deleted)
uspace/lib/posix/src/internal/common.h
(deleted)
uspace/lib/posix/src/locale.c
(deleted)
uspace/lib/posix/src/pthread/condvar.c
(deleted)
uspace/lib/posix/src/pthread/keys.c
(deleted)
uspace/lib/posix/src/pthread/mutex.c
(deleted)
uspace/lib/posix/src/pthread/threads.c
(deleted)
uspace/lib/posix/src/pwd.c
(deleted)
uspace/lib/posix/src/signal.c
(deleted)
uspace/lib/posix/src/stdio.c
(deleted)
uspace/lib/posix/src/stdio/scanf.c
(deleted)
uspace/lib/posix/src/stdlib.c
(deleted)
uspace/lib/posix/src/stdlib/strtold.c
(deleted)
uspace/lib/posix/src/string.c
(deleted)
uspace/lib/posix/src/strings.c
(deleted)
uspace/lib/posix/src/sys/mman.c
(deleted)
uspace/lib/posix/src/sys/stat.c
(deleted)
uspace/lib/posix/src/sys/wait.c
(deleted)
uspace/lib/posix/src/time.c
(deleted)
uspace/lib/posix/src/unistd.c
(deleted)
uspace/lib/posix/test/scanf.c
(modified)
(
view diffs
)
uspace/lib/softint/include/lltype.h
(modified)
(
view diffs
)
uspace/lib/trackmod/protracker.c
(modified)
(
view diffs
)
uspace/lib/trackmod/protracker.h
(modified)
(
view diffs
)
uspace/lib/trackmod/trackmod.c
(modified)
(
view diffs
)
uspace/lib/trackmod/trackmod.h
(modified)
(
view diffs
)
uspace/lib/trackmod/xm.c
(modified)
(
view diffs
)
uspace/lib/trackmod/xm.h
(modified)
(
view diffs
)
uspace/lib/uri/ctype.h
(added)
uspace/lib/uri/internal/ctype.h
(deleted)
uspace/lib/uri/uri.c
(modified)
(
view diffs
)
uspace/lib/uri/uri.h
(modified)
(
view diffs
)
uspace/lib/usb/include/usb/dev.h
(modified)
(
view diffs
)
uspace/lib/usb/src/debug.c
(modified)
(
view diffs
)
uspace/lib/usb/src/dev.c
(modified)
(
view diffs
)
uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h
(modified)
(
view diffs
)
uspace/lib/usbdev/include/usb/dev/device.h
(modified)
(
view diffs
)
uspace/lib/usbdev/include/usb/dev/driver.h
(modified)
(
view diffs
)
uspace/lib/usbdev/include/usb/dev/pipes.h
(modified)
(
view diffs
)
uspace/lib/usbdev/include/usb/dev/poll.h
(modified)
(
view diffs
)
uspace/lib/usbdev/include/usb/dev/recognise.h
(modified)
(
view diffs
)
uspace/lib/usbdev/include/usb/dev/request.h
(modified)
(
view diffs
)
uspace/lib/usbdev/src/altiface.c
(modified)
(
view diffs
)
uspace/lib/usbdev/src/devdrv.c
(modified)
(
view diffs
)
uspace/lib/usbdev/src/devpoll.c
(modified)
(
view diffs
)
uspace/lib/usbdev/src/driver.c
(modified)
(
view diffs
)
uspace/lib/usbdev/src/pipes.c
(modified)
(
view diffs
)
uspace/lib/usbdev/src/pipesinit.c
(modified)
(
view diffs
)
uspace/lib/usbdev/src/recognise.c
(modified)
(
view diffs
)
uspace/lib/usbdev/src/request.c
(modified)
(
view diffs
)
uspace/lib/usbhid/include/usb/hid/hiddescriptor.h
(modified)
(
view diffs
)
uspace/lib/usbhid/include/usb/hid/hidparser.h
(modified)
(
view diffs
)
uspace/lib/usbhid/include/usb/hid/hidpath.h
(modified)
(
view diffs
)
uspace/lib/usbhid/include/usb/hid/hidreport.h
(modified)
(
view diffs
)
uspace/lib/usbhid/include/usb/hid/request.h
(modified)
(
view diffs
)
uspace/lib/usbhid/src/hiddescriptor.c
(modified)
(
view diffs
)
uspace/lib/usbhid/src/hidparser.c
(modified)
(
view diffs
)
uspace/lib/usbhid/src/hidpath.c
(modified)
(
view diffs
)
uspace/lib/usbhid/src/hidreport.c
(modified)
(
view diffs
)
uspace/lib/usbhid/src/hidreq.c
(modified)
(
view diffs
)
uspace/lib/usbhost/include/usb/host/ddf_helpers.h
(modified)
(
view diffs
)
uspace/lib/usbhost/include/usb/host/hcd.h
(modified)
(
view diffs
)
uspace/lib/usbhost/include/usb/host/usb_bus.h
(modified)
(
view diffs
)
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
(modified)
(
view diffs
)
uspace/lib/usbhost/include/usb/host/utils/malloc32.h
(modified)
(
view diffs
)
uspace/lib/usbhost/src/ddf_helpers.c
(modified)
(
view diffs
)
uspace/lib/usbhost/src/hcd.c
(modified)
(
view diffs
)
uspace/lib/usbhost/src/usb_bus.c
(modified)
(
view diffs
)
uspace/lib/usbhost/src/usb_transfer_batch.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/include/usbvirt/device.h
(modified)
(
view diffs
)
uspace/lib/usbvirt/include/usbvirt/ipc.h
(modified)
(
view diffs
)
uspace/lib/usbvirt/include/usbvirt/virthub_base.h
(modified)
(
view diffs
)
uspace/lib/usbvirt/src/ctrltransfer.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/src/device.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/src/ipc_dev.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/src/ipc_hc.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/src/private.h
(modified)
(
view diffs
)
uspace/lib/usbvirt/src/stdreq.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/src/transfer.c
(modified)
(
view diffs
)
uspace/lib/usbvirt/src/virthub_base.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/audio_data.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/audio_data.h
(modified)
(
view diffs
)
uspace/srv/audio/hound/audio_device.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/audio_device.h
(modified)
(
view diffs
)
uspace/srv/audio/hound/audio_sink.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/audio_sink.h
(modified)
(
view diffs
)
uspace/srv/audio/hound/audio_source.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/audio_source.h
(modified)
(
view diffs
)
uspace/srv/audio/hound/connection.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/connection.h
(modified)
(
view diffs
)
uspace/srv/audio/hound/hound.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/hound.h
(modified)
(
view diffs
)
uspace/srv/audio/hound/hound_ctx.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/hound_ctx.h
(modified)
(
view diffs
)
uspace/srv/audio/hound/iface.c
(modified)
(
view diffs
)
uspace/srv/audio/hound/main.c
(modified)
(
view diffs
)
uspace/srv/bd/file_bd/file_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/rd/rd.c
(modified)
(
view diffs
)
uspace/srv/bd/sata_bd/sata_bd.c
(modified)
(
view diffs
)
uspace/srv/bd/vbd/disk.c
(modified)
(
view diffs
)
uspace/srv/bd/vbd/disk.h
(modified)
(
view diffs
)
uspace/srv/bd/vbd/vbd.c
(modified)
(
view diffs
)
uspace/srv/clipboard/clipboard.c
(modified)
(
view diffs
)
uspace/srv/devman/client_conn.c
(modified)
(
view diffs
)
uspace/srv/devman/dev.c
(modified)
(
view diffs
)
uspace/srv/devman/dev.h
(modified)
(
view diffs
)
uspace/srv/devman/devman.h
(modified)
(
view diffs
)
uspace/srv/devman/devtree.c
(modified)
(
view diffs
)
uspace/srv/devman/driver.c
(modified)
(
view diffs
)
uspace/srv/devman/driver.h
(modified)
(
view diffs
)
uspace/srv/devman/drv_conn.c
(modified)
(
view diffs
)
uspace/srv/devman/fun.c
(modified)
(
view diffs
)
uspace/srv/devman/fun.h
(modified)
(
view diffs
)
uspace/srv/devman/loc.c
(modified)
(
view diffs
)
uspace/srv/devman/loc.h
(modified)
(
view diffs
)
uspace/srv/devman/main.c
(modified)
(
view diffs
)
uspace/srv/devman/match.c
(modified)
(
view diffs
)
uspace/srv/fs/cdfs/cdfs.c
(modified)
(
view diffs
)
uspace/srv/fs/cdfs/cdfs_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat.c
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat.h
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat_bitmap.c
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat_bitmap.h
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat_directory.c
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat_directory.h
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat_fat.c
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat_fat.h
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat_idx.c
(modified)
(
view diffs
)
uspace/srv/fs/exfat/exfat_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/ext4fs/ext4fs.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat.h
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_directory.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_directory.h
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_fat.c
(modified)
(
view diffs
)
uspace/srv/fs/fat/fat_fat.h
(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/locfs/locfs.c
(modified)
(
view diffs
)
uspace/srv/fs/locfs/locfs.h
(modified)
(
view diffs
)
uspace/srv/fs/locfs/locfs_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/mfs/mfs.c
(modified)
(
view diffs
)
uspace/srv/fs/mfs/mfs.h
(modified)
(
view diffs
)
uspace/srv/fs/mfs/mfs_balloc.c
(modified)
(
view diffs
)
uspace/srv/fs/mfs/mfs_dentry.c
(modified)
(
view diffs
)
uspace/srv/fs/mfs/mfs_inode.c
(modified)
(
view diffs
)
uspace/srv/fs/mfs/mfs_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/mfs/mfs_rw.c
(modified)
(
view diffs
)
uspace/srv/fs/tmpfs/tmpfs.c
(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/fs/udf/udf.c
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_file.c
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_file.h
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_idx.c
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_idx.h
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_ops.c
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_volume.c
(modified)
(
view diffs
)
uspace/srv/fs/udf/udf_volume.h
(modified)
(
view diffs
)
uspace/srv/hid/compositor/compositor.c
(modified)
(
view diffs
)
uspace/srv/hid/console/console.c
(modified)
(
view diffs
)
uspace/srv/hid/input/ctl/kbdev.c
(modified)
(
view diffs
)
uspace/srv/hid/input/ctl/stty.c
(modified)
(
view diffs
)
uspace/srv/hid/input/ctl/sun.c
(modified)
(
view diffs
)
uspace/srv/hid/input/input.c
(modified)
(
view diffs
)
uspace/srv/hid/input/kbd_ctl.h
(modified)
(
view diffs
)
uspace/srv/hid/input/kbd_port.h
(modified)
(
view diffs
)
uspace/srv/hid/input/layout.h
(modified)
(
view diffs
)
uspace/srv/hid/input/layout/ar.c
(modified)
(
view diffs
)
uspace/srv/hid/input/layout/cz.c
(modified)
(
view diffs
)
uspace/srv/hid/input/layout/us_dvorak.c
(modified)
(
view diffs
)
uspace/srv/hid/input/layout/us_qwerty.c
(modified)
(
view diffs
)
uspace/srv/hid/input/mouse_port.h
(modified)
(
view diffs
)
uspace/srv/hid/input/mouse_proto.h
(modified)
(
view diffs
)
uspace/srv/hid/input/port/chardev.c
(modified)
(
view diffs
)
uspace/srv/hid/input/proto/mousedev.c
(modified)
(
view diffs
)
uspace/srv/hid/isdv4_tablet/isdv4.c
(modified)
(
view diffs
)
uspace/srv/hid/isdv4_tablet/isdv4.h
(modified)
(
view diffs
)
uspace/srv/hid/isdv4_tablet/main.c
(modified)
(
view diffs
)
uspace/srv/hid/output/ctl/serial.c
(modified)
(
view diffs
)
uspace/srv/hid/output/ctl/serial.h
(modified)
(
view diffs
)
uspace/srv/hid/output/output.c
(modified)
(
view diffs
)
uspace/srv/hid/output/output.h
(modified)
(
view diffs
)
uspace/srv/hid/output/port/chardev.c
(modified)
(
view diffs
)
uspace/srv/hid/output/port/chardev.h
(modified)
(
view diffs
)
uspace/srv/hid/output/port/ega.c
(modified)
(
view diffs
)
uspace/srv/hid/output/port/ega.h
(modified)
(
view diffs
)
uspace/srv/hid/output/port/kfb.c
(modified)
(
view diffs
)
uspace/srv/hid/output/port/kfb.h
(modified)
(
view diffs
)
uspace/srv/hid/output/proto/vt100.c
(modified)
(
view diffs
)
uspace/srv/hid/output/proto/vt100.h
(modified)
(
view diffs
)
uspace/srv/hid/remcons/remcons.c
(modified)
(
view diffs
)
uspace/srv/hid/remcons/user.c
(modified)
(
view diffs
)
uspace/srv/hid/remcons/user.h
(modified)
(
view diffs
)
uspace/srv/hid/rfb/main.c
(modified)
(
view diffs
)
uspace/srv/hid/rfb/rfb.c
(modified)
(
view diffs
)
uspace/srv/hid/rfb/rfb.h
(modified)
(
view diffs
)
uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c
(modified)
(
view diffs
)
uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c
(modified)
(
view diffs
)
uspace/srv/klog/klog.c
(modified)
(
view diffs
)
uspace/srv/loader/main.c
(modified)
(
view diffs
)
uspace/srv/locsrv/category.c
(modified)
(
view diffs
)
uspace/srv/locsrv/category.h
(modified)
(
view diffs
)
uspace/srv/locsrv/locsrv.c
(modified)
(
view diffs
)
uspace/srv/logger/ctl.c
(modified)
(
view diffs
)
uspace/srv/logger/initlvl.c
(modified)
(
view diffs
)
uspace/srv/logger/level.c
(modified)
(
view diffs
)
uspace/srv/logger/logger.h
(modified)
(
view diffs
)
uspace/srv/logger/logs.c
(modified)
(
view diffs
)
uspace/srv/logger/main.c
(modified)
(
view diffs
)
uspace/srv/logger/writer.c
(modified)
(
view diffs
)
uspace/srv/net/dhcp/dhcp.c
(modified)
(
view diffs
)
uspace/srv/net/dhcp/dhcp.h
(modified)
(
view diffs
)
uspace/srv/net/dhcp/main.c
(modified)
(
view diffs
)
uspace/srv/net/dhcp/transport.c
(modified)
(
view diffs
)
uspace/srv/net/dhcp/transport.h
(modified)
(
view diffs
)
uspace/srv/net/dnsrsrv/dns_msg.c
(modified)
(
view diffs
)
uspace/srv/net/dnsrsrv/dns_msg.h
(modified)
(
view diffs
)
uspace/srv/net/dnsrsrv/dnsrsrv.c
(modified)
(
view diffs
)
uspace/srv/net/dnsrsrv/query.c
(modified)
(
view diffs
)
uspace/srv/net/dnsrsrv/query.h
(modified)
(
view diffs
)
uspace/srv/net/dnsrsrv/transport.c
(modified)
(
view diffs
)
uspace/srv/net/dnsrsrv/transport.h
(modified)
(
view diffs
)
uspace/srv/net/ethip/arp.c
(modified)
(
view diffs
)
uspace/srv/net/ethip/arp.h
(modified)
(
view diffs
)
uspace/srv/net/ethip/atrans.c
(modified)
(
view diffs
)
uspace/srv/net/ethip/atrans.h
(modified)
(
view diffs
)
uspace/srv/net/ethip/ethip.c
(modified)
(
view diffs
)
uspace/srv/net/ethip/ethip.h
(modified)
(
view diffs
)
uspace/srv/net/ethip/ethip_nic.c
(modified)
(
view diffs
)
uspace/srv/net/ethip/ethip_nic.h
(modified)
(
view diffs
)
uspace/srv/net/ethip/pdu.c
(modified)
(
view diffs
)
uspace/srv/net/ethip/pdu.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/addrobj.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/addrobj.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/icmp.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/icmp.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/icmpv6.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/icmpv6.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inet_link.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inet_link.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inetcfg.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inetping.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inetping.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inetsrv.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/inetsrv.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/ndp.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/ndp.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/ntrans.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/ntrans.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/pdu.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/pdu.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/reass.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/reass.h
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/sroute.c
(modified)
(
view diffs
)
uspace/srv/net/inetsrv/sroute.h
(modified)
(
view diffs
)
uspace/srv/net/loopip/loopip.c
(modified)
(
view diffs
)
uspace/srv/net/nconfsrv/iplink.c
(modified)
(
view diffs
)
uspace/srv/net/nconfsrv/iplink.h
(modified)
(
view diffs
)
uspace/srv/net/nconfsrv/nconfsrv.c
(modified)
(
view diffs
)
uspace/srv/net/slip/slip.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/conn.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/conn.h
(modified)
(
view diffs
)
uspace/srv/net/tcp/inet.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/inet.h
(modified)
(
view diffs
)
uspace/srv/net/tcp/iqueue.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/iqueue.h
(modified)
(
view diffs
)
uspace/srv/net/tcp/ncsim.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/pdu.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/pdu.h
(modified)
(
view diffs
)
uspace/srv/net/tcp/rqueue.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/service.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/service.h
(modified)
(
view diffs
)
uspace/srv/net/tcp/tcp.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/test.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/test/conn.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/test/iqueue.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/test/main.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/test/pdu.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/test/rqueue.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/test/tqueue.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/test/ucall.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/tqueue.c
(modified)
(
view diffs
)
uspace/srv/net/tcp/tqueue.h
(modified)
(
view diffs
)
uspace/srv/net/tcp/ucall.c
(modified)
(
view diffs
)
uspace/srv/net/udp/assoc.c
(modified)
(
view diffs
)
uspace/srv/net/udp/assoc.h
(modified)
(
view diffs
)
uspace/srv/net/udp/pdu.c
(modified)
(
view diffs
)
uspace/srv/net/udp/pdu.h
(modified)
(
view diffs
)
uspace/srv/net/udp/service.c
(modified)
(
view diffs
)
uspace/srv/net/udp/service.h
(modified)
(
view diffs
)
uspace/srv/net/udp/udp.c
(modified)
(
view diffs
)
uspace/srv/net/udp/udp_inet.c
(modified)
(
view diffs
)
uspace/srv/net/udp/udp_inet.h
(modified)
(
view diffs
)
uspace/srv/ns/clonable.c
(modified)
(
view diffs
)
uspace/srv/ns/clonable.h
(modified)
(
view diffs
)
uspace/srv/ns/ns.c
(modified)
(
view diffs
)
uspace/srv/ns/service.c
(modified)
(
view diffs
)
uspace/srv/ns/service.h
(modified)
(
view diffs
)
uspace/srv/ns/task.c
(modified)
(
view diffs
)
uspace/srv/ns/task.h
(modified)
(
view diffs
)
uspace/srv/taskmon/taskmon.c
(modified)
(
view diffs
)
uspace/srv/test/chardev-test/main.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs.h
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_file.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_ipc.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_pager.c
(modified)
(
view diffs
)
uspace/srv/vfs/vfs_register.c
(modified)
(
view diffs
)
uspace/srv/volsrv/empty.c
(modified)
(
view diffs
)
uspace/srv/volsrv/empty.h
(modified)
(
view diffs
)
uspace/srv/volsrv/mkfs.c
(modified)
(
view diffs
)
uspace/srv/volsrv/mkfs.h
(modified)
(
view diffs
)
uspace/srv/volsrv/part.c
(modified)
(
view diffs
)
uspace/srv/volsrv/part.h
(modified)
(
view diffs
)
uspace/srv/volsrv/volsrv.c
(modified)
(
view diffs
)
Changeset view not shown
, since the total size (16.8 MB) exceeds
976.6 KB
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive