# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-09-21T00:15:48Z Fri, 10 Aug 2018 22:06:29 GMT Jakub Jermar [b13d80b] * kernel/arch/ia64/src/start.S (modified) Configure speculative TLB miss faults to defer Without this, ... Thu, 09 Aug 2018 18:30:45 GMT Jakub Jermar [21a0d8a] * uspace/drv/hid/atkbd/atkbd.c (modified) atkbd: Explicitly enable the keyboard Do not rely on the keyboard ... Wed, 08 Aug 2018 16:34:47 GMT Jiri Svoboda [3cdd876] * uspace/app/sysinst/sysinst.c (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) Sysinst needs updating. Wed, 08 Aug 2018 13:09:24 GMT Jiri Svoboda [44428bb] * uspace/app/fdisk/fdisk.c (modified) Fix broken partition creation in fdisk (oops). Wed, 08 Aug 2018 10:08:53 GMT Jiri Svoboda [1dcba91] * boot/Makefile (modified) * uspace/app/contacts/contacts.c (modified) * uspace/dist/vol/.keep (deleted) * uspace/lib/sif/private/sif.h (modified) * uspace/lib/sif/src/sif.c (modified) * uspace/srv/volsrv/Makefile (modified) * uspace/srv/volsrv/test/volume.c (modified) * uspace/srv/volsrv/types/volume.h (modified) * uspace/srv/volsrv/volsrv.c (modified) * uspace/srv/volsrv/volume.c (modified) * uspace/srv/volsrv/volume.h (modified) Configuration repository for volume server. Mon, 06 Aug 2018 18:40:12 GMT Jiri Svoboda [7ab7075f] * uspace/app/tester/stdio/stdio2.c (modified) * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/test/stdio.c (modified) * uspace/lib/posix/test/stdio.c (modified) * uspace/lib/sif/src/sif.c (modified) Add support for 'x' fopen file mode modifier from C11. Sat, 04 Aug 2018 14:23:17 GMT Martin Decky [7afd12e5] * boot/generic/include/printf_verify.h (modified) * kernel/generic/include/printf/verify.h (modified) * kernel/test/print/print5.c (modified) * uspace/lib/c/include/io/verify.h (modified) unify format verification Sat, 04 Aug 2018 14:03:57 GMT Martin Decky [c8c418cf] * uspace/Makefile.common (modified) * uspace/app/sbi/src/ancr.c (modified) add explicit breaks that do not hurt anybody Fri, 03 Aug 2018 17:12:20 GMT Jiří Zárevúcky [c8da69d] * uspace/lib/ieee80211/src/ieee80211.c (modified) Oops. Fri, 03 Aug 2018 17:10:12 GMT Jiří Zárevúcky [f7eb182] * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) A bit more change-proof max header length. Fri, 03 Aug 2018 16:57:18 GMT Jiří Zárevúcky [158da11] * uspace/app/tester/print/print3.c (modified) * uspace/app/tester/print/print5.c (modified) Use pragmas to disable specific diagnostics in tester. Fri, 03 Aug 2018 16:56:31 GMT Jiří Zárevúcky [8ee620c] * uspace/lib/crypto/aes.c (modified) Overlap in memcpy(). Fri, 03 Aug 2018 16:56:31 GMT Jiří Zárevúcky [02246b8] * uspace/app/tetris/tetris.c (modified) * uspace/app/tetris/tetris.h (modified) Insufficient buffer size. Fri, 03 Aug 2018 16:56:31 GMT Jiří Zárevúcky [e71c023] * uspace/lib/ieee80211/include/ieee80211_private.h (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) Fix stack corruption in ieee80211 (courtesy of hosted mode diagnostics). Fri, 03 Aug 2018 16:56:31 GMT Jiří Zárevúcky [3767bdb] * uspace/lib/c/generic/thread/atomic.c (modified) Add new form atomic builtins for arm. Fri, 03 Aug 2018 14:51:07 GMT Jiří Zárevúcky [c92dfed] * HelenOS.config (modified) * kernel/Makefile (modified) * kernel/arch/arm32/include/arch/cp15.h (modified) * tools/toolchain.sh (modified) * uspace/Makefile.common (modified) * uspace/lib/c/arch/arm32/Makefile.common (modified) * uspace/lib/cpp/include/__bits/io/istream.hpp (modified) * uspace/lib/cpp/include/__bits/io/streambuf.hpp (modified) Bump GCC version to 8.2.0 Fri, 03 Aug 2018 12:41:38 GMT Martin Decky [f2c8f55] * abi/include/abi/ipc/methods.h (modified) * kernel/generic/src/ipc/ops/sharein.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) IPC_M_SHARE_IN: source has no business deciding destination address ... Fri, 03 Aug 2018 10:16:47 GMT Martin Decky [f67d8ee] * abi/include/abi/ipc/methods.h (modified) improve documentation of IPC_M_CONNECT_TO_ME and IPC_M_CONNECT_ME_TO Thu, 02 Aug 2018 20:44:50 GMT Jakub Jermar [9b7adc38] * kernel/arch/ia64/src/interrupt.c (modified) Fix ia64 build when CONFIG_FPU_LAZY is disabled Thu, 02 Aug 2018 20:38:05 GMT Jakub Jermar [7cd7a8d] * kernel/arch/ia64/include/arch/context.h (modified) * kernel/arch/ia64/include/arch/context_struct.h (modified) * kernel/arch/ia64/include/arch/register.h (modified) * kernel/arch/ia64/src/context.S (modified) * kernel/arch/ia64/src/fpu_context.c (modified) Preserve AR.FPSR in thread context AR.FPSR is a preserved register ... Thu, 02 Aug 2018 16:25:48 GMT Jiří Zárevúcky [0c27956] * kernel/arch/sparc64/include/arch/context_struct.h (modified) * kernel/arch/sparc64/src/context.S (modified) Fix sparc64: context must save the thread pointer. Thu, 02 Aug 2018 14:14:14 GMT Jiri Svoboda [3b10ae36] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/contacts/Makefile (added) * uspace/app/contacts/contacts.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/sif/Makefile (added) * uspace/lib/sif/include/sif.h (added) * uspace/lib/sif/private/sif.h (added) * uspace/lib/sif/src/sif.c (added) * uspace/lib/sif/test/main.c (added) * uspace/lib/sif/test/sif.c (added) Merge SIF. Thu, 02 Aug 2018 13:54:33 GMT Jiri Svoboda [42964a7] * uspace/app/contacts/contacts.c (modified) Deleting a contact. Thu, 02 Aug 2018 12:03:39 GMT Jiri Svoboda [233a3a06] * uspace/app/contacts/contacts.c (modified) Contacts listing and unmarshalling. Thu, 02 Aug 2018 11:39:22 GMT Jiri Svoboda [7b87e1d] * uspace/lib/sif/private/sif.h (modified) * uspace/lib/sif/src/sif.c (modified) * uspace/lib/sif/test/sif.c (modified) Implement SIF attributes. Wed, 01 Aug 2018 20:20:52 GMT Jiří Zárevúcky [82d9087] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (deleted) * uspace/lib/c/arch/amd64/_link.ld.in (deleted) * uspace/lib/c/arch/arm32/_link.ld.in (deleted) * uspace/lib/c/arch/ia32/_link.ld.in (deleted) * uspace/lib/c/arch/ia64/_link.ld.in (deleted) * uspace/lib/c/arch/mips32/_link.ld.in (deleted) * uspace/lib/c/arch/mips32eb/_link.ld.in (deleted) * uspace/lib/c/arch/ppc32/_link.ld.in (deleted) * uspace/lib/c/arch/riscv64/_link.ld.in (deleted) * uspace/lib/c/arch/sparc64/_link.ld.in (deleted) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/elf64_ia64_loader.x (added) Use default linker scripts (as provided by the linker) in uspace. ... Wed, 01 Aug 2018 18:37:54 GMT Jiří Zárevúcky [f787c8e] * uspace/Makefile (modified) * uspace/app/rcubench/Makefile (deleted) * uspace/app/rcubench/rcubench.c (deleted) * uspace/app/rcutest/rcutest.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/private/futex.h (moved) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/fibril_synch.c (modified) * uspace/lib/c/generic/thread/futex.c (modified) * uspace/lib/c/generic/thread/mpsc.c (modified) * uspace/lib/c/generic/thread/rcu.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/drv/include/dev_iface.h (modified) * uspace/srv/hid/input/ctl/stty.c (modified) Move some internal interfaces to private headers. Wed, 01 Aug 2018 18:15:53 GMT Jiří Zárevúcky [1de92fb0] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/thread/atomic.c (modified) * uspace/lib/c/generic/thread/fibril.c (modified) * uspace/lib/c/generic/thread/mpsc.c (added) * uspace/lib/c/include/fibril_synch.h (modified) Implement MPSC FIFO channel and use it to pass inbound IPC calls to ... Wed, 01 Aug 2018 18:15:53 GMT Jiří Zárevúcky [6340b4d2] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/thread/atomic.c (moved) * uspace/lib/c/generic/thread/fibril.c (moved) * uspace/lib/c/generic/thread/fibril_synch.c (moved) * uspace/lib/c/generic/thread/futex.c (moved) * uspace/lib/c/generic/thread/rcu.c (moved) * uspace/lib/c/generic/thread/thread.c (moved) * uspace/lib/c/generic/thread/tls.c (moved) libc: Put threading-related files into a subdirectory. Wed, 01 Aug 2018 18:15:53 GMT Jiří Zárevúcky [d742db21] * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/fibril_synch.h (modified) Implement down_timeout() and close() operations for fibril semaphore. Wed, 01 Aug 2018 11:45:48 GMT Jiri Svoboda [1c398db2] * uspace/lib/sif/src/sif.c (modified) Need to use int instead of char to hold EOF. Wed, 01 Aug 2018 11:07:26 GMT Jiri Svoboda [9c5e3a5] * boot/Makefile.common (modified) * uspace/app/contacts/contacts.c (modified) * uspace/lib/sif/src/sif.c (modified) SIF node unmarshalling. Tue, 31 Jul 2018 13:42:19 GMT Jiri Svoboda [b79903b] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/Makefile (modified) * uspace/app/contacts/Makefile (added) * uspace/app/contacts/contacts.c (added) * uspace/lib/c/include/stdio.h (modified) * uspace/lib/sif/Makefile (added) * uspace/lib/sif/include/sif.h (added) * uspace/lib/sif/private/sif.h (added) * uspace/lib/sif/src/sif.c (added) * uspace/lib/sif/test/main.c (added) * uspace/lib/sif/test/sif.c (added) SIF, work-in-progress. Tue, 31 Jul 2018 12:32:34 GMT Jiri Svoboda [6bb136b2] * uspace/app/taskdump/taskdump.c (modified) * uspace/lib/c/generic/stacktrace.c (modified) Limit userspace stack trace depth. Mon, 30 Jul 2018 20:15:38 GMT Jiří Zárevúcky [d4b7b29] * tools/ew.py (modified) tools/ew.py: use -netdev instead of the obsolete -net option Mon, 30 Jul 2018 20:15:38 GMT Jiří Zárevúcky [2965d18] * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/io/kio.h (modified) Add debug counter for rmutex locks. Mon, 30 Jul 2018 18:55:22 GMT Jiří Zárevúcky [8080262] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/include/ipc/common.h (modified) Replace remaining explicit uses of futex_t outside fibril ... Sat, 28 Jul 2018 10:57:15 GMT Martin Decky [b4c8a7b] * tools/autotool.py (modified) remove extra space Sat, 28 Jul 2018 10:55:52 GMT Martin Decky [12bdbcc6] * tools/autotool.py (modified) make the toolchain error message just slightly more informative Thu, 26 Jul 2018 10:38:09 GMT Martin Decky [3943da1] * uspace/lib/fs/libfs.c (modified) vfs_connection does not have to listen on the fallback port Thu, 26 Jul 2018 10:20:16 GMT Martin Decky [efa3136] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/include/async.h (modified) cstyle (no change in functionality) Wed, 25 Jul 2018 17:04:03 GMT Jiri Svoboda [2d78d88] * uspace/app/fdisk/fdisk.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/ipc/vol.h (modified) * uspace/lib/c/include/types/label.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/fdisk/include/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/lib/label/src/gpt.c (modified) * uspace/lib/label/src/mbr.c (modified) * uspace/lib/label/test/label.c (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/volsrv.c (modified) Modifying mount point for a partition. Tue, 24 Jul 2018 19:08:35 GMT Jakub Jermar [bec18a9] * uspace/srv/volsrv/part.c (modified) Fix quotation Tue, 24 Jul 2018 09:43:38 GMT Jiri Svoboda [64ffd83] * .gitignore (modified) * boot/Makefile.common (modified) * uspace/app/fdisk/fdisk.c (modified) * uspace/app/sysinst/sysinst.c (modified) * uspace/lib/c/generic/vol.c (modified) * uspace/lib/c/include/ipc/vol.h (modified) * uspace/lib/c/include/vol.h (modified) * uspace/lib/fdisk/include/types/fdisk.h (modified) * uspace/lib/fdisk/src/fdisk.c (modified) * uspace/srv/volsrv/Makefile (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/test/main.c (added) * uspace/srv/volsrv/test/volume.c (added) * uspace/srv/volsrv/types/part.h (modified) * uspace/srv/volsrv/types/volume.h (added) * uspace/srv/volsrv/volsrv.c (modified) * uspace/srv/volsrv/volume.c (added) * uspace/srv/volsrv/volume.h (added) Configuring mount point for (newly created) paritions. Fri, 20 Jul 2018 18:33:14 GMT Jiří Zárevúcky [05208d9] * uspace/lib/c/generic/fibril.c (modified) Single-threaded optimization for ready_semaphore performance. Fri, 20 Jul 2018 16:27:20 GMT Jiří Zárevúcky [514d561] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/fibril_synch.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/fibril.h (modified) Fibril/async implementation overhaul. This commit marks the move ... Thu, 19 Jul 2018 21:02:13 GMT Jiří Zárevúcky [7137f74c] * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/arm32/include/libarch/atomic.h (modified) * uspace/lib/c/generic/atomic.c (moved) * uspace/lib/cpp/Makefile (modified) Implement some of GCC's __sync_* builtins in using . Thu, 19 Jul 2018 19:34:22 GMT Jiří Zárevúcky [5a50430] * uspace/Makefile.common (modified) Enable -Werror for C++. Thu, 19 Jul 2018 14:23:49 GMT Jiří Zárevúcky [0d83cf6f] * uspace/lib/c/include/sys/time.h (modified) Remove TIMEVAL_MAX, it's not as useful as I thought it would be. Thu, 19 Jul 2018 11:55:19 GMT Jiri Svoboda [9d8307a] * uspace/lib/c/generic/private/scanf.h (added) * uspace/lib/c/generic/private/sstream.h (modified) * uspace/lib/c/generic/stdio/scanf.c (modified) * uspace/lib/c/generic/stdio/sstream.c (modified) * uspace/lib/c/generic/stdlib.c (modified) * uspace/lib/c/include/stdlib.h (modified) * uspace/lib/c/test/stdlib.c (modified) * uspace/lib/posix/Makefile (modified) * uspace/lib/posix/include/posix/stdlib.h (modified) * uspace/lib/posix/src/stdlib/strtold.c (deleted) Reimplement strtold function in libc. Wed, 18 Jul 2018 19:56:49 GMT Jiří Zárevúcky [42f5860] * uspace/lib/c/generic/rcu.c (modified) Clean up userspace RCU. Wed, 18 Jul 2018 19:56:43 GMT Jiří Zárevúcky [9bde0d5] * uspace/app/rcubench/rcubench.c (modified) * uspace/lib/c/generic/async/ports.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/malloc.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/malloc.h (modified) Replace a bunch of direct uses of futex_t. Wed, 18 Jul 2018 19:42:28 GMT Jiří Zárevúcky [40abf56] * uspace/lib/c/generic/elf/elf_load.c (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/io/kio.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/loader/pcb.h (modified) * uspace/lib/c/include/tls.h (modified) * uspace/srv/loader/main.c (modified) Make sure that a thread with uninitialized TLS does not need to call ... Wed, 18 Jul 2018 18:56:16 GMT Jiří Zárevúcky [0b05082] * uspace/lib/c/arch/abs32le/include/libarch/tls.h (modified) * uspace/lib/c/arch/amd64/include/libarch/tls.h (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/arch/arm32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia64/include/libarch/tls.h (modified) * uspace/lib/c/arch/mips32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (modified) * uspace/lib/c/arch/riscv64/include/libarch/tls.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/tls.h (modified) * uspace/lib/c/generic/context.c (modified) * uspace/lib/c/generic/private/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) * uspace/lib/c/include/tls.h (modified) Adds - __tcb_raw_get(), which returns the value of the TP ... Wed, 18 Jul 2018 08:35:42 GMT Martin Decky [9b1baac] * abi/include/abi/ipc/interfaces.h (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/devman.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/ipc/ns.h (modified) * uspace/lib/c/include/ns.h (modified) * uspace/srv/devman/main.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/locsrv/locsrv.c (modified) * uspace/srv/logger/main.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/clonable.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/service.h (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs_register.c (modified) ns: register service interfaces individually Each service interface ... Tue, 17 Jul 2018 22:42:57 GMT Jakub Jermar [edc64c0] * kernel/generic/src/proc/thread.c (modified) Zero out new thread's register context This removes the information ... Tue, 17 Jul 2018 22:32:04 GMT Jakub Jermar [58093d9] * kernel/arch/ia64/include/arch/context.h (modified) ia64: context_set() must always set gp to __gp Tue, 17 Jul 2018 22:09:50 GMT Jiří Zárevúcky [4177e70] * kernel/arch/mips32/include/arch/context_struct.h (modified) * kernel/arch/mips32/src/context.S (modified) * kernel/arch/mips32/src/start.S (modified) mips: We use K1 register for thread pointer, so we must treat it as a ... Tue, 17 Jul 2018 11:24:59 GMT Martin Decky [db51219f] * uspace/lib/c/generic/private/thread.h (modified) cstyle Mon, 16 Jul 2018 15:58:51 GMT Jiří Zárevúcky [38d8849] * uspace/app/rcubench/rcubench.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/tester/float/float1.c (modified) * uspace/app/tester/thread/thread1.c (modified) * uspace/lib/c/arch/arm32/include/libarch/fibril.h (modified) * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/private/thread.h (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/thread.c (modified) * uspace/lib/c/include/stats.h (modified) * uspace/lib/c/include/thread.h (deleted) * uspace/lib/pcut/tests/timeout.c (modified) * uspace/lib/posix/include/posix/pthread.h (modified) * uspace/lib/posix/src/pthread/threads.c (modified) * uspace/lib/posix/src/unistd.c (modified) Privatize . Mon, 16 Jul 2018 15:38:16 GMT Jiří Zárevúcky [c124c985] * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/include/fibril_synch.h (modified) Add fibril_rmutex_t type and fibril multithreading enablement. Mon, 16 Jul 2018 15:38:16 GMT Jiří Zárevúcky [c45dc5e1] * uspace/app/tester/tester.c (modified) Tester: print the list of failed tests. Mon, 16 Jul 2018 11:27:30 GMT Jiri Svoboda [802a8c8] * uspace/app/tester/float/float2.c (modified) * uspace/lib/math/Makefile (modified) * uspace/lib/math/arch/abs32le/include/libarch/math.h (modified) * uspace/lib/math/arch/amd64/include/libarch/math.h (modified) * uspace/lib/math/arch/arm32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia32/include/libarch/math.h (modified) * uspace/lib/math/arch/ia64/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32/include/libarch/math.h (modified) * uspace/lib/math/arch/mips32eb/include/libarch/math.h (modified) * uspace/lib/math/arch/ppc32/include/libarch/math.h (modified) * uspace/lib/math/arch/riscv64/include/libarch/math.h (modified) * uspace/lib/math/arch/sparc64/include/libarch/math.h (modified) * uspace/lib/math/generic/log2.c (added) * uspace/lib/math/include/log2.h (added) Add log2, log2f to math library. Mon, 16 Jul 2018 09:13:43 GMT Jiri Svoboda [58daded] * uspace/lib/c/generic/io/io.c (modified) * uspace/lib/c/include/stdio.h (modified) setvbuf should return an integer. Sun, 15 Jul 2018 21:13:09 GMT Jakub Jermar [0245896] * version (modified) Bump version to 0.7.2 Sun, 15 Jul 2018 19:58:46 GMT Jakub Jermar [0b5d37a] * uspace/app/tester/Makefile (modified) * uspace/app/tester/float/float2.c (modified) Fix unused variable warnings in float2 test Enable the part of the ... Sun, 15 Jul 2018 07:27:49 GMT Jakub Jermar [868d75c] * tools/ew.py (modified) Do not combine -nographic and -serial stdio at the Fri, 13 Jul 2018 16:54:22 GMT Jiří Zárevúcky [710c1e9] * uspace/lib/c/include/futex.h (modified) More robust non-blocking futex down. Fri, 13 Jul 2018 14:52:20 GMT Jiří Zárevúcky [e3787a0] * uspace/srv/loader/main.c (modified) Extra debug output in loader. Fri, 13 Jul 2018 14:10:15 GMT Jiří Zárevúcky [5f97ef44] * uspace/app/bdsh/cmds/modules/sleep/sleep.c (modified) * uspace/app/mkbd/main.c (modified) * uspace/app/rcutest/rcutest.c (modified) * uspace/app/tester/stdio/logger2.c (modified) * uspace/app/vuhid/life.c (modified) * uspace/app/wavplay/dplay.c (modified) * uspace/app/wavplay/drec.c (modified) * uspace/app/wavplay/main.c (modified) * uspace/drv/audio/hdaudio/hdactl.c (modified) * uspace/drv/audio/hdaudio/stream.c (modified) * uspace/drv/block/ata_bd/ata_bd.c (modified) * uspace/drv/bus/usb/ehci/ehci_rh.c (modified) * uspace/drv/bus/usb/ehci/hc.c (modified) * uspace/drv/bus/usb/ehci/res.c (modified) * uspace/drv/bus/usb/ohci/hc.c (modified) * uspace/drv/bus/usb/uhci/hc.c (modified) * uspace/drv/bus/usb/uhci/uhci_rh.c (modified) * uspace/drv/bus/usb/vhc/hub/hub.c (modified) * uspace/drv/bus/usb/vhc/transfer.c (modified) * uspace/drv/bus/usb/xhci/hc.c (modified) * uspace/drv/bus/usb/xhci/hw_struct/common.h (modified) * uspace/drv/char/ski-con/ski-con.c (modified) * uspace/drv/char/sun4v-con/sun4v-con.c (modified) * uspace/drv/hid/usbhid/kbd/kbddev.c (modified) * uspace/drv/hid/usbhid/kbd/kbdrepeat.c (modified) * uspace/drv/nic/ar9271/ar9271.c (modified) * uspace/drv/nic/e1k/e1k.c (modified) * uspace/drv/nic/ne2k/dp8390.c (modified) * uspace/drv/nic/rtl8139/driver.c (modified) * uspace/drv/nic/rtl8169/driver.c (modified) * uspace/drv/test/test2/test2.c (modified) * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/irc.c (modified) * uspace/lib/c/generic/rcu.c (modified) * uspace/lib/c/include/async.h (modified) * uspace/lib/c/include/fibril.h (modified) * uspace/lib/c/test/fibril/timer.c (modified) * uspace/lib/cpp/include/__bits/thread/threading.hpp (modified) * uspace/lib/ieee80211/src/ieee80211.c (modified) * uspace/lib/ieee80211/src/ieee80211_impl.c (modified) * uspace/lib/nic/src/nic_driver.c (modified) * uspace/lib/posix/src/time.c (modified) * uspace/lib/usbdev/src/devpoll.c (modified) * uspace/lib/usbhost/src/hcd.c (modified) * uspace/srv/hid/input/port/chardev.c (modified) * uspace/srv/hid/isdv4_tablet/isdv4.c (modified) * uspace/srv/net/tcp/test.c (modified) Sleep is more natural as part of the fibril API. (the implementation ... Fri, 13 Jul 2018 13:49:12 GMT Jiri Svoboda [9912f49] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/inttypes.c (added) * uspace/lib/c/include/inttypes.h (modified) * uspace/lib/c/test/inttypes.c (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/stdlib.c (modified) imaxabs, imaxdiv. Thu, 12 Jul 2018 15:18:55 GMT Jiri Svoboda [99d3123] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/string.c (added) * uspace/lib/c/include/string.h (added) * uspace/lib/c/test/main.c (modified) * uspace/lib/c/test/string.c (added) * uspace/lib/posix/include/posix/string.h (modified) * uspace/lib/posix/src/string.c (modified) libc needs a string.h (for the outside users, at least). Wed, 11 Jul 2018 17:45:30 GMT Jiří Zárevúcky [2eadda9] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * 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) * uspace/lib/c/generic/as.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/crt/entry.c (added) * uspace/lib/c/generic/ddi.c (modified) * uspace/lib/c/generic/elf/elf_mod.c (modified) * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/libc.h (modified) * uspace/lib/c/generic/rtld/module.c (modified) * uspace/lib/c/generic/tls.c (modified) * uspace/lib/c/include/elf/elf.h (modified) * uspace/lib/posix/Makefile (modified) Remove undefined references to main program from shared libc. Wed, 11 Jul 2018 16:55:23 GMT Jiří Zárevúcky [c2c4127] * uspace/Makefile.common (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/Makefile.inc (modified) * uspace/lib/c/arch/abs32le/_link.ld.in (modified) * uspace/lib/c/arch/amd64/Makefile.inc (modified) * uspace/lib/c/arch/amd64/_link.ld.in (modified) * uspace/lib/c/arch/arm32/Makefile.inc (modified) * uspace/lib/c/arch/arm32/_link.ld.in (modified) * uspace/lib/c/arch/ia32/Makefile.inc (modified) * uspace/lib/c/arch/ia32/_link.ld.in (modified) * uspace/lib/c/arch/ia64/Makefile.inc (modified) * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/mips32/Makefile.inc (modified) * uspace/lib/c/arch/mips32/_link.ld.in (modified) * uspace/lib/c/arch/mips32eb/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/Makefile.inc (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) * uspace/lib/c/arch/riscv64/Makefile.inc (modified) * uspace/lib/c/arch/riscv64/_link.ld.in (modified) * uspace/lib/c/arch/sparc64/Makefile.inc (modified) * uspace/lib/c/arch/sparc64/_link.ld.in (modified) * uspace/lib/pcut/Makefile (modified) * uspace/lib/pcut/update-from-master.sh (modified) * uspace/lib/posix/Makefile (modified) Do not set STARTUP() in the linker script. Add the file to build ... Tue, 10 Jul 2018 18:58:44 GMT Jiří Zárevúcky [2d56e2e] * uspace/app/vol/vol.c (modified) Use of uninitialized variable. Mon, 09 Jul 2018 18:36:33 GMT Jiří Zárevúcky [d054ad3] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/async/server.c (modified) * uspace/lib/c/generic/ipc.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/ipc/common.h (modified) * uspace/lib/c/include/ipc/ipc.h (modified) Remove the obsolete callback abstraction from low level IPC. Mon, 09 Jul 2018 15:00:24 GMT Jiri Svoboda [87337dc5] * uspace/app/mkexfat/mkexfat.c (modified) * uspace/app/mkfat/mkfat.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/rndgen.c (added) * uspace/lib/c/generic/uuid.c (modified) * uspace/lib/c/include/rndgen.h (added) Random number generator interface. FAT and exFAT should be created ... Sun, 08 Jul 2018 19:25:52 GMT Martin Decky [914c693] * uspace/lib/c/generic/async/client.c (modified) * uspace/lib/c/generic/ns.c (modified) * uspace/lib/c/generic/private/async.h (modified) * uspace/lib/c/include/async.h (modified) remove obsolete non-interface connection routines Sun, 08 Jul 2018 17:58:56 GMT Martin Decky [d4475a44] * uspace/lib/c/arch/arm32/include/libarch/tls.h (modified) * uspace/lib/c/arch/mips32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (modified) * uspace/lib/c/include/adt/list.h (modified) use uint8_t * instead of char * Technically, there should be no ... Sun, 08 Jul 2018 17:58:14 GMT Martin Decky [6abff2a8] * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/private/libc.h (modified) put extern declarations into the header file Sun, 08 Jul 2018 17:57:20 GMT Martin Decky [be0f5e4] * 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/ia64/include/libarch/tls.h (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) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/stdio.h (modified) cstyle (no change in functionality) Fri, 06 Jul 2018 22:13:20 GMT Jiri Svoboda [e89a06a] * uspace/app/barber/barber.c (modified) * uspace/lib/c/generic/loc.c (modified) * uspace/lib/c/include/loc.h (modified) * uspace/lib/hound/include/hound/server.h (modified) * uspace/lib/hound/src/protocol.c (modified) * uspace/srv/audio/hound/main.c (modified) * uspace/srv/bd/vbd/disk.c (modified) * uspace/srv/hid/compositor/compositor.c (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/output/port/chardev.c (modified) * uspace/srv/net/ethip/ethip_nic.c (modified) * uspace/srv/net/nconfsrv/iplink.c (modified) * uspace/srv/volsrv/part.c (modified) * uspace/srv/volsrv/part.h (modified) * uspace/srv/volsrv/types/part.h (modified) * uspace/srv/volsrv/volsrv.c (modified) Encapsulate partitions list in volume server. (Global state is not ... Fri, 06 Jul 2018 20:06:58 GMT Jakub Jermar [6419c6e] * uspace/lib/c/arch/arm32/include/libarch/tls.h (modified) * uspace/lib/c/arch/mips32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ppc32/include/libarch/tls.h (modified) Don't use GCC C extension in -std=c++17 code Pointer arithmetics on ... Fri, 06 Jul 2018 17:18:28 GMT Jiri Svoboda [da680b4b] * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) * uspace/lib/c/test/str.c (modified) * uspace/srv/volsrv/part.c (modified) Don't automatically mount writable filesystems on ATA hard drives. ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [9ba040a] * uspace/lib/c/arch/riscv64/_link.ld.in (modified) cpp: added missing section on riscv64 Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [5bbb044c] * uspace/lib/cpp/Makefile (modified) cpp: libcpp is now linked statically Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [5ceda22] * uspace/lib/c/arch/ia32/_link.ld.in (modified) cpp: fixed linking issues on ia32 caused by inaccessible symbols Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [1bf924a] * uspace/Makefile.common (modified) cpp: fixed parallel building and dependency issues by making c++ ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [7ca51cc] * abi/include/abi/elf.h (modified) * uspace/lib/c/arch/amd64/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia32/include/libarch/tls.h (modified) * uspace/lib/c/arch/ia64/include/libarch/tls.h (modified) * uspace/lib/c/arch/sparc64/include/libarch/tls.h (modified) * uspace/lib/c/include/loader/pcb.h (modified) removed whitespace changes and opted to change types of variables ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [a853075] * uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp (modified) cpp: fixed test crashes on amd64 caused by list invalidation during erase Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [1caddc6] * uspace/lib/c/include/adt/list.h (modified) c: removed warning in c++ about void* pointer arithmetic Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [3ae7827] * uspace/lib/cpp/include/__bits/adt/bitset.hpp (modified) * uspace/lib/cpp/src/__bits/test/bitset.cpp (modified) cpp: fixed a bug in bitset test which caused endianity to change ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [07eaeea] * uspace/lib/cpp/include/__bits/adt/hash_table.hpp (modified) * uspace/lib/cpp/include/__bits/adt/hash_table_bucket.hpp (modified) * uspace/lib/cpp/include/__bits/adt/hash_table_policies.hpp (modified) * uspace/lib/cpp/include/__bits/adt/list_node.hpp (modified) cpp: fixed unordered_map tests on ppc32 and sparc64, added additional ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [65ee021] * uspace/Makefile.common (modified) cpp: fixed c++ source file detection Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [2e328c3] * uspace/lib/cpp/src/__bits/unwind.cpp (modified) cpp: added missing unwind function dummy Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [32d53a7] * uspace/lib/cpp/src/__bits/test/unordered_map.cpp (modified) cpp: removed the highest_deleted test, which belonged to std::map and ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [e84c961] * uspace/app/cpptest/Makefile (modified) cpp: cpptest now uses BINARY instead of CXX_BINARY again Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [8054f60] * uspace/lib/c/arch/ia64/_link.ld.in (modified) * uspace/lib/c/arch/ppc32/_link.ld.in (modified) cpp: added missing section to ppc32 and ia64 linker script, which ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [73401643] * uspace/Makefile.common (modified) * uspace/app/cpptest/main.cpp (modified) cpp: c++ binaries are detected by source extensions, split c++ ... Thu, 05 Jul 2018 21:41:25 GMT Dzejrou [5b12dbb] * uspace/lib/cpp/src/__bits/glue.cpp (modified) cpp: fixed a type in the cmp and swap macro