# # ChangeLog for kernel/generic/include/proc in mainline # # Generated by Trac 1.6 # 2025-08-01T07:19:23Z Fri, 28 Feb 2025 23:38:26 GMT Jiri Svoboda [f35749e] * abi/include/abi/syscall.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/main/main.h (modified) * kernel/generic/include/main/shutdown.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/shutdown.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/shutdown-dlg/shutdown-dlg.c (modified) * uspace/app/shutdown/shutdown.c (modified) * uspace/app/shutdown/shutdown.h (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/generic/shutdown.c (added) * uspace/lib/c/include/shutdown.h (added) * uspace/lib/c/meson.build (modified) * uspace/lib/system/include/ipc/system.h (modified) * uspace/lib/system/include/system.h (modified) * uspace/lib/system/include/system_srv.h (modified) * uspace/lib/system/src/system.c (modified) * uspace/lib/system/src/system_srv.c (modified) * uspace/lib/system/test/system.c (modified) * uspace/srv/system/system.c (modified) System restart via shutdown -r Fri, 20 Sep 2024 12:16:28 GMT Jiří Zárevúcky [3fcea34] * abi/include/abi/proc/uarg.h (deleted) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/arm64/src/arm64.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/arch/asm.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/riscv64/src/userspace.c (modified) * kernel/arch/sparc64/src/sun4u/asm.S (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/asm.S (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/generic/include/main/uinit.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/userspace.h (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * meson/arch/ppc32/meson.build (modified) * meson/part/compiler_args/meson.build (modified) * meson/part/initrd_manifest/meson.build (modified) * uspace/lib/c/arch/abs32le/include/libarch/thread.h (modified) * uspace/lib/c/arch/abs32le/src/thread_entry.c (modified) * uspace/lib/c/arch/amd64/include/libarch/thread.h (modified) * uspace/lib/c/arch/amd64/src/thread_entry.S (modified) * uspace/lib/c/arch/arm32/include/libarch/thread.h (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (modified) * uspace/lib/c/arch/arm64/include/libarch/thread.h (modified) * uspace/lib/c/arch/arm64/src/thread_entry.S (modified) * uspace/lib/c/arch/ia32/include/libarch/thread.h (modified) * uspace/lib/c/arch/ia32/src/syscall.S (modified) * uspace/lib/c/arch/ia32/src/thread_entry.S (modified) * uspace/lib/c/arch/ia64/include/libarch/thread.h (modified) * uspace/lib/c/arch/ia64/src/thread_entry.S (modified) * uspace/lib/c/arch/mips32/include/libarch/thread.h (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (modified) * uspace/lib/c/arch/ppc32/include/libarch/thread.h (modified) * uspace/lib/c/arch/ppc32/src/thread_entry.S (modified) * uspace/lib/c/arch/riscv64/include/libarch/thread.h (modified) * uspace/lib/c/arch/riscv64/src/thread_entry.c (modified) * uspace/lib/c/arch/sparc64/include/libarch/thread.h (modified) * uspace/lib/c/arch/sparc64/src/thread_entry.S (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/thread.c (modified) Simplify the SYS_THREAD_CREATE syscall interface Removed the beefy ... Thu, 25 Jan 2024 16:22:55 GMT Jiří Zárevúcky [07d4271] * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/security/perm.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) Fix some unsound task reference manipulation and locking In some ... Sun, 21 Jan 2024 16:23:24 GMT Jiří Zárevúcky [d23712e] * kernel/generic/include/cpu.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) Use thread state variable instead of a cpu local variable to pass state Sun, 21 Jan 2024 16:23:19 GMT Jiří Zárevúcky [dfa4be62] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) Thread lock is no longer necessary Sun, 21 Jan 2024 16:01:39 GMT Jiří Zárevúcky [515f1b1] * kernel/generic/include/proc/thread.h (modified) Organize thread_t fields by access constraints Sun, 21 Jan 2024 15:48:43 GMT Jiří Zárevúcky [11909ce3] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) Make thread cycle statistics atomic Sun, 21 Jan 2024 15:36:03 GMT Jiří Zárevúcky [33e15a0] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) Make thread->btrace weakly atomic, to avoid need for thread lock Sat, 20 Jan 2024 17:24:56 GMT Jiří Zárevúcky [41bfc64] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) Make thread->state weakly atomic so we don't need to hold thread lock Sat, 20 Jan 2024 17:19:52 GMT Jiří Zárevúcky [3d84734] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) Make thread->priority weakly atomic to avoid need for locking Sat, 20 Jan 2024 17:09:00 GMT Jiří Zárevúcky [efed95a3] * kernel/generic/include/atomic.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) Make thread->cpu weakly atomic, to avoid need for thread lock Sat, 20 Jan 2024 15:56:45 GMT Jiří Zárevúcky [286da52] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) Streamline requeuing threads Split thread_ready() into different ... Fri, 19 Jan 2024 16:56:48 GMT Jiří Zárevúcky [6a0e568] * kernel/generic/include/cpu.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) Allow fast-switch to another runnable thread When a thread is ... Mon, 15 Jan 2024 17:10:27 GMT Jiří Zárevúcky [0f4f1b2] * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) Add (and use) functions thread_start() and thread_detach() Mostly ... Mon, 15 Jan 2024 14:33:03 GMT Jiří Zárevúcky [151c050] * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/time/clock.c (modified) Rethink scheduler entry points Changes the way scheduler is ... Sun, 14 Jan 2024 18:24:05 GMT Jiří Zárevúcky [5663872] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) Move stuff around for thread sleep Only mark the thread as ready ... Fri, 03 Nov 2023 18:47:41 GMT Jiří Zárevúcky [40eab9f] * abi/include/abi/sysinfo.h (modified) * kernel/generic/include/debug/line.h (modified) * kernel/generic/include/debug/sections.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/src/debug/line.c (modified) * kernel/generic/src/debug/sections.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/debug/util.c (modified) * kernel/generic/src/debug/util.h (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) Print symbol names and line numbers in stacktraces for init tasks ... Sun, 16 Apr 2023 13:00:39 GMT Jiří Zárevúcky [06f81c4] * kernel/generic/include/cpu.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) Check cpu_t::fpu_owner directly instead of ... Sat, 15 Apr 2023 16:30:15 GMT Jiří Zárevúcky [dd218ea] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) Remove unnecessary thread_t::wired There's already ... Sat, 11 Feb 2023 19:13:44 GMT Jiří Zárevúcky [111b9b9] * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/time/timeout.h (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/syswaitq.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/time/timeout.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) Reimplement waitq using thread_wait/wakeup This adds a few ... Sat, 11 Feb 2023 18:35:15 GMT Jiří Zárevúcky [11d2c983] * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/proc/thread.c (modified) Reorganize locking in thread_destroy() Fri, 10 Feb 2023 22:59:11 GMT Jiří Zárevúcky [1871118] * kernel/generic/include/lib/refcount.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) Make thread_t reference counted This simplifies interaction between ... Thu, 09 Feb 2023 16:12:24 GMT Jiří Zárevúcky [83789ea2] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/time/timeout.c (modified) Simplify timeout handling Since timeout_unregister() now waits for ... Tue, 07 Feb 2023 18:43:26 GMT Jiří Zárevúcky [78acbc72] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) Remove unused thread_interrupted(), make thread_interrupt() useful Tue, 07 Feb 2023 16:49:43 GMT Jiří Zárevúcky [0366d09d] * kernel/arch/abs32le/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm64/include/arch/fpu_context.h (modified) * kernel/arch/arm64/include/arch/fpu_context_struct.h (modified) * kernel/arch/ia32/include/arch/fpu_context.h (modified) * kernel/arch/ia64/include/arch/fpu_context.h (modified) * kernel/arch/mips32/include/arch/fpu_context.h (modified) * kernel/arch/mips32/include/arch/fpu_context_struct.h (modified) * kernel/arch/ppc32/include/arch/fpu_context.h (modified) * kernel/arch/ppc32/include/arch/fpu_context_struct.h (modified) * kernel/arch/sparc64/include/arch/fpu_context.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) Avoid separate allocation for FPU context With _Alignas, we can ... Tue, 07 Feb 2023 16:02:50 GMT Jiří Zárevúcky [5110d0a] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/waitq.c (modified) Turn a bunch of macros into regular functions Sun, 05 Feb 2023 14:43:59 GMT Jiří Zárevúcky [c030818] * kernel/arch/abs32le/include/arch/context.h (modified) * kernel/arch/abs32le/include/arch/context_offset.h (modified) * kernel/arch/amd64/include/arch/context_struct.h (modified) * kernel/arch/arm64/include/arch/context_struct.h (modified) * kernel/arch/ia32/include/arch/context_struct.h (modified) * kernel/arch/ia64/include/arch/context_struct.h (modified) * kernel/arch/mips32/include/arch/context_struct.h (modified) * kernel/arch/ppc32/include/arch/context_struct.h (modified) * kernel/arch/riscv64/include/arch/context_struct.h (modified) * kernel/arch/sparc64/include/arch/context_struct.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) Move saved interrupt level from context_t to thread_t Unlike the ... Sat, 04 Feb 2023 16:19:21 GMT Jiří Zárevúcky [aae2869] * kernel/generic/include/cpu.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/time/clock.c (modified) Replace THREAD->ticks with CPU->preempt_deadline This removes a bit ... Wed, 04 Aug 2021 15:18:08 GMT jxsvoboda <5887334+jxsvoboda@…> [31e15be] * kernel/arch/sparc64/include/arch/sun4v/cpu.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/halt.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/lib/halt.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/test/atomic/atomic1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/thread/thread1.c (modified) kernel: deprecate atomic_t Tue, 02 Jul 2019 12:03:55 GMT GitHub [5a5269d] * .gitignore (modified) * abi/include/_bits/native.h (modified) * abi/include/abi/proc/uarg.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/src/debug/stacktrace.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/debug/stacktrace.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/arm64/src/arm64.c (modified) * kernel/arch/arm64/src/debug/stacktrace.c (modified) * kernel/arch/ia32/src/debug/stacktrace.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/security/perm.h (modified) * kernel/generic/include/synch/syswaitq.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/ops/debug.c (modified) * kernel/generic/src/ipc/ops/shareout.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (modified) * kernel/generic/src/synch/syswaitq.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) Change type of uspace pointers in kernel from pointer type to numeric ... Sun, 26 May 2019 13:21:50 GMT Jakub Jermář [bdca26a] * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/include/elf/elf_load.h (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/srv/loader/main.c (modified) Removing printf when failing from lib/rtld If rtld failed a message ... Sun, 11 Nov 2018 15:47:39 GMT Jakub Jermar [0b5203b] * abi/include/abi/syscall.h (modified) * kernel/Makefile (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/synch/futex.h (deleted) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (deleted) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) Remove futex support from kernel Fri, 09 Nov 2018 22:03:24 GMT Jiří Zárevúcky [deacd722] * kernel/arch/abs32le/src/proc/thread.c (modified) * kernel/arch/amd64/src/proc/thread.c (modified) * kernel/arch/arm32/include/arch/proc/thread.h (modified) * kernel/arch/ia32/src/proc/thread.c (modified) * kernel/arch/ia64/include/arch/proc/thread.h (modified) * kernel/arch/mips32/include/arch/proc/thread.h (modified) * kernel/arch/ppc32/include/arch/proc/thread.h (modified) * kernel/arch/riscv64/src/proc/thread.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/thread.c (modified) Allow thread_create_arch() to fail Wed, 07 Nov 2018 21:11:52 GMT Jakub Jermar [aae365bc] * HelenOS.config (modified) * defaults/amd64/Makefile.config (modified) * defaults/arm32/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * defaults/ia64/Makefile.config (modified) * defaults/mips32/Makefile.config (modified) * defaults/ppc32/Makefile.config (modified) * defaults/riscv64/Makefile.config (modified) * defaults/sparc64/Makefile.config (modified) * defaults/special/Makefile.config (modified) * kernel/Makefile (modified) * kernel/generic/include/adt/cht.h (deleted) * kernel/generic/include/arch.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/rcu.h (deleted) * kernel/generic/include/synch/rcu_types.h (deleted) * kernel/generic/include/synch/workqueue.h (deleted) * kernel/generic/src/adt/cht.c (deleted) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/rcu.c (deleted) * kernel/generic/src/synch/workqueue.c (deleted) * kernel/test/cht/cht1.c (deleted) * kernel/test/cht/cht1.def (deleted) * kernel/test/synch/rcu1.c (deleted) * kernel/test/synch/rcu1.def (deleted) * kernel/test/synch/workq-test-core.h (deleted) * kernel/test/synch/workqueue2.c (deleted) * kernel/test/synch/workqueue2.def (deleted) * kernel/test/synch/workqueue3.c (deleted) * kernel/test/synch/workqueue3.def (deleted) * kernel/test/test.c (modified) * kernel/test/test.h (modified) Remove RCU and CHT support Wed, 07 Nov 2018 20:41:51 GMT Jakub Jermar [947ab77e] * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/synch/futex.c (modified) Stop using CHT in futexes Mon, 05 Nov 2018 09:13:04 GMT Jiri Svoboda [6f7071b] * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/time/clock.c (modified) Use ordered dictionary for kernel pareas instead of B+ tree. Sat, 03 Nov 2018 23:32:39 GMT Jiri Svoboda [aab5e46] * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/mm/falloc2.c (modified) Thread and task iterator functions. Sat, 03 Nov 2018 21:36:39 GMT Jiri Svoboda [ef1eab7] * kernel/Makefile (modified) * kernel/generic/include/adt/avl.h (deleted) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/adt/avl.c (deleted) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/avltree/avltree1.c (deleted) * kernel/test/avltree/avltree1.def (deleted) * kernel/test/test.c (modified) Replace AVL trees in kernel with ordered dictionary. Thu, 01 Nov 2018 14:30:03 GMT GitHub [a6e55886] * kernel/arch/abs32le/include/arch/asm.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/time/timeout.h (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/rcu.c (modified) Rename THE/the_t to CURRENT/current_t (#50) Because the word "THE" ... Tue, 02 Oct 2018 21:41:35 GMT Jakub Jermar [174156fd] * abi/doc/doxygroups.h (modified) * abi/include/abi/cap.h (modified) * abi/include/abi/ddi/arg.h (modified) * abi/include/abi/ddi/irq.h (modified) * abi/include/abi/elf.h (modified) * abi/include/abi/ipc/event.h (modified) * abi/include/abi/ipc/interfaces.h (modified) * abi/include/abi/ipc/ipc.h (modified) * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/kio.h (modified) * abi/include/abi/klog.h (modified) * abi/include/abi/mm/as.h (modified) * abi/include/abi/proc/task.h (modified) * abi/include/abi/proc/thread.h (modified) * abi/include/abi/proc/uarg.h (modified) * abi/include/abi/syscall.h (modified) * abi/include/abi/sysinfo.h (modified) * abi/include/abi/udebug.h (modified) * boot/doc/doxygroups.h (modified) * boot/generic/include/putchar.h (modified) * kernel/doc/doxygroups.h (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/adt/fifo.h (modified) * kernel/generic/include/adt/hash.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/align.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/assert.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/bitops.h (modified) * kernel/generic/include/byteorder.h (modified) * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/cc.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/console/cmd.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/include/console/prompt.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/cpu/cpu_mask.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/debug.h (modified) * kernel/generic/include/errno.h (modified) * kernel/generic/include/fpu_context.h (modified) * kernel/generic/include/gsort.h (modified) * kernel/generic/include/halt.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/kbox.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (modified) * kernel/generic/include/ipc/sysipc_priv.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/lib/ra.h (modified) * kernel/generic/include/lib/rd.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mem.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/asid.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/km.h (modified) * kernel/generic/include/mm/mm.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/reserve.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/include/panic.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/printf_core.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/putchar.h (modified) * kernel/generic/include/security/perm.h (modified) * kernel/generic/include/smp/ipi.h (modified) * kernel/generic/include/smp/smp.h (modified) * kernel/generic/include/smp/smp_call.h (modified) * kernel/generic/include/stacktrace.h (modified) * kernel/generic/include/str.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/symtab_lookup.h (modified) * kernel/generic/include/synch/workqueue.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/stats.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/trace.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ipc.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/include/userspace.h (modified) * kernel/generic/include/verify.h (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/chardev.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/cpu/cpu_mask.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/debug.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/ops/debug.c (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/ipc/ops/sharein.c (modified) * kernel/generic/src/ipc/ops/shareout.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/gsort.c (modified) * kernel/generic/src/lib/halt.c (modified) * kernel/generic/src/lib/mem.c (modified) * kernel/generic/src/lib/memfnc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/reserve.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/preempt/preemption.c (modified) * kernel/generic/src/printf/printf.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/printf/snprintf.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (modified) * kernel/generic/src/smp/ipi.c (modified) * kernel/generic/src/smp/smp.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h (modified) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (modified) * uspace/lib/c/generic/elf/elf.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/elf/elf_linux.h (modified) * uspace/lib/c/include/elf/elf_load.h (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) Disambiguate doxygroup generic* Thu, 13 Sep 2018 12:05:53 GMT Jiri Svoboda [09ab0a9a] * abi/doc/doxygroups.h (modified) * abi/include/abi/errno.h (modified) * boot/arch/arm32/include/arch/arch.h (modified) * boot/arch/arm32/include/arch/main.h (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/arch/sparc64/src/main.c (modified) * boot/genarch/include/genarch/multiplication.h (modified) * boot/genarch/src/efi.c (modified) * boot/generic/src/inflate.c (modified) * kernel/arch/abs32le/src/cpu/cpu.c (modified) * kernel/arch/abs32le/src/smc.c (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.h (modified) * kernel/arch/amd64/include/arch/context_struct.h (modified) * kernel/arch/amd64/include/arch/istate_struct.h (modified) * kernel/arch/amd64/include/arch/kseg_struct.h (modified) * kernel/arch/amd64/include/arch/mm/ptl.h (modified) * kernel/arch/amd64/include/arch/pm.h (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/smc.c (modified) * kernel/arch/arm32/include/arch/context_struct.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/istate_struct.h (modified) * kernel/arch/arm32/include/arch/mach/beagleboardxm/beagleboardxm.h (modified) * kernel/arch/arm32/include/arch/mach/beaglebone/beaglebone.h (modified) * kernel/arch/arm32/include/arch/mach/integratorcp/integratorcp.h (modified) * kernel/arch/arm32/include/arch/machine_func.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/include/arch/mm/page_fault.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/machine_func.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/arm32/src/smc.c (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/context_struct.h (modified) * kernel/arch/ia32/include/arch/istate_struct.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/smc.c (modified) * kernel/arch/ia64/include/arch/context_struct.h (modified) * kernel/arch/ia64/include/arch/istate_struct.h (modified) * kernel/arch/ia64/include/arch/proc/task.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/ia64/src/smc.c (modified) * kernel/arch/ia64/src/smp/smp.c (modified) * kernel/arch/mips32/include/arch/context_struct.h (modified) * kernel/arch/mips32/include/arch/debugger.h (modified) * kernel/arch/mips32/include/arch/fpu_context_struct.h (modified) * kernel/arch/mips32/include/arch/istate_struct.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/mm/tlb.h (modified) * kernel/arch/mips32/include/arch/proc/thread.h (modified) * kernel/arch/mips32/src/debug/stacktrace.c (modified) * kernel/arch/mips32/src/machine_func.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/smc.c (modified) * kernel/arch/ppc32/include/arch/context_struct.h (modified) * kernel/arch/ppc32/include/arch/fpu_context_struct.h (modified) * kernel/arch/ppc32/include/arch/istate.h (modified) * kernel/arch/ppc32/include/arch/istate_struct.h (modified) * kernel/arch/ppc32/src/smc.c (modified) * kernel/arch/riscv64/include/arch/context_struct.h (modified) * kernel/arch/riscv64/include/arch/istate_struct.h (modified) * kernel/arch/riscv64/src/cpu/cpu.c (modified) * kernel/arch/riscv64/src/smc.c (modified) * kernel/arch/sparc64/include/arch/context_struct.h (modified) * kernel/arch/sparc64/include/arch/cpu.h (modified) * kernel/arch/sparc64/include/arch/cpu_family.h (modified) * kernel/arch/sparc64/include/arch/cpu_node.h (modified) * kernel/arch/sparc64/include/arch/istate_struct.h (modified) * kernel/arch/sparc64/include/arch/mm/km.h (modified) * kernel/arch/sparc64/include/arch/mm/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/tsb.h (modified) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (modified) * kernel/arch/sparc64/include/arch/trap/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/trap.h (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/smc.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h (modified) * kernel/genarch/include/genarch/drivers/am335x/cm_per.h (modified) * kernel/genarch/include/genarch/drivers/am335x/timer.h (modified) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (modified) * kernel/genarch/include/genarch/drivers/am335x/uart.h (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/include/genarch/drivers/bcm2835/timer.h (modified) * kernel/genarch/include/genarch/drivers/omap/uart.h (modified) * kernel/genarch/include/genarch/drivers/omap/uart_regs.h (modified) * kernel/genarch/include/genarch/drivers/pl050/pl050.h (modified) * kernel/genarch/include/genarch/drivers/s3c24xx/uart.h (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/kbrd/scanc_at.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/align.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/cc.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/cpu/cpu_mask.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/lib/refcount.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/smp/smp_call.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/rcu_types.h (modified) * kernel/generic/include/synch/workqueue.h (modified) * kernel/generic/include/verify.h (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/cpu/cpu_mask.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/str_error.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/preempt/preemption.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/synch/workqueue2.c (modified) * kernel/test/synch/workqueue3.c (modified) * kernel/test/test.h (modified) * tools/build-ccheck.sh (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.h (modified) * uspace/app/bdsh/cmds/builtins/batch/entry.h (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.h (modified) * uspace/app/bdsh/cmds/builtins/cd/entry.h (modified) * uspace/app/bdsh/cmds/builtins/exit/entry.h (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.h (modified) * uspace/app/bdsh/cmds/modules/cat/entry.h (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.h (modified) * uspace/app/bdsh/cmds/modules/cmp/entry.h (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.h (modified) * uspace/app/bdsh/cmds/modules/cp/entry.h (modified) * uspace/app/bdsh/cmds/modules/echo/echo.c (modified) * uspace/app/bdsh/cmds/modules/echo/echo.h (modified) * uspace/app/bdsh/cmds/modules/echo/entry.h (modified) * uspace/app/bdsh/cmds/modules/kcon/entry.h (modified) * uspace/app/bdsh/cmds/modules/kcon/kcon.h (modified) * uspace/app/bdsh/cmds/modules/ls/entry.h (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/entry.h (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.h (modified) * uspace/app/bdsh/cmds/modules/mkfile/entry.h (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.h (modified) * uspace/app/bdsh/cmds/modules/mount/entry.h (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/mount/mount.h (modified) * uspace/app/bdsh/cmds/modules/mv/entry.h (modified) * uspace/app/bdsh/cmds/modules/mv/mv.c (modified) * uspace/app/bdsh/cmds/modules/mv/mv.h (modified) * uspace/app/bdsh/cmds/modules/printf/entry.h (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.h (modified) * uspace/app/bdsh/cmds/modules/pwd/entry.h (modified) * uspace/app/bdsh/cmds/modules/rm/entry.h (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.h (modified) * uspace/app/bdsh/cmds/modules/sleep/entry.h (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.h (modified) * uspace/app/bdsh/cmds/modules/unmount/entry.h (modified) * uspace/app/bdsh/cmds/modules/unmount/unmount.c (modified) * uspace/app/bdsh/cmds/modules/unmount/unmount.h (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/errstr.h (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/test/toktest.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/contacts/contacts.c (modified) * uspace/app/date/date.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/mixerctl/mixerctl.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkexfat/upcase.h (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/modplay/modplay.c (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/nic/nic.c (modified) * uspace/app/pkg/pkg.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/sbi/src/builtin/bi_textfile.c (modified) * uspace/app/sbi/src/p_type.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/rdata.c (modified) * uspace/app/sbi/src/rdata_t.h (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/run.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/run_expr.h (modified) * uspace/app/sbi/src/run_t.h (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/app/sbi/src/symbol.c (modified) * uspace/app/sbi/src/tdata.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/print/print6.c (modified) * uspace/app/tester/util.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/usbinfo/dump.c (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/vuhid/hids/logitech_wireless.c (modified) * uspace/app/vuhid/ifaces.c (modified) * uspace/app/vuhid/items.h (modified) * uspace/app/vuhid/life.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/app/vuhid/report.h (modified) * uspace/app/vuhid/stdreq.c (modified) * uspace/app/vuhid/virthid.h (modified) * uspace/app/wavplay/dplay.h (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/drec.h (modified) * uspace/app/wavplay/wave.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/hello/hello.c (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/registers.h (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/block/usbmast/bo_trans.c (modified) * uspace/drv/block/usbmast/main.c (modified) * uspace/drv/block/usbmast/usbmast.h (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (modified) * uspace/drv/bus/usb/ehci/ehci_batch.h (modified) * uspace/drv/bus/usb/ehci/ehci_bus.c (modified) * uspace/drv/bus/usb/ehci/ehci_regs.h (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.h (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/fstn.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/mem_access.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/split_iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ohci/ohci_bus.c (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/drv/bus/usb/vhc/hub/hub.c (modified) * uspace/drv/bus/usb/vhc/hub/hub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/xhci/bus.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/bus/usb/xhci/device.c (modified) * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/transfers.c (modified) * uspace/drv/bus/usb/xhci/trb_ring.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/sun4v-con/main.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h (modified) * uspace/drv/hid/usbhid/generic/hiddev.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/hid/usbhid/mouse/mousedev.c (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.c (modified) * uspace/drv/hid/usbhid/usbhid.h (modified) * uspace/drv/intctl/obio/obio.c (modified) * uspace/drv/nic/rtl8139/defs.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/platform/amdm37x/cm/clock_control.h (modified) * uspace/drv/platform/amdm37x/cm/iva2.h (modified) * uspace/drv/platform/amdm37x/cm/mpu.h (modified) * uspace/drv/platform/amdm37x/cm/usbhost.h (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/amdm37x/prm/clock_control.h (modified) * uspace/drv/platform/amdm37x/prm/usbhost.h (modified) * uspace/drv/platform/amdm37x/usbtll.h (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/root/root/root.c (modified) * uspace/drv/root/virt/virt.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/cmos-regs.h (modified) * uspace/lib/bithenge/include/bithenge/os.h (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/bithenge/src/failure.h (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/bithenge/src/sequence.c (modified) * uspace/lib/bithenge/src/transform.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/arm32/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/arm32/src/atomic.c (modified) * uspace/lib/c/arch/arm32/src/syscall.c (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/odict.c (modified) * uspace/lib/c/generic/crt/entry.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/clock_dev.c (modified) * uspace/lib/c/generic/device/pio_window.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/inet/host.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/power_of_ten.c (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/stdio.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/fibril_synch.c (modified) * uspace/lib/c/generic/thread/mpsc.c (modified) * uspace/lib/c/generic/thread/rcu.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/ubsan.c (modified) * uspace/lib/c/generic/uuid.c (modified) * uspace/lib/c/generic/vbd.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/align.h (modified) * uspace/lib/c/include/context.h (modified) * uspace/lib/c/include/device/clock_dev.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/fenv.h (modified) * uspace/lib/c/include/float.h (modified) * uspace/lib/c/include/inet/tcp.h (modified) * uspace/lib/c/include/io/label.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/math.h (modified) * uspace/lib/c/include/refcount.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/include/time.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/test/sprintf.c (modified) * uspace/lib/c/test/stdio/scanf.c (modified) * uspace/lib/c/test/str.c (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/crypto/crc16_ibm.c (modified) * uspace/lib/draw/cursor/embedded.h (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/drv/generic/private/remote_audio_mixer.h (modified) * uspace/lib/drv/generic/private/remote_audio_pcm.h (modified) * uspace/lib/drv/generic/private/remote_battery_dev.h (modified) * uspace/lib/drv/generic/private/remote_clock_dev.h (modified) * uspace/lib/drv/generic/private/remote_led_dev.h (modified) * uspace/lib/drv/generic/private/remote_pci.h (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/drv/include/audio_mixer_iface.h (modified) * uspace/lib/drv/include/battery_iface.h (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/lib/drv/include/nic_iface.h (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/drv/include/usbhid_iface.h (modified) * uspace/lib/ext4/include/ext4/ialloc.h (modified) * uspace/lib/ext4/include/ext4/ops.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/widget.c (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/http/include/http/ctype.h (modified) * uspace/lib/http/src/receive-buffer.c (modified) * uspace/lib/label/src/dummy.c (modified) * uspace/lib/label/src/mbr.c (modified) * uspace/lib/label/test/label.c (modified) * uspace/lib/math/doc/doxygroups.h (modified) * uspace/lib/math/generic/__fcompare.c (modified) * uspace/lib/math/generic/__fpclassify.c (modified) * uspace/lib/math/generic/__signbit.c (modified) * uspace/lib/math/generic/internal.h (modified) * uspace/lib/math/test/main.c (modified) * uspace/lib/math/test/rounding.c (modified) * uspace/lib/minix/minix.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/pcm/include/pcm/sample_format.h (modified) * uspace/lib/posix/include/posix/fnmatch.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/include/posix/sys/mman.h (modified) * uspace/lib/posix/include/posix/sys/stat.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/ucontext.h (modified) * uspace/lib/posix/src/fcntl.c (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/posix/src/pthread/condvar.c (modified) * uspace/lib/posix/src/pthread/keys.c (modified) * uspace/lib/posix/src/pthread/mutex.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/scsi/src/spc.c (modified) * uspace/lib/sif/src/sif.c (modified) * uspace/lib/sif/test/sif.c (modified) * uspace/lib/softrend/filter.c (modified) * uspace/lib/trackmod/protracker.c (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/uri/test/main.c (modified) * uspace/lib/uri/test/parser.c (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/include/usb/usb.h (modified) * uspace/lib/usb/src/class.c (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/lib/usb/src/dma_buffer.c (modified) * uspace/lib/usb/src/dump.c (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/driver.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hid.h (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified) * uspace/lib/usbhid/include/usb/hid/hidparser.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/include/usb/hid/usages/core.h (modified) * uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/include/usb/host/utility.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/lib/usbvirt/include/usbvirt/virthub_base.h (modified) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/lib/usbvirt/src/virthub_descriptors.c (modified) * uspace/lib/virtio/virtio.c (modified) * uspace/srv/audio/hound/audio_data.c (modified) * uspace/srv/audio/hound/audio_data.h (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/audio/hound/audio_device.h (modified) * uspace/srv/audio/hound/audio_sink.c (modified) * uspace/srv/audio/hound/connection.h (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/hound_ctx.h (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/devman/devtree.c (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.h (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_directory.h (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat_directory.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/mfs/mfs.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_inode.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/mfs/mfs_utils.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_volume.h (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/rfb/rfb.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.h (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/locsrv/category.c (modified) * uspace/srv/locsrv/category.h (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/ctl.c (modified) * uspace/srv/logger/initlvl.c (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/logger/writer.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/doc/doxygroups.h (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/sroute.h (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/rqueue.h (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/segment.h (modified) * uspace/srv/net/tcp/test/iqueue.c (modified) * uspace/srv/net/tcp/test/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/test/chardev-test/main.c (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/volsrv/mkfs.c (modified) Fix vertical spacing with new Ccheck revision. Tue, 26 Jun 2018 17:34:48 GMT Jiří Zárevúcky [b59318e] * abi/include/abi/synch.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/waitq.c (modified) * uspace/lib/c/include/futex.h (modified) Make futex able to time out. Fri, 02 Mar 2018 20:10:49 GMT Jiří Zárevúcky [a35b458] * abi/include/abi/ddi/irq.h (modified) * abi/include/abi/ipc/interfaces.h (modified) * abi/include/abi/log.h (modified) * abi/include/abi/mm/as.h (modified) * abi/include/abi/proc/uarg.h (modified) * abi/include/abi/syscall.h (modified) * abi/include/abi/udebug.h (modified) * boot/arch/arm32/src/asm.S (modified) * boot/arch/arm32/src/main.c (modified) * boot/arch/arm32/src/mm.c (modified) * boot/arch/ia64/src/main.c (modified) * boot/arch/ia64/src/pal.c (modified) * boot/arch/ia64/src/pal_asm.S (modified) * boot/arch/ia64/src/sal.c (modified) * boot/arch/ia64/src/sal_asm.S (modified) * boot/arch/ia64/src/ski.c (modified) * boot/arch/mips32/src/asm.S (modified) * boot/arch/mips32/src/boot.S (modified) * boot/arch/mips32/src/main.c (modified) * boot/arch/ppc32/src/asm.S (modified) * boot/arch/ppc32/src/main.c (modified) * boot/arch/ppc32/src/ofw.c (modified) * boot/arch/riscv64/src/asm.S (modified) * boot/arch/riscv64/src/main.c (modified) * boot/arch/riscv64/src/ucb.c (modified) * boot/arch/sparc64/src/asm.S (modified) * boot/arch/sparc64/src/main.c (modified) * boot/arch/sparc64/src/ofw.c (modified) * boot/genarch/include/genarch/ofw_tree.h (modified) * boot/genarch/src/division.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/genarch/src/ofw.c (modified) * boot/genarch/src/ofw_tree.c (modified) * boot/generic/include/printf_core.h (modified) * boot/generic/src/balloc.c (modified) * boot/generic/src/inflate.c (modified) * boot/generic/src/memstr.c (modified) * boot/generic/src/printf.c (modified) * boot/generic/src/printf_core.c (modified) * boot/generic/src/str.c (modified) * boot/generic/src/vprintf.c (modified) * contrib/arch/hadlbppp.py (modified) * contrib/qemu/build-from-scratch.sh (modified) * contrib/tools/gen_vga323.c (modified) * contrib/tools/random_check.sh (modified) * contrib/tools/toolchain_check.sh (modified) * kernel/arch/abs32le/include/arch/asm.h (modified) * kernel/arch/abs32le/include/arch/atomic.h (modified) * kernel/arch/abs32le/include/arch/istate.h (modified) * kernel/arch/abs32le/include/arch/mm/page.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/cpu.h (modified) * kernel/arch/amd64/include/arch/cycle.h (modified) * kernel/arch/amd64/include/arch/mm/page.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/boot/multiboot.S (modified) * kernel/arch/amd64/src/boot/multiboot2.S (modified) * kernel/arch/amd64/src/context.S (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/debug/stacktrace.c (modified) * kernel/arch/amd64/src/delay.S (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/mm/page.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/amd64/src/smp/ap.S (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/atomic.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/arm32/src/atomic.c (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mm/frame.c (modified) * kernel/arch/arm32/src/mm/page.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/arm32/src/start.S (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/atomic.h (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/cycle.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/include/arch/smp/smp.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/atomic.S (modified) * kernel/arch/ia32/src/boot/multiboot.S (modified) * kernel/arch/ia32/src/boot/multiboot2.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/fpu_context.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/mm/frame.c (modified) * kernel/arch/ia32/src/mm/page.c (modified) * kernel/arch/ia32/src/pm.c (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia32/src/smp/mps.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/asm.h (modified) * kernel/arch/ia64/include/arch/atomic.h (modified) * kernel/arch/ia64/include/arch/bootinfo.h (modified) * kernel/arch/ia64/include/arch/cpu.h (modified) * kernel/arch/ia64/include/arch/istate.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/ia64/include/arch/mm/tlb.h (modified) * kernel/arch/ia64/include/arch/mm/vhpt.h (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/cpu/cpu.c (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/ia64/src/drivers/it.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/ia64/src/fpu_context.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/as.c (modified) * kernel/arch/ia64/src/mm/frame.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/ia64/src/proc/scheduler.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/include/arch/asm.h (modified) * kernel/arch/mips32/include/arch/atomic.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/context.S (modified) * kernel/arch/mips32/src/debug/stacktrace.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/mips32/src/start.S (modified) * kernel/arch/ppc32/include/arch/asm.h (modified) * kernel/arch/ppc32/include/arch/atomic.h (modified) * kernel/arch/ppc32/include/arch/barrier.h (modified) * kernel/arch/ppc32/include/arch/cycle.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/include/arch/mm/page.h (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/boot/boot.S (modified) * kernel/arch/ppc32/src/context.S (modified) * kernel/arch/ppc32/src/cpu/cpu.c (modified) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/fpu_context.S (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/ppc32/src/mm/as.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/pht.c (modified) * kernel/arch/ppc32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/ppc32/src/proc/scheduler.c (modified) * kernel/arch/riscv64/include/arch/asm.h (modified) * kernel/arch/riscv64/include/arch/atomic.h (modified) * kernel/arch/riscv64/include/arch/cycle.h (modified) * kernel/arch/riscv64/include/arch/mm/page.h (modified) * kernel/arch/riscv64/src/boot/boot.S (modified) * kernel/arch/riscv64/src/context.S (modified) * kernel/arch/riscv64/src/drivers/ucb.c (modified) * kernel/arch/riscv64/src/mm/frame.c (modified) * kernel/arch/riscv64/src/mm/page.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/arch/sparc64/include/arch/asm.h (modified) * kernel/arch/sparc64/include/arch/atomic.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/cpu_family.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/mmu.h (modified) * kernel/arch/sparc64/include/arch/sun4u/asm.h (modified) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/cpu/sun4u/cpu.c (modified) * kernel/arch/sparc64/src/cpu/sun4v/cpu.c (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/drivers/tick.c (modified) * kernel/arch/sparc64/src/fpu_context.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4u/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/frame.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sparc64.c (modified) * kernel/arch/sparc64/src/sun4u/asm.S (modified) * kernel/arch/sparc64/src/sun4u/sparc64.c (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/asm.S (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/sun4v/sparc64.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/arch/sparc64/src/trap/exception.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/include/genarch/fb/fb.h (modified) * kernel/genarch/include/genarch/kbrd/kbrd.h (modified) * kernel/genarch/include/genarch/ofw/ebus.h (modified) * kernel/genarch/include/genarch/ofw/ofw_tree.h (modified) * kernel/genarch/include/genarch/ofw/pci.h (modified) * kernel/genarch/include/genarch/srln/srln.h (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/ddi/ddi-bitmap.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnin.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/i8042/i8042.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/fb/bfb.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/genarch/src/fb/font-8x16.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/kbrd/kbrd_at.c (modified) * kernel/genarch/src/kbrd/scanc_pc.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/asid.c (modified) * kernel/genarch/src/mm/asid_fifo.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/genarch/src/ofw/ebus.c (modified) * kernel/genarch/src/ofw/ofw_tree.c (modified) * kernel/genarch/src/ofw/pci.c (modified) * kernel/genarch/src/ofw/sbus.c (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/bitops.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/printf/printf_core.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/rcu_types.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/synch/workqueue.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/time/timeout.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/adt/bitmap.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/console/chardev.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/console/prompt.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/cpu/cpu_mask.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/debug/debug.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/debug/stacktrace.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/ipc/ops/sharein.c (modified) * kernel/generic/src/ipc/ops/shareout.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/lib/gsort.c (modified) * kernel/generic/src/lib/halt.c (modified) * kernel/generic/src/lib/mem.c (modified) * kernel/generic/src/lib/memfnc.c (modified) * kernel/generic/src/lib/ra.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/main/shutdown.c (modified) * kernel/generic/src/main/uinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/printf/printf.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/printf/snprintf.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (modified) * kernel/generic/src/smp/ipi.c (modified) * kernel/generic/src/smp/smp.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/time/delay.c (modified) * kernel/generic/src/time/timeout.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/atomic/atomic1.c (modified) * kernel/test/avltree/avltree1.c (modified) * kernel/test/btree/btree1.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/debug/mips1.c (modified) * kernel/test/fault/fault1.c (modified) * kernel/test/mm/falloc1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/mapping1.c (modified) * kernel/test/mm/purge1.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/print/print1.c (modified) * kernel/test/print/print2.c (modified) * kernel/test/print/print3.c (modified) * kernel/test/print/print4.c (modified) * kernel/test/print/print5.c (modified) * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/synch/workqueue2.c (modified) * kernel/test/synch/workqueue3.c (modified) * kernel/test/test.c (modified) * kernel/test/thread/thread1.c (modified) * kernel/tools/amd64/decpt.py (modified) * kernel/tools/genmap.py (modified) * kernel/tools/ia32/decpt.py (modified) * tools/autogen.py (modified) * tools/autotool.py (modified) * tools/checkers/clang.py (modified) * tools/checkers/jobfile.py (modified) * tools/checkers/stanse.py (modified) * tools/checkers/vcc.py (modified) * tools/config.py (modified) * tools/dest_build.py (modified) * tools/ew.py (modified) * tools/imgutil.py (modified) * tools/jobfile.py (modified) * tools/mkarray.py (modified) * tools/mkext2.py (modified) * tools/mkfat.py (modified) * tools/mktmpfs.py (modified) * tools/toolchain.sh (modified) * tools/travis.sh (modified) * tools/xstruct.py (modified) * tools/xtui.py (modified) * uspace/app/barber/barber.c (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/kcon/kcon.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/df/df.c (modified) * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/dnsres/dnsres.c (modified) * uspace/app/download/main.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/init/init.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/kio/kio.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkfat/fat_dentry.h (modified) * uspace/app/nic/nic.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/rcubench/rcubench.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/console/console1.c (modified) * uspace/app/tester/fault/fault1.c (modified) * uspace/app/tester/fault/fault2.c (modified) * uspace/app/tester/float/float1.c (modified) * uspace/app/tester/float/softfloat1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/tester/loop/loop1.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/common.h (modified) * uspace/app/tester/mm/malloc1.c (modified) * uspace/app/tester/mm/malloc3.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/mm/pager1.c (modified) * uspace/app/tester/print/print1.c (modified) * uspace/app/tester/print/print2.c (modified) * uspace/app/tester/print/print3.c (modified) * uspace/app/tester/print/print4.c (modified) * uspace/app/tester/print/print5.c (modified) * uspace/app/tester/print/print6.c (modified) * uspace/app/tester/stdio/stdio1.c (modified) * uspace/app/tester/stdio/stdio2.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tester/thread/setjmp1.c (modified) * uspace/app/tester/thread/thread1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/testwrit/testwrit.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/shapes.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/trace/trace.h (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/vcalc/vcalc.c (modified) * uspace/app/vdemo/vdemo.c (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vterm/vterm.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/app/vuhid/report.h (modified) * uspace/app/vuhid/stdreq.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/edit/search.c (modified) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/c/demos/tetris/shapes.c (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/dist/src/c/demos/top/top.h (modified) * uspace/doc/doxygroups.h (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/block/ahci/ahci_sata.h (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/ehci_bus.h (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/xhci/debug.c (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/usbhid/blink1/blink1.c (modified) * uspace/drv/hid/usbhid/blink1/blink1.h (modified) * uspace/drv/hid/usbhid/kbd/kbddev.h (modified) * uspace/drv/hid/usbhid/mouse/mousedev.h (modified) * uspace/drv/hid/usbhid/multimedia/keymap.c (modified) * uspace/drv/hid/usbhid/subdrivers.h (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/drv/intctl/apic/apic.c (modified) * uspace/drv/intctl/i8259/i8259.c (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/ar9271/ath.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/ath_usb.h (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/drv/nic/ar9271/wmi.h (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/e1k/e1k.h (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.h (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (modified) * uspace/lib/c/arch/amd64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/amd64/src/entry.S (modified) * uspace/lib/c/arch/amd64/src/entryjmp.S (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/amd64/src/syscall.S (modified) * uspace/lib/c/arch/amd64/src/thread_entry.S (modified) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/arm32/src/entry.S (modified) * uspace/lib/c/arch/arm32/src/fibril.S (modified) * uspace/lib/c/arch/arm32/src/syscall.c (modified) * uspace/lib/c/arch/arm32/src/thread_entry.S (modified) * uspace/lib/c/arch/ia32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entryjmp.S (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/thread_entry.S (modified) * uspace/lib/c/arch/ia64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/ia64/src/ddi.c (modified) * uspace/lib/c/arch/ia64/src/entry.S (modified) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/ia64/src/thread_entry.S (modified) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/entryjmp.S (modified) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/arch/mips32/src/thread_entry.S (modified) * uspace/lib/c/arch/ppc32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/src/entry.S (modified) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/src/syscall.c (modified) * uspace/lib/c/arch/ppc32/src/thread_entry.S (modified) * uspace/lib/c/arch/riscv64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/syscall.h (modified) * uspace/lib/c/arch/sparc64/src/entry.S (modified) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/src/thread_entry.S (modified) * uspace/lib/c/generic/adt/checksum.c (modified) * uspace/lib/c/generic/adt/circ_buf.c (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/adt/odict.c (modified) * uspace/lib/c/generic/adt/prodcons.c (modified) * uspace/lib/c/generic/arg_parse.c (modified) * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/device/led_dev.c (modified) * uspace/lib/c/generic/device/pio_window.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dirent.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/gsort.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/io/asprintf.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/io/output.c (modified) * uspace/lib/c/generic/io/printf.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/io/snprintf.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/generic/io/vsnprintf.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/perm.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/vfs/canonify.c (modified) * uspace/lib/c/generic/vfs/inbox.c (modified) * uspace/lib/c/generic/vfs/mtab.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/bitops.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/io/charfield.h (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/kbd_event.h (modified) * uspace/lib/c/include/io/keycode.h (modified) * uspace/lib/c/include/io/mode.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/io/printf_core.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/graph.h (modified) * uspace/lib/c/include/ipc/output.h (modified) * uspace/lib/c/include/ipc/vfs.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/nic/nic.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/compress/gzip.c (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/crypto/aes.c (modified) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/crypto/rc4.c (modified) * uspace/lib/draw/codec/tga.c (modified) * uspace/lib/draw/codec/tga.gz.c (modified) * uspace/lib/draw/codec/webp.c (modified) * uspace/lib/draw/cursor/embedded.c (modified) * uspace/lib/draw/font.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/draw/gfx/font-8x16.c (modified) * uspace/lib/draw/path.c (modified) * uspace/lib/draw/source.c (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/private/driver.h (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/generic/remote_led_dev.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_pci.c (modified) * uspace/lib/drv/generic/remote_pio_window.c (modified) * uspace/lib/drv/generic/remote_usbdiag.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ops/ieee80211.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/drv/include/usbhid_iface.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/bitmap.c (modified) * uspace/lib/ext4/src/block_group.c (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/canvas.c (modified) * uspace/lib/gui/common.c (modified) * uspace/lib/gui/connection.c (modified) * uspace/lib/gui/grid.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/minimal.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/terminal.h (modified) * uspace/lib/gui/widget.c (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/http/src/headers.c (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/receive-buffer.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/http/src/response.c (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/lib/math/arch/amd64/src/cos.S (modified) * uspace/lib/math/arch/amd64/src/sin.S (modified) * uspace/lib/math/arch/amd64/src/trunc.S (modified) * uspace/lib/math/arch/ia32/src/cos.S (modified) * uspace/lib/math/arch/ia32/src/sin.S (modified) * uspace/lib/math/arch/ia32/src/trunc.S (modified) * uspace/lib/math/generic/asin.c (modified) * uspace/lib/math/generic/atan.c (modified) * uspace/lib/math/generic/ceil.c (modified) * uspace/lib/math/generic/exp.c (modified) * uspace/lib/math/generic/floor.c (modified) * uspace/lib/math/generic/fmod.c (modified) * uspace/lib/math/generic/log.c (modified) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/math/generic/trunc.c (modified) * uspace/lib/math/include/mathtypes.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/pcut/src/os/generic.c (modified) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/src/dlfcn.c (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/posix/src/pwd.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/stdlib/strtold.c (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/strings.c (modified) * uspace/lib/posix/src/sys/mman.c (modified) * uspace/lib/posix/src/sys/stat.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/softfloat/add.c (modified) * uspace/lib/softfloat/common.c (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/conversion.c (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softfloat/mul.c (modified) * uspace/lib/softfloat/neg.c (modified) * uspace/lib/softfloat/sub.c (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/softint/generic/multiplication.c (modified) * uspace/lib/softint/generic/shift.c (modified) * uspace/lib/softrend/filter.c (modified) * uspace/lib/softrend/transform.c (modified) * uspace/lib/uri/test/parser.c (modified) * uspace/lib/uri/uri.c (modified) * uspace/lib/usb/src/dma_buffer.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/include/usb/hid/usages/core.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (modified) * uspace/lib/usbhost/src/bus.c (modified) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/devman/dev.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/devtree.c (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/devman/loc.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/devman/util.c (modified) * uspace/srv/fs/cdfs/cdfs.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf.c (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/fs/udf/udf_cksum.c (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/fs/udf/udf_osta.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/layout/ar.c (modified) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/mouse.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/gfx/font-8x16.c (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/output.h (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/port/kfb.c (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/output/proto/vt100.h (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/klog/klog.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/category.h (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/locsrv/locsrv.h (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmpv6.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) style: Remove trailing whitespace on _all_ lines, including empty ... Wed, 28 Feb 2018 17:52:03 GMT Jiří Zárevúcky [1b20da0] * abi/include/abi/asmtool.h (modified) * abi/include/abi/ipc/methods.h (modified) * abi/include/abi/mm/as.h (modified) * boot/arch/ia64/include/arch/asm.h (modified) * boot/arch/ia64/include/arch/pal.h (modified) * boot/arch/ia64/src/sal_asm.S (modified) * boot/genarch/src/division.c (modified) * contrib/tools/random_check.sh (modified) * kernel/arch/abs32le/include/arch/stack.h (modified) * kernel/arch/abs32le/src/smp/smp_call.c (modified) * kernel/arch/amd64/include/arch/asm.h (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/context_struct.ag (modified) * kernel/arch/amd64/include/arch/istate_struct.ag (modified) * kernel/arch/amd64/include/arch/kseg.h (modified) * kernel/arch/amd64/include/arch/kseg_struct.ag (modified) * kernel/arch/amd64/include/arch/pm.h (modified) * kernel/arch/amd64/include/arch/vreg.h (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/proc/scheduler.c (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/amd64/src/vreg.c (modified) * kernel/arch/arm32/include/arch/asm.h (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/include/arch/context_struct.ag (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/istate_struct.ag (modified) * kernel/arch/arm32/include/arch/mm/as.h (modified) * kernel/arch/arm32/include/arch/mm/asid.h (modified) * kernel/arch/arm32/include/arch/stack.h (modified) * kernel/arch/arm32/src/atomic.c (modified) * kernel/arch/arm32/src/context.S (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/interrupt.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mm/as.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/include/arch/asm.h (modified) * kernel/arch/ia32/include/arch/atomic.h (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.ag (modified) * kernel/arch/ia32/include/arch/context_struct.ag (modified) * kernel/arch/ia32/include/arch/cpu.h (modified) * kernel/arch/ia32/include/arch/istate_struct.ag (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia32/src/atomic.S (modified) * kernel/arch/ia32/src/context.S (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/smp/ap.S (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/vreg.c (modified) * kernel/arch/ia64/include/arch/barrier.h (modified) * kernel/arch/ia64/include/arch/context_struct.ag (modified) * kernel/arch/ia64/include/arch/drivers/it.h (modified) * kernel/arch/ia64/include/arch/drivers/kbd.h (modified) * kernel/arch/ia64/include/arch/fpu_context.h (modified) * kernel/arch/ia64/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/istate_struct.ag (modified) * kernel/arch/ia64/include/arch/legacyio.h (modified) * kernel/arch/ia64/include/arch/mm/asid.h (modified) * kernel/arch/ia64/include/arch/mm/vhpt.h (modified) * kernel/arch/ia64/include/arch/pal/pal.h (modified) * kernel/arch/ia64/include/arch/stack.h (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/fpu_context.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * kernel/arch/ia64/src/mm/km.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/ia64/src/start.S (modified) * kernel/arch/mips32/include/arch/cache.h (modified) * kernel/arch/mips32/include/arch/context_struct.ag (modified) * kernel/arch/mips32/include/arch/fpu_context.h (modified) * kernel/arch/mips32/include/arch/fpu_context_struct.ag (modified) * kernel/arch/mips32/include/arch/istate_struct.ag (modified) * kernel/arch/mips32/include/arch/mach/malta/malta.h (modified) * kernel/arch/mips32/include/arch/mach/msim/msim.h (modified) * kernel/arch/mips32/include/arch/mm/asid.h (modified) * kernel/arch/mips32/include/arch/mm/page.h (modified) * kernel/arch/mips32/include/arch/mm/tlb.h (modified) * kernel/arch/mips32/src/cpu/cpu.c (modified) * kernel/arch/mips32/src/debug/stacktrace.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/mips32/src/mach/msim/msim.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/mips32/src/mm/tlb.c (modified) * kernel/arch/ppc32/include/arch/context_struct.ag (modified) * kernel/arch/ppc32/include/arch/fpu_context.h (modified) * kernel/arch/ppc32/include/arch/fpu_context_struct.ag (modified) * kernel/arch/ppc32/include/arch/istate_struct.ag (modified) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/arch/console.h (modified) * kernel/arch/sparc64/include/arch/context_struct.ag (modified) * kernel/arch/sparc64/include/arch/cpu.h (modified) * kernel/arch/sparc64/include/arch/cpu_family.h (modified) * kernel/arch/sparc64/include/arch/cpu_node.h (modified) * kernel/arch/sparc64/include/arch/drivers/fb.h (modified) * kernel/arch/sparc64/include/arch/drivers/niagara.h (modified) * kernel/arch/sparc64/include/arch/drivers/pci.h (modified) * kernel/arch/sparc64/include/arch/fpu_context.h (modified) * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/istate_struct.ag (modified) * kernel/arch/sparc64/include/arch/mm/asid.h (modified) * kernel/arch/sparc64/include/arch/mm/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/page.h (modified) * kernel/arch/sparc64/include/arch/mm/pagesize.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/as.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/page.h (modified) * kernel/arch/sparc64/include/arch/mm/tsb.h (modified) * kernel/arch/sparc64/include/arch/mm/tte.h (modified) * kernel/arch/sparc64/include/arch/regdef.h (modified) * kernel/arch/sparc64/include/arch/register.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4u/ipi.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (modified) * kernel/arch/sparc64/include/arch/stack.h (modified) * kernel/arch/sparc64/include/arch/sun4u/arch.h (modified) * kernel/arch/sparc64/include/arch/sun4v/arch.h (modified) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (modified) * kernel/arch/sparc64/include/arch/sun4v/register.h (modified) * kernel/arch/sparc64/include/arch/trap/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/regwin.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4u/regwin.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/interrupt.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/mmu.h (modified) * kernel/arch/sparc64/include/arch/trap/sun4v/regwin.h (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/context.S (modified) * kernel/arch/sparc64/src/cpu/sun4u/cpu.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp_call.c (modified) * kernel/arch/sparc64/src/smp/sun4v/ipi.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sun4u/start.S (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/trap_table.S (modified) * kernel/arch/sparc64/src/trap/sun4v/trap_table.S (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/include/genarch/drivers/legacy/ia32/io.h (modified) * kernel/genarch/include/genarch/kbrd/scanc_at.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (modified) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/ddi/ddi-bitmap.c (modified) * kernel/genarch/src/ddi/ddi-dummy.c (modified) * kernel/genarch/src/drivers/pl050/pl050.c (modified) * kernel/genarch/src/drivers/via-cuda/cuda.c (modified) * kernel/genarch/src/kbrd/scanc_at.c (modified) * kernel/genarch/src/mm/asid_fifo.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/genarch/src/softint/division.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/adt/fifo.h (modified) * kernel/generic/include/adt/hash.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/cpu/cpu_mask.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/fpu_context.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (modified) * kernel/generic/include/ipc/sysipc_priv.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/tlb.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/security/perm.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/rcu_types.h (modified) * kernel/generic/include/synch/workqueue.h (modified) * kernel/generic/include/userspace.h (modified) * kernel/generic/src/adt/avl.c (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu_mask.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/ops/debug.c (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/ipc/ops/sharein.c (modified) * kernel/generic/src/ipc/ops/shareout.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/smp/smp.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/time/delay.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/test/cht/cht1.c (modified) * kernel/test/smpcall/smpcall1.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/synch/workqueue3.c (modified) * tools/autogen.py (modified) * tools/check.sh (modified) * tools/config.py (modified) * tools/mkext2.py (modified) * tools/mktmpfs.py (modified) * tools/travis.sh (modified) * tools/xstruct.py (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/df/df.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/fat_dentry.h (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/rcubench/rcubench.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/list.c (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/sbi/src/program.c (modified) * uspace/app/sbi/src/run.c (modified) * uspace/app/sbi/src/stree.c (modified) * uspace/app/taskdump/fibrildump.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/mm/malloc2.c (modified) * uspace/app/tester/mm/pager1.c (modified) * uspace/app/tester/print/print6.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/vcalc/vcalc.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/doc/main_page.h (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/pci/pciintel/pci.h (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.h (modified) * uspace/drv/hid/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/hid/usbhid/multimedia/keymap.c (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ar9271.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/wmi.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/arm32/include/libarch/config.h (modified) * uspace/lib/c/arch/arm32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/arm32/include/libarch/faddr.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/arm32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ia32/include/libarch/rtld/dynamic.h (modified) * uspace/lib/c/arch/ia32/include/libarch/rtld/elf_dyn.h (modified) * uspace/lib/c/arch/ia64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ia64/include/libarch/stack.h (modified) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/ia64/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia64/src/fibril.S (modified) * uspace/lib/c/arch/mips32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ppc32/include/libarch/ddi.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/ppc32/include/libarch/regname.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/thread.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.ag (modified) * uspace/lib/c/arch/sparc64/include/libarch/stackarg.h (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/adt/list.c (modified) * uspace/lib/c/generic/adt/odict.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/device/pio_window.c (modified) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/generic/power_of_ten.c (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/rtld/dynamic.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/rtld/symbol.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/vfs/canonify.c (modified) * uspace/lib/c/generic/vfs/inbox.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/adt/fifo.h (modified) * uspace/lib/c/include/adt/hash.h (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/adt/list.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/pio_window.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/double_to_str.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ieee_double.h (modified) * uspace/lib/c/include/offset.h (modified) * uspace/lib/c/include/rcu.h (modified) * uspace/lib/c/include/vfs/canonify.h (modified) * uspace/lib/c/include/vfs/inbox.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/drv/generic/private/remote_pio_window.h (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/include/ops/pio_window.h (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fmtutil/fmtutil.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/label/include/std/mbr.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/posix/src/locale.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/stdlib/strtold.c (modified) * uspace/lib/posix/src/sys/stat.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/softfloat/add.c (modified) * uspace/lib/softfloat/common.c (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/conversion.c (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softfloat/mul.c (modified) * uspace/lib/softint/generic/bits.c (modified) * uspace/lib/softint/generic/division.c (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/usb/src/port.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidreport.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/src/consumer.c (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/devman/devtree.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_dentry.c (modified) * uspace/srv/fs/exfat/exfat_dentry.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_dentry.c (modified) * uspace/srv/fs/fat/fat_dentry.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/hid/input/gsp.h (modified) * uspace/srv/hid/input/layout/ar.c (modified) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_pager.c (modified) * uspace/srv/vfs/vfs_register.c (modified) style: Remove trailing whitespace on non-empty lines, in certain file ... Sat, 13 Jan 2018 03:10:29 GMT Jiří Zárevúcky [b7fd2a0] * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.c (modified) * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/genarch/include/genarch/drivers/am335x/ctrl_module.h (modified) * kernel/genarch/include/genarch/drivers/am335x/timer.h (modified) * kernel/genarch/src/ddi/ddi-bitmap.c (modified) * kernel/genarch/src/ddi/ddi-dummy.c (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/kbox.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (modified) * kernel/generic/include/ipc/sysipc_priv.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/security/perm.h (modified) * kernel/generic/include/str.h (modified) * kernel/generic/include/symtab_lookup.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/smc.h (modified) * kernel/generic/include/synch/smp_memory_barrier.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ipc.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/debug/symtab.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/ipc/ops/debug.c (modified) * kernel/generic/src/ipc/ops/pagein.c (modified) * kernel/generic/src/ipc/ops/sharein.c (modified) * kernel/generic/src/ipc/ops/shareout.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/str_error.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_user.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/perm.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/synch/smp_memory_barrier.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/syscall/copy.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore2.c (modified) * uspace/app/barber/barber.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/mkfile/mkfile.c (modified) * uspace/app/bdsh/cmds/modules/mount/mount.c (modified) * uspace/app/bdsh/cmds/modules/mv/mv.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bdsh/cmds/modules/touch/touch.c (modified) * uspace/app/bdsh/cmds/modules/unmount/unmount.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/input.h (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/scli.h (modified) * uspace/app/bdsh/test/toktest.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/tok.h (modified) * uspace/app/bithenge/test.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/corecfg/corecfg.c (modified) * uspace/app/date/date.c (modified) * uspace/app/devctl/devctl.c (modified) * uspace/app/df/df.c (modified) * uspace/app/dnscfg/dnscfg.c (modified) * uspace/app/dnsres/dnsres.c (modified) * uspace/app/download/main.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.c (modified) * uspace/app/edit/search.h (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/fontviewer/fontviewer.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/gunzip/gunzip.c (modified) * uspace/app/inet/inet.c (modified) * uspace/app/init/init.c (modified) * uspace/app/kill/kill.c (modified) * uspace/app/killall/killall.c (modified) * uspace/app/kio/kio.c (modified) * uspace/app/loc/loc.c (modified) * uspace/app/logset/main.c (modified) * uspace/app/mixerctl/mixerctl.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/modplay/modplay.c (modified) * uspace/app/netecho/comm.c (modified) * uspace/app/netecho/comm.h (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netstart/self_test.c (modified) * uspace/app/netstart/self_test.h (modified) * uspace/app/nic/nic.c (modified) * uspace/app/nterm/conn.c (modified) * uspace/app/nterm/conn.h (modified) * uspace/app/nterm/nterm.c (modified) * uspace/app/ping/ping.c (modified) * uspace/app/pkg/pkg.c (modified) * uspace/app/rcubench/rcubench.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/sbi/src/bigint.h (modified) * uspace/app/sbi/src/builtin/bi_char.c (modified) * uspace/app/sbi/src/builtin/bi_console.c (modified) * uspace/app/sbi/src/builtin/bi_string.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/input.h (modified) * uspace/app/sbi/src/lex.c (modified) * uspace/app/sbi/src/main.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/sbi/src/os/posix.c (modified) * uspace/app/sbi/src/program.c (modified) * uspace/app/sbi/src/program.h (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/stype.c (modified) * uspace/app/sbi/src/stype.h (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/sysinfo/sysinfo.c (modified) * uspace/app/sysinst/futil.c (modified) * uspace/app/sysinst/futil.h (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/app/taskdump/elf_core.c (modified) * uspace/app/taskdump/fibrildump.c (modified) * uspace/app/taskdump/include/elf_core.h (modified) * uspace/app/taskdump/include/fibrildump.h (modified) * uspace/app/taskdump/include/symtab.h (modified) * uspace/app/taskdump/include/taskdump.h (modified) * uspace/app/taskdump/symtab.c (modified) * uspace/app/taskdump/taskdump.c (modified) * uspace/app/tester/chardev/chardev1.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/tester/mm/mapping1.c (modified) * uspace/app/tester/mm/pager1.c (modified) * uspace/app/tester/vfs/vfs1.c (modified) * uspace/app/tetris/scores.c (modified) * uspace/app/tetris/scores.h (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/ipcp.h (modified) * uspace/app/trace/trace.c (modified) * uspace/app/untar/main.c (modified) * uspace/app/untar/tar.c (modified) * uspace/app/untar/tar.h (modified) * uspace/app/usbinfo/hid.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/usbinfo/main.c (modified) * uspace/app/usbinfo/usbinfo.h (modified) * uspace/app/viewer/viewer.c (modified) * uspace/app/vlaunch/vlaunch.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/vuhid/hids/bootkbd.c (modified) * uspace/app/vuhid/life.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/app/vuhid/stdreq.c (modified) * uspace/app/vuhid/stdreq.h (modified) * uspace/app/vuhid/virthid.h (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/app/wavplay/wave.h (modified) * uspace/app/websrv/websrv.c (modified) * uspace/app/wifi_supplicant/wifi_supplicant.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/dist/src/c/demos/edit/search.c (modified) * uspace/dist/src/c/demos/edit/search.h (modified) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/dist/src/c/demos/edit/sheet.h (modified) * uspace/dist/src/c/demos/hello/hello.c (modified) * uspace/dist/src/c/demos/tetris/scores.c (modified) * uspace/dist/src/c/demos/tetris/scores.h (modified) * uspace/dist/src/c/demos/tetris/screen.c (modified) * uspace/dist/src/c/demos/tetris/screen.h (modified) * uspace/dist/src/c/demos/tetris/shapes.c (modified) * uspace/dist/src/c/demos/tetris/tetris.h (modified) * uspace/dist/src/c/demos/top/screen.c (modified) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/codec.h (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/hdactl.h (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/pcm_iface.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/drv/audio/hdaudio/stream.h (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/dsp.h (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/audio/sb16/mixer.c (modified) * uspace/drv/audio/sb16/mixer.h (modified) * uspace/drv/audio/sb16/mixer_iface.c (modified) * uspace/drv/audio/sb16/pcm_iface.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/audio/sb16/sb16.h (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ata_bd/ata_bd.h (modified) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ata_bd/main.h (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/block/usbmast/bo_trans.c (modified) * uspace/drv/block/usbmast/bo_trans.h (modified) * uspace/drv/block/usbmast/main.c (modified) * uspace/drv/block/usbmast/scsi_ms.c (modified) * uspace/drv/block/usbmast/scsi_ms.h (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.h (modified) * uspace/drv/bus/adb/cuda_adb/main.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/i8237.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/ehci_endpoint.c (modified) * uspace/drv/bus/usb/ehci/ehci_endpoint.h (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.h (modified) * uspace/drv/bus/usb/ehci/endpoint_list.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.h (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hc.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hc.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.c (modified) * uspace/drv/bus/usb/ohci/ohci_endpoint.h (modified) * uspace/drv/bus/usb/ohci/ohci_rh.c (modified) * uspace/drv/bus/usb/ohci/ohci_rh.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.c (modified) * uspace/drv/bus/usb/uhci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.h (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/port.h (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.h (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/devconn.c (modified) * uspace/drv/bus/usb/vhc/hub/hub.c (modified) * uspace/drv/bus/usb/vhc/hub/hub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthub.c (modified) * uspace/drv/bus/usb/vhc/hub/virthub.h (modified) * uspace/drv/bus/usb/vhc/hub/virthubops.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/vhc/vhcd.h (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/msim-con/main.c (modified) * uspace/drv/char/msim-con/msim-con.c (modified) * uspace/drv/char/msim-con/msim-con.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/char/ski-con/main.c (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/ski-con/ski-con.h (modified) * uspace/drv/char/sun4v-con/main.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (modified) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/fb/kfb/kfb.c (modified) * uspace/drv/fb/kfb/port.c (modified) * uspace/drv/fb/kfb/port.h (modified) * uspace/drv/hid/adb-kbd/adb-kbd.c (modified) * uspace/drv/hid/adb-kbd/adb-kbd.h (modified) * uspace/drv/hid/adb-kbd/ctl.c (modified) * uspace/drv/hid/adb-kbd/ctl.h (modified) * uspace/drv/hid/adb-kbd/main.c (modified) * uspace/drv/hid/adb-mouse/adb-mouse.c (modified) * uspace/drv/hid/adb-mouse/adb-mouse.h (modified) * uspace/drv/hid/adb-mouse/main.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/atkbd/atkbd.h (modified) * uspace/drv/hid/atkbd/main.c (modified) * uspace/drv/hid/ps2mouse/main.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.h (modified) * uspace/drv/hid/usbhid/blink1/blink1.c (modified) * uspace/drv/hid/usbhid/blink1/blink1.h (modified) * uspace/drv/hid/usbhid/generic/hiddev.c (modified) * uspace/drv/hid/usbhid/generic/hiddev.h (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.h (modified) * uspace/drv/hid/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/hid/usbhid/kbd/kbdrepeat.h (modified) * uspace/drv/hid/usbhid/main.c (modified) * uspace/drv/hid/usbhid/mouse/mousedev.c (modified) * uspace/drv/hid/usbhid/mouse/mousedev.h (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.c (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.h (modified) * uspace/drv/hid/usbhid/usbhid.c (modified) * uspace/drv/hid/usbhid/usbhid.h (modified) * uspace/drv/hid/xtkbd/main.c (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/drv/hid/xtkbd/xtkbd.h (modified) * uspace/drv/intctl/apic/apic.c (modified) * uspace/drv/intctl/apic/apic.h (modified) * uspace/drv/intctl/apic/main.c (modified) * uspace/drv/intctl/i8259/i8259.c (modified) * uspace/drv/intctl/i8259/i8259.h (modified) * uspace/drv/intctl/i8259/main.c (modified) * uspace/drv/intctl/icp-ic/icp-ic.c (modified) * uspace/drv/intctl/icp-ic/icp-ic.h (modified) * uspace/drv/intctl/icp-ic/main.c (modified) * uspace/drv/intctl/obio/main.c (modified) * uspace/drv/intctl/obio/obio.c (modified) * uspace/drv/intctl/obio/obio.h (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/ar9271/ath.h (modified) * uspace/drv/nic/ar9271/ath_usb.c (modified) * uspace/drv/nic/ar9271/ath_usb.h (modified) * uspace/drv/nic/ar9271/htc.c (modified) * uspace/drv/nic/ar9271/htc.h (modified) * uspace/drv/nic/ar9271/hw.c (modified) * uspace/drv/nic/ar9271/hw.h (modified) * uspace/drv/nic/ar9271/wmi.c (modified) * uspace/drv/nic/ar9271/wmi.h (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/ne2k/dp8390.h (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/nic/rtl8139/general.h (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/platform/amdm37x/amdm37x.h (modified) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/icp/icp.c (modified) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/ski/ski.c (modified) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/platform/sun4v/sun4v.c (modified) * uspace/drv/root/root/root.c (modified) * uspace/drv/root/virt/virt.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/include/bithenge/blob.h (modified) * uspace/lib/bithenge/include/bithenge/compound.h (modified) * uspace/lib/bithenge/include/bithenge/expression.h (modified) * uspace/lib/bithenge/include/bithenge/file.h (modified) * uspace/lib/bithenge/include/bithenge/print.h (modified) * uspace/lib/bithenge/include/bithenge/script.h (modified) * uspace/lib/bithenge/include/bithenge/sequence.h (modified) * uspace/lib/bithenge/include/bithenge/source.h (modified) * uspace/lib/bithenge/include/bithenge/transform.h (modified) * uspace/lib/bithenge/include/bithenge/tree.h (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/bithenge/src/common.h (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/bithenge/src/failure.c (modified) * uspace/lib/bithenge/src/failure.h (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/bithenge/src/helenos/block.c (modified) * uspace/lib/bithenge/src/helenos/block.h (modified) * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/bithenge/src/linux/common.h (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/bithenge/src/sequence.c (modified) * uspace/lib/bithenge/src/source.c (modified) * uspace/lib/bithenge/src/transform.c (modified) * uspace/lib/bithenge/src/tree.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/block/block.h (modified) * uspace/lib/c/arch/abs32le/src/stacktrace.c (modified) * uspace/lib/c/arch/amd64/src/stacktrace.c (modified) * uspace/lib/c/arch/arm32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia32/src/stacktrace.c (modified) * uspace/lib/c/arch/ia64/src/stacktrace.c (modified) * uspace/lib/c/arch/mips32/src/stacktrace.c (modified) * uspace/lib/c/arch/ppc32/src/stacktrace.c (modified) * uspace/lib/c/arch/riscv64/src/stacktrace.c (modified) * uspace/lib/c/arch/sparc64/src/stacktrace.c (modified) * uspace/lib/c/generic/adt/circ_buf.c (modified) * uspace/lib/c/generic/adt/odict.c (modified) * uspace/lib/c/generic/arg_parse.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (modified) * uspace/lib/c/generic/bd_srv.c (modified) * uspace/lib/c/generic/cap.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/corecfg.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/device/clock_dev.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/hw_res_parsed.c (modified) * uspace/lib/c/generic/device/led_dev.c (modified) * uspace/lib/c/generic/device/pio_window.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/dhcp.c (modified) * uspace/lib/c/generic/dirent.c (modified) * uspace/lib/c/generic/dnsr.c (modified) * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/imath.c (modified) * uspace/lib/c/generic/inet.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/inet/host.c (modified) * uspace/lib/c/generic/inet/hostname.c (modified) * uspace/lib/c/generic/inet/hostport.c (modified) * uspace/lib/c/generic/inet/tcp.c (modified) * uspace/lib/c/generic/inet/udp.c (modified) * uspace/lib/c/generic/inetcfg.c (modified) * uspace/lib/c/generic/inetping.c (modified) * uspace/lib/c/generic/io/chardev.c (modified) * uspace/lib/c/generic/io/chardev_srv.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/io/klog.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (modified) * uspace/lib/c/generic/io/output.c (modified) * uspace/lib/c/generic/io/serial.c (modified) * uspace/lib/c/generic/io/table.c (modified) * uspace/lib/c/generic/io/visualizer.c (modified) * uspace/lib/c/generic/io/window.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/perm.c (modified) * uspace/lib/c/generic/pio_trace.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/smc.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/stdio.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/uuid.c (modified) * uspace/lib/c/generic/vbd.c (modified) * uspace/lib/c/generic/vfs/mtab.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/adt/circ_buf.h (modified) * uspace/lib/c/include/adt/odict.h (modified) * uspace/lib/c/include/arg_parse.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/bd.h (modified) * uspace/lib/c/include/bd_srv.h (modified) * uspace/lib/c/include/cap.h (modified) * uspace/lib/c/include/clipboard.h (modified) * uspace/lib/c/include/corecfg.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/device/clock_dev.h (modified) * uspace/lib/c/include/device/hw_res.h (modified) * uspace/lib/c/include/device/hw_res_parsed.h (modified) * uspace/lib/c/include/device/led_dev.h (modified) * uspace/lib/c/include/device/pio_window.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/imath.h (modified) * uspace/lib/c/include/inet/addr.h (modified) * uspace/lib/c/include/inet/dhcp.h (modified) * uspace/lib/c/include/inet/dnsr.h (modified) * uspace/lib/c/include/inet/host.h (modified) * uspace/lib/c/include/inet/hostname.h (modified) * uspace/lib/c/include/inet/hostport.h (modified) * uspace/lib/c/include/inet/inet.h (modified) * uspace/lib/c/include/inet/inetcfg.h (modified) * uspace/lib/c/include/inet/inetping.h (modified) * uspace/lib/c/include/inet/iplink.h (modified) * uspace/lib/c/include/inet/iplink_srv.h (modified) * uspace/lib/c/include/inet/tcp.h (modified) * uspace/lib/c/include/inet/udp.h (modified) * uspace/lib/c/include/io/chardev.h (modified) * uspace/lib/c/include/io/chardev_srv.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/input.h (modified) * uspace/lib/c/include/io/kio.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/logctl.h (modified) * uspace/lib/c/include/io/output.h (modified) * uspace/lib/c/include/io/serial.h (modified) * uspace/lib/c/include/io/table.h (modified) * uspace/lib/c/include/io/visualizer.h (modified) * uspace/lib/c/include/io/window.h (modified) * uspace/lib/c/include/ipc/event.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/c/include/irc.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/c/include/ns.h (modified) * uspace/lib/c/include/perm.h (modified) * uspace/lib/c/include/rtld/module.h (modified) * uspace/lib/c/include/rtld/rtld.h (modified) * uspace/lib/c/include/smc.h (modified) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/c/include/thread.h (modified) * uspace/lib/c/include/types/inet.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/c/include/uuid.h (modified) * uspace/lib/c/include/vbd.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/include/vfs/vfs_mtab.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/c/test/adt/circ_buf.c (modified) * uspace/lib/c/test/io/table.c (modified) * uspace/lib/clui/nchoice.c (modified) * uspace/lib/clui/nchoice.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/compress/gzip.c (modified) * uspace/lib/compress/gzip.h (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/compress/inflate.h (modified) * uspace/lib/crypto/aes.c (modified) * uspace/lib/crypto/crypto.c (modified) * uspace/lib/crypto/crypto.h (modified) * uspace/lib/crypto/rc4.c (modified) * uspace/lib/draw/codec/tga.gz.c (modified) * uspace/lib/draw/font.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/draw/font/bitmap_backend.c (modified) * uspace/lib/draw/font/bitmap_backend.h (modified) * uspace/lib/draw/font/embedded.c (modified) * uspace/lib/draw/font/embedded.h (modified) * uspace/lib/draw/font/pcf.c (modified) * uspace/lib/draw/font/pcf.h (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/drv/generic/remote_battery_dev.c (modified) * uspace/lib/drv/generic/remote_clock_dev.c (modified) * uspace/lib/drv/generic/remote_hw_res.c (modified) * uspace/lib/drv/generic/remote_ieee80211.c (modified) * uspace/lib/drv/generic/remote_led_dev.c (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/generic/remote_pci.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/drv/generic/remote_usbhc.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/drv/include/ahci_iface.h (modified) * uspace/lib/drv/include/audio_mixer_iface.h (modified) * uspace/lib/drv/include/audio_pcm_iface.h (modified) * uspace/lib/drv/include/battery_iface.h (modified) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/drv/include/ieee80211_iface.h (modified) * uspace/lib/drv/include/nic_iface.h (modified) * uspace/lib/drv/include/ops/battery_dev.h (modified) * uspace/lib/drv/include/ops/clock_dev.h (modified) * uspace/lib/drv/include/ops/hw_res.h (modified) * uspace/lib/drv/include/ops/ieee80211.h (modified) * uspace/lib/drv/include/ops/led_dev.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/drv/include/usb_iface.h (modified) * uspace/lib/drv/include/usbhc_iface.h (modified) * uspace/lib/drv/include/usbhid_iface.h (modified) * uspace/lib/ext4/include/ext4/balloc.h (modified) * uspace/lib/ext4/include/ext4/bitmap.h (modified) * uspace/lib/ext4/include/ext4/directory.h (modified) * uspace/lib/ext4/include/ext4/directory_index.h (modified) * uspace/lib/ext4/include/ext4/extent.h (modified) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/hash.h (modified) * uspace/lib/ext4/include/ext4/ialloc.h (modified) * uspace/lib/ext4/include/ext4/inode.h (modified) * uspace/lib/ext4/include/ext4/ops.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/bitmap.c (modified) * uspace/lib/ext4/src/directory.c (modified) * uspace/lib/ext4/src/directory_index.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/hash.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/inode.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fmtutil/fmtutil.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/button.c (modified) * uspace/lib/gui/label.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/window.c (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/hound/include/hound/client.h (modified) * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/lib/hound/include/hound/server.h (modified) * uspace/lib/hound/src/client.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/http/include/http/http.h (modified) * uspace/lib/http/include/http/receive-buffer.h (modified) * uspace/lib/http/src/headers.c (modified) * uspace/lib/http/src/http.c (modified) * uspace/lib/http/src/receive-buffer.c (modified) * uspace/lib/http/src/request.c (modified) * uspace/lib/http/src/response.c (modified) * uspace/lib/ieee80211/include/ieee80211.h (modified) * uspace/lib/ieee80211/include/ieee80211_iface_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_impl.h (modified) * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_iface_impl.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/lib/label/include/label/empty.h (modified) * uspace/lib/label/include/label/label.h (modified) * uspace/lib/label/include/types/liblabel.h (modified) * uspace/lib/label/src/dummy.c (modified) * uspace/lib/label/src/empty.c (modified) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/label/src/label.c (modified) * uspace/lib/label/src/mbr.c (modified) * uspace/lib/label/test/label.c (modified) * uspace/lib/nettl/include/nettl/amap.h (modified) * uspace/lib/nettl/include/nettl/portrng.h (modified) * uspace/lib/nettl/src/amap.c (modified) * uspace/lib/nettl/src/portrng.c (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_addr_db.h (modified) * uspace/lib/nic/include/nic_ev.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/include/nic_rx_control.h (modified) * uspace/lib/nic/include/nic_wol_virtues.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_ev.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/nic/src/nic_rx_control.c (modified) * uspace/lib/nic/src/nic_wol_virtues.c (modified) * uspace/lib/pcm/include/pcm/format.h (modified) * uspace/lib/pcm/src/format.c (modified) * uspace/lib/pcut/include/pcut/asserts.h (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/pcut/tests/errno.c (modified) * uspace/lib/trackmod/protracker.c (modified) * uspace/lib/trackmod/protracker.h (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/trackmod/trackmod.h (modified) * uspace/lib/trackmod/xm.c (modified) * uspace/lib/trackmod/xm.h (modified) * uspace/lib/uri/uri.c (modified) * uspace/lib/uri/uri.h (modified) * uspace/lib/usb/include/usb/dev.h (modified) * uspace/lib/usb/src/dev.c (modified) * uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h (modified) * uspace/lib/usbdev/include/usb/dev/device.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/include/usb/dev/pipes.h (modified) * uspace/lib/usbdev/include/usb/dev/poll.h (modified) * uspace/lib/usbdev/include/usb/dev/recognise.h (modified) * uspace/lib/usbdev/include/usb/dev/request.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/driver.c (modified) * uspace/lib/usbdev/src/pipes.c (modified) * uspace/lib/usbdev/src/pipesinit.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbdev/src/request.c (modified) * uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (modified) * uspace/lib/usbhid/include/usb/hid/hidparser.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidreport.h (modified) * uspace/lib/usbhid/include/usb/hid/request.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhid/src/hidparser.c (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/lib/usbhid/src/hidreq.c (modified) * uspace/lib/usbhost/include/usb/host/ddf_helpers.h (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_bus.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/lib/usbhost/src/usb_bus.c (modified) * uspace/lib/usbhost/src/usb_transfer_batch.c (modified) * uspace/lib/usbvirt/include/usbvirt/device.h (modified) * uspace/lib/usbvirt/include/usbvirt/ipc.h (modified) * uspace/lib/usbvirt/include/usbvirt/virthub_base.h (modified) * uspace/lib/usbvirt/src/ctrltransfer.c (modified) * uspace/lib/usbvirt/src/device.c (modified) * uspace/lib/usbvirt/src/ipc_dev.c (modified) * uspace/lib/usbvirt/src/ipc_hc.c (modified) * uspace/lib/usbvirt/src/private.h (modified) * uspace/lib/usbvirt/src/stdreq.c (modified) * uspace/lib/usbvirt/src/transfer.c (modified) * uspace/lib/usbvirt/src/virthub_base.c (modified) * uspace/srv/audio/hound/audio_data.c (modified) * uspace/srv/audio/hound/audio_data.h (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/audio/hound/audio_device.h (modified) * uspace/srv/audio/hound/audio_sink.c (modified) * uspace/srv/audio/hound/audio_sink.h (modified) * uspace/srv/audio/hound/audio_source.c (modified) * uspace/srv/audio/hound/audio_source.h (modified) * uspace/srv/audio/hound/connection.c (modified) * uspace/srv/audio/hound/connection.h (modified) * uspace/srv/audio/hound/hound.c (modified) * uspace/srv/audio/hound/hound.h (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/hound_ctx.h (modified) * uspace/srv/audio/hound/iface.c (modified) * uspace/srv/audio/hound/main.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/disk.h (modified) * uspace/srv/bd/vbd/vbd.c (modified) * uspace/srv/clipboard/clipboard.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/devman/dev.c (modified) * uspace/srv/devman/dev.h (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/driver.h (modified) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/devman/fun.h (modified) * uspace/srv/devman/loc.c (modified) * uspace/srv/devman/loc.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devman/match.c (modified) * uspace/srv/fs/cdfs/cdfs.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_directory.h (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_directory.h (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_dentry.c (modified) * uspace/srv/fs/mfs/mfs_inode.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf.c (modified) * uspace/srv/fs/udf/udf_file.c (modified) * uspace/srv/fs/udf/udf_file.h (modified) * uspace/srv/fs/udf/udf_idx.c (modified) * uspace/srv/fs/udf/udf_idx.h (modified) * uspace/srv/fs/udf/udf_ops.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/fs/udf/udf_volume.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/layout.h (modified) * uspace/srv/hid/input/layout/ar.c (modified) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/mouse_port.h (modified) * uspace/srv/hid/input/mouse_proto.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.h (modified) * uspace/srv/hid/isdv4_tablet/main.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/output.c (modified) * uspace/srv/hid/output/output.h (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/output/port/chardev.h (modified) * uspace/srv/hid/output/port/ega.c (modified) * uspace/srv/hid/output/port/ega.h (modified) * uspace/srv/hid/output/port/kfb.c (modified) * uspace/srv/hid/output/port/kfb.h (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/output/proto/vt100.h (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/hid/rfb/main.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/hid/rfb/rfb.h (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/klog/klog.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/category.c (modified) * uspace/srv/locsrv/category.h (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/ctl.c (modified) * uspace/srv/logger/initlvl.c (modified) * uspace/srv/logger/level.c (modified) * uspace/srv/logger/logger.h (modified) * uspace/srv/logger/logs.c (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/writer.c (modified) * uspace/srv/net/dhcp/dhcp.c (modified) * uspace/srv/net/dhcp/dhcp.h (modified) * uspace/srv/net/dhcp/main.c (modified) * uspace/srv/net/dhcp/transport.c (modified) * uspace/srv/net/dhcp/transport.h (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/dnsrsrv.c (modified) * uspace/srv/net/dnsrsrv/query.c (modified) * uspace/srv/net/dnsrsrv/query.h (modified) * uspace/srv/net/dnsrsrv/transport.c (modified) * uspace/srv/net/dnsrsrv/transport.h (modified) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/arp.h (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip.h (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/ethip_nic.h (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/ethip/pdu.h (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/addrobj.h (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/icmp.h (modified) * uspace/srv/net/inetsrv/icmpv6.c (modified) * uspace/srv/net/inetsrv/icmpv6.h (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inet_link.h (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetping.h (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/inetsrv.h (modified) * uspace/srv/net/inetsrv/ndp.c (modified) * uspace/srv/net/inetsrv/ndp.h (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/ntrans.h (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/pdu.h (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/reass.h (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/inetsrv/sroute.h (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/nconfsrv/iplink.c (modified) * uspace/srv/net/nconfsrv/iplink.h (modified) * uspace/srv/net/nconfsrv/nconfsrv.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/conn.h (modified) * uspace/srv/net/tcp/inet.c (modified) * uspace/srv/net/tcp/inet.h (modified) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/iqueue.h (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/pdu.c (modified) * uspace/srv/net/tcp/pdu.h (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/tcp/service.h (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/test.c (modified) * uspace/srv/net/tcp/test/conn.c (modified) * uspace/srv/net/tcp/test/iqueue.c (modified) * uspace/srv/net/tcp/test/pdu.c (modified) * uspace/srv/net/tcp/test/rqueue.c (modified) * uspace/srv/net/tcp/test/tqueue.c (modified) * uspace/srv/net/tcp/test/ucall.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/tqueue.h (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/assoc.h (modified) * uspace/srv/net/udp/pdu.c (modified) * uspace/srv/net/udp/pdu.h (modified) * uspace/srv/net/udp/service.c (modified) * uspace/srv/net/udp/service.h (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/net/udp/udp_inet.h (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/ns/task.h (modified) * uspace/srv/taskmon/taskmon.c (modified) * uspace/srv/test/chardev-test/main.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_pager.c (modified) * uspace/srv/vfs/vfs_register.c (modified) * uspace/srv/volsrv/empty.c (modified) * uspace/srv/volsrv/empty.h (modified) * uspace/srv/volsrv/mkfs.c (modified) * uspace/srv/volsrv/mkfs.h (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/volsrv.c (modified) Use `errno_t` in all uspace and kernel code. Change type of every ... Fri, 12 Jan 2018 13:59:06 GMT Martin Decky [9ba415e] * kernel/generic/include/proc/thread.h (modified) include abi/proc/thread.h explicitly Do not rely on transitive ... Fri, 12 Jan 2018 12:37:31 GMT Martin Decky [fb1a4be] * kernel/generic/include/proc/task.h (modified) include abi/proc/task.h explicitly Do not rely on transitive ... Tue, 05 Dec 2017 11:30:02 GMT Jakub Jermar [82d515e9] * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) Fix terminology Objects of slab_cache_t type are caches, not slabs. Mon, 18 Sep 2017 20:52:12 GMT Jakub Jermar [9e87562] * kernel/generic/include/cap/cap.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/proc/task.c (modified) Make all accesses to capabilites exclusive This commit makes sure ... Sun, 20 Aug 2017 16:45:01 GMT Jakub Jermar [3f74275] * kernel/Makefile (modified) * kernel/generic/include/cap/cap.h (moved) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/cap/cap.c (moved) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) Fix terminology around capabilities, capability handles and kernel ... Fri, 18 Aug 2017 21:15:26 GMT Jakub Jermar [e9d15d9] * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/kobject/kobject.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/kobject/kobject.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/sb16/main.c (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/irq.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/irq.h (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) Turn IRQ structures into kernel objects ipc_irq_subscribe() now ... Thu, 17 Aug 2017 19:11:14 GMT Jakub Jermar [05ffb41] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/kobject/kobject.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/conctmeto.c (modified) * kernel/generic/src/ipc/ops/concttome.c (modified) * kernel/generic/src/ipc/ops/connclone.c (modified) * kernel/generic/src/ipc/ops/stchngath.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/kobject/kobject.c (modified) * kernel/generic/src/proc/task.c (modified) Turn IPC phones into kobjects Wed, 16 Aug 2017 21:52:46 GMT Jakub Jermar [7e3826d9] * kernel/Makefile (modified) * kernel/generic/include/kobject/kobject.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/kobject/kobject.c (added) Provide basic interfaces to work with kobjects Wed, 16 Aug 2017 20:32:16 GMT Jakub Jermar [c8cec85] * kernel/generic/include/kobject/kobject.h (added) * kernel/generic/include/proc/task.h (modified) Introduce kernel objects Thu, 01 Jun 2017 21:22:44 GMT Jiri Svoboda [83dab11] * abi/include/abi/elf.h (modified) * kernel/arch/abs32le/include/arch/fpu_context.h (modified) * kernel/arch/abs32le/include/arch/interrupt.h (modified) * kernel/arch/abs32le/include/arch/istate.h (modified) * kernel/arch/abs32le/include/arch/mm/asid.h (modified) * kernel/arch/abs32le/include/arch/mm/frame.h (modified) * kernel/arch/abs32le/include/arch/proc/task.h (modified) * kernel/arch/abs32le/include/arch/proc/thread.h (modified) * kernel/arch/abs32le/src/cpu/cpu.c (modified) * kernel/arch/abs32le/src/debug/stacktrace.c (modified) * kernel/arch/abs32le/src/mm/page.c (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/cpuid.h (modified) * kernel/arch/amd64/include/arch/interrupt.h (modified) * kernel/arch/amd64/include/arch/mm/frame.h (modified) * kernel/arch/amd64/include/arch/proc/task.h (modified) * kernel/arch/amd64/include/arch/proc/thread.h (modified) * kernel/arch/amd64/include/arch/vreg.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/cpu/cpu.c (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/mm/km.c (modified) * kernel/arch/amd64/src/proc/task.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/arch/arch.h (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/arm32/include/arch/cpu.h (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/mm/asid.h (modified) * kernel/arch/arm32/include/arch/mm/frame.h (modified) * kernel/arch/arm32/include/arch/mm/page_fault.h (modified) * kernel/arch/ia32/include/arch/arch.h (modified) * kernel/arch/ia32/include/arch/boot/memmap.h (modified) * kernel/arch/ia32/include/arch/cpuid.h (modified) * kernel/arch/ia32/include/arch/fpu_context.h (modified) * kernel/arch/ia32/include/arch/interrupt.h (modified) * kernel/arch/ia32/include/arch/mm/asid.h (modified) * kernel/arch/ia32/include/arch/mm/frame.h (modified) * kernel/arch/ia32/include/arch/mm/page.h (modified) * kernel/arch/ia32/include/arch/proc/task.h (modified) * kernel/arch/ia32/include/arch/proc/thread.h (modified) * kernel/arch/ia32/include/arch/smp/apic.h (modified) * kernel/arch/ia32/include/arch/smp/mps.h (modified) * kernel/arch/ia32/include/arch/smp/smp.h (modified) * kernel/arch/ia32/include/arch/vreg.h (modified) * kernel/arch/ia32/src/cpu/cpu.c (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/debug/stacktrace.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/drivers/i8259.c (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia32/src/proc/task.c (modified) * kernel/arch/ia32/src/syscall.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/cpu.h (modified) * kernel/arch/ia64/include/arch/fpu_context.h (modified) * kernel/arch/ia64/include/arch/interrupt.h (modified) * kernel/arch/ia64/include/arch/mm/asid.h (modified) * kernel/arch/ia64/src/debug/stacktrace.c (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/mips32/include/arch/arch.h (modified) * kernel/arch/mips32/include/arch/context.h (modified) * kernel/arch/mips32/include/arch/cp0.h (modified) * kernel/arch/mips32/include/arch/cpu.h (modified) * kernel/arch/mips32/include/arch/exception.h (modified) * kernel/arch/mips32/include/arch/interrupt.h (modified) * kernel/arch/mips32/include/arch/mm/asid.h (modified) * kernel/arch/mips32/include/arch/smp/dorder.h (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/smp/dorder.c (modified) * kernel/arch/ppc32/include/arch/boot/boot.h (modified) * kernel/arch/ppc32/include/arch/cpu.h (modified) * kernel/arch/ppc32/include/arch/mm/asid.h (modified) * kernel/arch/ppc32/include/arch/mm/frame.h (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (modified) * kernel/arch/ppc32/src/interrupt.c (modified) * kernel/arch/riscv64/include/arch/boot/boot.h (modified) * kernel/arch/riscv64/include/arch/fpu_context.h (modified) * kernel/arch/riscv64/include/arch/mm/asid.h (modified) * kernel/arch/riscv64/include/arch/mm/frame.h (modified) * kernel/arch/riscv64/include/arch/mm/page.h (modified) * kernel/arch/riscv64/include/arch/proc/task.h (modified) * kernel/arch/riscv64/src/cpu/cpu.c (modified) * kernel/arch/riscv64/src/debug/stacktrace.c (modified) * kernel/arch/riscv64/src/mm/km.c (modified) * kernel/arch/riscv64/src/mm/page.c (modified) * kernel/arch/riscv64/src/riscv64.c (modified) * kernel/arch/riscv64/src/userspace.c (modified) * kernel/arch/sparc64/include/arch/cpu.h (modified) * kernel/arch/sparc64/include/arch/drivers/kbd.h (modified) * kernel/arch/sparc64/include/arch/drivers/pci.h (modified) * kernel/arch/sparc64/include/arch/drivers/scr.h (modified) * kernel/arch/sparc64/include/arch/fpu_context.h (modified) * kernel/arch/sparc64/include/arch/interrupt.h (modified) * kernel/arch/sparc64/include/arch/mm/asid.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/mmu.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tte.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4v/tte.h (modified) * kernel/arch/sparc64/include/arch/proc/thread.h (modified) * kernel/arch/sparc64/include/arch/register.h (modified) * kernel/arch/sparc64/include/arch/smp/sun4v/smp.h (modified) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/arch/sun4v/hypercall.h (modified) * kernel/arch/sparc64/include/arch/sun4v/ipi.h (modified) * kernel/arch/sparc64/include/arch/sun4v/md.h (modified) * kernel/arch/sparc64/include/arch/sun4v/register.h (modified) * kernel/arch/sparc64/include/arch/trap/trap_table.h (modified) * kernel/arch/sparc64/src/console.c (modified) * kernel/arch/sparc64/src/debug/stacktrace.c (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/trap/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/arch/sparc64/src/trap/sun4v/interrupt.c (modified) * kernel/generic/include/adt/avl.h (modified) * kernel/generic/include/adt/bitmap.h (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/byteorder.h (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/context.h (modified) * kernel/generic/include/func.h (modified) * kernel/generic/include/gsort.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/lib/rd.h (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/mem.h (modified) * kernel/generic/include/mm/reserve.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/printf_core.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/stdint.h (modified) * kernel/generic/include/str.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/syscall/copy.h (modified) * kernel/generic/include/time/delay.h (modified) * kernel/generic/include/time/timeout.h (modified) Replace usage of typedefs.h with includes of more specific, standard ... Tue, 30 May 2017 05:59:09 GMT Jakub Jermar [719a208] * abi/include/abi/syscall.h (modified) * kernel/Makefile (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/security/perm.h (moved) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/security/perm.c (moved) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/perm.c (moved) * uspace/lib/c/include/perm.h (moved) Rename SYS_CAP_GRANT/REVOKE to SYS_PERM_GRANT/REVOKE Thu, 09 Oct 2014 15:15:42 GMT Jakub Jermar [faec9fc] * kernel/generic/include/proc/task.h (modified) Declare a spinlock in a UP-friendly way. Wed, 05 Dec 2012 22:36:42 GMT Adam Hraska [207e8880] * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/synch/futex.c (modified) futex: Switched from using mutexes to spinlocks in futex subsystem. Sat, 24 Nov 2012 02:08:55 GMT Adam Hraska [3ac5086] * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/synch/futex.c (modified) Fixed kernel futex cleanup: now walks list via correct links and ... Tue, 20 Nov 2012 18:26:14 GMT Adam Hraska [669f3d32] * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) Adapted the kernel futex subsystem to use CHT. Wed, 07 Nov 2012 21:00:02 GMT Adam Hraska [33c2952] * HelenOS.config (modified) * Makefile (modified) * abi/include/ipc/ipc.h (modified) * abi/include/mm/as.h (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/include/main.h (modified) * boot/arch/ppc32/_link.ld.in (modified) * boot/arch/ppc32/include/arch.h (modified) * boot/arch/ppc32/src/main.c (modified) * boot/generic/include/printf.h (modified) * boot/generic/include/printf_verify.h (added) * contrib/bazaar/bzreml/__init__.py (modified) * contrib/bazaar/mbprotect/__init__.py (modified) * contrib/conf/sparc64-qe (added) * defaults/amd64/Makefile.config (modified) * defaults/ia32/Makefile.config (modified) * kernel/Makefile (modified) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/istate.h (modified) * kernel/arch/arm32/src/exc_handler.S (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/drivers/arm926_uart/arm926_uart.h (added) * kernel/genarch/include/multiboot/multiboot.h (modified) * kernel/genarch/src/drivers/arm926_uart/arm926_uart.c (added) * kernel/genarch/src/multiboot/multiboot.c (modified) * kernel/genarch/src/multiboot/multiboot2.c (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/sysipc_ops.h (added) * kernel/generic/include/ipc/sysipc_priv.h (added) * kernel/generic/include/lib/elf_load.h (modified) * kernel/generic/include/macros.h (modified) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/verify.h (added) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/ops/clnestab.c (added) * kernel/generic/src/ipc/ops/conctmeto.c (added) * kernel/generic/src/ipc/ops/concttome.c (added) * kernel/generic/src/ipc/ops/connclone.c (added) * kernel/generic/src/ipc/ops/dataread.c (added) * kernel/generic/src/ipc/ops/datawrite.c (added) * kernel/generic/src/ipc/ops/debug.c (added) * kernel/generic/src/ipc/ops/sharein.c (added) * kernel/generic/src/ipc/ops/shareout.c (added) * kernel/generic/src/ipc/ops/stchngath.c (added) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/ipc/sysipc_ops.c (added) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/task.c (modified) * tools/toolchain.sh (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/bdsh/cmds/modules/cmp/cmp.c (added) * uspace/app/bdsh/cmds/modules/cmp/cmp.h (added) * uspace/app/bdsh/cmds/modules/cmp/cmp_def.h (added) * uspace/app/bdsh/cmds/modules/cmp/entry.h (added) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/errors.h (modified) * uspace/app/bithenge/Makefile (added) * uspace/app/bithenge/Makefile.linux (added) * uspace/app/bithenge/test.c (added) * uspace/app/date/Makefile (added) * uspace/app/date/date.c (added) * uspace/app/devctl/devctl.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/logset/Makefile (added) * uspace/app/logset/main.c (added) * uspace/app/msim/arch_helenos/input.c (modified) * uspace/app/msim/arch_helenos/misc.c (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/ext2/ext2_1.c (moved) * uspace/app/tester/ext2/ext2_1.def (moved) * uspace/app/tester/float/float1.c (added) * uspace/app/tester/float/float1.def (added) * uspace/app/tester/float/softfloat1.c (added) * uspace/app/tester/float/softfloat1.def (added) * uspace/app/tester/print/print5.def (modified) * uspace/app/tester/print/print6.c (added) * uspace/app/tester/print/print6.def (added) * uspace/app/tester/stdio/logger1.c (added) * uspace/app/tester/stdio/logger1.def (added) * uspace/app/tester/stdio/logger2.c (added) * uspace/app/tester/stdio/logger2.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/top/screen.h (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/vuhid/main.c (modified) * uspace/dist/src/bithenge/basic.bh (added) * uspace/dist/src/bithenge/basic.dat (added) * uspace/dist/src/bithenge/basic.out (added) * uspace/dist/src/bithenge/bits.bh (added) * uspace/dist/src/bithenge/bits.dat (added) * uspace/dist/src/bithenge/bits.out (added) * uspace/dist/src/bithenge/cond.bh (added) * uspace/dist/src/bithenge/cond.dat (added) * uspace/dist/src/bithenge/cond.out (added) * uspace/dist/src/bithenge/expression.bh (added) * uspace/dist/src/bithenge/expression.dat (added) * uspace/dist/src/bithenge/expression.out (added) * uspace/dist/src/bithenge/fat.bh (added) * uspace/dist/src/bithenge/fat.dat (added) * uspace/dist/src/bithenge/fat.out (added) * uspace/dist/src/bithenge/gif/blue_1x1.gif (added) * uspace/dist/src/bithenge/gif/gif.bh (added) * uspace/dist/src/bithenge/gif/helenos.gif (added) * uspace/dist/src/bithenge/gif/loader.gif (added) * uspace/dist/src/bithenge/gif/readme (added) * uspace/dist/src/bithenge/repeat.bh (added) * uspace/dist/src/bithenge/repeat.dat (added) * uspace/dist/src/bithenge/repeat.out (added) * uspace/dist/src/bithenge/test.bdsh (added) * uspace/dist/src/bithenge/test.sh (added) * uspace/dist/src/bithenge/trip.bh (added) * uspace/dist/src/bithenge/trip.dat (added) * uspace/dist/src/bithenge/trip.out (added) * uspace/dist/src/bithenge/usbdesc.bh (added) * uspace/dist/src/bithenge/usbdesc.kbd.dat (added) * uspace/dist/src/bithenge/usbdesc.kbd.out (added) * uspace/dist/src/c/demos/top/screen.h (modified) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/isa/isa.dev (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhub/main.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/vhc/Makefile (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/drv/time/cmos-rtc/Makefile (added) * uspace/drv/time/cmos-rtc/cmos-regs.h (added) * uspace/drv/time/cmos-rtc/cmos-rtc.c (added) * uspace/drv/time/cmos-rtc/cmos-rtc.ma (added) * uspace/lib/bithenge/Makefile (added) * uspace/lib/bithenge/Makefile.linux (added) * uspace/lib/bithenge/include/bithenge/blob.h (added) * uspace/lib/bithenge/include/bithenge/compound.h (added) * uspace/lib/bithenge/include/bithenge/expression.h (added) * uspace/lib/bithenge/include/bithenge/file.h (added) * uspace/lib/bithenge/include/bithenge/os.h (added) * uspace/lib/bithenge/include/bithenge/print.h (added) * uspace/lib/bithenge/include/bithenge/script.h (added) * uspace/lib/bithenge/include/bithenge/sequence.h (added) * uspace/lib/bithenge/include/bithenge/source.h (added) * uspace/lib/bithenge/include/bithenge/transform.h (added) * uspace/lib/bithenge/include/bithenge/tree.h (added) * uspace/lib/bithenge/src/blob.c (added) * uspace/lib/bithenge/src/common.h (added) * uspace/lib/bithenge/src/compound.c (added) * uspace/lib/bithenge/src/expression.c (added) * uspace/lib/bithenge/src/failure.c (added) * uspace/lib/bithenge/src/failure.h (added) * uspace/lib/bithenge/src/file.c (added) * uspace/lib/bithenge/src/helenos/block.c (added) * uspace/lib/bithenge/src/helenos/block.h (added) * uspace/lib/bithenge/src/helenos/common.h (added) * uspace/lib/bithenge/src/linux/common.h (added) * uspace/lib/bithenge/src/print.c (added) * uspace/lib/bithenge/src/script.c (added) * uspace/lib/bithenge/src/sequence.c (added) * uspace/lib/bithenge/src/source.c (added) * uspace/lib/bithenge/src/transform.c (added) * uspace/lib/bithenge/src/tree.c (added) * uspace/lib/block/block.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/mips64/Makefile.common (modified) * uspace/lib/c/arch/mips64/_link.ld.in (modified) * uspace/lib/c/arch/mips64/include/types.h (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/device/battery_dev.c (added) * uspace/lib/c/generic/device/clock_dev.c (added) * uspace/lib/c/generic/dlfcn.c (modified) * uspace/lib/c/generic/double_to_str.c (added) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/ieee_double.c (added) * uspace/lib/c/generic/io/con_srv.c (added) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/input.c (modified) * uspace/lib/c/generic/io/log.c (modified) * uspace/lib/c/generic/io/logctl.c (added) * uspace/lib/c/generic/io/output.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/power_of_ten.c (added) * uspace/lib/c/generic/private/power_of_ten.h (added) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/device/battery_dev.h (added) * uspace/lib/c/include/device/clock_dev.h (added) * uspace/lib/c/include/double_to_str.h (added) * uspace/lib/c/include/ieee_double.h (added) * uspace/lib/c/include/io/con_srv.h (added) * uspace/lib/c/include/io/concaps.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/klog.h (modified) * uspace/lib/c/include/io/log.h (modified) * uspace/lib/c/include/io/logctl.h (added) * uspace/lib/c/include/io/verify.h (added) * uspace/lib/c/include/ipc/console.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/logger.h (added) * uspace/lib/c/include/ipc/services.h (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/surface.c (modified) * uspace/lib/draw/surface.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/log.c (modified) * uspace/lib/drv/generic/remote_battery_dev.c (added) * uspace/lib/drv/generic/remote_clock_dev.c (added) * uspace/lib/drv/include/ddf/log.h (modified) * uspace/lib/drv/include/ops/battery_dev.h (added) * uspace/lib/drv/include/ops/clock_dev.h (added) * uspace/lib/drv/include/remote_battery_dev.h (added) * uspace/lib/drv/include/remote_clock_dev.h (added) * uspace/lib/ext4/libext4_crc.c (modified) * uspace/lib/ext4/libext4_filesystem.c (modified) * uspace/lib/ext4/libext4_hash.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/terminal.h (modified) * uspace/lib/nic/src/nic_addr_db.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/assert.h (moved) * uspace/lib/posix/include/posix/ctype.h (moved) * uspace/lib/posix/include/posix/errno.h (moved) * uspace/lib/posix/include/posix/fcntl.h (moved) * uspace/lib/posix/include/posix/float.h (moved) * uspace/lib/posix/include/posix/fnmatch.h (moved) * uspace/lib/posix/include/posix/getopt.h (moved) * uspace/lib/posix/include/posix/inttypes.h (moved) * uspace/lib/posix/include/posix/iso646.h (moved) * uspace/lib/posix/include/posix/limits.h (moved) * uspace/lib/posix/include/posix/locale.h (moved) * uspace/lib/posix/include/posix/malloc.h (added) * uspace/lib/posix/include/posix/math.h (moved) * uspace/lib/posix/include/posix/pwd.h (moved) * uspace/lib/posix/include/posix/signal.h (moved) * uspace/lib/posix/include/posix/stdarg.h (added) * uspace/lib/posix/include/posix/stdbool.h (moved) * uspace/lib/posix/include/posix/stddef.h (moved) * uspace/lib/posix/include/posix/stdint.h (moved) * uspace/lib/posix/include/posix/stdio.h (moved) * uspace/lib/posix/include/posix/stdlib.h (moved) * uspace/lib/posix/include/posix/string.h (moved) * uspace/lib/posix/include/posix/strings.h (moved) * uspace/lib/posix/include/posix/sys/mman.h (moved) * uspace/lib/posix/include/posix/sys/stat.h (moved) * uspace/lib/posix/include/posix/sys/types.h (moved) * uspace/lib/posix/include/posix/sys/wait.h (moved) * uspace/lib/posix/include/posix/time.h (moved) * uspace/lib/posix/include/posix/unistd.h (moved) * uspace/lib/posix/source/ctype.c (moved) * uspace/lib/posix/source/errno.c (moved) * uspace/lib/posix/source/fcntl.c (moved) * uspace/lib/posix/source/fnmatch.c (moved) * uspace/lib/posix/source/getopt.c (moved) * uspace/lib/posix/source/internal/common.h (moved) * uspace/lib/posix/source/locale.c (moved) * uspace/lib/posix/source/math.c (moved) * uspace/lib/posix/source/pwd.c (moved) * uspace/lib/posix/source/signal.c (moved) * uspace/lib/posix/source/stdio.c (moved) * uspace/lib/posix/source/stdio/scanf.c (moved) * uspace/lib/posix/source/stdlib.c (moved) * uspace/lib/posix/source/stdlib/strtol.c (moved) * uspace/lib/posix/source/stdlib/strtold.c (moved) * uspace/lib/posix/source/string.c (moved) * uspace/lib/posix/source/strings.c (moved) * uspace/lib/posix/source/sys/stat.c (moved) * uspace/lib/posix/source/sys/wait.c (moved) * uspace/lib/posix/source/time.c (added) * uspace/lib/posix/source/unistd.c (moved) * uspace/lib/posix/time.c (deleted) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/add.c (moved) * uspace/lib/softfloat/add.h (moved) * uspace/lib/softfloat/common.c (moved) * uspace/lib/softfloat/common.h (moved) * uspace/lib/softfloat/comparison.c (moved) * uspace/lib/softfloat/comparison.h (moved) * uspace/lib/softfloat/conversion.c (moved) * uspace/lib/softfloat/conversion.h (moved) * uspace/lib/softfloat/div.c (moved) * uspace/lib/softfloat/div.h (moved) * uspace/lib/softfloat/mul.c (moved) * uspace/lib/softfloat/mul.h (moved) * uspace/lib/softfloat/other.c (moved) * uspace/lib/softfloat/other.h (moved) * uspace/lib/softfloat/sftypes.h (moved) * uspace/lib/softfloat/softfloat.c (moved) * uspace/lib/softfloat/softfloat.h (moved) * uspace/lib/softfloat/sub.c (moved) * uspace/lib/softfloat/sub.h (moved) * uspace/lib/usb/include/usb/debug.h (modified) * uspace/lib/usb/src/debug.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/ext4fs/ext4fs_ops.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/Makefile (added) * uspace/srv/fs/udf/udf.c (added) * uspace/srv/fs/udf/udf.h (added) * uspace/srv/fs/udf/udf_cksum.c (added) * uspace/srv/fs/udf/udf_cksum.h (added) * uspace/srv/fs/udf/udf_file.c (added) * uspace/srv/fs/udf/udf_file.h (added) * uspace/srv/fs/udf/udf_idx.c (added) * uspace/srv/fs/udf/udf_idx.h (added) * uspace/srv/fs/udf/udf_ops.c (added) * uspace/srv/fs/udf/udf_osta.c (added) * uspace/srv/fs/udf/udf_osta.h (added) * uspace/srv/fs/udf/udf_types.h (added) * uspace/srv/fs/udf/udf_volume.c (added) * uspace/srv/fs/udf/udf_volume.h (added) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/compositor/compositor.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/input/gsp.c (modified) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/hid/remcons/user.c (modified) * uspace/srv/hid/remcons/user.h (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/Makefile (added) * uspace/srv/logger/ctl.c (added) * uspace/srv/logger/initlvl.c (added) * uspace/srv/logger/level.c (added) * uspace/srv/logger/logger.h (added) * uspace/srv/logger/logs.c (added) * uspace/srv/logger/main.c (added) * uspace/srv/logger/writer.c (added) * uspace/srv/net/ethip/arp.c (modified) * uspace/srv/net/ethip/ethip.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/ethip/pdu.c (modified) * uspace/srv/net/inetsrv/addrobj.c (modified) * uspace/srv/net/inetsrv/icmp.c (modified) * uspace/srv/net/inetsrv/inet_link.c (modified) * uspace/srv/net/inetsrv/inetcfg.c (modified) * uspace/srv/net/inetsrv/inetping.c (modified) * uspace/srv/net/inetsrv/inetsrv.c (modified) * uspace/srv/net/inetsrv/pdu.c (modified) * uspace/srv/net/inetsrv/reass.c (modified) * uspace/srv/net/inetsrv/sroute.c (modified) * uspace/srv/net/loopip/loopip.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/iqueue.c (modified) * uspace/srv/net/tcp/ncsim.c (modified) * uspace/srv/net/tcp/rqueue.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/sock.c (modified) * uspace/srv/net/tcp/tcp.c (modified) * uspace/srv/net/tcp/tqueue.c (modified) * uspace/srv/net/tcp/ucall.c (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/sock.c (modified) * uspace/srv/net/udp/ucall.c (modified) * uspace/srv/net/udp/udp.c (modified) * uspace/srv/net/udp/udp_inet.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs_node.c (modified) Merged with mainline. Mon, 20 Aug 2012 19:16:24 GMT Adam Hraska [7cfe5c0] * HelenOS.config (modified) * abi/include/fb/visuals.h (modified) * abi/include/syscall.h (modified) * boot/Makefile (modified) * boot/Makefile.common (modified) * contrib/arch/HelenOS.adl (modified) * contrib/arch/uspace/srv/fs/fat/fat.bp (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * release/Makefile (modified) * tools/mkext4.py (added) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/edit/Makefile (modified) * uspace/app/edit/edit.c (modified) * uspace/app/edit/search.c (added) * uspace/app/edit/search.h (added) * uspace/app/edit/search_impl.h (added) * uspace/app/edit/sheet.c (modified) * uspace/app/edit/sheet.h (modified) * uspace/app/edit/sheet_impl.h (added) * uspace/app/ext2info/ext2info.c (modified) * uspace/app/init/init.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sportdmp/sportdmp.c (modified) * uspace/app/testwrit/Makefile (moved) * uspace/app/testwrit/testwrit.c (added) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/vdemo/Makefile (added) * uspace/app/vdemo/vdemo.c (added) * uspace/app/vlaunch/Makefile (added) * uspace/app/vlaunch/vlaunch.c (added) * uspace/app/vterm/Makefile (added) * uspace/app/vterm/vterm.c (added) * uspace/drv/block/ahci/ahci.c (modified) * uspace/drv/block/ahci/ahci.h (modified) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/ehci/main.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ehci/res.h (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/main.c (modified) * uspace/drv/bus/usb/ohci/ohci.c (modified) * uspace/drv/bus/usb/ohci/res.c (modified) * uspace/drv/bus/usb/ohci/res.h (modified) * uspace/drv/bus/usb/uhci/main.c (modified) * uspace/drv/bus/usb/uhci/res.c (modified) * uspace/drv/bus/usb/uhci/res.h (modified) * uspace/drv/bus/usb/uhci/uhci.c (modified) * uspace/drv/bus/usb/uhcirh/main.c (modified) * uspace/drv/bus/usb/uhcirh/port.c (modified) * uspace/drv/bus/usb/usbflbk/main.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.c (modified) * uspace/drv/bus/usb/usbhid/generic/hiddev.h (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/main.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmast/main.c (modified) * uspace/drv/bus/usb/usbmast/scsi_ms.c (modified) * uspace/drv/bus/usb/usbmast/usbmast.h (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/usbmid/main.c (modified) * uspace/drv/bus/usb/usbmid/usbmid.c (modified) * uspace/drv/bus/usb/vhc/conndev.c (modified) * uspace/drv/bus/usb/vhc/connhost.c (modified) * uspace/drv/bus/usb/vhc/hub.c (modified) * uspace/drv/bus/usb/vhc/main.c (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/ns8250/cyclic_buffer.h (modified) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/char/ps2mouse/main.c (modified) * uspace/drv/char/ps2mouse/ps2mouse.c (modified) * uspace/drv/char/xtkbd/main.c (modified) * uspace/drv/char/xtkbd/xtkbd.c (modified) * uspace/drv/fb/kfb/Makefile (added) * uspace/drv/fb/kfb/kfb.c (added) * uspace/drv/fb/kfb/kfb.h (added) * uspace/drv/fb/kfb/kfb.ma (added) * uspace/drv/fb/kfb/port.c (added) * uspace/drv/fb/kfb/port.h (added) * uspace/drv/infrastructure/root/root.c (modified) * uspace/drv/infrastructure/rootmac/rootmac.c (modified) * uspace/drv/infrastructure/rootpc/rootpc.c (modified) * uspace/drv/infrastructure/rootvirt/devices.def (modified) * uspace/drv/infrastructure/rootvirt/rootvirt.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/test/test1/test1.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/drv/test/test3/test3.c (modified) * uspace/lib/block/Makefile (modified) * uspace/lib/block/block.c (moved) * uspace/lib/block/block.h (moved) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/bd.c (added) * uspace/lib/c/generic/bd_srv.c (added) * uspace/lib/c/generic/device/graph_dev.c (added) * uspace/lib/c/generic/io/chargrid.c (moved) * uspace/lib/c/generic/io/input.c (added) * uspace/lib/c/generic/io/output.c (added) * uspace/lib/c/generic/io/visualizer.c (added) * uspace/lib/c/generic/io/window.c (added) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/iplink_srv.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/bd.h (added) * uspace/lib/c/include/bd_srv.h (added) * uspace/lib/c/include/device/graph_dev.h (added) * uspace/lib/c/include/io/charfield.h (moved) * uspace/lib/c/include/io/chargrid.h (added) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/input.h (added) * uspace/lib/c/include/io/kbd_event.h (added) * uspace/lib/c/include/io/mode.h (added) * uspace/lib/c/include/io/output.h (added) * uspace/lib/c/include/io/pixel.h (added) * uspace/lib/c/include/io/pixelmap.h (added) * uspace/lib/c/include/io/visualizer.h (added) * uspace/lib/c/include/io/window.h (added) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/graph.h (added) * uspace/lib/c/include/ipc/input.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/lib/c/include/ipc/output.h (added) * uspace/lib/c/include/ipc/window.h (added) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/draw/Makefile (added) * uspace/lib/draw/codec/tga.c (added) * uspace/lib/draw/codec/tga.h (added) * uspace/lib/draw/cursor.c (added) * uspace/lib/draw/cursor.h (added) * uspace/lib/draw/cursor/embedded.c (added) * uspace/lib/draw/cursor/embedded.h (added) * uspace/lib/draw/drawctx.c (added) * uspace/lib/draw/drawctx.h (added) * uspace/lib/draw/font.c (added) * uspace/lib/draw/font.h (added) * uspace/lib/draw/font/embedded.c (added) * uspace/lib/draw/font/embedded.h (added) * uspace/lib/draw/gfx/cursor-11x18.c (added) * uspace/lib/draw/gfx/cursor-11x18.h (added) * uspace/lib/draw/gfx/font-8x16.c (moved) * uspace/lib/draw/gfx/font-8x16.h (moved) * uspace/lib/draw/path.c (added) * uspace/lib/draw/path.h (added) * uspace/lib/draw/source.c (added) * uspace/lib/draw/source.h (added) * uspace/lib/draw/surface.c (added) * uspace/lib/draw/surface.h (added) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/drv/generic/private/driver.h (added) * uspace/lib/drv/generic/remote_graph_dev.c (added) * uspace/lib/drv/include/ddf/driver.h (modified) * uspace/lib/drv/include/ops/graph_dev.h (added) * uspace/lib/drv/include/remote_graph_dev.h (added) * uspace/lib/ext2/libext2_block_group.h (modified) * uspace/lib/ext2/libext2_directory.h (modified) * uspace/lib/ext2/libext2_filesystem.c (modified) * uspace/lib/ext2/libext2_filesystem.h (modified) * uspace/lib/ext2/libext2_inode.h (modified) * uspace/lib/ext2/libext2_superblock.c (modified) * uspace/lib/ext2/libext2_superblock.h (modified) * uspace/lib/ext4/Makefile (added) * uspace/lib/ext4/libext4.h (added) * uspace/lib/ext4/libext4_balloc.c (added) * uspace/lib/ext4/libext4_balloc.h (added) * uspace/lib/ext4/libext4_bitmap.c (added) * uspace/lib/ext4/libext4_bitmap.h (added) * uspace/lib/ext4/libext4_block_group.c (added) * uspace/lib/ext4/libext4_block_group.h (added) * uspace/lib/ext4/libext4_crc.c (added) * uspace/lib/ext4/libext4_crc.h (added) * uspace/lib/ext4/libext4_directory.c (added) * uspace/lib/ext4/libext4_directory.h (added) * uspace/lib/ext4/libext4_directory_index.c (added) * uspace/lib/ext4/libext4_directory_index.h (added) * uspace/lib/ext4/libext4_extent.c (added) * uspace/lib/ext4/libext4_extent.h (added) * uspace/lib/ext4/libext4_filesystem.c (added) * uspace/lib/ext4/libext4_filesystem.h (added) * uspace/lib/ext4/libext4_hash.c (added) * uspace/lib/ext4/libext4_hash.h (added) * uspace/lib/ext4/libext4_ialloc.c (added) * uspace/lib/ext4/libext4_ialloc.h (added) * uspace/lib/ext4/libext4_inode.c (added) * uspace/lib/ext4/libext4_inode.h (added) * uspace/lib/ext4/libext4_superblock.c (added) * uspace/lib/ext4/libext4_superblock.h (added) * uspace/lib/ext4/libext4_types.h (added) * uspace/lib/fb/fb.c (deleted) * uspace/lib/fb/fb.h (deleted) * uspace/lib/fb/imgmap.c (deleted) * uspace/lib/graph/Makefile (added) * uspace/lib/graph/graph.c (added) * uspace/lib/graph/graph.h (added) * uspace/lib/gui/Makefile (added) * uspace/lib/gui/button.c (added) * uspace/lib/gui/button.h (added) * uspace/lib/gui/connection.c (added) * uspace/lib/gui/connection.h (added) * uspace/lib/gui/grid.c (added) * uspace/lib/gui/grid.h (added) * uspace/lib/gui/label.c (added) * uspace/lib/gui/label.h (added) * uspace/lib/gui/minimal.c (added) * uspace/lib/gui/minimal.h (added) * uspace/lib/gui/terminal.c (added) * uspace/lib/gui/terminal.h (added) * uspace/lib/gui/widget.c (added) * uspace/lib/gui/widget.h (added) * uspace/lib/gui/window.c (added) * uspace/lib/gui/window.h (added) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/softfloat/generic/softfloat.c (modified) * uspace/lib/softfloat/include/softfloat.h (modified) * uspace/lib/softrend/Makefile (added) * uspace/lib/softrend/compose.c (added) * uspace/lib/softrend/compose.h (added) * uspace/lib/softrend/filter.c (added) * uspace/lib/softrend/filter.h (added) * uspace/lib/softrend/pixconv.c (added) * uspace/lib/softrend/pixconv.h (moved) * uspace/lib/softrend/rectangle.c (added) * uspace/lib/softrend/rectangle.h (added) * uspace/lib/softrend/transform.c (added) * uspace/lib/softrend/transform.h (added) * uspace/lib/usb/include/usb/hc.h (modified) * uspace/lib/usb/src/ddfiface.c (modified) * uspace/lib/usb/src/hc.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbdev/src/hub.c (modified) * uspace/lib/usbdev/src/recognise.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/ata_bd/ata_bd.h (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_bitmap.c (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/exfat/exfat_fat.h (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext2fs/ext2fs_ops.c (modified) * uspace/srv/fs/ext4fs/Makefile (added) * uspace/srv/fs/ext4fs/ext4fs.c (added) * uspace/srv/fs/ext4fs/ext4fs.h (added) * uspace/srv/fs/ext4fs/ext4fs_ops.c (added) * uspace/srv/fs/fat/fat_directory.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) * uspace/srv/hid/compositor/Makefile (added) * uspace/srv/hid/compositor/compositor.c (added) * uspace/srv/hid/compositor/compositor.h (added) * uspace/srv/hid/compositor/gfx/helenos.tga (moved) * uspace/srv/hid/compositor/gfx/nameic.tga (moved) * uspace/srv/hid/console/Makefile (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gfx/anim_1.tga (deleted) * uspace/srv/hid/console/gfx/anim_2.tga (deleted) * uspace/srv/hid/console/gfx/anim_3.tga (deleted) * uspace/srv/hid/console/gfx/anim_4.tga (deleted) * uspace/srv/hid/console/gfx/cons_data.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis.tga (deleted) * uspace/srv/hid/console/gfx/cons_dis_sel.tga (deleted) * uspace/srv/hid/console/gfx/cons_idle.tga (deleted) * uspace/srv/hid/console/gfx/cons_kernel.tga (deleted) * uspace/srv/hid/console/gfx/cons_sel.tga (deleted) * uspace/srv/hid/fb/fb.c (deleted) * uspace/srv/hid/fb/fb.h (deleted) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/ctl/apple.c (modified) * uspace/srv/hid/input/ctl/gxe_fb.c (modified) * uspace/srv/hid/input/ctl/kbdev.c (modified) * uspace/srv/hid/input/ctl/pc.c (modified) * uspace/srv/hid/input/ctl/stty.c (modified) * uspace/srv/hid/input/ctl/sun.c (modified) * uspace/srv/hid/input/gsp.c (moved) * uspace/srv/hid/input/gsp.h (moved) * uspace/srv/hid/input/input.c (moved) * uspace/srv/hid/input/input.h (moved) * uspace/srv/hid/input/kbd.h (moved) * uspace/srv/hid/input/kbd_ctl.h (moved) * uspace/srv/hid/input/kbd_port.h (moved) * uspace/srv/hid/input/layout.c (moved) * uspace/srv/hid/input/layout.h (moved) * uspace/srv/hid/input/layout/cz.c (modified) * uspace/srv/hid/input/layout/us_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/input/mouse.h (moved) * uspace/srv/hid/input/mouse_port.h (moved) * uspace/srv/hid/input/mouse_proto.h (moved) * uspace/srv/hid/input/port/adb.c (modified) * uspace/srv/hid/input/port/adb_mouse.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/input/port/gxemul.c (modified) * uspace/srv/hid/input/port/msim.c (modified) * uspace/srv/hid/input/port/niagara.c (modified) * uspace/srv/hid/input/port/ns16550.c (modified) * uspace/srv/hid/input/port/pl050.c (modified) * uspace/srv/hid/input/port/ski.c (modified) * uspace/srv/hid/input/proto/adb.c (modified) * uspace/srv/hid/input/proto/mousedev.c (modified) * uspace/srv/hid/input/stroke.c (moved) * uspace/srv/hid/input/stroke.h (moved) * uspace/srv/hid/isdv4_tablet/Makefile (added) * uspace/srv/hid/isdv4_tablet/isdv4.c (added) * uspace/srv/hid/isdv4_tablet/isdv4.h (added) * uspace/srv/hid/isdv4_tablet/main.c (added) * uspace/srv/hid/output/Makefile (moved) * uspace/srv/hid/output/ctl/serial.c (moved) * uspace/srv/hid/output/ctl/serial.h (moved) * uspace/srv/hid/output/gfx/font-8x16.c (added) * uspace/srv/hid/output/gfx/font-8x16.h (added) * uspace/srv/hid/output/output.c (added) * uspace/srv/hid/output/output.h (added) * uspace/srv/hid/output/port/ega.c (moved) * uspace/srv/hid/output/port/ega.h (moved) * uspace/srv/hid/output/port/kchar.c (moved) * uspace/srv/hid/output/port/kchar.h (moved) * uspace/srv/hid/output/port/kfb.c (moved) * uspace/srv/hid/output/port/kfb.h (moved) * uspace/srv/hid/output/port/niagara.c (moved) * uspace/srv/hid/output/port/niagara.h (moved) * uspace/srv/hid/output/port/ski.c (moved) * uspace/srv/hid/output/port/ski.h (moved) * uspace/srv/hid/output/proto/vt100.c (moved) * uspace/srv/hid/output/proto/vt100.h (moved) * uspace/srv/hid/remcons/remcons.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * version (modified) Merged with mainline 0.5.0 changes. Mon, 13 Aug 2012 14:12:19 GMT Jakub Jermar [86939b1] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/proc/task.c (modified) Maintain task's active calls in the active call list. - The call is ... Sun, 12 Aug 2012 18:57:22 GMT Jakub Jermar [6c34f587] * abi/include/syscall.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Remove synchronous IPC primitives. Sun, 29 Jul 2012 17:28:45 GMT Adam Hraska [8e3ed06] * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/rcu_types.h (added) * kernel/generic/src/synch/rcu.c (modified) * kernel/test/cht/cht1.c (modified) rcu: Allowed inlining of the RCU read side. Wed, 11 Jul 2012 07:58:03 GMT Adam Hraska [1066041] * kernel/arch/ia32/src/interrupt.c (modified) * kernel/generic/include/arch.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/console/chardev.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/debug/panic.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/shutdown.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/preempt/preemption.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/the.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/test/smpcall/smpcall1.c (modified) preemption_disable: Turned functions into macros. Moved THREAD, AS, ... Wed, 11 Jul 2012 05:45:48 GMT Adam Hraska [b23c88e] * kernel/generic/include/arch.h (modified) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/preempt/preemption.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/time/clock.c (modified) preemption_disable: Replaced memory barriers with compiler barriers. ... Tue, 10 Jul 2012 17:50:29 GMT Adam Hraska [181a746] * kernel/generic/include/compiler/barrier.h (added) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/rcu.c (modified) rcu: Added preemptible RCU's core API implementation. Fri, 06 Jul 2012 13:31:02 GMT Adam Hraska [8a64e81e] * kernel/Makefile (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/workqueue.h (added) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/workqueue.c (added) * kernel/test/synch/workq-test-core.h (added) * kernel/test/synch/workqueue1.c (added) * kernel/test/synch/workqueue1.def (added) * kernel/test/synch/workqueue2.c (added) * kernel/test/synch/workqueue2.def (added) * kernel/test/synch/workqueue3.c (added) * kernel/test/synch/workqueue3.def (added) * kernel/test/test.c (modified) * kernel/test/test.h (modified) workq: Add work queues: allow blocking work items, queuing items ... Fri, 06 Jul 2012 13:06:44 GMT Adam Hraska [518dd43] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/thread.c (modified) thread: thread_ready() new prefers cpus where thread last ran. Added ... Wed, 20 Jun 2012 16:18:37 GMT Martin Decky [6eef3c4] * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/arch/sparc64/src/proc/sun4u/scheduler.c (modified) * kernel/arch/sparc64/src/proc/sun4v/scheduler.c (modified) * kernel/arch/sparc64/src/proc/thread.c (modified) * kernel/genarch/src/kbrd/kbrd.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/mm/slab2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/semaphore2.c (modified) * kernel/test/thread/thread1.c (modified) cleanup thread_create() and thread_t structure - remove 'flag' ... Thu, 31 May 2012 17:33:41 GMT Martin Decky [db675dd] * kernel/generic/include/proc/program.h (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/proc/program.c (modified) print more informative messages about init tasks, the loader and the ... Tue, 16 Aug 2011 21:51:22 GMT Jakub Jermar [5d0500c] * abi/include/ipc/event.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/proc/task.c (modified) Introduce per-task kernel event notifications. Tue, 09 Aug 2011 18:08:23 GMT Martin Decky [c0699467] * abi/include/ddi/arg.h (moved) * abi/include/ddi/irq.h (added) * abi/include/elf.h (added) * abi/include/errno.h (added) * abi/include/fb/visuals.h (moved) * abi/include/ipc/event.h (moved) * abi/include/ipc/ipc.h (added) * abi/include/ipc/methods.h (moved) * abi/include/mm/as.h (added) * abi/include/proc/uarg.h (moved) * abi/include/synch.h (moved) * abi/include/syscall.h (added) * abi/include/sysinfo.h (moved) * abi/include/udebug.h (added) * kernel/Makefile (modified) * kernel/arch/abs32le/include/istate.h (modified) * kernel/arch/abs32le/include/mm/frame.h (modified) * kernel/arch/abs32le/include/mm/page.h (modified) * kernel/arch/abs32le/src/userspace.c (modified) * kernel/arch/amd64/include/context.h (modified) * kernel/arch/amd64/include/istate.h (modified) * kernel/arch/amd64/include/mm/frame.h (modified) * kernel/arch/amd64/include/mm/page.h (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/istate.h (modified) * kernel/arch/arm32/include/mm/frame.h (modified) * kernel/arch/arm32/include/mm/page.h (modified) * kernel/arch/arm32/include/regutils.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/mach/gta02/gta02.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/include/context.h (modified) * kernel/arch/ia32/include/elf.h (modified) * kernel/arch/ia32/include/istate.h (modified) * kernel/arch/ia32/include/mm/frame.h (modified) * kernel/arch/ia32/include/mm/page.h (modified) * kernel/arch/ia32/src/drivers/vesa.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/elf.h (modified) * kernel/arch/ia64/include/istate.h (modified) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/ia64/include/mm/page.h (modified) * kernel/arch/ia64/include/register.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/context_offset.h (modified) * kernel/arch/mips32/include/cp0.h (modified) * kernel/arch/mips32/include/istate.h (modified) * kernel/arch/mips32/include/mm/frame.h (modified) * kernel/arch/mips32/include/mm/page.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips64/include/context_offset.h (modified) * kernel/arch/mips64/include/cp0.h (modified) * kernel/arch/mips64/include/istate.h (modified) * kernel/arch/mips64/include/mm/frame.h (modified) * kernel/arch/mips64/include/mm/page.h (modified) * kernel/arch/mips64/src/mips64.c (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/context_offset.h (modified) * kernel/arch/ppc32/include/cpu.h (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/istate.h (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/include/mm/page.h (modified) * kernel/arch/ppc32/include/msr.h (moved) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/ppc32/src/exception.S (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/include/barrier.h (modified) * kernel/arch/sparc64/include/elf.h (modified) * kernel/arch/sparc64/include/istate.h (modified) * kernel/arch/sparc64/include/mm/page.h (modified) * kernel/arch/sparc64/include/mm/sun4u/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/frame.h (modified) * kernel/arch/sparc64/include/mm/sun4v/page.h (modified) * kernel/arch/sparc64/include/sun4v/regdef.h (modified) * kernel/arch/sparc64/src/drivers/scr.c (modified) * kernel/arch/sparc64/src/smp/sun4u/smp.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/arch/sparc64/src/sun4v/start.S (modified) * kernel/genarch/include/fb/fb.h (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/errno.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/lib/elf.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/condvar.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/condvar.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/synch/semaphore2.c (modified) * uspace/app/top/top.c (modified) * uspace/app/trace/ipc_desc.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/usbhid/kbd/kbddev.c (modified) * uspace/drv/bus/usb/usbhid/mouse/mousedev.c (modified) * uspace/drv/bus/usb/usbhid/multimedia/multimedia.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/barrier.h (added) * uspace/lib/c/arch/abs32le/include/context_offset.h (added) * uspace/lib/c/arch/abs32le/include/elf.h (added) * uspace/lib/c/arch/abs32le/include/istate.h (modified) * uspace/lib/c/arch/abs32le/include/syscall.h (modified) * uspace/lib/c/arch/amd64/include/barrier.h (added) * uspace/lib/c/arch/amd64/include/context_offset.h (added) * uspace/lib/c/arch/amd64/include/elf.h (added) * uspace/lib/c/arch/amd64/include/istate.h (modified) * uspace/lib/c/arch/amd64/src/fibril.S (modified) * uspace/lib/c/arch/arm32/include/barrier.h (added) * uspace/lib/c/arch/arm32/include/elf.h (added) * uspace/lib/c/arch/arm32/include/istate.h (modified) * uspace/lib/c/arch/arm32/include/regutils.h (added) * uspace/lib/c/arch/ia32/include/barrier.h (added) * uspace/lib/c/arch/ia32/include/context_offset.h (added) * uspace/lib/c/arch/ia32/include/elf.h (added) * uspace/lib/c/arch/ia32/include/istate.h (modified) * uspace/lib/c/arch/ia32/include/syscall.h (modified) * uspace/lib/c/arch/ia32/src/fibril.S (modified) * uspace/lib/c/arch/ia32/src/setjmp.S (modified) * uspace/lib/c/arch/ia64/include/barrier.h (added) * uspace/lib/c/arch/ia64/include/elf.h (added) * uspace/lib/c/arch/ia64/include/istate.h (modified) * uspace/lib/c/arch/ia64/include/register.h (added) * uspace/lib/c/arch/mips32/include/barrier.h (added) * uspace/lib/c/arch/mips32/include/context_offset.h (added) * uspace/lib/c/arch/mips32/include/cp0.h (added) * uspace/lib/c/arch/mips32/include/elf.h (added) * uspace/lib/c/arch/mips32/include/istate.h (modified) * uspace/lib/c/arch/mips32/include/regname.h (added) * uspace/lib/c/arch/mips32/src/fibril.S (modified) * uspace/lib/c/arch/mips32eb/include/barrier.h (added) * uspace/lib/c/arch/mips32eb/include/context_offset.h (added) * uspace/lib/c/arch/mips32eb/include/cp0.h (added) * uspace/lib/c/arch/mips32eb/include/elf.h (added) * uspace/lib/c/arch/mips32eb/include/regname.h (added) * uspace/lib/c/arch/mips64/include/barrier.h (added) * uspace/lib/c/arch/mips64/include/context_offset.h (added) * uspace/lib/c/arch/mips64/include/cp0.h (added) * uspace/lib/c/arch/mips64/include/elf.h (added) * uspace/lib/c/arch/mips64/include/istate.h (modified) * uspace/lib/c/arch/mips64/include/regname.h (added) * uspace/lib/c/arch/mips64/src/fibril.S (modified) * uspace/lib/c/arch/ppc32/include/barrier.h (added) * uspace/lib/c/arch/ppc32/include/context_offset.h (added) * uspace/lib/c/arch/ppc32/include/elf.h (added) * uspace/lib/c/arch/ppc32/include/istate.h (modified) * uspace/lib/c/arch/ppc32/include/msr.h (added) * uspace/lib/c/arch/ppc32/src/fibril.S (modified) * uspace/lib/c/arch/sparc64/include/barrier.h (added) * uspace/lib/c/arch/sparc64/include/context_offset.h (added) * uspace/lib/c/arch/sparc64/include/elf.h (added) * uspace/lib/c/arch/sparc64/include/istate.h (modified) * uspace/lib/c/arch/sparc64/include/regdef.h (added) * uspace/lib/c/arch/sparc64/include/syscall.h (modified) * uspace/lib/c/arch/sparc64/src/fibril.S (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/ns_obsolete.c (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/c/include/elf/elf_load.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/libc.h (modified) * uspace/lib/c/include/rtld/elf_dyn.h (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/syscall.h (modified) * uspace/lib/c/include/udebug.h (modified) * uspace/lib/drv/include/ddf/interrupt.h (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/input/generic/input.c (modified) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) do not provide general access to kernel headers from uspace, only ... Fri, 17 Jun 2011 20:39:16 GMT Jiri Svoboda [55b77d9] * kernel/genarch/src/mm/asid.c (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/adt/list.h (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/buddy.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/src/adt/btree.c (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/adt/list.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_anon.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/buddy.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/time/timeout.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) Separate list_t typedef from link_t (kernel part). * list_t ... Mon, 13 Jun 2011 18:53:42 GMT Jakub Jermar [43ac0cc] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/time/delay.c (modified) More lightweight implementation of delay() in kernel. Tue, 07 Jun 2011 21:31:35 GMT Jakub Jermar [8d6c1f1] * HelenOS.config (modified) * Makefile (modified) * boot/Makefile.common (modified) * boot/arch/amd64/Makefile.inc (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/init/init.c (modified) * uspace/app/lsusb/Makefile (added) * uspace/app/lsusb/main.c (added) * uspace/app/mkbd/Makefile (added) * uspace/app/mkbd/main.c (added) * uspace/app/tester/Makefile (modified) * uspace/app/tester/mm/mapping1.c (added) * uspace/app/tester/mm/mapping1.def (added) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/app/usbinfo/Makefile (added) * uspace/app/usbinfo/desctree.c (added) * uspace/app/usbinfo/dev.c (added) * uspace/app/usbinfo/dump.c (added) * uspace/app/usbinfo/info.c (added) * uspace/app/usbinfo/main.c (added) * uspace/app/usbinfo/usbinfo.h (added) * uspace/app/vuhid/Makefile (added) * uspace/app/vuhid/device.c (added) * uspace/app/vuhid/hids/bootkbd.c (added) * uspace/app/vuhid/ifaces.c (added) * uspace/app/vuhid/ifaces.h (added) * uspace/app/vuhid/items.h (added) * uspace/app/vuhid/main.c (added) * uspace/app/vuhid/report.h (added) * uspace/app/vuhid/stdreq.c (added) * uspace/app/vuhid/stdreq.h (added) * uspace/app/vuhid/virthid.h (added) * uspace/doc/doxygroups.h (modified) * uspace/doc/main_usb.h (added) * uspace/drv/ehci_hcd/Makefile (added) * uspace/drv/ehci_hcd/ehci.h (added) * uspace/drv/ehci_hcd/ehci_hcd.ma (added) * uspace/drv/ehci_hcd/hc_iface.c (added) * uspace/drv/ehci_hcd/main.c (added) * uspace/drv/ehci_hcd/pci.c (added) * uspace/drv/ehci_hcd/pci.h (added) * uspace/drv/ohci/Makefile (added) * uspace/drv/ohci/batch.c (added) * uspace/drv/ohci/batch.h (added) * uspace/drv/ohci/endpoint_list.c (added) * uspace/drv/ohci/endpoint_list.h (added) * uspace/drv/ohci/hc.c (added) * uspace/drv/ohci/hc.h (added) * uspace/drv/ohci/hcd_endpoint.c (added) * uspace/drv/ohci/hcd_endpoint.h (added) * uspace/drv/ohci/hw_struct/completion_codes.h (added) * uspace/drv/ohci/hw_struct/endpoint_descriptor.c (added) * uspace/drv/ohci/hw_struct/endpoint_descriptor.h (added) * uspace/drv/ohci/hw_struct/hcca.h (added) * uspace/drv/ohci/hw_struct/iso_transfer_descriptor.h (added) * uspace/drv/ohci/hw_struct/transfer_descriptor.c (added) * uspace/drv/ohci/hw_struct/transfer_descriptor.h (added) * uspace/drv/ohci/iface.c (added) * uspace/drv/ohci/iface.h (added) * uspace/drv/ohci/main.c (added) * uspace/drv/ohci/ohci.c (added) * uspace/drv/ohci/ohci.h (added) * uspace/drv/ohci/ohci.ma (added) * uspace/drv/ohci/ohci_regs.h (added) * uspace/drv/ohci/pci.c (added) * uspace/drv/ohci/pci.h (added) * uspace/drv/ohci/root_hub.c (added) * uspace/drv/ohci/root_hub.h (added) * uspace/drv/ohci/utils/malloc32.h (added) * uspace/drv/pciintel/pci.c (modified) * uspace/drv/rootvirt/devices.def (modified) * uspace/drv/uhci_hcd/Makefile (added) * uspace/drv/uhci_hcd/batch.c (added) * uspace/drv/uhci_hcd/batch.h (added) * uspace/drv/uhci_hcd/hc.c (added) * uspace/drv/uhci_hcd/hc.h (added) * uspace/drv/uhci_hcd/hw_struct/link_pointer.h (added) * uspace/drv/uhci_hcd/hw_struct/queue_head.h (added) * uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.c (added) * uspace/drv/uhci_hcd/hw_struct/transfer_descriptor.h (added) * uspace/drv/uhci_hcd/iface.c (added) * uspace/drv/uhci_hcd/iface.h (added) * uspace/drv/uhci_hcd/main.c (added) * uspace/drv/uhci_hcd/pci.c (added) * uspace/drv/uhci_hcd/pci.h (added) * uspace/drv/uhci_hcd/root_hub.c (added) * uspace/drv/uhci_hcd/root_hub.h (added) * uspace/drv/uhci_hcd/transfer_list.c (added) * uspace/drv/uhci_hcd/transfer_list.h (added) * uspace/drv/uhci_hcd/uhci.c (added) * uspace/drv/uhci_hcd/uhci.h (added) * uspace/drv/uhci_hcd/uhci_hcd.ma (added) * uspace/drv/uhci_hcd/utils/malloc32.h (added) * uspace/drv/uhci_rhd/Makefile (added) * uspace/drv/uhci_rhd/main.c (added) * uspace/drv/uhci_rhd/port.c (added) * uspace/drv/uhci_rhd/port.h (added) * uspace/drv/uhci_rhd/root_hub.c (added) * uspace/drv/uhci_rhd/root_hub.h (added) * uspace/drv/uhci_rhd/uhci_rhd.ma (added) * uspace/drv/usbflbk/Makefile (added) * uspace/drv/usbflbk/main.c (added) * uspace/drv/usbflbk/usbflbk.ma (added) * uspace/drv/usbhid/Makefile (added) * uspace/drv/usbhid/generic/hiddev.c (added) * uspace/drv/usbhid/generic/hiddev.h (added) * uspace/drv/usbhid/kbd.h (added) * uspace/drv/usbhid/kbd/conv.c (added) * uspace/drv/usbhid/kbd/conv.h (added) * uspace/drv/usbhid/kbd/kbddev.c (added) * uspace/drv/usbhid/kbd/kbddev.h (added) * uspace/drv/usbhid/kbd/kbdrepeat.c (added) * uspace/drv/usbhid/kbd/kbdrepeat.h (added) * uspace/drv/usbhid/kbd/layout.h (added) * uspace/drv/usbhid/kbd/main.c (added) * uspace/drv/usbhid/layout.h (added) * uspace/drv/usbhid/main.c (added) * uspace/drv/usbhid/mouse/mousedev.c (added) * uspace/drv/usbhid/mouse/mousedev.h (added) * uspace/drv/usbhid/multimedia/keymap.c (added) * uspace/drv/usbhid/multimedia/keymap.h (added) * uspace/drv/usbhid/multimedia/multimedia.c (added) * uspace/drv/usbhid/multimedia/multimedia.h (added) * uspace/drv/usbhid/subdrivers.c (added) * uspace/drv/usbhid/subdrivers.h (added) * uspace/drv/usbhid/usbhid.c (added) * uspace/drv/usbhid/usbhid.h (added) * uspace/drv/usbhid/usbhid.ma (added) * uspace/drv/usbhub/Makefile (added) * uspace/drv/usbhub/main.c (added) * uspace/drv/usbhub/port_status.h (added) * uspace/drv/usbhub/ports.c (added) * uspace/drv/usbhub/ports.h (added) * uspace/drv/usbhub/usbhub.c (added) * uspace/drv/usbhub/usbhub.h (added) * uspace/drv/usbhub/usbhub.ma (added) * uspace/drv/usbhub/usbhub_private.h (added) * uspace/drv/usbhub/utils.c (added) * uspace/drv/usbmast/Makefile (added) * uspace/drv/usbmast/cmds.h (added) * uspace/drv/usbmast/inquiry.c (added) * uspace/drv/usbmast/main.c (added) * uspace/drv/usbmast/mast.c (added) * uspace/drv/usbmast/mast.h (added) * uspace/drv/usbmast/scsi.h (added) * uspace/drv/usbmast/usbmast.ma (added) * uspace/drv/usbmid/Makefile (added) * uspace/drv/usbmid/dump.c (added) * uspace/drv/usbmid/explore.c (added) * uspace/drv/usbmid/main.c (added) * uspace/drv/usbmid/usbmid.c (added) * uspace/drv/usbmid/usbmid.h (added) * uspace/drv/usbmid/usbmid.ma (added) * uspace/drv/usbmouse/Makefile (added) * uspace/drv/usbmouse/init.c (added) * uspace/drv/usbmouse/main.c (added) * uspace/drv/usbmouse/mouse.c (added) * uspace/drv/usbmouse/mouse.h (added) * uspace/drv/usbmouse/usbmouse.ma (added) * uspace/drv/vhc/Makefile (added) * uspace/drv/vhc/conn.h (added) * uspace/drv/vhc/conndev.c (added) * uspace/drv/vhc/connhost.c (added) * uspace/drv/vhc/devconn.c (added) * uspace/drv/vhc/hub.c (added) * uspace/drv/vhc/hub.h (added) * uspace/drv/vhc/hub/hub.c (added) * uspace/drv/vhc/hub/hub.h (added) * uspace/drv/vhc/hub/virthub.c (added) * uspace/drv/vhc/hub/virthub.h (added) * uspace/drv/vhc/hub/virthubops.c (added) * uspace/drv/vhc/main.c (added) * uspace/drv/vhc/transfer.c (added) * uspace/drv/vhc/vhc.ma (added) * uspace/drv/vhc/vhcd.h (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/adt/hash_table.c (modified) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/l18n/langs.c (added) * uspace/lib/c/generic/str_error.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/as.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/devman.h (modified) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/ipc/dev_iface.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/kbd.h (modified) * uspace/lib/c/include/l18n/langs.h (added) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/drv/Makefile (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/remote_pci.c (added) * uspace/lib/drv/generic/remote_usb.c (added) * uspace/lib/drv/generic/remote_usbhc.c (added) * uspace/lib/drv/generic/remote_usbhid.c (added) * uspace/lib/drv/include/pci_dev_iface.h (added) * uspace/lib/drv/include/remote_pci.h (added) * uspace/lib/drv/include/remote_usb.h (added) * uspace/lib/drv/include/remote_usbhc.h (added) * uspace/lib/drv/include/remote_usbhid.h (added) * uspace/lib/drv/include/usb_iface.h (added) * uspace/lib/drv/include/usbhc_iface.h (added) * uspace/lib/drv/include/usbhid_iface.h (added) * uspace/lib/usb/Makefile (added) * uspace/lib/usb/include/usb/classes/classes.h (added) * uspace/lib/usb/include/usb/classes/hub.h (added) * uspace/lib/usb/include/usb/classes/massstor.h (added) * uspace/lib/usb/include/usb/ddfiface.h (added) * uspace/lib/usb/include/usb/debug.h (added) * uspace/lib/usb/include/usb/descriptor.h (added) * uspace/lib/usb/include/usb/hc.h (added) * uspace/lib/usb/include/usb/usb.h (added) * uspace/lib/usb/src/class.c (added) * uspace/lib/usb/src/ddfiface.c (added) * uspace/lib/usb/src/debug.c (added) * uspace/lib/usb/src/dump.c (added) * uspace/lib/usb/src/hc.c (added) * uspace/lib/usb/src/resolve.c (added) * uspace/lib/usb/src/usb.c (added) * uspace/lib/usbdev/Makefile (added) * uspace/lib/usbdev/include/usb/dev/dp.h (added) * uspace/lib/usbdev/include/usb/dev/driver.h (added) * uspace/lib/usbdev/include/usb/dev/hub.h (added) * uspace/lib/usbdev/include/usb/dev/pipes.h (added) * uspace/lib/usbdev/include/usb/dev/poll.h (added) * uspace/lib/usbdev/include/usb/dev/recognise.h (added) * uspace/lib/usbdev/include/usb/dev/request.h (added) * uspace/lib/usbdev/src/altiface.c (added) * uspace/lib/usbdev/src/devdrv.c (added) * uspace/lib/usbdev/src/devpoll.c (added) * uspace/lib/usbdev/src/dp.c (added) * uspace/lib/usbdev/src/hub.c (added) * uspace/lib/usbdev/src/pipepriv.c (added) * uspace/lib/usbdev/src/pipepriv.h (added) * uspace/lib/usbdev/src/pipes.c (added) * uspace/lib/usbdev/src/pipesinit.c (added) * uspace/lib/usbdev/src/pipesio.c (added) * uspace/lib/usbdev/src/recognise.c (added) * uspace/lib/usbdev/src/request.c (added) * uspace/lib/usbhid/Makefile (added) * uspace/lib/usbhid/include/usb/hid/hid.h (added) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (added) * uspace/lib/usbhid/include/usb/hid/hiddescriptor.h (added) * uspace/lib/usbhid/include/usb/hid/hidparser.h (added) * uspace/lib/usbhid/include/usb/hid/hidpath.h (added) * uspace/lib/usbhid/include/usb/hid/hidreport.h (added) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (added) * uspace/lib/usbhid/include/usb/hid/iface.h (added) * uspace/lib/usbhid/include/usb/hid/request.h (added) * uspace/lib/usbhid/include/usb/hid/usages/consumer.h (added) * uspace/lib/usbhid/include/usb/hid/usages/core.h (added) * uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (added) * uspace/lib/usbhid/include/usb/hid/usages/led.h (added) * uspace/lib/usbhid/src/consumer.c (added) * uspace/lib/usbhid/src/hiddescriptor.c (added) * uspace/lib/usbhid/src/hidiface.c (added) * uspace/lib/usbhid/src/hidparser.c (added) * uspace/lib/usbhid/src/hidpath.c (added) * uspace/lib/usbhid/src/hidreport.c (added) * uspace/lib/usbhid/src/hidreq.c (added) * uspace/lib/usbhost/Makefile (added) * uspace/lib/usbhost/include/usb/host/batch.h (added) * uspace/lib/usbhost/include/usb/host/device_keeper.h (added) * uspace/lib/usbhost/include/usb/host/endpoint.h (added) * uspace/lib/usbhost/include/usb/host/usb_endpoint_manager.h (added) * uspace/lib/usbhost/src/batch.c (added) * uspace/lib/usbhost/src/device_keeper.c (added) * uspace/lib/usbhost/src/endpoint.c (added) * uspace/lib/usbhost/src/usb_endpoint_manager.c (added) * uspace/lib/usbvirt/Makefile (added) * uspace/lib/usbvirt/include/usbvirt/device.h (added) * uspace/lib/usbvirt/include/usbvirt/ipc.h (added) * uspace/lib/usbvirt/src/ctrltransfer.c (added) * uspace/lib/usbvirt/src/device.c (added) * uspace/lib/usbvirt/src/ipc_dev.c (added) * uspace/lib/usbvirt/src/ipc_hc.c (added) * uspace/lib/usbvirt/src/private.h (added) * uspace/lib/usbvirt/src/stdreq.c (added) * uspace/lib/usbvirt/src/transfer.c (added) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hw/irc/apic/apic.c (modified) * uspace/srv/hw/irc/i8259/i8259.c (modified) Merge USB support. Changes from ... Thu, 19 May 2011 16:47:49 GMT Martin Decky [26aafe8] * kernel/arch/abs32le/include/mm/as.h (modified) * kernel/arch/amd64/include/mm/as.h (modified) * kernel/arch/amd64/src/proc/scheduler.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/include/mm/as.h (modified) * kernel/arch/arm32/src/arm32.c (modified) * kernel/arch/arm32/src/userspace.c (modified) * kernel/arch/ia32/include/mm/as.h (modified) * kernel/arch/ia32/src/proc/scheduler.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch.h (modified) * kernel/arch/ia64/include/asm.h (modified) * kernel/arch/ia64/include/mm/as.h (modified) * kernel/arch/ia64/include/mm/frame.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ia64/src/proc/scheduler.c (modified) * kernel/arch/mips32/include/mm/as.h (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/include/boot/boot.h (modified) * kernel/arch/ppc32/include/istate.h (modified) * kernel/arch/ppc32/include/mm/as.h (modified) * kernel/arch/ppc32/src/boot/boot.S (modified) * kernel/arch/ppc32/src/mm/tlb.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/ppc32/src/proc/scheduler.c (modified) * kernel/arch/sparc64/include/mm/sun4u/as.h (modified) * kernel/arch/sparc64/include/mm/sun4v/as.h (modified) * kernel/generic/include/config.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/proc/uarg.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) cleanup the huge mess related to stacks, their sizes and locations ... Fri, 13 May 2011 14:34:31 GMT Jan Vesely [7e7b791] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/syscall/syscall.c (modified) Implement SYS_THREAD_UDELAY syscall for short delays Mon, 04 Apr 2011 11:24:32 GMT Martin Decky [97186929] * kernel/Makefile (modified) * kernel/generic/include/proc/tasklet.h (deleted) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/proc/tasklet.c (deleted) remove obsolete tasklets (many years ago tasklets were part of a ... Sat, 29 Jan 2011 22:52:25 GMT Martin Decky [5bcf1f9] * kernel/generic/include/ipc/event_types.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) add syscall for properly terminating the currently running task ... Thu, 27 Jan 2011 16:52:14 GMT Martin Decky [5b7a107] * kernel/generic/include/debug.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/waitq.c (modified) as the 'btrace' command depends on udebug, make it optional on ... Thu, 27 Jan 2011 16:36:35 GMT Martin Decky [df58e44] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/waitq.c (modified) * add support for printing uspace stack traces from kernel console ... Wed, 29 Dec 2010 17:46:00 GMT Jiri Svoboda [f418e51] * kernel/generic/include/proc/task.h (modified) Adding typedefs.h was not necessary. Wed, 29 Dec 2010 17:42:42 GMT Jiri Svoboda [1e9f8ab] * boot/Makefile.common (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/kill/Makefile (added) * uspace/app/kill/kill.c (added) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/task.h (modified) Add kill command to forcefully terminate a task. Tue, 14 Dec 2010 15:44:23 GMT Martin Decky [dd8d5a7] * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/lib/c/generic/task.c (modified) 32/64 ABI split for SYS_TASK_GET_ID Tue, 14 Dec 2010 12:52:38 GMT Martin Decky [96b02eb9] * boot/arch/ia64/include/types.h (modified) * boot/arch/ppc32/include/types.h (modified) * boot/arch/sparc64/include/types.h (modified) * boot/genarch/include/ofw.h (modified) * contrib/arch/hadlbppp.py (modified) * contrib/arch/kernel/kernel.adl (modified) * contrib/arch/uspace/srv/bd/bd.adl (modified) * contrib/arch/uspace/srv/console/console.adl (modified) * contrib/arch/uspace/srv/devmap/devmap.adl (modified) * contrib/arch/uspace/srv/fb/fb.adl (modified) * contrib/arch/uspace/srv/kbd/kbd.adl (modified) * contrib/arch/uspace/srv/loader/loader.adl (modified) * contrib/arch/uspace/srv/ns/ns.adl (modified) * contrib/arch/uspace/srv/ns/service.adl (modified) * contrib/arch/uspace/srv/vfs/vfs.adl (modified) * contrib/highlight/adl.syntax (modified) * kernel/arch/abs32le/include/types.h (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/include/asm.h (modified) * kernel/arch/amd64/include/proc/thread.h (modified) * kernel/arch/amd64/include/types.h (modified) * kernel/arch/amd64/src/amd64.c (modified) * kernel/arch/amd64/src/debugger.c (modified) * kernel/arch/arm32/include/types.h (modified) * kernel/arch/arm32/src/mach/testarm/testarm.c (modified) * kernel/arch/ia32/include/asm.h (modified) * kernel/arch/ia32/include/proc/thread.h (modified) * kernel/arch/ia32/include/types.h (modified) * kernel/arch/ia32/src/ia32.c (modified) * kernel/arch/ia64/include/bootinfo.h (modified) * kernel/arch/ia64/include/types.h (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/mips32/include/debugger.h (modified) * kernel/arch/mips32/include/fpu_context.h (modified) * kernel/arch/mips32/include/types.h (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/include/exception.h (modified) * kernel/arch/ppc32/include/types.h (modified) * kernel/arch/sparc64/include/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/include/mm/sun4v/tlb.h (modified) * kernel/arch/sparc64/include/types.h (modified) * kernel/arch/sparc64/src/mm/sun4u/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tlb.c (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/acpi/madt.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/generic/include/adt/hash_table.h (modified) * kernel/generic/include/console/console.h (modified) * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/device.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/ipc/event.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/proc/program.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/security/cap.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/smc.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/include/time/clock.h (modified) * kernel/generic/include/udebug/udebug.h (modified) * kernel/generic/include/udebug/udebug_ops.h (modified) * kernel/generic/src/adt/hash_table.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/device.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/memstr.c (modified) * kernel/generic/src/lib/rd.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/cap.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/fpu/fpu1_ia64.c (modified) * kernel/test/fpu/fpu1_x86.c (modified) * kernel/test/fpu/mips2.c (modified) * kernel/test/fpu/sse1.c (modified) * kernel/test/mm/slab1.c (modified) * kernel/test/print/print2.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/ipc/register.c (modified) * uspace/app/tetris/input.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/screen.h (modified) * uspace/app/top/input.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/trace.c (modified) * uspace/drv/ns8250/ns8250.c (modified) * uspace/lib/block/libblock.c (modified) * uspace/lib/c/arch/abs32le/include/inttypes.h (modified) * uspace/lib/c/arch/amd64/include/inttypes.h (modified) * uspace/lib/c/arch/arm32/include/inttypes.h (modified) * uspace/lib/c/arch/ia32/include/inttypes.h (modified) * uspace/lib/c/arch/ia64/include/inttypes.h (modified) * uspace/lib/c/arch/mips32/include/inttypes.h (modified) * uspace/lib/c/arch/ppc32/include/inttypes.h (modified) * uspace/lib/c/arch/sparc64/include/inttypes.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/clipboard.c (modified) * uspace/lib/c/generic/device/char.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/devmap.c (modified) * uspace/lib/c/generic/event.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/io/screenbuffer.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/loader.c (modified) * uspace/lib/c/generic/net/icmp_api.c (modified) * uspace/lib/c/generic/net/modules.c (modified) * uspace/lib/c/generic/net/socket_client.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/generic/udebug.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/event.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/io/screenbuffer.h (modified) * uspace/lib/c/include/ipc/devman.h (modified) * uspace/lib/c/include/ipc/devmap.h (modified) * uspace/lib/c/include/ipc/ip.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) * uspace/lib/c/include/ipc/net.h (modified) * uspace/lib/c/include/ipc/socket.h (modified) * uspace/lib/c/include/net/modules.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/clui/tinput.h (modified) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/include/driver.h (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/fs/libfs.h (modified) * uspace/lib/net/generic/generic.c (modified) * uspace/lib/net/generic/packet_remote.c (modified) * uspace/lib/net/il/arp_remote.c (modified) * uspace/lib/net/il/ip_remote.c (modified) * uspace/lib/net/netif/netif_remote.c (modified) * uspace/lib/net/tl/icmp_remote.c (modified) * uspace/lib/packet/generic/packet_server.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/part/guid_part/guid_part.c (modified) * uspace/srv/bd/part/mbr_part/mbr_part.c (modified) * uspace/srv/clip/clip.c (modified) * uspace/srv/devman/devman.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/hid/adb_mouse/adb_dev.c (modified) * uspace/srv/hid/char_mouse/chardev.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/console/gcons.c (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/main.c (modified) * uspace/srv/hid/fb/serial_console.c (modified) * uspace/srv/hid/fb/serial_console.h (modified) * uspace/srv/hid/kbd/port/adb.c (modified) * uspace/srv/hid/kbd/port/chardev.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/char/s3c24xx_uart/s3c24xx_uart.c (modified) * uspace/srv/hw/cir/fhc/fhc.c (modified) * uspace/srv/hw/cir/obio/obio.c (modified) * uspace/srv/hw/netif/dp8390/dp8390_module.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/net/il/arp/arp.c (modified) * uspace/srv/net/il/arp/arp_module.c (modified) * uspace/srv/net/il/ip/ip.c (modified) * uspace/srv/net/il/ip/ip_module.c (modified) * uspace/srv/net/net/net.c (modified) * uspace/srv/net/netif/lo/lo.c (modified) * uspace/srv/net/nil/eth/eth.c (modified) * uspace/srv/net/nil/eth/eth_module.c (modified) * uspace/srv/net/nil/nildummy/nildummy.c (modified) * uspace/srv/net/nil/nildummy/nildummy_module.c (modified) * uspace/srv/net/tl/icmp/icmp_module.c (modified) * uspace/srv/net/tl/tcp/tcp.c (modified) * uspace/srv/net/tl/tcp/tcp_module.c (modified) * uspace/srv/net/tl/udp/udp.c (modified) * uspace/srv/net/tl/udp/udp_module.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) more unification of basic types - use sysarg_t and native_t ... Sat, 11 Dec 2010 21:47:37 GMT Jakub Jermar [97d17fe] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/proc/task.c (modified) Associate the limit of active calls with a phone rather than the task. Tue, 22 Jun 2010 11:29:40 GMT Jakub Jermar [ee42e43] * kernel/Makefile (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/rwlock.h (deleted) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/rwlock.c (deleted) * kernel/test/synch/rwlock1.c (deleted) * kernel/test/synch/rwlock1.def (deleted) * kernel/test/synch/rwlock2.c (deleted) * kernel/test/synch/rwlock2.def (deleted) * kernel/test/synch/rwlock3.c (deleted) * kernel/test/synch/rwlock3.def (deleted) * kernel/test/synch/rwlock4.c (deleted) * kernel/test/synch/rwlock4.def (deleted) * kernel/test/synch/rwlock5.c (deleted) * kernel/test/synch/rwlock5.def (deleted) * kernel/test/test.c (modified) * kernel/test/test.h (modified) Retire kernel rwlocks. Fri, 11 Jun 2010 10:52:57 GMT Martin Decky [48dcc69] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) better printouts for threads Thu, 10 Jun 2010 16:04:07 GMT Martin Decky [c0f13d2] * kernel/generic/include/console/kconsole.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/proc/task.c (modified) introduce more compact and more readable command output to kconsole ... Mon, 24 May 2010 18:57:31 GMT Martin Decky [da1bafb] * kernel/arch/amd64/include/debugger.h (modified) * kernel/arch/amd64/src/ddi/ddi.c (modified) * kernel/arch/amd64/src/debugger.c (modified) * kernel/arch/amd64/src/interrupt.c (modified) * kernel/arch/ia32/include/smp/apic.h (modified) * kernel/arch/ia32/src/ddi/ddi.c (modified) * kernel/arch/ia32/src/drivers/i8254.c (modified) * kernel/arch/ia32/src/interrupt.c (modified) * kernel/arch/ia32/src/smp/apic.c (modified) * kernel/arch/ia64/src/drivers/it.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/mips32/include/asm.h (modified) * kernel/arch/mips32/include/debugger.h (modified) * kernel/arch/mips32/include/mm/as.h (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/interrupt.c (modified) * kernel/arch/ppc32/include/asm.h (modified) * kernel/arch/ppc32/include/mm/frame.h (modified) * kernel/arch/ppc32/src/debug/stacktrace.c (modified) * kernel/arch/ppc32/src/mm/as.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/tlb.c (modified) * kernel/arch/sparc64/src/mm/sun4u/as.c (modified) * kernel/arch/sparc64/src/mm/sun4v/as.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/genarch/include/mm/page_ht.h (modified) * kernel/genarch/include/mm/page_pt.h (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/mm/as_ht.c (modified) * kernel/genarch/src/mm/as_pt.c (modified) * kernel/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/console/chardev.h (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * kernel/generic/include/ddi/ddi_arg.h (modified) * kernel/generic/include/ddi/irq.h (modified) * kernel/generic/include/interrupt.h (modified) * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/irq.h (modified) * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/mm/page.h (modified) * kernel/generic/include/mm/slab.h (modified) * kernel/generic/include/proc/scheduler.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/stacktrace.h (modified) * kernel/generic/include/symtab.h (modified) * kernel/generic/include/synch/mutex.h (modified) * kernel/generic/include/synch/rwlock.h (modified) * kernel/generic/include/synch/semaphore.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/include/time/timeout.h (modified) * kernel/generic/src/console/chardev.c (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/ddi/ddi.c (modified) * kernel/generic/src/ddi/irq.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/elf.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/mm/tlb.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/security/cap.c (modified) * kernel/generic/src/synch/mutex.c (modified) * kernel/generic/src/synch/rwlock.c (modified) * kernel/generic/src/synch/semaphore.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/time/clock.c (modified) * kernel/generic/src/time/timeout.c (modified) * kernel/generic/src/udebug/udebug.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) major code revision - replace spinlocks taken with interrupts ... Sun, 02 May 2010 10:41:23 GMT Jakub Jermar [278b4a30] * kernel/generic/include/proc/task.h (modified) * kernel/generic/src/proc/task.c (modified) Add task_hold() and task_release(). Sun, 02 May 2010 10:32:37 GMT Jakub Jermar [0c42638] * kernel/generic/include/proc/task.h (modified) Remove names of formal arguments from task.h. Sun, 18 Apr 2010 12:17:11 GMT Martin Decky [e1b6742] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/tasks/tasks.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) export threads to user space the "tasks" command can now print all ... Sun, 18 Apr 2010 00:24:40 GMT Martin Decky [9dae191e] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/load.h (deleted) * kernel/generic/include/ps/meminfo.h (deleted) * kernel/generic/include/ps/ps.h (deleted) * kernel/generic/include/ps/taskinfo.h (deleted) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/abi.h (moved) * kernel/generic/include/sysinfo/stats.h (moved) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/ps/cpu.c (deleted) * kernel/generic/src/ps/load.c (deleted) * kernel/generic/src/ps/mem.c (deleted) * kernel/generic/src/ps/ps.c (deleted) * kernel/generic/src/ps/uptime.c (deleted) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (added) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/app/dummy_load/Makefile (modified) * uspace/app/ps/func.c (modified) * uspace/app/ps/func.h (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/func.c (modified) * uspace/app/top/func.h (modified) * uspace/app/uptime/uptime.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpuinfo.c (deleted) * uspace/lib/c/generic/load.c (deleted) * uspace/lib/c/generic/meminfo.c (deleted) * uspace/lib/c/generic/ps.c (deleted) * uspace/lib/c/generic/stats.c (added) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/uptime.c (deleted) * uspace/lib/c/include/load.h (deleted) * uspace/lib/c/include/stats.h (moved) * uspace/lib/c/include/uptime.h (deleted) sysinfo API cleanup - better support for generated subtrees - ... Wed, 14 Apr 2010 14:41:54 GMT Stanislav Kozina [a307beb] * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/ps/taskinfo.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/ps/ps.c (modified) IPC statistics measured. Tue, 06 Apr 2010 11:53:32 GMT Stanislav Kozina [1ba37fa] * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/taskinfo.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/ps/ps.c (modified) * uspace/app/ps/ps.c (modified) Removed useless cycles sum, using ucycles + kcycles instead. Sun, 28 Mar 2010 23:05:18 GMT Stanislav Kozina [a2a00e8] * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/ps/ps.c (modified) Accounting separated to kernel and user time. Thu, 25 Mar 2010 14:04:43 GMT Stanislav Kozina [f773206d] * kernel/generic/include/proc/task.h (modified) TASK_NAME_BUFLEN moved to ps/taksinfo.h