# # ChangeLog for uspace/lib in mainline # # Generated by Trac 1.6 # 2026-05-25T22:07:52Z Mon, 25 Jun 2018 21:45:05 GMT Jakub Jermar [fbfe59d] * boot/Makefile.common (modified) * tools/ew.py (modified) * uspace/Makefile (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/nic/virtio-net/Makefile (added) * uspace/drv/nic/virtio-net/virtio-net.c (added) * uspace/drv/nic/virtio-net/virtio-net.h (added) * uspace/drv/nic/virtio-net/virtio-net.ma (added) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/virtio/Makefile (added) * uspace/lib/virtio/virtio-pci.c (added) * uspace/lib/virtio/virtio-pci.h (added) * uspace/lib/virtio/virtio.c (added) Merge branch 'virtio-net' This commit merges basic support for the ... Mon, 25 Jun 2018 21:37:48 GMT Jakub Jermar [417aaafb] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Protect the virtqueue with a mutex Mon, 25 Jun 2018 15:49:26 GMT Jiri Svoboda [2498b95] * uspace/lib/bithenge/src/helenos/common.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/mem.c (modified) * uspace/lib/c/include/mem.h (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/mem.c (added) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/src/string.c (modified) Move memchr to libc and add tests for other memxxx functions. Mon, 25 Jun 2018 11:08:04 GMT Jiri Svoboda [bfe90b6] * uspace/lib/c/generic/stdio.c (modified) Remove forgotten debug print. Mon, 25 Jun 2018 09:54:28 GMT Jiri Svoboda [4e6a610] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio.c (modified) * uspace/lib/c/generic/tmpfile.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/tmpfile.h (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/stdio.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/posix/test/main.c (modified) * uspace/lib/posix/test/scanf.c (deleted) * uspace/lib/posix/test/stdio.c (added) * uspace/lib/posix/test/stdlib.c (added) * uspace/lib/posix/test/unistd.c (added) Temporary file functions rework. Fix libposix access() not working on ... Sat, 23 Jun 2018 19:25:56 GMT Jakub Jermar [3f1d4d5] * uspace/lib/virtio/virtio.c (modified) Insist on the specified features Fri, 22 Jun 2018 20:27:31 GMT Jakub Jermar [9afd2a8] * uspace/lib/virtio/virtio.c (modified) The idx of the avail ring must always grow The index cannot wrap ... Fri, 22 Jun 2018 16:32:49 GMT Martin Decky [fb0ec570] * kernel/generic/include/stdbool.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.h (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/include/adt/hash_table.h (modified) * uspace/lib/c/include/cc.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/stdbool.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) cstyle improvements (no change in functionality) Thu, 21 Jun 2018 13:48:31 GMT Jiri Svoboda [a8b0c5d] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio/vsprintf.c (modified) Fix makefile. Thu, 21 Jun 2018 13:01:34 GMT Jiri Svoboda [296890f3] * uspace/lib/c/generic/io/snprintf.c (modified) * uspace/lib/c/generic/stdio/sprintf.c (added) * uspace/lib/c/generic/stdio/vsprintf.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/src/stdio.c (modified) sprintf, vsprintf belong in libc (as deprecated). Thu, 21 Jun 2018 12:27:09 GMT Jiri Svoboda [777832e] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio.c (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/vfs/vfs.h (modified) * uspace/lib/c/test/stdio.c (added) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/srv/vfs/vfs_file.c (modified) fgetpos, fsetpos, perror. Wed, 20 Jun 2018 18:58:44 GMT Jakub Jermar [b8ef198b] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Implement virtio-net interrupt handler Wed, 20 Jun 2018 18:58:11 GMT Jiri Svoboda [7d7bc09] * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/c/include/macros.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/test/stdlib.c (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/stdlib/strtold.c (modified) abs, labs, llabs. Tue, 19 Jun 2018 19:48:14 GMT Jiří Zárevúcky [3bd1d7d4] * uspace/lib/c/generic/async/server.c (modified) async: Use a dedicated futex for client hash table. Tue, 19 Jun 2018 19:46:03 GMT Jiří Zárevúcky [5c76cc61] * uspace/lib/c/generic/async/ports.c (modified) async: Lock interface hash table with a dedicated interface_futex, ... Tue, 19 Jun 2018 19:43:42 GMT Jiří Zárevúcky [9f272d9] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/private/ns.h (modified) Statically allocate session_ns. Tue, 19 Jun 2018 19:42:48 GMT Jiří Zárevúcky [47be512] * uspace/lib/c/include/adt/list.h (modified) Introduce list_pop(). Tue, 19 Jun 2018 11:48:03 GMT Jiri Svoboda [75c430e3] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/bsearch.c (added) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/include/bsearch.h (added) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/test/stdlib.c (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdlib.c (modified) Bsearch, getenv, system need to go to libc. (although we might ... Mon, 18 Jun 2018 14:22:05 GMT Jiri Svoboda [6c440362] * uspace/lib/c/generic/stdlib.c (modified) Free exit handler structure after running exit handler. Mon, 18 Jun 2018 13:56:02 GMT Jiri Svoboda [099c834] * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/libc.h (modified) * uspace/lib/c/generic/private/stdlib.h (added) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/test/stdlib.c (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdlib.c (modified) atexit, exit, _Exit, at_quick_exit, quick_exit, tests for strtol and ... Sat, 16 Jun 2018 22:23:55 GMT Jiri Svoboda [379db9ef] * uspace/lib/c/test/stdlib.c (added) Add missing test source. Sat, 16 Jun 2018 22:20:39 GMT Jiri Svoboda [8338a81] * abi/include/_bits/limits.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdlib.c (modified) div, ldiv, lldiv should go to libc's stdio.h Add MB_CUR_MAX. Adjust ... Sat, 16 Jun 2018 16:05:39 GMT Jakub Jermar [3d135e9] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Implement virtio_net_send Fri, 15 Jun 2018 13:06:18 GMT Jiri Svoboda [55092672] * uspace/app/bdsh/scli.h (modified) * uspace/app/sbi/src/os/os.h (modified) * uspace/app/untar/main.c (modified) * uspace/lib/bithenge/include/bithenge/os.h (modified) * uspace/lib/c/generic/elf/elf.c (modified) * uspace/lib/c/generic/strtol.c (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) Clean up libposix stdio.h and stdlib.h a bit. Fri, 15 Jun 2018 11:39:53 GMT Jiri Svoboda [1ae9c07] * uspace/lib/c/include/iso646.h (added) * uspace/lib/posix/include/posix/inttypes.h (modified) * uspace/lib/posix/include/posix/iso646.h (modified) * uspace/lib/posix/include/posix/limits.h (modified) * uspace/lib/posix/include/posix/stdint.h (modified) iso646.h is ISO C. (A)OFF64_MIN/MAX are neither POSIX nor ISO C. Fri, 15 Jun 2018 09:37:00 GMT Jiri Svoboda [e6bab27b] * uspace/lib/posix/include/posix/assert.h (modified) * uspace/lib/posix/include/posix/dirent.h (modified) * uspace/lib/posix/include/posix/errno.h (modified) * uspace/lib/posix/include/posix/malloc.h (modified) * uspace/lib/posix/include/posix/stdarg.h (modified) * uspace/lib/posix/include/posix/stdbool.h (modified) * uspace/lib/posix/include/posix/stddef.h (modified) The headers malloc.h, stdarg.h, stddef.h and stdbool.h should just ... Thu, 14 Jun 2018 19:19:51 GMT GitHub [3b1cc8d] * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/fibril.h (modified) Add notification queue to the async framework. (#40) Instead of ... Thu, 14 Jun 2018 19:02:26 GMT Jiří Zárevúcky [587478b] * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/lib/c/include/io/pixel.h (modified) Fix some undefined behaviors. Thu, 14 Jun 2018 19:02:26 GMT Jiří Zárevúcky [2f7d77c6] * HelenOS.config (modified) * kernel/Makefile (modified) * kernel/generic/include/lib/memfnc.h (modified) * kernel/generic/include/mem.h (modified) * kernel/generic/src/lib/memfnc.c (modified) * kernel/generic/src/lib/ubsan.c (added) * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ubsan.c (added) * uspace/srv/fs/fat/fat_fat.c (modified) Add rudimentary support for undefined behavior sanitizer. Thu, 14 Jun 2018 12:59:51 GMT Jiri Svoboda [be2a20ac] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/private/sstream.h (added) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/generic/stdio/scanf.c (added) * uspace/lib/c/generic/stdio/sscanf.c (added) * uspace/lib/c/generic/stdio/sstream.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/stdio/scanf.c (added) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (deleted) Merge scanf family implementation. Thu, 14 Jun 2018 12:40:20 GMT Jiri Svoboda [80f345c] * uspace/lib/c/generic/stdio/scanf.c (modified) Need to carefully pass va_list around by reference to be portable. Wed, 13 Jun 2018 21:18:01 GMT Jiri Svoboda [f4aa1c8] * uspace/lib/c/test/stdio/scanf.c (modified) Add actual test for using range in scanf. Wed, 13 Jun 2018 17:11:44 GMT Jiri Svoboda [39f84ce4] * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/test/stdio/scanf.c (modified) Add range support to scanf's set conversion. Wed, 13 Jun 2018 17:07:58 GMT Jiří Zárevúcky [a55d76b1] * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/fibril_synch.h (modified) Implement a simple counting semaphore for fibrils. Wed, 13 Jun 2018 15:50:53 GMT Jiri Svoboda [5a6c28d1] * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/generic/stdio/sscanf.c (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/test/stdio/scanf.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (deleted) Replace libposix scanf with libc scanf. Wed, 13 Jun 2018 11:16:01 GMT Jiri Svoboda [f47a905] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/generic/stdio/sscanf.c (added) * uspace/lib/c/include/stdio.h (modified) scanf, vscanf, vsscanf. Wed, 13 Jun 2018 10:59:47 GMT Jiri Svoboda [01cc7b45] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/private/sstream.h (added) * uspace/lib/c/generic/private/stdio.h (modified) * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/generic/stdio/sstream.c (added) Implement sscanf via virtualizing FILE and implementing string ... Tue, 12 Jun 2018 13:56:59 GMT Jiri Svoboda [ed18e14] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/stdio/scanf.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/stdio/scanf.c (added) vfscanf with tests. Mon, 11 Jun 2018 18:07:59 GMT Jiří Zárevúcky [899342e] * uspace/lib/c/generic/fibril.c (modified) `fibril_futex` must be locked during `context_swap()`. Sun, 10 Jun 2018 19:56:27 GMT Jakub Jermar [fe96085] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Register and enable virtio-net IRQ Sun, 10 Jun 2018 19:30:53 GMT Jakub Jermar [848e880f] * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Let pio_enable_resource return physical address Tue, 05 Jun 2018 16:05:16 GMT Martin Decky [24fda5e] * uspace/Makefile (modified) * uspace/app/untar/Makefile (modified) * uspace/app/untar/main.c (modified) * uspace/lib/untar/Makefile (added) * uspace/lib/untar/private/tar.h (moved) * uspace/lib/untar/tar.c (moved) * uspace/lib/untar/untar.c (added) * uspace/lib/untar/untar.h (added) separate the TAR extraction to a library to make the code reusable Thu, 31 May 2018 16:22:15 GMT Jiří Zárevúcky [c8afd5a] * uspace/lib/c/generic/async/server.c (modified) Have async_poke() check whether the poke is necessary. This was ... Thu, 31 May 2018 16:11:01 GMT Jiří Zárevúcky [49a796f1] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async/client.c (added) * uspace/lib/c/generic/async/ports.c (added) * uspace/lib/c/generic/async/server.c (moved) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) Split the async framework into several parts. This segregates ... Thu, 31 May 2018 15:41:31 GMT Jiří Zárevúcky [fda19b8] * uspace/lib/c/generic/async.c (modified) Deduplicate async_create_port(). Tue, 29 May 2018 21:14:40 GMT Jiří Zárevúcky [fc0b2a8] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (added) * uspace/lib/c/arch/amd64/_link.ld.in (added) * uspace/lib/c/arch/arm32/_link.ld.in (added) * uspace/lib/c/arch/ia32/_link.ld.in (added) * uspace/lib/c/arch/ia64/_link.ld.in (added) * uspace/lib/c/arch/mips32/_link.ld.in (added) * uspace/lib/c/arch/mips32eb/_link.ld.in (added) * uspace/lib/c/arch/ppc32/_link.ld.in (added) * uspace/lib/c/arch/riscv64/_link.ld.in (added) * uspace/lib/c/arch/sparc64/_link.ld.in (added) * 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 (deleted) Revert "Don't use custom ldscripts in uspace. (#38)" This reverts ... Tue, 29 May 2018 13:25:07 GMT Jiri Svoboda [ed88c8e] * boot/arch/arm32/src/putchar.c (modified) * boot/arch/ia64/include/arch/ski.h (modified) * boot/arch/ia64/src/putchar.c (modified) * boot/arch/ia64/src/ski.c (modified) * boot/arch/mips32/src/putchar.c (modified) * boot/arch/ppc32/src/ofw.c (modified) * boot/arch/riscv64/src/putchar.c (modified) * boot/arch/sparc64/src/ofw.c (modified) * boot/genarch/include/genarch/ofw.h (modified) * boot/genarch/src/ofw.c (modified) * boot/generic/include/putchar.h (modified) * boot/generic/src/vprintf.c (modified) * kernel/arch/abs32le/src/abs32le.c (modified) * kernel/arch/amd64/src/asm.S (modified) * kernel/arch/arm32/src/asm.S (modified) * kernel/arch/ia32/src/asm.S (modified) * kernel/arch/ia64/src/asm.S (modified) * kernel/arch/ia64/src/drivers/ski.c (modified) * kernel/arch/mips32/src/asm.S (modified) * kernel/arch/mips32/src/mach/malta/malta.c (modified) * kernel/arch/ppc32/src/asm.S (modified) * kernel/arch/riscv64/include/arch/drivers/ucb.h (modified) * kernel/arch/riscv64/src/asm.S (modified) * kernel/arch/riscv64/src/drivers/ucb.c (modified) * kernel/arch/sparc64/src/asm.S (modified) * kernel/arch/sparc64/src/drivers/niagara.c (modified) * kernel/genarch/src/drivers/dsrln/dsrlnout.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/drivers/ns16550/ns16550.c (modified) * kernel/genarch/src/drivers/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/console/console.h (modified) * kernel/generic/include/putchar.h (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/printf/vprintf.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/kio/kio.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/lib/c/generic/io/chargrid.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/vprintf.c (modified) * uspace/lib/c/include/io/chargrid.h (modified) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/c/include/wchar.h (modified) * uspace/lib/clui/tinput.c (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/gui/terminal.c (modified) * uspace/lib/posix/include/posix/stdio.h (modified) * uspace/srv/hid/console/console.c (modified) * uspace/srv/hid/output/ctl/serial.c (modified) * uspace/srv/hid/output/ctl/serial.h (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/hid/output/proto/vt100.c (modified) * uspace/srv/hid/output/proto/vt100.h (modified) fputc, putchar vs. fputwc, putwchar. Fri, 25 May 2018 19:38:40 GMT Jakub Jermar [a57fa32] * uspace/lib/usbhost/src/ddf_helpers.c (modified) Fix USB match IDs that need zero-padding In format string, when ... Fri, 25 May 2018 15:42:06 GMT GitHub [a05ec66] * 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) Don't use custom ldscripts in uspace. (#38) Even with the ... Thu, 24 May 2018 17:54:02 GMT Jakub Jermar [cede6f8] * uspace/lib/virtio/virtio.c (modified) Enable/disable the virtq when it's set/torn down Wed, 23 May 2018 21:22:27 GMT Jakub Jermar [31cf8c3c] * uspace/lib/virtio/virtio.c (modified) Do not zero-initialize the descriptor table twice Wed, 23 May 2018 21:12:28 GMT Jakub Jermar [9af56b6] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio.c (modified) Use little-endian accessors for virtio PIO Wed, 23 May 2018 21:04:16 GMT Jakub Jermar [85be731] * uspace/lib/c/include/ddi.h (modified) Add PIO register accessors for both endianities Wed, 23 May 2018 21:04:03 GMT Jakub Jermar [e3887ce] * uspace/lib/virtio/virtio.c (modified) Fix address passed to pio_write_16 Wed, 23 May 2018 20:38:54 GMT Jakub Jermar [c1ba24a] * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Allow descriptors to be set and made available Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [5b5c286] * uspace/lib/virtio/virtio.c (modified) Do not restrict virtqueues to DMAMEM_4GiB Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [ee0c03a] * uspace/lib/virtio/virtio.c (modified) Require at least the specified queue size Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [0180c67] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Separate buffers from virtqueues Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [eda41a9e] * uspace/lib/virtio/virtio-pci.h (modified) * uspace/lib/virtio/virtio.c (modified) Calculate the notification address for each virtq Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [2d4faf7] * uspace/lib/virtio/Makefile (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio.c (added) Split generic and PCI specific virtio code Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [341df5f] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Factor our generic virtio device initialization Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [cbcb34c] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Configure the virtqueues Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [1c53d93] * uspace/lib/virtio/virtio-pci.h (modified) Add Virtqueue definitions Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [5f03107] * uspace/lib/virtio/virtio-pci.c (modified) Make sure the cfg structure is inside the resource Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [21ff054] * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Make sure the PCI capability is big enough Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [4e2d387] * uspace/lib/virtio/virtio-pci.c (modified) Verify the device has the necessary configuration Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [1d0620b] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Cleanup the device if initialization fails Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [a38b705] * uspace/lib/virtio/virtio-pci.h (modified) Add device status constants Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [c72cd20] * uspace/lib/virtio/virtio-pci.h (modified) Do not use double underscore for header guard Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [d6f73b92] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Use _initialize instead of _init Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [d6c0016] * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Factor our resource management, add cleanup Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [9e9ced0] * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/include/ddi.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) Return also the size of the enabled resource Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [a86174ec] * uspace/lib/virtio/virtio-pci.h (modified) Make the queue notify base address 16-bit Tue, 22 May 2018 19:06:50 GMT Jakub Jermar [6ccc424] * uspace/lib/drv/include/pci_dev_iface.h (modified) * uspace/lib/virtio/virtio-pci.c (modified) * uspace/lib/virtio/virtio-pci.h (modified) Process VIRTIO PCI configuration structures Tue, 22 May 2018 19:06:49 GMT Jakub Jermar [00192cde] * uspace/Makefile (modified) * uspace/drv/nic/virtio-net/Makefile (modified) * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/lib/virtio/Makefile (added) * uspace/lib/virtio/virtio-pci.c (added) * uspace/lib/virtio/virtio-pci.h (added) Factor out virtio code to libvirtio Tue, 22 May 2018 19:06:49 GMT Jakub Jermar [e07257e] * uspace/lib/drv/include/pci_dev_iface.h (modified) Add primitives for walking the PCI capability list Tue, 22 May 2018 10:36:58 GMT Jiri Svoboda [904b1bc] * boot/generic/src/inflate.c (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * kernel/arch/sparc64/include/arch/mm/sun4u/tsb.h (modified) * kernel/arch/sparc64/include/arch/sun4u/cpu.h (modified) * kernel/arch/sparc64/include/arch/sun4v/cpu.h (modified) * kernel/arch/sparc64/src/mm/sun4u/tsb.c (modified) * kernel/arch/sparc64/src/sun4v/md.c (modified) * kernel/doc/doxygroups.h (modified) * kernel/genarch/include/genarch/drivers/omap/irc.h (modified) * kernel/generic/include/ddi/ddi.h (modified) * uspace/app/mkfat/fat.h (modified) * uspace/app/mkmfs/mkmfs.c (modified) * uspace/app/sbi/src/builtin/bi_error.c (modified) * uspace/app/sbi/src/builtin/bi_textfile.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/app/vuhid/hids/bootkbd.c (modified) * uspace/doc/doxygroups.h (modified) * uspace/doc/main_page.h (modified) * uspace/drv/audio/sb16/dsp_commands.h (modified) * uspace/drv/bus/usb/ehci/hw_struct/iso_transfer_descriptor.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.h (modified) * uspace/drv/bus/usb/ohci/ohci_regs.h (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/xhci/commands.h (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/defs.h (modified) * uspace/lib/compress/inflate.c (modified) * uspace/lib/drv/generic/logbuf.c (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/lib/label/include/std/fat.h (modified) * uspace/lib/posix/src/fnmatch.c (modified) * uspace/lib/usb/include/usb/classes/hub.h (modified) * uspace/lib/usbhost/src/ddf_helpers.c (modified) * uspace/lib/usbhost/src/usb2_bus.c (modified) * uspace/lib/usbhost/src/utility.c (modified) * uspace/srv/fs/fat/fat.h (modified) Fix remaining ccheck issues. Thu, 17 May 2018 13:46:56 GMT Jiri Svoboda [6ff23ff] * boot/generic/src/printf_core.c (modified) * kernel/arch/arm32/include/arch/barrier.h (modified) * kernel/arch/arm32/src/fpu_context.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/udebug/udebug_ipc.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/websrv/websrv.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/lib/c/arch/mips32/src/syscall.c (modified) * uspace/lib/c/generic/io/printf_core.c (modified) * uspace/lib/posix/src/internal/common.h (modified) * uspace/lib/usb/src/port.c (modified) * uspace/lib/usbhid/include/usb/hid/usages/kbdgen.h (modified) * uspace/lib/usbhid/src/hidpath.c (modified) * uspace/srv/fs/udf/udf_volume.c (modified) More comment fixing (ccheck). Thu, 17 May 2018 08:29:01 GMT Jiri Svoboda [7c3fb9b] * abi/include/_bits/NULL.h (modified) * abi/include/_bits/WCHAR_MAX.h (modified) * abi/include/_bits/WCHAR_MIN.h (modified) * abi/include/_bits/WEOF.h (modified) * abi/include/_bits/all.h (modified) * abi/include/_bits/errno.h (modified) * abi/include/_bits/inttypes.h (modified) * abi/include/_bits/limits.h (modified) * abi/include/_bits/macros.h (modified) * abi/include/_bits/native.h (modified) * abi/include/_bits/opaque_handle.h (modified) * abi/include/_bits/ptrdiff_t.h (modified) * abi/include/_bits/size_t.h (modified) * abi/include/_bits/ssize_t.h (modified) * abi/include/_bits/stdint.h (modified) * abi/include/_bits/wchar_t.h (modified) * abi/include/_bits/wint_t.h (modified) * abi/include/abi/errno.h (modified) * boot/arch/arm32/include/arch/mm.h (modified) * boot/arch/arm32/src/mm.c (modified) * boot/genarch/src/multiplication.c (modified) * boot/generic/src/str.c (modified) * kernel/arch/abs32le/include/arch/asm.h (modified) * kernel/arch/abs32le/include/arch/atomic.h (modified) * kernel/arch/abs32le/include/arch/istate.h (modified) * kernel/arch/abs32le/src/userspace.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/src/fpu_context.c (modified) * kernel/arch/amd64/src/kseg.c (modified) * kernel/arch/amd64/src/pm.c (modified) * kernel/arch/amd64/src/syscall.c (modified) * kernel/arch/arm32/include/arch/context_struct.h (modified) * kernel/arch/arm32/include/arch/fpu_context.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv4.h (modified) * kernel/arch/arm32/include/arch/mm/page_armv6.h (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mm/page_fault.c (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.h (modified) * kernel/arch/ia32/include/arch/context_struct.h (modified) * kernel/arch/ia32/include/arch/istate_struct.h (modified) * kernel/arch/ia32/src/smp/smp.c (modified) * kernel/arch/ia64/include/arch/context_struct.h (modified) * kernel/arch/ia64/include/arch/istate_struct.h (modified) * kernel/arch/mips32/include/arch/atomic.h (modified) * kernel/arch/mips32/src/exception.c (modified) * kernel/arch/mips32/src/mips32.c (modified) * kernel/arch/mips32/src/mm/frame.c (modified) * kernel/arch/ppc32/src/mm/frame.c (modified) * kernel/arch/sparc64/src/smp/sun4v/smp.c (modified) * kernel/genarch/include/genarch/drivers/am335x/timer_regs.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h (modified) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h (modified) * kernel/genarch/src/drivers/omap/uart.c (modified) * kernel/genarch/src/softint/multiplication.c (modified) * kernel/genarch/src/srln/srln.c (modified) * kernel/generic/include/adt/btree.h (modified) * kernel/generic/include/adt/cht.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/ipc/event.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/lib/str_error.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/test/mm/slab2.c (modified) * uspace/app/bdsh/cmds/builtin_cmds.c (modified) * uspace/app/bdsh/cmds/builtins/batch/batch.c (modified) * uspace/app/bdsh/cmds/builtins/cd/cd.c (modified) * uspace/app/bdsh/cmds/builtins/exit/exit.c (modified) * uspace/app/bdsh/cmds/cmds.h (modified) * uspace/app/bdsh/cmds/mod_cmds.c (modified) * uspace/app/bdsh/cmds/modules/cat/cat.c (modified) * uspace/app/bdsh/cmds/modules/cp/cp.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/module_aliases.h (modified) * uspace/app/bdsh/cmds/modules/modules.h (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/compl.c (modified) * uspace/app/bdsh/config.h (modified) * uspace/app/bdsh/errors.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/bdsh/scli.c (modified) * uspace/app/bdsh/tok.c (modified) * uspace/app/bdsh/util.c (modified) * uspace/app/edit/sheet.c (modified) * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/sbi/src/parse.c (modified) * uspace/app/tester/mm/common.c (modified) * uspace/app/top/top.c (modified) * uspace/app/usbinfo/list.c (modified) * uspace/app/vuhid/device.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/dist/src/c/demos/edit/sheet.c (modified) * uspace/dist/src/c/demos/top/top.c (modified) * uspace/drv/audio/sb16/dsp.c (modified) * uspace/drv/audio/sb16/sb16.c (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/usbmast/bo_trans.c (modified) * uspace/drv/block/usbmast/scsi_ms.c (modified) * uspace/drv/bus/isa/i8237.c (modified) * uspace/drv/bus/usb/ehci/ehci_batch.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c (modified) * uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.h (modified) * uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h (modified) * uspace/drv/bus/usb/ohci/ohci_batch.c (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/main.c (modified) * uspace/drv/bus/usb/uhci/uhci_batch.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/usbhub/port.c (modified) * uspace/drv/bus/usb/usbhub/usbhub.c (modified) * uspace/drv/bus/usb/usbmid/explore.c (modified) * uspace/drv/bus/usb/xhci/commands.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/regs.h (modified) * uspace/drv/bus/usb/xhci/rh.c (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/usbhid/main.c (modified) * uspace/drv/hid/usbhid/multimedia/multimedia.c (modified) * uspace/drv/hid/usbhid/usbhid.c (modified) * uspace/drv/nic/ne2k/ne2k.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8139/general.c (modified) * uspace/drv/platform/amdm37x/amdm37x.c (modified) * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/bithenge/include/bithenge/blob.h (modified) * uspace/lib/bithenge/include/bithenge/expression.h (modified) * uspace/lib/bithenge/include/bithenge/print.h (modified) * uspace/lib/bithenge/include/bithenge/transform.h (modified) * uspace/lib/bithenge/include/bithenge/tree.h (modified) * uspace/lib/bithenge/src/blob.c (modified) * uspace/lib/bithenge/src/compound.c (modified) * uspace/lib/bithenge/src/expression.c (modified) * uspace/lib/bithenge/src/failure.c (modified) * uspace/lib/bithenge/src/file.c (modified) * uspace/lib/bithenge/src/helenos/block.c (modified) * uspace/lib/bithenge/src/print.c (modified) * uspace/lib/bithenge/src/script.c (modified) * uspace/lib/bithenge/src/sequence.c (modified) * uspace/lib/bithenge/src/source.c (modified) * uspace/lib/bithenge/src/transform.c (modified) * uspace/lib/bithenge/src/tree.c (modified) * uspace/lib/block/block.c (modified) * uspace/lib/c/arch/abs32le/include/libarch/atomic.h (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/mips32/include/libarch/atomic.h (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/mips32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/atomic.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h (modified) * uspace/lib/c/generic/async.c (modified) * uspace/lib/c/generic/double_to_str.c (modified) * uspace/lib/c/generic/elf/elf.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/getopt.c (modified) * uspace/lib/c/generic/ieee_double.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/generic/io/vsnprintf.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/generic/str_error.c (modified) * uspace/lib/c/generic/strtol.c (modified) * uspace/lib/c/generic/vfs/inbox.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/getopt.h (modified) * uspace/lib/c/include/io/pixelmap.h (modified) * uspace/lib/c/include/wchar.h (modified) * uspace/lib/crypto/crc16_ibm.c (modified) * uspace/lib/draw/drawctx.c (modified) * uspace/lib/draw/font.h (modified) * uspace/lib/drv/generic/remote_audio_mixer.c (modified) * uspace/lib/drv/generic/remote_audio_pcm.c (modified) * uspace/lib/ext4/src/balloc.c (modified) * uspace/lib/ext4/src/filesystem.c (modified) * uspace/lib/ext4/src/ops.c (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fmtutil/fmtutil.c (modified) * uspace/lib/fs/libfs.c (modified) * uspace/lib/graph/graph.c (modified) * uspace/lib/graph/graph.h (modified) * uspace/lib/gui/widget.h (modified) * uspace/lib/gui/window.h (modified) * uspace/lib/label/include/std/gpt.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/src/format.c (modified) * uspace/lib/posix/include/posix/float.h (modified) * uspace/lib/posix/include/posix/strings.h (modified) * uspace/lib/posix/src/fcntl.c (modified) * uspace/lib/posix/src/locale.c (modified) * uspace/lib/posix/src/signal.c (modified) * uspace/lib/posix/src/stdio.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/posix/src/stdlib.c (modified) * uspace/lib/posix/src/string.c (modified) * uspace/lib/posix/src/sys/wait.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/posix/src/unistd.c (modified) * uspace/lib/softfloat/comparison.c (modified) * uspace/lib/softfloat/div.c (modified) * uspace/lib/softint/generic/multiplication.c (modified) * uspace/lib/trackmod/types/trackmod.h (modified) * uspace/lib/usb/include/usb/descriptor.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbdev/src/altiface.c (modified) * uspace/lib/usbdev/src/devdrv.c (modified) * uspace/lib/usbhid/include/usb/hid/hid_report_items.h (modified) * uspace/lib/usbhid/include/usb/hid/hidpath.h (modified) * uspace/lib/usbhid/include/usb/hid/hidtypes.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/lib/usbhost/include/usb/host/hcd.h (modified) * uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h (modified) * uspace/lib/usbhost/include/usb/host/utils/malloc32.h (modified) * uspace/lib/usbhost/src/bandwidth.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/srv/audio/hound/audio_device.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/devman/client_conn.c (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/mfs/mfs.h (modified) * uspace/srv/fs/mfs/mfs_balloc.c (modified) * uspace/srv/fs/mfs/mfs_ops.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/rfb/rfb.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/net/tcp/test/ucall.c (modified) * uspace/srv/vfs/vfs_ipc.c (modified) Fix block comment formatting (ccheck). Tue, 15 May 2018 08:32:36 GMT Jiri Svoboda [47e00b83] * kernel/generic/src/udebug/udebug.c (modified) * uspace/app/bdsh/cmds/modules/printf/printf.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/lib/c/generic/io/con_srv.c (modified) * uspace/lib/ext4/src/extent.c (modified) * uspace/lib/minix/minix.h (modified) * uspace/lib/usbdev/include/usb/dev/driver.h (modified) * uspace/lib/usbhid/src/hiddescriptor.c (modified) * uspace/srv/fs/mfs/mfs_rw.c (modified) Fix some block comments (found by ccheck). Fri, 11 May 2018 20:22:42 GMT Jakub Jermar [7473807] * kernel/arch/ia64/src/ddi/ddi.c (modified) * kernel/genarch/src/drivers/ega/ega.c (modified) * kernel/genarch/src/fb/fb.c (modified) * kernel/generic/include/synch/rcu.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/console/console.c (modified) * kernel/generic/src/console/kconsole.c (modified) * kernel/generic/src/ipc/irq.c (modified) * kernel/generic/src/ipc/ops/dataread.c (modified) * kernel/generic/src/ipc/ops/datawrite.c (modified) * kernel/generic/src/lib/gsort.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/mm/backend_phys.c (modified) * kernel/generic/src/proc/program.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/workqueue.c (modified) * kernel/generic/src/udebug/udebug_ops.c (modified) * kernel/test/mm/falloc1.c (modified) * uspace/lib/c/include/rcu.h (modified) Use atomic malloc allocations We can safely use atomic allocations ... Thu, 10 May 2018 15:14:02 GMT Jiri Svoboda [e8975278] * boot/arch/arm32/src/putchar.c (modified) * uspace/app/sbi/src/bigint.c (modified) * uspace/app/usbinfo/info.c (modified) * uspace/app/vuhid/hids/logitech_wireless.c (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/posix/src/stdio/scanf.c (modified) * uspace/lib/trackmod/trackmod.c (modified) * uspace/lib/trackmod/types/trackmod.h (modified) * uspace/srv/fs/exfat/exfat_directory.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/net/tcp/conn.c (modified) A few more cstyle fixes. Thu, 10 May 2018 13:39:19 GMT Jiri Svoboda [ae7d03c] * abi/include/abi/ipc/methods.h (modified) * boot/arch/arm32/src/mm.c (modified) * kernel/arch/amd64/src/userspace.c (modified) * kernel/arch/arm32/src/cpu/cpu.c (modified) * kernel/arch/arm32/src/exception.c (modified) * kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c (modified) * kernel/arch/arm32/src/mach/integratorcp/integratorcp.c (modified) * kernel/arch/ia32/src/userspace.c (modified) * kernel/arch/ia64/include/arch/mm/vhpt.h (modified) * kernel/arch/ia64/src/mm/vhpt.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/log/log.c (modified) * kernel/generic/src/mm/as.c (modified) * kernel/generic/src/proc/task.c (modified) * uspace/app/edit/edit.c (modified) * uspace/app/sbi/src/input.c (modified) * uspace/app/sbi/src/run_expr.c (modified) * uspace/app/sbi/src/stype_expr.c (modified) * uspace/dist/src/c/demos/edit/edit.c (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/block/ahci/ahci_hw.h (modified) * uspace/drv/block/ddisk/ddisk.c (modified) * uspace/drv/bus/pci/pciintel/pci.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/platform/malta/malta.c (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia64/include/libarch/stackarg.h (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/ppc32/src/syscall.c (modified) * uspace/lib/c/generic/device/hw_res.c (modified) * uspace/lib/c/generic/device/pio_window.c (modified) * uspace/lib/c/generic/inet/addr.c (modified) * uspace/lib/c/generic/vfs/vfs.c (modified) * uspace/lib/drv/generic/private/remote_usbdiag.h (modified) * uspace/lib/drv/generic/remote_ahci.c (modified) * uspace/lib/drv/include/nic_iface.h (modified) * uspace/lib/drv/include/usbdiag_iface.h (modified) * uspace/lib/nic/src/nic_impl.c (modified) * uspace/lib/softfloat/conversion.h (modified) * uspace/srv/fs/cdfs/cdfs_ops.c (modified) * uspace/srv/fs/exfat/exfat_fat.c (modified) * uspace/srv/fs/fat/fat_fat.c (modified) * uspace/srv/net/slip/slip.c (modified) * uspace/srv/net/tcp/segment.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/udp/assoc.c (modified) Selected ccheck-proposed comment fixes. Thu, 03 May 2018 05:37:08 GMT Jakub Jermar [f3fdecc] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (added) * uspace/lib/c/arch/amd64/_link.ld.in (added) * uspace/lib/c/arch/arm32/_link.ld.in (added) * uspace/lib/c/arch/ia32/_link.ld.in (added) * uspace/lib/c/arch/ia64/_link.ld.in (added) * uspace/lib/c/arch/mips32/_link.ld.in (added) * uspace/lib/c/arch/mips32eb/_link.ld.in (added) * uspace/lib/c/arch/ppc32/_link.ld.in (added) * uspace/lib/c/arch/riscv64/_link.ld.in (added) * uspace/lib/c/arch/sparc64/_link.ld.in (added) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) Revert "Don't use custom ldscripts in uspace." This reverts commit ... Wed, 02 May 2018 21:22:51 GMT Jakub Jermar [349e04ac] * uspace/lib/c/arch/ia64/src/entry.S (modified) Make sure _start is always aligned to 16 Wed, 02 May 2018 19:48:42 GMT Jiří Zárevúcky [66262a1b] * 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) Don't use custom ldscripts in uspace. Even with the *-linux-gnu ... Wed, 02 May 2018 19:48:42 GMT Jiří Zárevúcky [888a2c6] * abi/include/abi/elf.h (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) Ignore GNU program headers. Wed, 02 May 2018 16:38:38 GMT Jiří Zárevúcky [6e33c2f] * uspace/lib/c/Makefile (modified) Clean up some debris left behind by autogen headers. Tue, 01 May 2018 19:03:38 GMT GitHub [742fc98e] * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/include/elf/elf_mod.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) Make some effort to allocate the memory area for shared objects. (#33) Tue, 01 May 2018 19:02:23 GMT Jiří Zárevúcky [009c485] * boot/Makefile.build (modified) * boot/arch/mips32/src/Makefile.build (modified) * kernel/Makefile (modified) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/sparc64/Makefile.inc (modified) * tools/xcw/bin/helenos-bld-config (modified) * tools/xcw/bin/helenos-ld (deleted) * tools/xcw/demo/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/amd64/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/c/arch/ia32/Makefile.common (modified) * uspace/lib/c/arch/mips32/Makefile.common (modified) * uspace/lib/c/arch/mips32eb/Makefile.common (modified) * uspace/lib/c/arch/ppc32/Makefile.common (modified) * uspace/lib/c/arch/sparc64/Makefile.common (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/srv/loader/Makefile (modified) Always use CC for linking. Mon, 30 Apr 2018 20:18:55 GMT Jiří Zárevúcky [66855b2] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) Fix a linker script issue I introduced. Sat, 28 Apr 2018 17:21:25 GMT Jiří Zárevúcky [4c5f04f] * uspace/lib/c/generic/elf/elf_mod.c (modified) Ensure valid TLS info even if there is no TLS header. Sat, 28 Apr 2018 16:49:48 GMT Jiří Zárevúcky [4c4b53c] * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/amd64/src/entry.S (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/arm32/src/entry.S (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ia64/src/entry.S (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/src/entry.S (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/src/entry.S (modified) Rename `__entry` to the usual `_start`. Except for MIPS, where the ... Sat, 28 Apr 2018 16:18:07 GMT Jiří Zárevúcky [e634684] * uspace/lib/c/generic/elf/elf_mod.c (modified) Don't choke on architecture-specific ELF program headers. Sat, 28 Apr 2018 16:18:07 GMT Jiří Zárevúcky [7148abf] * uspace/lib/c/arch/abs32le/src/entry.c (modified) * uspace/lib/c/arch/amd64/src/entry.S (modified) * uspace/lib/c/arch/arm32/src/entry.S (modified) * uspace/lib/c/arch/ia32/src/entry.S (modified) * uspace/lib/c/arch/ia64/src/entry.S (modified) * uspace/lib/c/arch/mips32/src/entry.S (modified) * uspace/lib/c/arch/ppc32/src/entry.S (modified) * uspace/lib/c/arch/riscv64/src/entry.c (modified) * uspace/lib/c/arch/sparc64/src/entry.S (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/libc.h (modified) Rename __main to __libc_main, to avoid conflict with libgcc. Fri, 27 Apr 2018 14:15:03 GMT Jiri Svoboda [3fafe5e0] * uspace/app/dltest/dltest.c (modified) * uspace/app/trace/trace.c (modified) * uspace/app/wavplay/wave.c (modified) * uspace/drv/audio/hdaudio/codec.c (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/hdaudio.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/drv/bus/usb/ehci/hw_struct/queue_head.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/trb.h (modified) * uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/drv/generic/remote_usbhid.c (modified) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/posix/src/sys/mman.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/usbhid/src/hidreport.c (modified) * uspace/srv/fs/exfat/exfat_ops.c (modified) * uspace/srv/net/tcp/conn.c (modified) * uspace/srv/net/tcp/service.c (modified) * uspace/srv/net/udp/service.c (modified) Fix incorrectly indented double-slash comments. Mon, 23 Apr 2018 18:50:40 GMT Jiří Zárevúcky [4f205248] * uspace/lib/c/arch/abs32le/src/tls.c (modified) * uspace/lib/c/arch/amd64/src/tls.c (modified) * uspace/lib/c/arch/arm32/src/tls.c (modified) * uspace/lib/c/arch/ia32/src/rtld/reloc.c (modified) * uspace/lib/c/arch/ia32/src/tls.c (modified) * uspace/lib/c/arch/ia64/src/tls.c (modified) * uspace/lib/c/arch/mips32/src/tls.c (modified) * uspace/lib/c/arch/ppc32/src/tls.c (modified) * uspace/lib/c/arch/riscv64/src/tls.c (modified) * uspace/lib/c/arch/sparc64/src/tls.c (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/rtld/rtld.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/tls.h (modified) * uspace/lib/c/include/types/rtld/module.h (modified) * uspace/lib/c/include/types/rtld/rtld.h (modified) Honor TLS alignment. Tue, 17 Apr 2018 20:46:03 GMT GitHub [d2f75eb] * .gitignore (modified) * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arch/boot/memmap_struct.ag (deleted) * kernel/arch/amd64/include/arch/boot/memmap_struct.h (added) * kernel/arch/amd64/include/arch/context_struct.ag (deleted) * kernel/arch/amd64/include/arch/context_struct.h (added) * kernel/arch/amd64/include/arch/istate_struct.ag (deleted) * kernel/arch/amd64/include/arch/istate_struct.h (added) * kernel/arch/amd64/include/arch/kseg_struct.ag (deleted) * kernel/arch/amd64/include/arch/kseg_struct.h (added) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/arch/context_struct.ag (deleted) * kernel/arch/arm32/include/arch/context_struct.h (added) * kernel/arch/arm32/include/arch/istate_struct.ag (deleted) * kernel/arch/arm32/include/arch/istate_struct.h (added) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arch/boot/memmap_struct.ag (deleted) * kernel/arch/ia32/include/arch/boot/memmap_struct.h (added) * kernel/arch/ia32/include/arch/context_struct.ag (deleted) * kernel/arch/ia32/include/arch/context_struct.h (added) * kernel/arch/ia32/include/arch/istate_struct.ag (deleted) * kernel/arch/ia32/include/arch/istate_struct.h (added) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/arch/context_struct.ag (deleted) * kernel/arch/ia64/include/arch/context_struct.h (added) * kernel/arch/ia64/include/arch/istate_struct.ag (deleted) * kernel/arch/ia64/include/arch/istate_struct.h (added) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/arch/context_struct.ag (deleted) * kernel/arch/mips32/include/arch/context_struct.h (added) * kernel/arch/mips32/include/arch/fpu_context_struct.ag (deleted) * kernel/arch/mips32/include/arch/fpu_context_struct.h (added) * kernel/arch/mips32/include/arch/istate_struct.ag (deleted) * kernel/arch/mips32/include/arch/istate_struct.h (added) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/arch/context_struct.ag (deleted) * kernel/arch/ppc32/include/arch/context_struct.h (added) * kernel/arch/ppc32/include/arch/fpu_context_struct.ag (deleted) * kernel/arch/ppc32/include/arch/fpu_context_struct.h (added) * kernel/arch/ppc32/include/arch/istate_struct.ag (deleted) * kernel/arch/ppc32/include/arch/istate_struct.h (added) * kernel/arch/riscv64/Makefile.inc (modified) * kernel/arch/riscv64/include/arch/context_struct.ag (deleted) * kernel/arch/riscv64/include/arch/context_struct.h (added) * kernel/arch/riscv64/include/arch/istate_struct.ag (deleted) * kernel/arch/riscv64/include/arch/istate_struct.h (added) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/arch/context_struct.ag (deleted) * kernel/arch/sparc64/include/arch/context_struct.h (added) * kernel/arch/sparc64/include/arch/istate_struct.ag (deleted) * kernel/arch/sparc64/include/arch/istate_struct.h (added) * kernel/genarch/Makefile.inc (modified) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.ag (deleted) * kernel/genarch/include/genarch/multiboot/multiboot_info_struct.h (added) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.ag (deleted) * kernel/genarch/include/genarch/multiboot/multiboot_memmap_struct.h (added) * tools/autocheck.awk (added) * tools/autogen.py (deleted) * tools/autotool.py (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/amd64/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/amd64/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/amd64/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/arm32/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/arm32/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/arm32/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/ia32/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/ia32/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/ia32/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/ia64/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/ia64/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/ia64/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/mips32/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/mips32/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/mips32/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/mips32eb/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/ppc32/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/ppc32/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/ppc32/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/riscv64/Makefile.inc (modified) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/riscv64/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/riscv64/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/riscv64/include/libarch/istate_struct.h (added) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.ag (deleted) * uspace/lib/c/arch/sparc64/include/libarch/fibril_context.h (added) * uspace/lib/c/arch/sparc64/include/libarch/istate_struct.ag (deleted) * uspace/lib/c/arch/sparc64/include/libarch/istate_struct.h (added) Replace autogen.py with something simpler. (#30) Instead of ... Sun, 15 Apr 2018 22:19:21 GMT Jiri Svoboda [cbc534c] * uspace/lib/trackmod/trackmod.c (modified) Fix period table formatting (C style). Sun, 15 Apr 2018 19:21:10 GMT Jiří Zárevúcky [902dd4b] * uspace/lib/hound/include/hound/protocol.h (modified) * uspace/srv/audio/hound/audio_data.c (modified) * uspace/srv/audio/hound/audio_data.h (modified) * uspace/srv/audio/hound/hound_ctx.c (modified) * uspace/srv/audio/hound/hound_ctx.h (modified) * uspace/srv/audio/hound/iface.c (modified) Remove const qualifier from arguments that pass ownership of a buffer.