# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-01T00:59:54Z Mon, 24 Sep 2018 19:50:24 GMT Jiri Svoboda [5e6b76d] * tools/build-ccheck.sh (modified) Fix nit in build-ccheck.sh. Mon, 24 Sep 2018 15:41:04 GMT Jiří Zárevúcky [42da5ed] * uspace/lib/c/generic/private/futex.h (modified) Fix clang build Mon, 24 Sep 2018 15:41:04 GMT Jiří Zárevúcky [34c76e2f] * tools/build-ccheck.sh (modified) Bump sycek revision Mon, 24 Sep 2018 15:36:21 GMT Jiří Zárevúcky [97b1dfc2] * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/src/unistd.c (modified) Make libposix headers understand _FILE_OFFSET_BITS and ... Sat, 22 Sep 2018 14:38:04 GMT Jiří Zárevúcky [631281d] * uspace/lib/posix/include/posix/sys/types.h (modified) Work around libiconv stupidity by not including from ... Fri, 21 Sep 2018 21:01:00 GMT Jakub Jermar [cbc3587] * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) Remove infinite loops from kernel ns16550 driver Replace potential ... Thu, 20 Sep 2018 16:13:43 GMT Jiří Zárevúcky [8591b31] * kernel/generic/include/atomic.h (modified) * uspace/Makefile.common (modified) * uspace/app/tester/print/print3.c (modified) * uspace/lib/c/generic/private/futex.h (modified) * uspace/lib/c/test/string.c (modified) * uspace/lib/virtio/virtio.c (modified) Fix most clang issues Build error in futex.c remains because the ... Thu, 20 Sep 2018 16:06:24 GMT Jiří Zárevúcky [9a5ae815] * uspace/lib/c/generic/string.c (modified) * uspace/lib/c/include/string.h (modified) Fix strxfrm() return type Thu, 20 Sep 2018 15:34:44 GMT Jiří Zárevúcky [460ea7e] * uspace/app/fdisk/fdisk.c (modified) Fix use of uninitialized variable Tue, 18 Sep 2018 14:50:22 GMT Jiří Zárevúcky [9b8be79] * .gitignore (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/libc (added) * uspace/lib/posix/include/posix/assert.h (deleted) * uspace/lib/posix/include/posix/ctype.h (modified) * uspace/lib/posix/include/posix/dirent.h (deleted) * uspace/lib/posix/include/posix/dlfcn.h (modified) * uspace/lib/posix/include/posix/errno.h (deleted) * uspace/lib/posix/include/posix/fcntl.h (modified) * uspace/lib/posix/include/posix/getopt.h (modified) * uspace/lib/posix/include/posix/inttypes.h (deleted) * uspace/lib/posix/include/posix/iso646.h (deleted) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/locale.h (modified) * uspace/lib/posix/include/posix/malloc.h (deleted) * uspace/lib/posix/include/posix/math.h (deleted) * uspace/lib/posix/include/posix/pthread.h (modified) * uspace/lib/posix/include/posix/pwd.h (modified) * uspace/lib/posix/include/posix/setjmp.h (deleted) * uspace/lib/posix/include/posix/signal.h (modified) * uspace/lib/posix/include/posix/stdarg.h (deleted) * uspace/lib/posix/include/posix/stdbool.h (deleted) * uspace/lib/posix/include/posix/stddef.h (deleted) * uspace/lib/posix/include/posix/stdint.h (deleted) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/include/posix/string.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/time.h (modified) * uspace/lib/posix/include/posix/sys/types.h (modified) * uspace/lib/posix/include/posix/sys/wait.h (modified) * uspace/lib/posix/include/posix/time.h (modified) * uspace/lib/posix/include/posix/ucontext.h (modified) * uspace/lib/posix/include/posix/unistd.h (modified) * uspace/lib/posix/src/ctype.c (modified) * uspace/lib/posix/src/dlfcn.c (modified) * uspace/lib/posix/src/fcntl.c (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/posix/src/locale.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/pthread/threads.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/stdlib.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/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/posix/test/stdio.c (modified) * uspace/lib/posix/test/stdlib.c (modified) * uspace/lib/posix/test/unistd.c (modified) libposix: Change header organization and remove passthrough headers ... Tue, 18 Sep 2018 14:50:22 GMT Jiří Zárevúcky [7570a95f] * uspace/Makefile.common (modified) Pass system include dirs via -isystem, for correct ordering We need ... Tue, 18 Sep 2018 14:50:22 GMT Jiří Zárevúcky [173b3bd] * boot/Makefile.build (modified) Remove unnecessary boot cflags Sat, 15 Sep 2018 17:13:09 GMT Jiri Svoboda [6f58770] * tools/ccheck.sh (modified) Allow overriding ccheck tool by environment variable. Fri, 14 Sep 2018 23:15:04 GMT Jakub Jermar [cc74cb5] * kernel/arch/ia64/include/arch/context.h (modified) * kernel/arch/ia64/include/arch/register.h (modified) * kernel/arch/ia64/src/fpu_context.c (modified) Set FPSR.sf1 controls to standard values The Itanium Software ... 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. Thu, 13 Sep 2018 10:10:46 GMT Jiří Zárevúcky [b2aaaa0] * tools/autotool.py (modified) * uspace/lib/posix/Makefile (modified) Remove duplicate cc_args from autotool.py, fix mips Wed, 12 Sep 2018 16:51:07 GMT Jiří Zárevúcky [83932dc9] * uspace/lib/math/Makefile (modified) * uspace/lib/math/generic/cos.c (added) * uspace/lib/math/generic/fmod.c (modified) * uspace/lib/math/generic/fmodf.c (added) * uspace/lib/math/generic/internal.h (added) * uspace/lib/math/generic/sin.c (added) * uspace/lib/math/generic/sincos.c (added) * uspace/lib/math/generic/trig.c (modified) Split up libmath functions into more files so that they don't ... Wed, 12 Sep 2018 15:31:00 GMT Jiří Zárevúcky [ec9aadd] * uspace/lib/posix/Makefile (modified) Do not use GCC specsfiles for building ports Wed, 12 Sep 2018 13:30:09 GMT Vojtech Horky [3da0ee4] * uspace/lib/pcut/NOTE (added) Add maintenance notes to PCUT directory Wed, 12 Sep 2018 13:23:03 GMT Vojtech Horky [4b54bd9] * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/README.rst (deleted) * uspace/lib/pcut/helenos.mak (modified) * uspace/lib/pcut/include/pcut/asserts.h (modified) * uspace/lib/pcut/src/assert.c (modified) * uspace/lib/pcut/src/helper.c (added) * uspace/lib/pcut/src/internal.h (modified) * uspace/lib/pcut/src/list.c (modified) * uspace/lib/pcut/src/main.c (modified) * uspace/lib/pcut/src/os/generic.c (modified) * uspace/lib/pcut/src/os/helenos.c (modified) * uspace/lib/pcut/src/os/stdc.c (modified) * uspace/lib/pcut/src/os/unix.c (modified) * uspace/lib/pcut/src/os/windows.c (modified) * uspace/lib/pcut/src/preproc.c (modified) * uspace/lib/pcut/src/print.c (modified) * uspace/lib/pcut/src/report/report.c (modified) * uspace/lib/pcut/src/report/tap.c (modified) * uspace/lib/pcut/src/report/xml.c (modified) * uspace/lib/pcut/src/run.c (modified) * uspace/lib/pcut/tests/abort.c (modified) * uspace/lib/pcut/tests/asserts.c (modified) * uspace/lib/pcut/tests/beforeafter.c (modified) * uspace/lib/pcut/tests/errno.c (modified) * uspace/lib/pcut/tests/inithook.c (modified) * uspace/lib/pcut/tests/manytests.c (modified) * uspace/lib/pcut/tests/preinithook.c (modified) * uspace/lib/pcut/tests/printing.c (modified) * uspace/lib/pcut/tests/simple.c (modified) * uspace/lib/pcut/tests/skip.c (modified) * uspace/lib/pcut/tests/suite1.c (modified) * uspace/lib/pcut/tests/suite2.c (modified) * uspace/lib/pcut/tests/suite_all.c (modified) * uspace/lib/pcut/tests/suites.c (modified) * uspace/lib/pcut/tests/teardown.c (modified) * uspace/lib/pcut/tests/teardownaborts.c (modified) * uspace/lib/pcut/tests/tested.c (modified) * uspace/lib/pcut/tests/testlist.c (modified) * uspace/lib/pcut/tests/timeout.c (modified) * uspace/lib/pcut/tests/xmlreport.c (modified) * uspace/lib/pcut/update-from-master.sh (modified) Update PCUT to latest revision Wed, 12 Sep 2018 10:52:28 GMT Vojtech Horky [275530a4] * tools/ccheck.sh (modified) Sycek shall ignore PCUT library The library itself is imported ... 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.