# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-11T04:35:22Z Thu, 28 Jun 2018 15:45:37 GMT Jiří Zárevúcky [96c30c8] * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/synch/waitq.c (modified) Turn ipc_poke() into a regular wakeup on the waitq. With prior ... Thu, 28 Jun 2018 15:15:54 GMT Jiří Zárevúcky [82453b29] * uspace/lib/c/generic/fibril_synch.c (modified) Detect when printf() printing deadlock deadlocks. Thu, 28 Jun 2018 11:09:38 GMT Martin Decky [061274f] * uspace/lib/c/generic/async/server.c (modified) simplify async framework internals Do not duplicitly store or pass ... Wed, 27 Jun 2018 19:04:04 GMT Jiří Zárevúcky [62c4297] * uspace/app/stats/stats.c (modified) * uspace/app/top/top.c (modified) * uspace/lib/c/generic/async/ports.c (modified) Remove some unnecessary includes. Wed, 27 Jun 2018 18:44:07 GMT Jiří Zárevúcky [8dab988] * uspace/lib/c/generic/async/server.c (modified) Put notifications into a dynamic queue instead of forgetting them. Wed, 27 Jun 2018 16:57:59 GMT Jiří Zárevúcky [45c39ad] * abi/include/_bits/__noreturn.h (modified) Use __attribute__((noreturn)) instead of mutually incompatible ... Wed, 27 Jun 2018 16:32:16 GMT Jiří Zárevúcky [6b96dc06] * abi/include/_bits/__noreturn.h (added) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/setjmp.h (modified) Replace _Noreturn with C++-friendly __noreturn. Remove unnecessary ... Wed, 27 Jun 2018 15:07:59 GMT Jiří Zárevúcky [1c9ae08] * uspace/lib/softfloat/common.c (modified) Fix undefined behavior. Wed, 27 Jun 2018 14:57:15 GMT Jiří Zárevúcky [cb19590] * uspace/drv/bus/usb/xhci/endpoint.c (modified) Better fix for USB endpoint interval. (thx aearsis) Wed, 27 Jun 2018 14:50:45 GMT Jiří Zárevúcky [60876fd3] * .gitignore (modified) Add virtio-net to .gitignore. Wed, 27 Jun 2018 14:47:26 GMT Jiří Zárevúcky [2fc9bfd] * HelenOS.config (modified) * tools/ew.py (modified) tools/ew.py: Expose serial port in terminal by default. Enable ... Tue, 26 Jun 2018 23:16:12 GMT Jiří Zárevúcky [831aa466] * uspace/drv/bus/usb/xhci/endpoint.c (modified) * uspace/lib/c/generic/ubsan.c (modified) * uspace/lib/drv/generic/remote_usb.c (modified) * uspace/lib/usb/include/usb/request.h (modified) * uspace/lib/usbhost/src/usb2_bus.c (modified) Fix cases of undefined behavior found by ubsan. Tue, 26 Jun 2018 22:17:58 GMT Jiri Svoboda [70fae4e] * tools/travis.sh (modified) Travis should not need to download Sycek every time. Tue, 26 Jun 2018 18:11:24 GMT Jiří Zárevúcky [6e569bf] * uspace/lib/c/generic/futex.c (modified) Fix accidentally introduced build issue. Tue, 26 Jun 2018 17:35:40 GMT Jiří Zárevúcky [8119363] * HelenOS.config (modified) * abi/include/abi/synch.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/waitq.c (modified) * uspace/app/nic/nic.c (modified) * uspace/app/taskdump/fibrildump.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/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/inet/host.c (modified) * uspace/lib/c/generic/inet/hostport.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/fibril.h (added) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/rcu.h (modified) * uspace/lib/c/include/stacktrace.h (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/srv/volsrv/types/part.h (modified) Merge some preliminary async/fibril framework changes. Tue, 26 Jun 2018 17:34:48 GMT Jiří Zárevúcky [e768aea] * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/fibril.c (modified) Simplify async manager. Tue, 26 Jun 2018 17:34:48 GMT Jiří Zárevúcky [ab6edb6] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/rcu.c (modified) Simplify the interaction between async_futex and fibril_switch(). Tue, 26 Jun 2018 17:34:48 GMT Jiří Zárevúcky [b59318e] * abi/include/abi/synch.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/synch/futex.h (modified) * kernel/generic/include/synch/waitq.h (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/synch/futex.c (modified) * kernel/generic/src/synch/waitq.c (modified) * uspace/lib/c/include/futex.h (modified) Make futex able to time out. Tue, 26 Jun 2018 17:34:23 GMT Jiří Zárevúcky [f6372be9] * HelenOS.config (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/include/futex.h (modified) Improve the debugging options for futexes. Mon, 25 Jun 2018 21:51:37 GMT Jiří Zárevúcky [38e3427] * uspace/lib/c/generic/rcu.c (modified) Switch other up/down to lock/unlock. Mon, 25 Jun 2018 21:45:15 GMT Jiří Zárevúcky [95838f1] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) Switch async_futex to using futex_lock/unlock. 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:44:33 GMT Jakub Jermar [e3107e2] * uspace/drv/nic/virtio-net/virtio-net.h (modified) Fix ccheck 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 20:41:09 GMT Jiří Zárevúcky [3679f51a] * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/futex.h (modified) * uspace/lib/c/include/rcu.h (modified) Remove the option of RCU-upgradable futexes for now. They complicate ... Mon, 25 Jun 2018 20:10:06 GMT Jiří Zárevúcky [d73d992] * uspace/app/nic/nic.c (modified) * uspace/app/taskdump/fibrildump.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/inet/host.c (modified) * uspace/lib/c/generic/inet/hostport.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/fibril.h (added) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/srv/volsrv/types/part.h (modified) Hide libc-internal details of the fibril implementation. Mon, 25 Jun 2018 18:56:05 GMT Jiří Zárevúcky [0a0dff8] * uspace/lib/c/generic/time.c (modified) * uspace/lib/c/include/sys/time.h (modified) Add const to time functions. Mon, 25 Jun 2018 18:53:41 GMT Jiří Zárevúcky [826a0a97] * uspace/lib/c/generic/assert.c (modified) Add task ID in the assert failure message. 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 ... Mon, 25 Jun 2018 05:58:42 GMT Jakub Jermar [ea6840d] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Use a macro to print the MAC address Sun, 24 Jun 2018 10:39:55 GMT Jakub Jermar [8b3cb67] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Add comments and rename functions for consitency Sun, 24 Jun 2018 09:07:19 GMT Jakub Jermar [6a0f1309] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) Use macros for working with MAC addresses Sat, 23 Jun 2018 19:33:32 GMT Jakub Jermar [4810acf] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Use the actual size as buffer size Sat, 23 Jun 2018 19:30:26 GMT Jakub Jermar [9319b7d] * uspace/drv/nic/virtio-net/virtio-net.h (modified) Adapt to QEMU layout For some reason, QEMU uses the legacy layout ... Sat, 23 Jun 2018 19:25:56 GMT Jakub Jermar [3f1d4d5] * uspace/lib/virtio/virtio.c (modified) Insist on the specified features Sat, 23 Jun 2018 15:19:13 GMT Jakub Jermar [5609d3c] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Provide virtio_net_on_multicast_mode_change 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 20:04:17 GMT Jiří Zárevúcky [8751cf3] * uspace/lib/c/generic/assert.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) * uspace/lib/c/include/stacktrace.h (modified) Print stacktrace on KIO before attempting printf(). 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 18:43:49 GMT Jiří Zárevúcky [abf8bd8] * tools/ew.py (modified) tools/ew.py: Add -bigmem option for RAM-hungry configurations. Thu, 14 Jun 2018 18:43:49 GMT Jiří Zárevúcky [0ceeac3] * tools/ew.py (modified) tools/ew.py: understand -nographic 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 [01cc7b4] * 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 Sat, 09 Jun 2018 10:39:01 GMT Jakub Jermar [ec39720] * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) tmpfs_truncate must not fail when new size is zero When zero size ... Sat, 09 Jun 2018 08:41:53 GMT Jakub Jermar [931afbc] * kernel/generic/src/ipc/sysipc.c (modified) Don't republish call capability on forward failure When forwarding ... Thu, 07 Jun 2018 16:07:26 GMT Martin Decky [75701004] * boot/Makefile.common (modified) * boot/Makefile.initrd (modified) * tools/autotool.py (modified) * tools/mktmpfs.py (deleted) * uspace/app/init/Makefile (modified) * uspace/app/init/init.c (modified) * uspace/app/init/untar.c (added) * uspace/app/init/untar.h (added) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (deleted) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) use a TAR as the archive format for populating TMPFS root file system ... Thu, 07 Jun 2018 15:45:56 GMT Martin Decky [18ad56a8] * uspace/app/untar/main.c (modified) more elegant way of keeping the state of the archive extraction 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 Tue, 05 Jun 2018 13:18:25 GMT Martin Decky [04051b8e] * boot/arch/mips32/src/Makefile (deleted) * boot/arch/mips32/src/Makefile.build (deleted) * boot/arch/mips32/src/Makefile.common (deleted) * boot/arch/mips32/src/Makefile.toolchain (deleted) remove stale makefiles 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(). Wed, 30 May 2018 21:05:31 GMT Jakub Jermar [121ee4fd] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Add least effort virtio_net_send implementation Wed, 30 May 2018 21:01:30 GMT Jakub Jermar [0d3bfb9e] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Add virtio_net broadcast mode change handler Wed, 30 May 2018 20:42:58 GMT Jakub Jermar [0a087ae] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Add basic nic_iface_t ops for virtio-net 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. Mon, 28 May 2018 20:49:51 GMT Jakub Jermar [211b17a1] * uspace/drv/nic/virtio-net/virtio-net.c (modified) Make virtio_net_dev_add more complete 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 ... Fri, 25 May 2018 14:22:55 GMT Jiri Svoboda [774aa332] * tools/build-ccheck.sh (modified) * uspace/drv/bus/usb/xhci/trb_ring.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/hid/input/input.c (modified) list_foreach loops with single-statement body are indented incorrectly. Thu, 24 May 2018 18:43:24 GMT Jakub Jermar [b085bbaa] * uspace/drv/nic/virtio-net/virtio-net.c (modified) * uspace/drv/nic/virtio-net/virtio-net.h (modified) Organize the TX and CT buffers in free lists 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