Changeset 2b3dd78 in mainline
- Timestamp:
- 2018-01-31T12:02:00Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5595841
- Parents:
- a0a9cc2 (diff), 14d789c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Files:
-
- 4 added
- 6 deleted
- 301 edited
- 26 moved
-
.travis.yml (modified) (view diffs)
-
Makefile (modified) (view diffs)
-
abi/include/abi/ipc/methods.h (modified) (view diffs)
-
abi/include/abi/proc/uarg.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)
-
kernel/Makefile (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/src/interrupt.c (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/types.h (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/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/mips32/include/arch/elf.h (modified) (view diffs)
-
kernel/arch/mips32/src/debugger.c (modified) (view diffs)
-
kernel/arch/mips32/src/exception.c (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/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/ofw/ofw_tree.h (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/gsort.h (modified) (view diffs)
-
kernel/generic/include/halt.h (moved) (moved from kernel/generic/include/func.h ) (view diffs)
-
kernel/generic/include/interrupt.h (modified) (view diffs)
-
kernel/generic/include/ipc/sysipc_ops.h (modified) (view diffs)
-
kernel/generic/include/log.h (modified) (view diffs)
-
kernel/generic/include/mm/page.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/stacktrace.h (modified) (view diffs)
-
kernel/generic/include/symtab.h (modified) (view diffs)
-
kernel/generic/include/synch/condvar.h (modified) (view diffs)
-
kernel/generic/include/synch/workqueue.h (modified) (view diffs)
-
kernel/generic/include/typedefs.h (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/kconsole.c (modified) (view diffs)
-
kernel/generic/src/debug/panic.c (modified) (view diffs)
-
kernel/generic/src/lib/halt.c (moved) (moved from kernel/generic/src/lib/func.c ) (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/proc/scheduler.c (modified) (view diffs)
-
kernel/generic/src/proc/task.c (modified) (view diffs)
-
kernel/generic/src/time/clock.c (modified) (view diffs)
-
kernel/generic/src/time/timeout.c (modified) (view diffs)
-
kernel/test/print/print5.c (modified) (view diffs)
-
tools/ccheck.sh (modified) (view diffs)
-
tools/travis.sh (added)
-
uspace/Makefile.common (modified) (view diffs)
-
uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cat/cat.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/cp/cp.c (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/ls/ls.h (modified) (view diffs)
-
uspace/app/bdsh/cmds/modules/mount/mount.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/compl.c (modified) (view diffs)
-
uspace/app/bdsh/errors.h (modified) (view diffs)
-
uspace/app/bdsh/tok.h (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/edit/search_impl.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/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/mixerctl/mixerctl.c (modified) (view diffs)
-
uspace/app/mkfat/mkfat.c (modified) (view diffs)
-
uspace/app/netecho/comm.c (modified) (view diffs)
-
uspace/app/netstart/self_test.c (deleted)
-
uspace/app/nic/nic.c (modified) (view diffs)
-
uspace/app/nterm/nterm.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/sportdmp/sportdmp.c (modified) (view diffs)
-
uspace/app/sysinfo/sysinfo.c (modified) (view diffs)
-
uspace/app/sysinst/futil.c (modified) (view diffs)
-
uspace/app/sysinst/sysinst.c (modified) (view diffs)
-
uspace/app/taskdump/elf_core.c (modified) (view diffs)
-
uspace/app/taskdump/symtab.c (modified) (view diffs)
-
uspace/app/taskdump/taskdump.c (modified) (view diffs)
-
uspace/app/tester/print/print5.c (modified) (view diffs)
-
uspace/app/testread/testread.c (modified) (view diffs)
-
uspace/app/testwrit/testwrit.c (modified) (view diffs)
-
uspace/app/tetris/tetris.c (modified) (view diffs)
-
uspace/app/tmon/burst_tests.c (modified) (view diffs)
-
uspace/app/tmon/main.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/usbinfo/list.c (modified) (view diffs)
-
uspace/app/viewer/viewer.c (modified) (view diffs)
-
uspace/app/wavplay/dplay.c (modified) (view diffs)
-
uspace/app/wavplay/drec.c (modified) (view diffs)
-
uspace/app/wifi_supplicant/wifi_supplicant.c (modified) (view diffs)
-
uspace/dist/src/c/demos/tetris/tetris.c (modified) (view diffs)
-
uspace/dist/src/c/demos/top/screen.h (modified) (view diffs)
-
uspace/drv/audio/hdaudio/spec/regs.h (modified) (view diffs)
-
uspace/drv/audio/sb16/dsp.h (modified) (view diffs)
-
uspace/drv/audio/sb16/mixer.h (modified) (view diffs)
-
uspace/drv/bus/isa/isa.c (modified) (view diffs)
-
uspace/drv/bus/usb/vhc/hub/virthub.c (modified) (view diffs)
-
uspace/drv/hid/atkbd/atkbd.h (modified) (view diffs)
-
uspace/drv/platform/amdm37x/main.c (modified) (view diffs)
-
uspace/drv/test/test1/test1.c (modified) (view diffs)
-
uspace/drv/test/test2/test2.c (modified) (view diffs)
-
uspace/lib/bithenge/include/bithenge/tree.h (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/block/block.h (modified) (view diffs)
-
uspace/lib/c/Makefile (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/generic/getopt.c (modified) (view diffs)
-
uspace/lib/c/generic/inet/addr.c (modified) (view diffs)
-
uspace/lib/c/generic/io/io.c (modified) (view diffs)
-
uspace/lib/c/generic/io/log.c (modified) (view diffs)
-
uspace/lib/c/generic/io/table.c (modified) (view diffs)
-
uspace/lib/c/generic/malloc.c (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/stdlib.c (modified) (view diffs)
-
uspace/lib/c/generic/str.c (modified) (view diffs)
-
uspace/lib/c/generic/strtol.c (added)
-
uspace/lib/c/generic/uuid.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/include/adt/hash_table.h (modified) (view diffs)
-
uspace/lib/c/include/async.h (modified) (view diffs)
-
uspace/lib/c/include/ctype.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/inttypes.h (modified) (view diffs)
-
uspace/lib/c/include/io/kio.h (modified) (view diffs)
-
uspace/lib/c/include/io/log.h (modified) (view diffs)
-
uspace/lib/c/include/io/verify.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/devman.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/ipc.h (modified) (view diffs)
-
uspace/lib/c/include/ipc/logger.h (modified) (view diffs)
-
uspace/lib/c/include/malloc.h (modified) (view diffs)
-
uspace/lib/c/include/rtld/rtld_debug.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/syscall.h (modified) (view diffs)
-
uspace/lib/c/include/time.h (modified) (view diffs)
-
uspace/lib/c/include/udebug.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/test/sprintf.c (modified) (view diffs)
-
uspace/lib/draw/font/pcf.c (modified) (view diffs)
-
uspace/lib/draw/surface.h (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/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/ddf/log.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/usbhid_iface.h (modified) (view diffs)
-
uspace/lib/ext4/include/ext4/inode.h (modified) (view diffs)
-
uspace/lib/ext4/include/ext4/superblock.h (modified) (view diffs)
-
uspace/lib/fmtutil/fmtutil.c (modified) (view diffs)
-
uspace/lib/fs/libfs.c (modified) (view diffs)
-
uspace/lib/fs/libfs.h (modified) (view diffs)
-
uspace/lib/graph/graph.h (modified) (view diffs)
-
uspace/lib/gui/terminal.c (modified) (view diffs)
-
uspace/lib/gui/terminal.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/src/client.c (modified) (view diffs)
-
uspace/lib/hound/src/protocol.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_impl.h (modified) (view diffs)
-
uspace/lib/nic/include/nic_wol_virtues.h (modified) (view diffs)
-
uspace/lib/packet/include/netdb.h (deleted)
-
uspace/lib/packet/include/tcp_codes.h (deleted)
-
uspace/lib/pcm/include/pcm/sample_format.h (modified) (view diffs)
-
uspace/lib/pcut/src/internal.h (modified) (view diffs)
-
uspace/lib/pcut/src/report/report.c (modified) (view diffs)
-
uspace/lib/posix/Makefile (modified) (view diffs)
-
uspace/lib/posix/include/posix/assert.h (added)
-
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 (added)
-
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 (deleted)
-
uspace/lib/posix/source/getopt.c (deleted)
-
uspace/lib/posix/source/stdlib/strtol.c (deleted)
-
uspace/lib/posix/src/ctype.c (moved) (moved from uspace/app/netstart/self_test.h ) (view diffs)
-
uspace/lib/posix/src/dlfcn.c (moved) (moved from uspace/lib/posix/source/dlfcn.c ) (view diffs)
-
uspace/lib/posix/src/fcntl.c (moved) (moved from uspace/lib/posix/source/fcntl.c ) (view diffs)
-
uspace/lib/posix/src/fnmatch.c (moved) (moved from uspace/lib/posix/source/fnmatch.c ) (view diffs)
-
uspace/lib/posix/src/internal/common.h (moved) (moved from uspace/lib/posix/source/internal/common.h ) (view diffs)
-
uspace/lib/posix/src/locale.c (moved) (moved from uspace/lib/posix/source/locale.c ) (view diffs)
-
uspace/lib/posix/src/pthread/condvar.c (moved) (moved from uspace/lib/posix/source/pthread/condvar.c ) (view diffs)
-
uspace/lib/posix/src/pthread/keys.c (moved) (moved from uspace/lib/posix/source/pthread/keys.c ) (view diffs)
-
uspace/lib/posix/src/pthread/mutex.c (moved) (moved from uspace/lib/posix/source/pthread/mutex.c ) (view diffs)
-
uspace/lib/posix/src/pthread/threads.c (moved) (moved from uspace/lib/posix/source/pthread/threads.c ) (view diffs)
-
uspace/lib/posix/src/pwd.c (moved) (moved from uspace/lib/posix/source/pwd.c ) (view diffs)
-
uspace/lib/posix/src/signal.c (moved) (moved from uspace/lib/posix/source/signal.c ) (view diffs)
-
uspace/lib/posix/src/stdio.c (moved) (moved from uspace/lib/posix/source/stdio.c ) (view diffs)
-
uspace/lib/posix/src/stdio/scanf.c (moved) (moved from uspace/lib/posix/source/stdio/scanf.c ) (view diffs)
-
uspace/lib/posix/src/stdlib.c (moved) (moved from uspace/lib/posix/source/stdlib.c ) (view diffs)
-
uspace/lib/posix/src/stdlib/strtold.c (moved) (moved from uspace/lib/posix/source/stdlib/strtold.c ) (view diffs)
-
uspace/lib/posix/src/string.c (moved) (moved from uspace/lib/posix/source/string.c ) (view diffs)
-
uspace/lib/posix/src/strings.c (moved) (moved from uspace/lib/posix/source/strings.c ) (view diffs)
-
uspace/lib/posix/src/sys/mman.c (moved) (moved from uspace/lib/posix/source/sys/mman.c ) (view diffs)
-
uspace/lib/posix/src/sys/stat.c (moved) (moved from uspace/lib/posix/source/sys/stat.c ) (view diffs)
-
uspace/lib/posix/src/sys/wait.c (moved) (moved from uspace/lib/posix/source/sys/wait.c ) (view diffs)
-
uspace/lib/posix/src/time.c (moved) (moved from uspace/lib/posix/source/time.c ) (view diffs)
-
uspace/lib/posix/src/unistd.c (moved) (moved from uspace/lib/posix/source/unistd.c ) (view diffs)
-
uspace/lib/posix/test/scanf.c (modified) (view diffs)
-
uspace/lib/softint/include/lltype.h (modified) (view diffs)
-
uspace/lib/uri/internal/ctype.h (moved) (moved from uspace/lib/uri/ctype.h ) (view diffs)
-
uspace/lib/uri/uri.c (modified) (view diffs)
-
uspace/lib/usb/src/debug.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/request.h (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/usbvirt/include/usbvirt/device.h (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_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/hound.c (modified) (view diffs)
-
uspace/srv/audio/hound/hound.h (modified) (view diffs)
-
uspace/srv/audio/hound/hound_ctx.h (modified) (view diffs)
-
uspace/srv/audio/hound/iface.c (modified) (view diffs)
-
uspace/srv/bd/file_bd/file_bd.c (modified) (view diffs)
-
uspace/srv/bd/vbd/disk.h (modified) (view diffs)
-
uspace/srv/devman/devman.h (modified) (view diffs)
-
uspace/srv/devman/driver.c (modified) (view diffs)
-
uspace/srv/devman/match.c (modified) (view diffs)
-
uspace/srv/fs/cdfs/cdfs.c (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat.c (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat_bitmap.h (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat_directory.h (modified) (view diffs)
-
uspace/srv/fs/exfat/exfat_fat.h (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_directory.h (modified) (view diffs)
-
uspace/srv/fs/locfs/locfs.c (modified) (view diffs)
-
uspace/srv/fs/locfs/locfs.h (modified) (view diffs)
-
uspace/srv/fs/mfs/mfs_dentry.c (modified) (view diffs)
-
uspace/srv/fs/mfs/mfs_ops.c (modified) (view diffs)
-
uspace/srv/fs/tmpfs/tmpfs.c (modified) (view diffs)
-
uspace/srv/hid/console/console.c (modified) (view diffs)
-
uspace/srv/hid/input/input.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/output.h (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/rfb/main.c (modified) (view diffs)
-
uspace/srv/net/dhcp/dhcp.c (modified) (view diffs)
-
uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) (view diffs)
-
uspace/srv/net/loopip/loopip.c (modified) (view diffs)
-
uspace/srv/net/tcp/ncsim.c (modified) (view diffs)
Note:
See TracChangeset
for help on using the changeset viewer.
