# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-21T00:12:18Z Wed, 12 Sep 2018 10:37:00 GMT Vojtech Horky [e38ff16] * tools/toolchain.sh (modified) toolchain.sh --no-install shall not remove PKG Without this ... Tue, 11 Sep 2018 21:01:08 GMT Jakub Jermar [70259a55] * kernel/arch/ia64/include/arch/istate_struct.h (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/ivt.S (modified) * uspace/lib/c/arch/ia64/src/syscall.S (modified) ia64: Use appropriate imm21 operand with BREAK This commit changes ... Tue, 11 Sep 2018 20:31:29 GMT Jakub Jermar [d2c91ab] * uspace/lib/c/include/time.h (modified) Add __restrict__ to strftime() declaration Fri, 07 Sep 2018 16:34:11 GMT Jiří Zárevúcky [fc10e1b] * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/lib/refcount.h (added) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/chardev.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/halt.c (modified) * kernel/generic/src/log/log.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/smp/smp_call.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/atomic/atomic1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/thread/thread1.c (modified) * uspace/lib/c/generic/private/futex.h (modified) Merge branch 'atomic' Use more of in kernel. ... Fri, 07 Sep 2018 16:20:49 GMT Jiří Zárevúcky [e90cfa6] * kernel/generic/src/console/console.c (modified) * kernel/generic/src/lib/halt.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/test/synch/rcu1.c (modified) Clean up some atomic initializations Fri, 07 Sep 2018 16:18:10 GMT Jiří Zárevúcky [c53e813] * kernel/generic/include/atomic.h (modified) Change atomic increment/decrement routines to type-generic macros ... Fri, 07 Sep 2018 16:01:50 GMT Jiří Zárevúcky [3cfe2b8] * kernel/generic/include/atomic.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/mm/slab.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/thread/thread1.c (modified) Convert atomic_t to atomic_size_t (6): Replace atomic_count_t with size_t Fri, 07 Sep 2018 16:00:22 GMT Jiří Zárevúcky [5f1d850] * kernel/generic/include/atomic.h (modified) * uspace/lib/c/generic/private/futex.h (modified) Convert atomic_t to atomic_size_t (5): Remove unused atomic_signed_t Fri, 07 Sep 2018 15:54:32 GMT Jiří Zárevúcky [e3306d04] * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/cap/cap.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/lib/halt.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/test/atomic/atomic1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/thread/thread1.c (modified) Convert atomic_t to atomic_size_t (4): Use atomic_store instead of ... Fri, 07 Sep 2018 15:52:40 GMT Jiří Zárevúcky [036e97c] * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/generic/include/atomic.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/console/chardev.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/lib/halt.c (modified) * kernel/generic/src/log/log.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/smp/smp_call.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/test/atomic/atomic1.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/synch/rcu1.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/thread/thread1.c (modified) Convert atomic_t to atomic_size_t (3): Use atomic_load instead of ... Fri, 07 Sep 2018 15:50:02 GMT Jiří Zárevúcky [e9d2905] * kernel/generic/include/atomic.h (modified) * kernel/test/synch/semaphore1.c (modified) Convert atomic_t to atomic_size_t (2): Redefine atomic_t to atomic_size_t Fri, 07 Sep 2018 15:46:41 GMT Jiří Zárevúcky [077842c] * kernel/generic/include/atomic.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/test/mm/falloc2.c (modified) * kernel/test/synch/semaphore1.c (modified) * kernel/test/synch/workq-test-core.h (modified) * kernel/test/thread/thread1.c (modified) Convert atomic_t to atomic_size_t (1): remove PRIua macro Fri, 07 Sep 2018 15:41:29 GMT Jiří Zárevúcky [78de83de] * kernel/generic/include/adt/cht.h (modified) * kernel/generic/include/lib/refcount.h (added) * kernel/generic/include/mm/as.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/synch/spinlock.c (modified) Improve kernel spinlock and AS refcount. Thu, 06 Sep 2018 20:21:52 GMT Jiří Zárevúcky [508b0df1] * uspace/app/rcutest/rcutest.c (modified) * uspace/app/tester/float/float1.c (modified) * uspace/app/tester/thread/thread1.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/lib/c/arch/arm32/src/atomic.c (modified) * uspace/lib/c/generic/private/futex.h (modified) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/futex.c (modified) * uspace/lib/c/include/atomic.h (deleted) * uspace/lib/c/include/atomicdflt.h (deleted) * uspace/lib/c/include/refcount.h (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/gui/terminal.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/vfs/vfs_register.c (modified) Remove uspace , use instead Thu, 06 Sep 2018 19:54:11 GMT Jiří Zárevúcky [4621d23] * abi/include/_bits/native.h (modified) * kernel/arch/abs32le/include/arch/atomic.h (deleted) * kernel/arch/amd64/include/arch/atomic.h (deleted) * kernel/arch/arm32/include/arch/atomic.h (deleted) * kernel/arch/arm32/src/atomic.c (modified) * kernel/arch/ia32/include/arch/atomic.h (deleted) * kernel/arch/ia64/include/arch/atomic.h (deleted) * kernel/arch/mips32/include/arch/atomic.h (deleted) * kernel/arch/ppc32/include/arch/atomic.h (deleted) * kernel/arch/riscv64/include/arch/atomic.h (deleted) * kernel/arch/sparc64/include/arch/atomic.h (deleted) * kernel/generic/include/atomic.h (modified) * kernel/generic/include/typedefs.h (modified) * kernel/generic/include/verify.h (modified) * kernel/generic/src/proc/scheduler.c (modified) * uspace/lib/c/include/atomic.h (modified) Use compiler builtins for kernel atomics Thu, 06 Sep 2018 18:49:14 GMT Jiří Zárevúcky [ffa73c6] * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/src/atomic.c (moved) * uspace/lib/c/arch/ia32/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/atomic.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/atomic.h (deleted) * uspace/lib/c/generic/thread/atomic.c (deleted) * uspace/lib/c/include/atomic.h (modified) Use compiler builtins for uspace atomics Thu, 06 Sep 2018 18:18:52 GMT Jiří Zárevúcky [7328ff4] * kernel/Makefile (modified) * kernel/arch/abs32le/Makefile.inc (modified) * kernel/arch/abs32le/src/smc.c (moved) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/barrier.h (deleted) * kernel/arch/amd64/src/smc.c (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/src/atomic.c (modified) * kernel/arch/arm32/src/mm/tlb.c (modified) * kernel/arch/arm32/src/smc.c (added) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/barrier.h (deleted) * kernel/arch/ia32/src/smc.c (added) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch/barrier.h (modified) * kernel/arch/ia64/include/arch/cpu.h (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/arch/ia64/src/smc.c (moved) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/smc.c (added) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/src/smc.c (moved) * kernel/arch/riscv64/Makefile.inc (modified) * kernel/arch/riscv64/src/smc.c (added) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tlb.h (modified) * kernel/arch/sparc64/src/smc.c (moved) * kernel/arch/sparc64/src/smp/sun4u/ipi.c (modified) * kernel/arch/sparc64/src/trap/sun4u/interrupt.c (modified) * kernel/generic/include/barrier.h (modified) Use builtin memory fences for kernel barriers, and convert ... Thu, 06 Sep 2018 17:20:15 GMT Jiří Zárevúcky [d51cca8] * uspace/lib/c/arch/abs32le/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/amd64/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/arm32/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/ia32/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/ia64/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/mips32/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/ppc32/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/riscv64/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/barrier.h (deleted) * uspace/lib/c/arch/sparc64/include/libarch/ddi.h (modified) * uspace/lib/c/include/barrier.h (modified) Use to implement uspace barriers. Thu, 06 Sep 2018 10:56:26 GMT Martin Decky [f8048d1] * abi/include/abi/ipc/methods.h (modified) * uspace/lib/c/generic/async/server.c (modified) Improve documentation of IPC_M_DATA_READ and IPC_M_DATA_WRITE Wed, 05 Sep 2018 21:40:34 GMT Jiří Zárevúcky [954c024] * HelenOS.config (modified) * boot/Makefile.common (modified) * defaults/sparc64/niagara/Makefile.config (modified) * defaults/sparc64/ultra/Makefile.config (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/arm32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tester/float/softfloat1.c (deleted) * uspace/app/tester/float/softfloat1.def (deleted) * uspace/app/tester/tester.c (modified) * uspace/app/tester/tester.h (modified) * uspace/lib/c/arch/arm32/src/eabi.S (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/softfloat/Makefile (deleted) * uspace/lib/softfloat/add.c (deleted) * uspace/lib/softfloat/add.h (deleted) * uspace/lib/softfloat/common.c (deleted) * uspace/lib/softfloat/common.h (deleted) * uspace/lib/softfloat/comparison.c (deleted) * uspace/lib/softfloat/comparison.h (deleted) * uspace/lib/softfloat/conversion.c (deleted) * uspace/lib/softfloat/conversion.h (deleted) * uspace/lib/softfloat/div.c (deleted) * uspace/lib/softfloat/div.h (deleted) * uspace/lib/softfloat/mul.c (deleted) * uspace/lib/softfloat/mul.h (deleted) * uspace/lib/softfloat/neg.c (deleted) * uspace/lib/softfloat/neg.h (deleted) * uspace/lib/softfloat/sub.c (deleted) * uspace/lib/softfloat/sub.h (deleted) * uspace/lib/softint/Makefile (deleted) * uspace/lib/softint/generic/bits.c (deleted) * uspace/lib/softint/generic/comparison.c (deleted) * uspace/lib/softint/generic/division.c (deleted) * uspace/lib/softint/generic/multiplication.c (deleted) * uspace/lib/softint/generic/shift.c (deleted) * uspace/lib/softint/include/bits.h (deleted) * uspace/lib/softint/include/comparison.h (deleted) * uspace/lib/softint/include/division.h (deleted) * uspace/lib/softint/include/lltype.h (deleted) * uspace/lib/softint/include/multiplication.h (deleted) * uspace/lib/softint/include/shift.h (deleted) Get rid of libsoftint and libsoftfloat in favor of using upstream libgcc. Wed, 05 Sep 2018 19:53:11 GMT Jiří Zárevúcky [79b39d0] * .travis.yml (modified) * tools/travis.sh (modified) Download travis toolchain from Amazon S3 for now Also a few minor ... Wed, 05 Sep 2018 19:05:15 GMT Jiří Zárevúcky [848740c9] * uspace/lib/c/Makefile (modified) Turns out GCC still optimizes some standard functions to infinite ... Wed, 05 Sep 2018 12:21:38 GMT Martin Decky [1b12042] * tools/toolchain.sh (modified) Do not build the toolchain for mips64 and ppc64 Since these targets ... Sun, 02 Sep 2018 11:20:34 GMT Jiří Zárevúcky [78fd6ef] * abi/include/abi/errno.in (modified) cstyle Sat, 01 Sep 2018 09:16:30 GMT Jiří Zárevúcky [a3c6a85] * uspace/lib/math/generic/trig.c (modified) Document sincos() and sincosf(). Sat, 01 Sep 2018 01:48:03 GMT Jiří Zárevúcky [be34d6f] * uspace/lib/c/generic/async/client.c (modified) Fix regression from commit 498ced18 due to which any fault or abort ... Fri, 31 Aug 2018 19:10:47 GMT Jiří Zárevúcky [58e7b26] * tools/xcw/bin/helenos-cc (modified) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/generic/stdio/sprintf.c (modified) * uspace/lib/c/generic/stdio/vsprintf.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/math.h (modified) * uspace/lib/c/test/stdio/scanf.c (modified) * uspace/lib/c/test/string.c (modified) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/pcut/include/pcut/asserts.h (modified) Make uspace hosted. Fri, 31 Aug 2018 14:32:39 GMT GitHub [bbe5e34] * .gitignore (modified) * HelenOS.config (modified) * contrib/tools/random_check.sh (modified) * tools/autotool.py (modified) * tools/toolchain.sh (modified) * tools/travis.sh (modified) * uspace/lib/posix/Makefile (modified) Switch completely to HelenOS-specific toolchain target (#44) As ... Fri, 31 Aug 2018 12:02:20 GMT Jakub Jermar [fa86fff] * kernel/arch/arm32/include/arch/mm/km.h (modified) Give arm32 more non-identity memory The split on arm32 unreasonably ... Fri, 31 Aug 2018 11:55:41 GMT GitHub [516e780] * boot/Makefile.common (modified) * uspace/Makefile.common (modified) * uspace/app/tester/float/float2.c (modified) * uspace/lib/c/include/fenv.h (moved) * uspace/lib/c/include/float.h (moved) * uspace/lib/c/include/math.h (added) * uspace/lib/math/Makefile (modified) * uspace/lib/math/arch/abs32le/Makefile.inc (deleted) * uspace/lib/math/arch/abs32le/include/libarch/math.h (deleted) * uspace/lib/math/arch/amd64/Makefile.inc (deleted) * uspace/lib/math/arch/amd64/include/libarch/math.h (deleted) * uspace/lib/math/arch/amd64/include/libarch/x87.h (deleted) * uspace/lib/math/arch/amd64/src/cos.S (deleted) * uspace/lib/math/arch/amd64/src/sin.S (deleted) * uspace/lib/math/arch/amd64/src/trunc.S (deleted) * uspace/lib/math/arch/arm32/Makefile.inc (deleted) * uspace/lib/math/arch/arm32/include/libarch/math.h (deleted) * uspace/lib/math/arch/ia32/Makefile.inc (deleted) * uspace/lib/math/arch/ia32/include/libarch/math.h (deleted) * uspace/lib/math/arch/ia32/include/libarch/x87.h (deleted) * uspace/lib/math/arch/ia32/src/cos.S (deleted) * uspace/lib/math/arch/ia32/src/sin.S (deleted) * uspace/lib/math/arch/ia32/src/trunc.S (deleted) * uspace/lib/math/arch/ia64/Makefile.inc (deleted) * uspace/lib/math/arch/ia64/include/libarch/math.h (deleted) * uspace/lib/math/arch/mips32/Makefile.inc (deleted) * uspace/lib/math/arch/mips32/include/libarch/math.h (deleted) * uspace/lib/math/arch/mips32eb/Makefile.inc (deleted) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (deleted) * uspace/lib/math/arch/ppc32/Makefile.inc (deleted) * uspace/lib/math/arch/ppc32/include/libarch/math.h (deleted) * uspace/lib/math/arch/riscv64/Makefile.inc (deleted) * uspace/lib/math/arch/riscv64/include/libarch/math.h (deleted) * uspace/lib/math/arch/sparc64/Makefile.inc (deleted) * uspace/lib/math/arch/sparc64/include/libarch/math.h (deleted) * uspace/lib/math/generic/__fcompare.c (moved) * uspace/lib/math/generic/__fpclassify.c (moved) * uspace/lib/math/generic/__signbit.c (moved) * uspace/lib/math/generic/acos.c (deleted) * uspace/lib/math/generic/asin.c (deleted) * uspace/lib/math/generic/atan.c (deleted) * uspace/lib/math/generic/atan2.c (deleted) * uspace/lib/math/generic/cosh.c (deleted) * uspace/lib/math/generic/exp.c (deleted) * uspace/lib/math/generic/fabs.c (modified) * uspace/lib/math/generic/floor.c (deleted) * uspace/lib/math/generic/fmod.c (modified) * uspace/lib/math/generic/frexp.c (deleted) * uspace/lib/math/generic/ldexp.c (deleted) * uspace/lib/math/generic/log.c (deleted) * uspace/lib/math/generic/log10.c (deleted) * uspace/lib/math/generic/log2.c (deleted) * uspace/lib/math/generic/modf.c (deleted) * uspace/lib/math/generic/nearbyint.c (added) * uspace/lib/math/generic/round.c (moved) * uspace/lib/math/generic/sinh.c (deleted) * uspace/lib/math/generic/tanh.c (deleted) * uspace/lib/math/generic/trig.c (modified) * uspace/lib/math/generic/trunc.c (modified) * uspace/lib/math/include/acos.h (deleted) * uspace/lib/math/include/asin.h (deleted) * uspace/lib/math/include/atan2.h (deleted) * uspace/lib/math/include/ceil.h (deleted) * uspace/lib/math/include/cosh.h (deleted) * uspace/lib/math/include/fabs.h (deleted) * uspace/lib/math/include/floor.h (deleted) * uspace/lib/math/include/fmod.h (deleted) * uspace/lib/math/include/frexp.h (deleted) * uspace/lib/math/include/ldexp.h (deleted) * uspace/lib/math/include/log10.h (deleted) * uspace/lib/math/include/log2.h (deleted) * uspace/lib/math/include/math.h (deleted) * uspace/lib/math/include/modf.h (deleted) * uspace/lib/math/include/pow.h (deleted) * uspace/lib/math/include/sinh.h (deleted) * uspace/lib/math/include/sqrt.h (deleted) * uspace/lib/math/include/tan.h (deleted) * uspace/lib/math/include/tanh.h (deleted) * uspace/lib/math/include/trig.h (deleted) * uspace/lib/math/include/trunc.h (deleted) * uspace/lib/math/test/main.c (moved) * uspace/lib/math/test/rounding.c (added) * uspace/lib/posix/include/posix/math.h (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/comparison.h (modified) * uspace/lib/softfloat/mathtypes.h (moved) Strip down libmath. (#45) libmath is mostly unused (except for ... Fri, 31 Aug 2018 10:52:51 GMT Jakub Jermar [7f7d642] * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) Let km_map() handle the unaligned addresses Fri, 31 Aug 2018 10:32:56 GMT Jakub Jermar [6bf5b8c] * kernel/generic/src/main/kinit.c (modified) Use page-size alignment to map the init tasks Fri, 31 Aug 2018 10:32:40 GMT Jakub Jermar [a1b9f63] * kernel/arch/amd64/src/vreg.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/beaglebone/beaglebone.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/raspberrypi/raspberrypi.c (modified) * kernel/arch/arm32/src/ras.c (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia32/src/vreg.c (modified) * kernel/arch/ia64/src/ia64.c (modified) * kernel/arch/ppc32/src/drivers/pic.c (modified) * kernel/arch/ppc32/src/ppc32.c (modified) * kernel/arch/sparc64/src/drivers/kbd.c (modified) * kernel/arch/sparc64/src/drivers/pci.c (modified) * kernel/genarch/include/genarch/drivers/amdm37x/gpt.h (modified) * kernel/genarch/src/acpi/acpi.c (modified) * kernel/genarch/src/drivers/am335x/timer.c (modified) * kernel/genarch/src/drivers/bcm2835/mbox.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/drivers/pl011/pl011.c (modified) * kernel/genarch/src/drivers/s3c24xx/uart.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/mm/km.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/km.c (modified) * kernel/test/mm/mapping1.c (modified) Add alignment argument to km_map() km_map() currently always ... Thu, 30 Aug 2018 18:53:48 GMT Jakub Jermar [b1834a01] * abi/doc/doxygroups.h (added) * abi/include/abi/asmtool.h (modified) * abi/include/abi/log.h (modified) * boot/doc/doxygroups.h (added) * kernel/doc/doxygroups.h (modified) * kernel/genarch/include/genarch/drivers/ega/ega.h (modified) * kernel/genarch/src/drivers/ega/ega.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/ofw/upa.c (modified) * kernel/generic/include/log.h (modified) * kernel/generic/include/verify.h (modified) * kernel/generic/src/log/log.c (modified) * kernel/test/test.c (modified) * kernel/test/test.h (modified) * uspace/app/blkdump/blkdump.c (modified) * uspace/app/blkdump/doc/doxygroups.h (added) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/bnchmark/doc/doxygroups.h (added) * uspace/app/mkexfat/doc/doxygroups.h (added) * uspace/app/mkexfat/exfat.h (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkexfat/upcase.h (modified) * uspace/app/mkext4/doc/doxygroups.h (added) * uspace/app/mkext4/mkext4.c (modified) * uspace/app/mkfat/doc/doxygroups.h (added) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkfat/fat_dentry.h (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/app/mkmfs/doc/doxygroups.h (added) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/rcutest/doc/doxygroups.h (added) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/testread/doc/doxygroups.h (added) * uspace/app/testread/testread.c (modified) * uspace/app/testwrit/doc/doxygroups.h (added) * uspace/app/testwrit/testwrit.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/lib/c/doc/doxygroups.h (modified) * uspace/lib/c/generic/dlfcn.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/thread/rcu.c (modified) * uspace/lib/c/include/ipc/mouseev.h (modified) * uspace/lib/c/include/loader/loader.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/rcu.h (modified) * uspace/lib/minix/doc/doxygroups.h (added) * uspace/lib/minix/minix.h (modified) * uspace/lib/pcut/doc/doxygroups.h (added) * uspace/srv/fs/cdfs/cdfs.c (modified) * uspace/srv/fs/cdfs/cdfs.h (modified) * uspace/srv/fs/cdfs/cdfs_endian.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.h (modified) * uspace/srv/fs/cdfs/doc/doxygroups.h (added) * uspace/srv/fs/exfat/doc/doxygroups.h (added) * 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.c (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_fat.h (modified) * uspace/srv/fs/exfat/exfat_idx.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/fs/ext4fs/doc/doxygroups.h (added) * uspace/srv/fs/ext4fs/ext4fs.c (modified) * uspace/srv/fs/fat/doc/doxygroups.h (added) * 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_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/doc/doxygroups.h (added) * uspace/srv/fs/locfs/locfs.c (modified) * uspace/srv/fs/locfs/locfs.h (modified) * uspace/srv/fs/locfs/locfs_ops.c (modified) * uspace/srv/fs/locfs/locfs_ops.h (modified) * uspace/srv/fs/mfs/doc/doxygroups.h (added) * 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/doc/doxygroups.h (added) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/doc/doxygroups.h (added) * 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_cksum.h (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_osta.c (modified) * uspace/srv/fs/udf/udf_types.h (modified) * uspace/srv/fs/udf/udf_volume.c (modified) * uspace/srv/fs/udf/udf_volume.h (modified) * uspace/srv/hid/s3c24xx_ts/doc/doxygroups.h (added) * uspace/srv/hid/s3c24xx_ts/s3c24xx_ts.c (modified) * uspace/srv/vfs/doc/doxygroups.h (added) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_file.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) Categorize the remaining orphan doxygroups Thu, 30 Aug 2018 12:56:12 GMT Jakub Jermar [a63966d] * uspace/app/barber/doc/doxygroups.h (added) * uspace/app/bithenge/doc/doxygroups.h (added) * uspace/app/contacts/doc/doxygroups.h (added) * uspace/app/corecfg/doc/doxygroups.h (added) * uspace/app/devctl/doc/doxygroups.h (added) * uspace/app/df/doc/doxygroups.h (added) * uspace/app/dltest/doc/doxygroups.h (added) * uspace/app/dnscfg/doc/doxygroups.h (added) * uspace/app/dnsres/doc/doxygroups.h (added) * uspace/app/download/doc/doxygroups.h (added) * uspace/app/edit/doc/doxygroups.h (added) * uspace/app/fdisk/doc/doxygroups.h (added) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/fontviewer/doc/doxygroups.h (added) * uspace/app/getterm/doc/doxygroups.h (added) * uspace/app/getterm/getterm.c (modified) * uspace/app/gunzip/doc/doxygroups.h (added) * uspace/app/inet/doc/doxygroups.h (added) * uspace/app/init/doc/doxygroups.h (added) * uspace/app/init/init.c (modified) * uspace/app/kill/doc/doxygroups.h (added) * uspace/app/killall/doc/doxygroups.h (added) * uspace/app/kio/doc/doxygroups.h (added) * uspace/app/kio/kio.c (modified) * uspace/app/loc/doc/doxygroups.h (added) * uspace/app/logset/doc/doxygroups.h (added) * uspace/app/mixerctl/doc/doxygroups.h (added) * uspace/app/mkbd/doc/doxygroups.h (added) * uspace/app/modplay/doc/doxygroups.h (added) * uspace/app/modplay/modplay.c (modified) * uspace/app/netecho/doc/doxygroups.h (added) * uspace/app/nic/doc/doxygroups.h (added) * uspace/app/nterm/doc/doxygroups.h (added) * uspace/app/ping/doc/doxygroups.h (added) * uspace/app/pkg/doc/doxygroups.h (added) * uspace/app/redir/doc/doxygroups.h (added) * uspace/app/redir/redir.c (modified) * uspace/app/stats/doc/doxygroups.h (added) * uspace/app/stats/stats.c (modified) * uspace/app/sysinfo/doc/doxygroups.h (added) * uspace/app/sysinst/doc/doxygroups.h (added) * uspace/app/taskdump/doc/doxygroups.h (added) * uspace/app/tester/doc/doxygroups.h (added) * uspace/app/tester/hw/serial/serial1.c (modified) * uspace/app/tester/tester.c (modified) * uspace/app/tetris/doc/doxygroups.h (added) * uspace/app/tetris/tetris.c (modified) * uspace/app/tmon/doc/doxygroups.h (added) * uspace/app/top/doc/doxygroups.h (added) * uspace/app/trace/doc/doxygroups.h (added) * uspace/app/untar/doc/doxygroups.h (added) * uspace/app/vcalc/doc/doxygroups.h (added) * uspace/app/vdemo/doc/doxygroups.h (added) * uspace/app/viewer/doc/doxygroups.h (added) * uspace/app/vlaunch/doc/doxygroups.h (added) * uspace/app/vol/doc/doxygroups.h (added) * uspace/app/vterm/doc/doxygroups.h (added) * uspace/app/vuhid/doc/doxygroups.h (added) * uspace/app/wavplay/doc/doxygroups.h (added) * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/app/wavplay/wave.h (modified) * uspace/app/websrv/doc/doxygroups.h (added) * uspace/lib/c/include/ipc/loc.h (modified) * uspace/srv/logger/doc/doxygroups.h (modified) * uspace/srv/net/dnsrsrv/dns_msg.c (modified) * uspace/srv/net/dnsrsrv/dns_msg.h (modified) * uspace/srv/net/dnsrsrv/dns_std.h (modified) * uspace/srv/net/dnsrsrv/dns_type.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/doc/doxygroups.h (modified) Provide doc/doxygroups.h for most apps Thu, 30 Aug 2018 10:41:16 GMT Jakub Jermar [9905da7] * doxygen/doxygen.cfg.diff (modified) Generate treeview in doxygen documentation Thu, 30 Aug 2018 10:40:33 GMT Jakub Jermar [c8ea6eca] * uspace/doc/doxygroups.h (modified) * uspace/drv/audio/hdaudio/doc/doxygroups.h (added) * uspace/drv/audio/sb16/doc/doxygroups.h (added) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/block/ata_bd/ata_bd.h (modified) * uspace/drv/block/ata_bd/ata_hw.h (modified) * uspace/drv/block/ata_bd/doc/doxygroups.h (added) * uspace/drv/block/ata_bd/main.c (modified) * uspace/drv/block/ata_bd/main.h (modified) * uspace/drv/bus/usb/ehci/doc/doxygroups.h (added) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ohci/doc/doxygroups.h (added) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/doc/doxygroups.h (added) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/link_pointer.h (modified) * uspace/drv/bus/usb/uhci/hw_struct/queue_head.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/transfer_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.h (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.h (modified) * uspace/drv/bus/usb/usbdiag/doc/doxygroups.h (added) * uspace/drv/bus/usb/xhci/doc/doxygroups.h (added) * uspace/drv/char/i8042/doc/doxygroups.h (added) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/i8042/i8042.h (modified) * uspace/drv/char/i8042/main.c (modified) * uspace/drv/char/pl050/doc/doxygroups.h (added) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (modified) * uspace/drv/fb/kfb/doc/doxygroups.h (added) * uspace/drv/fb/kfb/port.h (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/atkbd/atkbd.h (modified) * uspace/drv/hid/atkbd/doc/doxygroups.h (added) * uspace/drv/hid/atkbd/main.c (modified) * uspace/drv/hid/ps2mouse/doc/doxygroups.h (added) * uspace/drv/hid/ps2mouse/main.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.h (modified) * uspace/drv/hid/xtkbd/doc/doxygroups.h (added) * 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/doc/doxygroups.h (added) * uspace/drv/intctl/i8259/doc/doxygroups.h (added) * uspace/drv/intctl/i8259/i8259.h (modified) * uspace/drv/intctl/i8259/main.c (modified) * uspace/drv/intctl/icp-ic/doc/doxygroups.h (added) * uspace/drv/intctl/icp-ic/icp-ic.h (modified) * uspace/drv/intctl/icp-ic/icp-ic_hw.h (modified) * uspace/drv/intctl/icp-ic/main.c (modified) * uspace/drv/intctl/obio/doc/doxygroups.h (added) * uspace/drv/intctl/obio/main.c (modified) * uspace/drv/intctl/obio/obio.h (modified) * uspace/drv/nic/ne2k/doc/doxygroups.h (added) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/lib/draw/doc/doxygroups.h (added) * uspace/lib/drv/include/ahci_iface.h (modified) * uspace/lib/graph/doc/doxygroups.h (added) * uspace/lib/gui/doc/doxygroups.h (added) * uspace/lib/hound/doc/doxygroups.h (added) * uspace/lib/label/include/std/fat.h (modified) * uspace/lib/label/include/std/gpt.h (modified) * uspace/lib/label/include/std/mbr.h (modified) * uspace/srv/bd/file_bd/doc/doxygroups.h (added) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/sata_bd/doc/doxygroups.h (added) * uspace/srv/bd/sata_bd/sata_bd.c (modified) * uspace/srv/bd/sata_bd/sata_bd.h (modified) * uspace/srv/hid/input/port/chardev.c (modified) Improve doxygen documentation Wed, 29 Aug 2018 21:26:21 GMT Jakub Jermar [4122410] * uspace/doc/doxygroups.h (modified) * uspace/drv/bus/isa/doc/doxygroups.h (added) * uspace/drv/bus/isa/isa.c (modified) * uspace/drv/bus/pci/pciintel/doc/doxygroups.h (added) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/char/ns8250/doc/doxygroups.h (added) * uspace/drv/char/ns8250/ns8250.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc_regs.h (modified) * uspace/drv/fb/amdm37x_dispc/doc/doxygroups.h (added) * uspace/drv/fb/amdm37x_dispc/main.c (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/platform/amdm37x/amdm37x.h (modified) * uspace/drv/platform/amdm37x/cm/clock_control.h (modified) * uspace/drv/platform/amdm37x/cm/core.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/doc/doxygroups.h (added) * uspace/drv/platform/amdm37x/main.c (modified) * uspace/drv/platform/amdm37x/prm/clock_control.h (modified) * uspace/drv/platform/amdm37x/prm/global_reg.h (modified) * uspace/drv/platform/amdm37x/prm/usbhost.h (modified) * uspace/drv/platform/amdm37x/uhh.h (modified) * uspace/drv/platform/amdm37x/usbtll.h (modified) * uspace/drv/platform/icp/doc/doxygroups.h (added) * uspace/drv/platform/icp/icp.c (modified) * uspace/drv/platform/mac/doc/doxygroups.h (added) * uspace/drv/platform/mac/mac.c (modified) * uspace/drv/platform/malta/doc/doxygroups.h (added) * uspace/drv/platform/malta/malta.c (modified) * uspace/drv/platform/msim/doc/doxygroups.h (added) * uspace/drv/platform/msim/msim.c (modified) * uspace/drv/platform/pc/doc/doxygroups.h (added) * uspace/drv/platform/pc/pc.c (modified) * uspace/drv/platform/ski/doc/doxygroups.h (added) * uspace/drv/platform/ski/ski.c (modified) * uspace/drv/platform/sun4u/doc/doxygroups.h (added) * uspace/drv/platform/sun4u/sun4u.c (modified) * uspace/drv/platform/sun4v/doc/doxygroups.h (added) * uspace/drv/platform/sun4v/sun4v.c (modified) * uspace/drv/root/root/doc/doxygroups.h (added) * uspace/drv/root/root/root.c (modified) * uspace/drv/root/virt/doc/doxygroups.h (added) * uspace/drv/root/virt/virt.c (modified) * uspace/drv/time/cmos-rtc/cmos-regs.h (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/drv/time/cmos-rtc/doc/doxygroups.h (added) * uspace/lib/block/doc/doxygroups.h (added) * uspace/lib/c/arch/abs32le/include/libarch/faddr.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/config.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/faddr.h (modified) * uspace/lib/c/doc/doxygroups.h (added) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/clui/doc/doxygroups.h (added) * uspace/lib/clui/tinput.c (modified) * uspace/lib/dltest/dltest.c (modified) * uspace/lib/dltest/doc/doxygroups.h (added) * uspace/lib/dltest/libdltest.h (modified) * uspace/lib/drv/doc/doxygroups.h (added) * uspace/lib/drv/generic/dev_iface.c (modified) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/interrupt.c (modified) * uspace/lib/ext4/doc/doxygroups.h (added) * uspace/lib/fdisk/doc/doxygroups.h (added) * uspace/lib/fs/doc/doxygroups.h (added) * uspace/lib/http/doc/doxygroups.h (added) * uspace/lib/ieee80211/doc/doxygroups.h (added) * uspace/lib/label/doc/doxygroups.h (added) * uspace/lib/math/doc/doxygroups.h (added) * uspace/lib/nettl/doc/doxygroups.h (added) * uspace/lib/nic/doc/doxygroups.h (added) * uspace/lib/posix/doc/doxygroups.h (added) * uspace/lib/scsi/doc/doxygroups.h (added) * uspace/lib/sif/doc/doxygroups.h (added) * uspace/lib/softfloat/doc/doxygroups.h (added) * uspace/lib/softint/doc/doxygroups.h (added) * uspace/lib/softrend/doc/doxygroups.h (added) * uspace/lib/trackmod/doc/doxygroups.h (added) * uspace/lib/untar/doc/doxygroups.h (added) * uspace/lib/uri/doc/doxygroups.h (added) * uspace/srv/audio/hound/doc/doxygroups.h (added) * uspace/srv/bd/rd/doc/doxygroups.h (added) * uspace/srv/bd/vbd/doc/doxygroups.h (added) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/devman/doc/doxygroups.h (added) * uspace/srv/devman/drv_conn.c (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/hid/compositor/doc/doxygroups.h (added) * uspace/srv/hid/console/doc/doxygroups.h (added) * uspace/srv/hid/input/doc/doxygroups.h (added) * 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_dvorak.c (modified) * uspace/srv/hid/input/layout/us_qwerty.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/doc/doxygroups.h (added) * uspace/srv/hid/output/gfx/font-8x16.c (modified) * uspace/srv/hid/output/gfx/font-8x16.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/doc/doxygroups.h (added) * uspace/srv/klog/doc/doxygroups.h (added) * uspace/srv/klog/klog.c (modified) * uspace/srv/loader/doc/doxygroups.h (added) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/category.c (modified) * uspace/srv/locsrv/category.h (modified) * uspace/srv/locsrv/doc/doxygroups.h (added) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/locsrv/locsrv.h (modified) * uspace/srv/logger/doc/doxygroups.h (added) * uspace/srv/logger/main.c (modified) * uspace/srv/logger/writer.c (modified) * uspace/srv/net/doc/doxygroups.h (added) * uspace/srv/ns/doc/doxygroups.h (added) * uspace/srv/taskmon/doc/doxygroups.h (added) * uspace/srv/volsrv/doc/doxygroups.h (added) Improve Doxygen documentaion This is stil WiP. A number of ... Wed, 29 Aug 2018 16:49:03 GMT Jakub Jermar [46f7b64] * kernel/doc/doxygroups.h (modified) Add abs32le to kernel doxygroups.h Wed, 29 Aug 2018 15:11:37 GMT Jakub Jermar [b1276d44] * doxygen/doxygen.cfg.diff (modified) * kernel/arch/ia64/include/arch/drivers/kbd.h (modified) * kernel/doc/doxygroups.h (modified) Enable all doxygen sections for the kernel Wed, 29 Aug 2018 14:50:43 GMT Jakub Jermar [c606e33] * kernel/arch/abs32le/include/arch/mm/asid.h (modified) Fix doxygen group Mon, 27 Aug 2018 14:17:14 GMT Jiri Svoboda [aab85d90] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/mkext4/Makefile (added) * uspace/app/mkext4/mkext4.c (added) * uspace/lib/ext4/include/ext4/filesystem.h (modified) * uspace/lib/ext4/include/ext4/ialloc.h (modified) * uspace/lib/ext4/include/ext4/superblock.h (modified) * uspace/lib/ext4/include/ext4/types.h (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ialloc.c (modified) * uspace/lib/ext4/src/superblock.c (modified) * uspace/srv/volsrv/mkfs.c (modified) Basic Ext4 filesystem creation (can only create Ext2-old, 1K blocks). Sun, 26 Aug 2018 16:42:19 GMT Jakub Jermar [8867cf6] * uspace/lib/c/include/time.h (modified) Mark out HelenOS extensions by _HELENOS_SOURCE Sun, 26 Aug 2018 16:30:08 GMT Jakub Jermar [cca80a2] * uspace/lib/posix/include/posix/string.h (modified) Libposix string.h must not undef _HELENOS_SOURCE Libposix code ... Sat, 25 Aug 2018 22:21:25 GMT Jakub Jermar [bd41ac52] * uspace/app/barber/barber.c (modified) * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/bnchmark/bnchmark.c (modified) * uspace/app/modplay/modplay.c (modified) * uspace/app/stats/stats.c (modified) * uspace/app/tester/ipc/ping_pong.c (modified) * uspace/app/tester/ipc/starve.c (modified) * uspace/app/testread/testread.c (modified) * uspace/app/tetris/scores.h (modified) * uspace/app/tetris/screen.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/dist/src/c/demos/tetris/scores.h (modified) * uspace/dist/src/c/demos/tetris/tetris.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/usbdiag/tests.c (modified) * uspace/drv/bus/usb/vhc/hub/hub.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/isoch.c (modified) * uspace/drv/nic/e1k/e1k.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/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/io/console.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/private/futex.h (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/rndgen.c (modified) * uspace/lib/c/generic/stdlib.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/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/io/con_srv.h (modified) * uspace/lib/c/include/io/console.h (modified) * uspace/lib/c/include/sys/time.h (deleted) * uspace/lib/c/include/time.h (modified) * uspace/lib/cpp/include/__bits/chrono.hpp (modified) * uspace/lib/cpp/include/__bits/thread/threading.hpp (modified) * uspace/lib/drv/generic/remote_nic.c (modified) * uspace/lib/drv/include/nic_iface.h (modified) * uspace/lib/drv/include/ops/nic.h (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/nic/include/nic.h (modified) * uspace/lib/nic/include/nic_driver.h (modified) * uspace/lib/nic/include/nic_impl.h (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/pcm/include/pcm/format.h (modified) * uspace/lib/pcm/include/pcm/sample_format.h (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/posix/include/posix/sys/time.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/usb/include/usb/port.h (modified) * uspace/lib/usb/src/port.c (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/net/ethip/atrans.c (modified) * uspace/srv/net/ethip/atrans.h (modified) * uspace/srv/net/inetsrv/ntrans.c (modified) * uspace/srv/net/inetsrv/ntrans.h (modified) * uspace/srv/net/tcp/tcp_type.h (modified) Get rid of sys/time.h This commit moves the POSIX-like time ... Tue, 21 Aug 2018 10:51:26 GMT Jiri Svoboda [e2625b1a] * uspace/app/sysinst/sysinst.c (modified) Installer nits. Wed, 15 Aug 2018 15:58:48 GMT Jakub Jermar [f34d2be] * contrib/qemu/build-from-scratch.sh (modified) Upgrade to using QEMU 3.0.0 Mon, 13 Aug 2018 00:11:39 GMT Jiří Zárevúcky [0abc2ae] * kernel/arch/abs32le/include/arch/barrier.h (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/ia32/include/arch/barrier.h (modified) * kernel/arch/ia64/include/arch/barrier.h (modified) * kernel/arch/mips32/include/arch/barrier.h (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/ppc32/include/arch/barrier.h (modified) * kernel/arch/riscv64/include/arch/barrier.h (modified) * kernel/arch/sparc64/include/arch/barrier.h (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/synch/smc.c (modified) Remove single-argument version of smc_coherence. Sat, 11 Aug 2018 22:29:39 GMT Jiří Zárevúcky [05882233] * kernel/arch/abs32le/include/arch/atomic.h (modified) * kernel/arch/amd64/include/arch/atomic.h (modified) * kernel/arch/arm32/include/arch/mm/page.h (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/ia32/include/arch/atomic.h (modified) * kernel/arch/ia64/include/arch/mm/page.h (modified) * kernel/arch/ia64/src/drivers/it.c (modified) * kernel/arch/ia64/src/interrupt.c (modified) * kernel/arch/ia64/src/mm/as.c (modified) * kernel/arch/ia64/src/mm/page.c (modified) * kernel/arch/ia64/src/mm/tlb.c (modified) * kernel/arch/mips32/src/debugger.c (modified) * kernel/arch/sparc64/include/arch/asm.h (modified) * kernel/arch/sparc64/include/arch/atomic.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/tlb.h (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/mm/sun4v/tsb.c (modified) * kernel/arch/sparc64/src/smp/sun4u/ipi.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/genarch/src/mm/page_ht.c (modified) * kernel/genarch/src/mm/page_pt.c (modified) * kernel/generic/include/barrier.h (moved) * kernel/generic/include/preemption.h (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/include/synch/spinlock.h (modified) * kernel/generic/src/adt/cht.c (modified) * kernel/generic/src/mm/backend_elf.c (modified) * kernel/generic/src/mm/page.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/smp/smp_call.c (modified) * kernel/generic/src/synch/rcu.c (modified) * kernel/generic/src/synch/smc.c (modified) * kernel/generic/src/synch/spinlock.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/bus/usb/ehci/endpoint_list.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/mem_access.h (modified) * uspace/drv/bus/usb/ohci/endpoint_list.c (modified) * uspace/drv/bus/usb/uhci/transfer_list.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/bus/usb/xhci/trb_ring.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/smp_memory_barrier.c (modified) * uspace/lib/c/generic/thread/rcu.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/barrier.h (moved) * uspace/lib/c/include/rcu.h (modified) * uspace/lib/c/include/smp_memory_barrier.h (deleted) * uspace/lib/virtio/virtio.c (modified) Unify various barrier includes into Sat, 11 Aug 2018 02:43:32 GMT Jiří Zárevúcky [498ced1] * uspace/app/rcutest/rcutest.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/refcount.h (added) * uspace/lib/drv/generic/driver.c (modified) * uspace/lib/drv/generic/private/driver.h (modified) * uspace/lib/usbhost/include/usb/host/endpoint.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/src/endpoint.c (modified) * uspace/srv/audio/hound/audio_data.c (modified) * uspace/srv/audio/hound/audio_data.h (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/bd/vbd/types/vbd.h (modified) * uspace/srv/devman/dev.c (modified) * uspace/srv/devman/devman.h (modified) * uspace/srv/devman/driver.c (modified) * uspace/srv/devman/fun.c (modified) * uspace/srv/fs/exfat/exfat.h (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/fs/udf/udf.h (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/tcp_type.h (modified) * uspace/srv/net/udp/assoc.c (modified) * uspace/srv/net/udp/udp_type.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/types/part.h (modified) * uspace/srv/volsrv/types/volume.h (modified) * uspace/srv/volsrv/volume.c (modified) Unify reference counting and remove some unnecessary instances of ... Fri, 10 Aug 2018 22:06:29 GMT Jakub Jermar [b13d80b] * kernel/arch/ia64/src/start.S (modified) Configure speculative TLB miss faults to defer Without this, ... Thu, 09 Aug 2018 18:30:45 GMT Jakub Jermar [21a0d8a] * uspace/drv/hid/atkbd/atkbd.c (modified) atkbd: Explicitly enable the keyboard Do not rely on the keyboard ... Wed, 08 Aug 2018 16:34:47 GMT Jiri Svoboda [3cdd876] * uspace/app/sysinst/sysinst.c (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) Sysinst needs updating. Wed, 08 Aug 2018 13:09:24 GMT Jiri Svoboda [44428bb] * uspace/app/fdisk/fdisk.c (modified) Fix broken partition creation in fdisk (oops). Wed, 08 Aug 2018 10:08:53 GMT Jiri Svoboda [1dcba91] * boot/Makefile (modified) * uspace/app/contacts/contacts.c (modified) * uspace/dist/vol/.keep (deleted) * uspace/lib/sif/private/sif.h (modified) * uspace/lib/sif/src/sif.c (modified) * uspace/srv/volsrv/Makefile (modified) * uspace/srv/volsrv/test/volume.c (modified) * uspace/srv/volsrv/types/volume.h (modified) * uspace/srv/volsrv/volsrv.c (modified) * uspace/srv/volsrv/volume.c (modified) * uspace/srv/volsrv/volume.h (modified) Configuration repository for volume server. Mon, 06 Aug 2018 18:40:12 GMT Jiri Svoboda [7ab7075f] * uspace/app/tester/stdio/stdio2.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/test/stdio.c (modified) * uspace/lib/posix/test/stdio.c (modified) * uspace/lib/sif/src/sif.c (modified) Add support for 'x' fopen file mode modifier from C11. Sat, 04 Aug 2018 14:23:17 GMT Martin Decky [7afd12e5] * boot/generic/include/printf_verify.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/test/print/print5.c (modified) * uspace/lib/c/include/io/verify.h (modified) unify format verification Sat, 04 Aug 2018 14:03:57 GMT Martin Decky [c8c418cf] * uspace/Makefile.common (modified) * uspace/app/sbi/src/ancr.c (modified) add explicit breaks that do not hurt anybody Fri, 03 Aug 2018 17:12:20 GMT Jiří Zárevúcky [c8da69d] * uspace/lib/ieee80211/src/ieee80211.c (modified) Oops. Fri, 03 Aug 2018 17:10:12 GMT Jiří Zárevúcky [f7eb182] * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) A bit more change-proof max header length. Fri, 03 Aug 2018 16:57:18 GMT Jiří Zárevúcky [158da11] * uspace/app/tester/print/print3.c (modified) * uspace/app/tester/print/print5.c (modified) Use pragmas to disable specific diagnostics in tester. Fri, 03 Aug 2018 16:56:31 GMT Jiří Zárevúcky [8ee620c] * uspace/lib/crypto/aes.c (modified) Overlap in memcpy(). Fri, 03 Aug 2018 16:56:31 GMT Jiří Zárevúcky [02246b8] * uspace/app/tetris/tetris.c (modified) * uspace/app/tetris/tetris.h (modified) Insufficient buffer size. Fri, 03 Aug 2018 16:56:31 GMT Jiří Zárevúcky [e71c023] * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) Fix stack corruption in ieee80211 (courtesy of hosted mode diagnostics). Fri, 03 Aug 2018 16:56:31 GMT Jiří Zárevúcky [3767bdb] * uspace/lib/c/generic/thread/atomic.c (modified) Add new form atomic builtins for arm. Fri, 03 Aug 2018 14:51:07 GMT Jiří Zárevúcky [c92dfed] * HelenOS.config (modified) * kernel/Makefile (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * tools/toolchain.sh (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/cpp/include/__bits/io/istream.hpp (modified) * uspace/lib/cpp/include/__bits/io/streambuf.hpp (modified) Bump GCC version to 8.2.0 Fri, 03 Aug 2018 12:41:38 GMT Martin Decky [f2c8f55] * abi/include/abi/ipc/methods.h (modified) * kernel/generic/src/ipc/ops/sharein.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) IPC_M_SHARE_IN: source has no business deciding destination address ... Fri, 03 Aug 2018 10:16:47 GMT Martin Decky [f67d8ee] * abi/include/abi/ipc/methods.h (modified) improve documentation of IPC_M_CONNECT_TO_ME and IPC_M_CONNECT_ME_TO Thu, 02 Aug 2018 20:44:50 GMT Jakub Jermar [9b7adc38] * kernel/arch/ia64/src/interrupt.c (modified) Fix ia64 build when CONFIG_FPU_LAZY is disabled Thu, 02 Aug 2018 20:38:05 GMT Jakub Jermar [7cd7a8d] * kernel/arch/ia64/include/arch/context.h (modified) * kernel/arch/ia64/include/arch/context_struct.h (modified) * kernel/arch/ia64/include/arch/register.h (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/fpu_context.c (modified) Preserve AR.FPSR in thread context AR.FPSR is a preserved register ... Thu, 02 Aug 2018 16:25:48 GMT Jiří Zárevúcky [0c27956] * kernel/arch/sparc64/include/arch/context_struct.h (modified) * kernel/arch/sparc64/src/context.S (modified) Fix sparc64: context must save the thread pointer. Thu, 02 Aug 2018 14:14:14 GMT Jiri Svoboda [3b10ae36] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/contacts/Makefile (added) * uspace/app/contacts/contacts.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/sif/Makefile (added) * uspace/lib/sif/include/sif.h (added) * uspace/lib/sif/private/sif.h (added) * uspace/lib/sif/src/sif.c (added) * uspace/lib/sif/test/main.c (added) * uspace/lib/sif/test/sif.c (added) Merge SIF. Thu, 02 Aug 2018 13:54:33 GMT Jiri Svoboda [42964a7] * uspace/app/contacts/contacts.c (modified) Deleting a contact. Thu, 02 Aug 2018 12:03:39 GMT Jiri Svoboda [233a3a06] * uspace/app/contacts/contacts.c (modified) Contacts listing and unmarshalling. Thu, 02 Aug 2018 11:39:22 GMT Jiri Svoboda [7b87e1d] * uspace/lib/sif/private/sif.h (modified) * uspace/lib/sif/src/sif.c (modified) * uspace/lib/sif/test/sif.c (modified) Implement SIF attributes. Wed, 01 Aug 2018 20:20:52 GMT Jiří Zárevúcky [82d9087] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (deleted) * uspace/lib/c/arch/amd64/_link.ld.in (deleted) * uspace/lib/c/arch/arm32/_link.ld.in (deleted) * uspace/lib/c/arch/ia32/_link.ld.in (deleted) * uspace/lib/c/arch/ia64/_link.ld.in (deleted) * uspace/lib/c/arch/mips32/_link.ld.in (deleted) * uspace/lib/c/arch/mips32eb/_link.ld.in (deleted) * uspace/lib/c/arch/ppc32/_link.ld.in (deleted) * uspace/lib/c/arch/riscv64/_link.ld.in (deleted) * uspace/lib/c/arch/sparc64/_link.ld.in (deleted) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/elf64_ia64_loader.x (added) Use default linker scripts (as provided by the linker) in uspace. ... Wed, 01 Aug 2018 18:37:54 GMT Jiří Zárevúcky [f787c8e] * uspace/Makefile (modified) * uspace/app/rcubench/Makefile (deleted) * uspace/app/rcubench/rcubench.c (deleted) * uspace/app/rcutest/rcutest.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/private/futex.h (moved) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/fibril_synch.c (modified) * uspace/lib/c/generic/thread/futex.c (modified) * uspace/lib/c/generic/thread/mpsc.c (modified) * uspace/lib/c/generic/thread/rcu.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/srv/hid/input/ctl/stty.c (modified) Move some internal interfaces to private headers. Wed, 01 Aug 2018 18:15:53 GMT Jiří Zárevúcky [1de92fb0] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/thread/atomic.c (modified) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/mpsc.c (added) * uspace/lib/c/include/fibril_synch.h (modified) Implement MPSC FIFO channel and use it to pass inbound IPC calls to ... Wed, 01 Aug 2018 18:15:53 GMT Jiří Zárevúcky [6340b4d2] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/thread/atomic.c (moved) * uspace/lib/c/generic/thread/fibril.c (moved) * uspace/lib/c/generic/thread/fibril_synch.c (moved) * uspace/lib/c/generic/thread/futex.c (moved) * uspace/lib/c/generic/thread/rcu.c (moved) * uspace/lib/c/generic/thread/thread.c (moved) * uspace/lib/c/generic/thread/tls.c (moved) libc: Put threading-related files into a subdirectory. Wed, 01 Aug 2018 18:15:53 GMT Jiří Zárevúcky [d742db21] * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/fibril_synch.h (modified) Implement down_timeout() and close() operations for fibril semaphore. Wed, 01 Aug 2018 11:45:48 GMT Jiri Svoboda [1c398db2] * uspace/lib/sif/src/sif.c (modified) Need to use int instead of char to hold EOF. Wed, 01 Aug 2018 11:07:26 GMT Jiri Svoboda [9c5e3a5] * boot/Makefile.common (modified) * uspace/app/contacts/contacts.c (modified) * uspace/lib/sif/src/sif.c (modified) SIF node unmarshalling. Tue, 31 Jul 2018 13:42:19 GMT Jiri Svoboda [b79903b] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/contacts/Makefile (added) * uspace/app/contacts/contacts.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/sif/Makefile (added) * uspace/lib/sif/include/sif.h (added) * uspace/lib/sif/private/sif.h (added) * uspace/lib/sif/src/sif.c (added) * uspace/lib/sif/test/main.c (added) * uspace/lib/sif/test/sif.c (added) SIF, work-in-progress. Tue, 31 Jul 2018 12:32:34 GMT Jiri Svoboda [6bb136b2] * uspace/app/taskdump/taskdump.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) Limit userspace stack trace depth. Mon, 30 Jul 2018 20:15:38 GMT Jiří Zárevúcky [d4b7b29] * tools/ew.py (modified) tools/ew.py: use -netdev instead of the obsolete -net option Mon, 30 Jul 2018 20:15:38 GMT Jiří Zárevúcky [2965d18] * 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/private/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/io/kio.h (modified) Add debug counter for rmutex locks. Mon, 30 Jul 2018 18:55:22 GMT Jiří Zárevúcky [8080262] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/ipc/common.h (modified) Replace remaining explicit uses of futex_t outside fibril ... Sat, 28 Jul 2018 10:57:15 GMT Martin Decky [b4c8a7b] * tools/autotool.py (modified) remove extra space Sat, 28 Jul 2018 10:55:52 GMT Martin Decky [12bdbcc6] * tools/autotool.py (modified) make the toolchain error message just slightly more informative Thu, 26 Jul 2018 10:38:09 GMT Martin Decky [3943da1] * uspace/lib/fs/libfs.c (modified) vfs_connection does not have to listen on the fallback port Thu, 26 Jul 2018 10:20:16 GMT Martin Decky [efa3136] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/include/async.h (modified) cstyle (no change in functionality) Wed, 25 Jul 2018 17:04:03 GMT Jiri Svoboda [2d78d88] * uspace/app/fdisk/fdisk.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/ipc/vol.h (modified) * uspace/lib/c/include/types/label.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/label/src/mbr.c (modified) * uspace/lib/label/test/label.c (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/volsrv.c (modified) Modifying mount point for a partition. Tue, 24 Jul 2018 19:08:35 GMT Jakub Jermar [bec18a9] * uspace/srv/volsrv/part.c (modified) Fix quotation Tue, 24 Jul 2018 09:43:38 GMT Jiri Svoboda [64ffd83] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/ipc/vol.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/srv/volsrv/Makefile (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/test/main.c (added) * uspace/srv/volsrv/test/volume.c (added) * uspace/srv/volsrv/types/part.h (modified) * uspace/srv/volsrv/types/volume.h (added) * uspace/srv/volsrv/volsrv.c (modified) * uspace/srv/volsrv/volume.c (added) * uspace/srv/volsrv/volume.h (added) Configuring mount point for (newly created) paritions. Fri, 20 Jul 2018 18:33:14 GMT Jiří Zárevúcky [05208d9] * uspace/lib/c/generic/fibril.c (modified) Single-threaded optimization for ready_semaphore performance. Fri, 20 Jul 2018 16:27:20 GMT Jiří Zárevúcky [514d561] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/fibril.h (modified) Fibril/async implementation overhaul. This commit marks the move ... Thu, 19 Jul 2018 21:02:13 GMT Jiří Zárevúcky [7137f74c] * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (modified) * uspace/lib/c/generic/atomic.c (moved) * uspace/lib/cpp/Makefile (modified) Implement some of GCC's __sync_* builtins in using . Thu, 19 Jul 2018 19:34:22 GMT Jiří Zárevúcky [5a50430] * uspace/Makefile.common (modified) Enable -Werror for C++. Thu, 19 Jul 2018 14:23:49 GMT Jiří Zárevúcky [0d83cf6f] * uspace/lib/c/include/sys/time.h (modified) Remove TIMEVAL_MAX, it's not as useful as I thought it would be. Thu, 19 Jul 2018 11:55:19 GMT Jiri Svoboda [9d8307a] * uspace/lib/c/generic/private/scanf.h (added) * uspace/lib/c/generic/private/sstream.h (modified) * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/generic/stdio/sstream.c (modified) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/test/stdlib.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdlib/strtold.c (deleted) Reimplement strtold function in libc.