# # ChangeLog for uspace/lib/libc in mainline # # Generated by Trac 1.6 # 2025-08-01T22:08:27Z Thu, 15 Oct 2009 20:55:51 GMT Jiri Svoboda [7591b27d] * uspace/lib/libc/generic/libc.c (modified) Working directory must be set only after initializing stdio, ... Thu, 15 Oct 2009 17:45:16 GMT Jakub Jermar [622cdbe] * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/loader.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/ipc/loader.h (modified) * uspace/lib/libc/include/loader/loader.h (modified) * uspace/lib/libc/include/loader/pcb.h (modified) * uspace/srv/loader/main.c (modified) Inherit the current working directory from the spawner to the spawnee ... Thu, 15 Oct 2009 17:38:10 GMT Jakub Jermar [81342f7] * uspace/lib/libc/generic/vfs/vfs.c (modified) getcwd() should return NULL if the current working directory is not set. Wed, 14 Oct 2009 15:00:02 GMT Martin Decky [e035612] * Makefile (modified) * uspace/Makefile (modified) * uspace/app/bdsh/Makefile (modified) * uspace/app/edit/Makefile (modified) * uspace/app/getvc/Makefile (modified) * uspace/app/init/Makefile (modified) * uspace/app/klog/Makefile (modified) * uspace/app/tester/Makefile (modified) * uspace/app/tetris/Makefile (modified) * uspace/app/trace/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/srv/bd/ata_bd/Makefile (modified) * uspace/srv/bd/file_bd/Makefile (modified) * uspace/srv/bd/gxe_bd/Makefile (modified) * uspace/srv/bd/rd/Makefile (modified) * uspace/srv/cir/fhc/Makefile (modified) * uspace/srv/cir/obio/Makefile (modified) * uspace/srv/console/Makefile (modified) * uspace/srv/devmap/Makefile (modified) * uspace/srv/fb/Makefile (modified) * uspace/srv/fs/devfs/Makefile (modified) * uspace/srv/fs/fat/Makefile (modified) * uspace/srv/fs/tmpfs/Makefile (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/ns/Makefile (modified) * uspace/srv/part/mbr_part/Makefile (modified) * uspace/srv/pci/Makefile (modified) * uspace/srv/vfs/Makefile (modified) make parallel build (with -j n) possible Sun, 11 Oct 2009 16:20:24 GMT Jakub Jermar [ba8f8cb] * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) The original ipc_data_*() and ipc_share_*() should use plain HelenOS ... Sun, 11 Oct 2009 16:11:22 GMT Jakub Jermar [0da4e41] * uspace/app/klog/klog.c (modified) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/devmap.c (modified) * uspace/lib/libc/generic/loader.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/async.h (modified) * uspace/lib/libfs/libfs.c (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/console/console.c (modified) * uspace/srv/console/gcons.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/part/mbr_part/mbr_part.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) ipc_data_*() and ipc_share_*(), respectively, should be renamed to ... Sun, 11 Oct 2009 11:43:20 GMT Jakub Jermar [bbb01b98] * uspace/lib/libc/generic/fibril_sync.c (modified) Just pro forma, mark the fibril as active when unlocking a mutex. Sun, 11 Oct 2009 10:48:56 GMT Jakub Jermar [b69bec5] * uspace/lib/libc/generic/fibril_sync.c (modified) Make fibril RW-locks use the awaiter_t type for sleeping. Timeouts ... Sun, 11 Oct 2009 10:32:40 GMT Jakub Jermar [854ad23] * uspace/lib/libc/generic/fibril_sync.c (modified) Make fibril mutexes use the awaiter_t type for sleeping. Timeouts ... Sun, 11 Oct 2009 10:14:34 GMT Jakub Jermar [cadfa8e] * uspace/lib/libc/generic/fibril_sync.c (modified) * uspace/lib/libc/include/async_priv.h (modified) * uspace/lib/libc/include/fibril_sync.h (modified) Experimental support for timeoutable fibril condition variables. Sun, 11 Oct 2009 08:09:21 GMT Jakub Jermar [b6ee5b1] * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/include/async_priv.h (modified) Rename insert_timeout() to async_insert_timeout() and make it a ... Sat, 10 Oct 2009 21:50:22 GMT Jakub Jermar [f53cc81] * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/include/async_priv.h (modified) Separate timeout-specific wait data from generic wait data in awaiter_t. Sat, 10 Oct 2009 21:32:17 GMT Jakub Jermar [4f5edcf6] * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/include/async_priv.h (added) Prepare awaiter_t for use outside of async.c. Sat, 10 Oct 2009 21:01:56 GMT Jakub Jermar [0772aff] * uspace/lib/libc/generic/async.c (modified) Improve confusing comment. handle_call() is a name of an async ... Wed, 07 Oct 2009 14:03:35 GMT Martin Decky [6ab8697] * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/arg.h (deleted) * kernel/arch/arm32/include/arg.h (deleted) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/arg.h (deleted) * kernel/arch/ia64/include/arg.h (deleted) * kernel/arch/mips32/include/arg.h (deleted) * kernel/arch/ppc32/include/arg.h (deleted) * kernel/arch/sparc64/include/arg.h (deleted) * kernel/generic/include/print.h (modified) * kernel/generic/include/printf/printf_core.h (modified) * kernel/generic/include/stackarg.h (deleted) * kernel/generic/include/stdarg.h (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/stackarg.h (deleted) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/include/stackarg.h (deleted) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/stackarg.h (deleted) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/include/stdarg.h (modified) use __builtin_va_* for va_* functions and va_list type (this is ... Tue, 06 Oct 2009 15:06:15 GMT Martin Decky [f563126] * kernel/Makefile (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/ia32/_link.ld.in (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/loader/Makefile (modified) * uspace/srv/loader/arch/ia32/_link.ld.in (modified) make uspace pass compilation with clang Thu, 17 Sep 2009 22:42:56 GMT Martin Decky [69dc065] * HelenOS.config (modified) * boot/arch/ia64/loader/Makefile (modified) * kernel/Makefile (modified) * kernel/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/Makefile.toolchain (modified) initial Clang support this is more like a proof-of-concept (tested ... Thu, 10 Sep 2009 21:36:21 GMT Jiri Svoboda [8be2833] * uspace/app/tetris/screen.h (modified) * uspace/lib/libc/generic/io/console.c (modified) * uspace/lib/libc/include/io/console.h (modified) Hide implementation details. Thu, 10 Sep 2009 21:27:41 GMT Jiri Svoboda [9b11daef] * uspace/lib/libc/generic/io/console.c (modified) * uspace/lib/libc/include/io/console.h (modified) Fix argument order. Wed, 02 Sep 2009 15:23:09 GMT Martin Decky [e86a849a] * kernel/arch/ia64/include/atomic.h (modified) * uspace/lib/libc/arch/ia64/include/atomic.h (modified) use fetchadd8.rel directly, not via atomic_add() (3rd operand of ... Sun, 30 Aug 2009 22:25:48 GMT Jiri Svoboda [1ee00b7] * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libblock/libblock.h (modified) * uspace/lib/libc/include/ipc/bd.h (modified) * uspace/srv/bd/ata_bd/ata_bd.c (modified) * uspace/srv/bd/file_bd/file_bd.c (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs_dump.c (modified) Revamp block device interface: (1) block size is fixed, determined by ... Thu, 27 Aug 2009 12:33:45 GMT Martin Decky [ff211d2] * boot/arch/arm32/loader/Makefile (modified) * boot/arch/mips32/loader/Makefile (modified) * boot/arch/ppc32/loader/Makefile (modified) * contrib/toolchain.sh (added) * contrib/toolchain/toolchain.amd64.sh (deleted) * contrib/toolchain/toolchain.arm32.sh (deleted) * contrib/toolchain/toolchain.ia32.sh (deleted) * contrib/toolchain/toolchain.ia64.sh (deleted) * contrib/toolchain/toolchain.mipseb32.sh (deleted) * contrib/toolchain/toolchain.mipsel32.sh (deleted) * contrib/toolchain/toolchain.ppc32.sh (deleted) * contrib/toolchain/toolchain.ppc64.sh (deleted) * contrib/toolchain/toolchain.sparc64.sh (deleted) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) progress to GCC 4.4.1 use a single script to build cross-compilers ... Fri, 21 Aug 2009 07:25:50 GMT Jakub Jermar [8619f25] * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/fibril_sync.c (modified) * uspace/lib/libc/include/async.h (modified) Fibril synchronization needs to have a means to interrupt idle ... Fri, 21 Aug 2009 07:22:38 GMT Jakub Jermar [057d21a] * kernel/generic/include/ipc/sysipc.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ipc/sysipc.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) Add SYS_IPC_POKE syscall. Mon, 10 Aug 2009 19:47:45 GMT Jakub Jermar [3734106] * uspace/lib/libc/generic/vfs/vfs.c (modified) Make libc more resilient against getting out of sync the VFS protocol. Mon, 10 Aug 2009 17:00:43 GMT Jiri Svoboda [b39fd4c] * uspace/lib/libc/include/ipc/kbd.h (added) Add missing include file ipc/kbd.h. Sat, 08 Aug 2009 12:19:57 GMT Jakub Jermar [1724745f] * kernel/generic/src/printf/printf_core.c (modified) * kernel/generic/src/printf/vsnprintf.c (modified) * uspace/lib/libc/generic/io/printf_core.c (modified) * uspace/lib/libc/generic/io/vsnprintf.c (modified) * uspace/lib/libc/generic/malloc.c (modified) Fix typos. Sun, 02 Aug 2009 22:11:28 GMT Jiri Svoboda [dd2cfa7] * kernel/generic/include/string.h (modified) * kernel/generic/src/lib/string.c (modified) * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/string.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Even more warnings. Sun, 02 Aug 2009 18:51:49 GMT Jiri Svoboda [a405563] * uspace/app/tester/thread/thread1.c (modified) * uspace/app/tetris/shapes.c (modified) * uspace/app/tetris/tetris.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/srv/console/console.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) Fix some warnings. Wed, 29 Jul 2009 12:09:48 GMT Martin Decky [ba0aa6f] * uspace/lib/libc/generic/malloc.c (modified) the size argument to split_mark() should include the header and ... Tue, 14 Jul 2009 21:25:13 GMT Jiri Svoboda [50cfa6c] * contrib/conf/mips32-gx.sh (modified) * uspace/app/tetris/screen.c (modified) * uspace/lib/libc/generic/io/console.c (modified) * uspace/lib/libc/include/io/console.h (modified) * uspace/lib/libc/include/ipc/console.h (modified) * uspace/lib/libc/include/ipc/fb.h (modified) * uspace/srv/console/console.c (modified) * uspace/srv/fb/ega.c (modified) * uspace/srv/fb/fb.c (modified) * uspace/srv/fb/serial_console.c (modified) Method for getting console color capabilities. Use to fix invisible ... Tue, 14 Jul 2009 08:15:21 GMT Jakub Jermar [7d88587] * uspace/lib/libc/generic/malloc.c (modified) realloc() should really check whether the next block is indeed free. Mon, 13 Jul 2009 21:24:30 GMT Jiri Svoboda [f450280] * uspace/lib/libc/generic/malloc.c (modified) Fix alignment errors in realloc(). Sat, 11 Jul 2009 20:55:41 GMT Jakub Jermar [4b2c458c] * kernel/arch/sparc64/include/context.h (modified) * uspace/lib/libc/arch/sparc64/include/fibril.h (modified) * uspace/lib/libc/arch/sparc64/include/stack.h (modified) sparc64's SP_DELTA needs more space. Sat, 11 Jul 2009 15:14:56 GMT Jakub Jermar [ec8b0dac] * kernel/generic/include/context.h (modified) * uspace/lib/libc/generic/fibril.c (modified) * uspace/lib/libc/include/fibril.h (modified) Things are much easier when the compiler knows that context_save() ... Fri, 10 Jul 2009 22:31:22 GMT Jakub Jermar [4c467ee] * uspace/lib/libc/generic/fibril.c (modified) In fibril_switch(), make sure to reload srcf with the current fibril ... Mon, 06 Jul 2009 20:16:15 GMT Jiri Svoboda [adb49f58] * uspace/app/bdsh/exec.c (modified) * uspace/app/getvc/getvc.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/task.h (modified) * uspace/srv/ns/task.c (modified) Allow to determine whether a task returned value before terminatign. Mon, 06 Jul 2009 19:17:49 GMT Jiri Svoboda [5d96851b] * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/ipc/ns.h (modified) * uspace/srv/loader/main.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/ns/task.h (modified) Pass task ID to NS from loader. This prevents ID spoofing by user apps. Mon, 06 Jul 2009 16:02:27 GMT Jiri Svoboda [7114d83] * uspace/app/bdsh/exec.c (modified) * uspace/app/getvc/getvc.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/ipc/ns.h (modified) * uspace/lib/libc/include/task.h (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/ns/task.h (modified) Allow task to return value (will be improved). Thu, 02 Jul 2009 15:23:38 GMT Martin Decky [bb8dc88] * uspace/lib/libc/include/ipc/vfs.h (modified) remove obsolete VFS methods Thu, 02 Jul 2009 14:54:50 GMT Jakub Jermar [271283b] * uspace/lib/libc/generic/malloc.c (modified) Fix typos. Thu, 02 Jul 2009 14:51:09 GMT Martin Decky [d851f597] * uspace/lib/libc/generic/malloc.c (modified) small allocator optimization add some comments Tue, 30 Jun 2009 15:53:15 GMT Martin Decky [db24058] * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/generic/as.c (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/errno.c (added) * uspace/lib/libc/generic/getopt.c (modified) * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/mman.c (modified) * uspace/lib/libc/include/adt/gcdlcm.h (added) * uspace/lib/libc/include/async.h (modified) * uspace/lib/libc/include/bitops.h (modified) * uspace/lib/libc/include/errno.h (modified) * uspace/lib/libc/include/getopt.h (modified) * uspace/lib/libc/include/macros.h (modified) * uspace/lib/libc/include/mem.h (modified) * uspace/lib/libc/include/stdio.h (modified) * uspace/lib/libc/include/stdlib.h (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) small fixes and coding style changes related to the new memory allocator Tue, 30 Jun 2009 15:51:15 GMT Martin Decky [6db6fd1] * uspace/lib/libc/generic/malloc.c (added) implement simple first-fit memory allocator (modified from original ... Tue, 30 Jun 2009 15:50:04 GMT Martin Decky [ae75080a] * uspace/lib/libc/include/malloc.h (modified) define just the basic memory allocator interface Tue, 30 Jun 2009 15:48:51 GMT Martin Decky [497ae7b] * uspace/lib/libc/malloc/malloc.c (deleted) remove dlmalloc Mon, 29 Jun 2009 16:02:32 GMT Martin Decky [7fcb74c] * uspace/lib/libc/generic/devmap.c (modified) * uspace/lib/libc/include/devmap.h (modified) * uspace/lib/libc/include/ipc/devmap.h (modified) * uspace/srv/devmap/devmap.c (modified) add support for creating null devices on demand Mon, 29 Jun 2009 09:20:10 GMT Martin Decky [bfd247f] * uspace/lib/libc/generic/io/io.c (modified) set buffering according to what file descriptor we are opening (this ... Sun, 28 Jun 2009 21:41:13 GMT Jakub Jermar [415c7e0d] * uspace/app/bdsh/cmds/modules/ls/ls.c (modified) * uspace/app/bdsh/cmds/modules/ls/ls.h (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/sys/stat.h (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Implement stat() and VFS_IN_STAT. Modify bdsh() to use stat() during ... Sun, 28 Jun 2009 18:59:02 GMT Jakub Jermar [852b801] * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/ipc/vfs.h (modified) * uspace/lib/libc/include/sys/stat.h (modified) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/devfs/devfs_ops.h (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/fat/fat.h (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_ops.c (modified) Introduce VFS_IN_FSTAT and VFS_OUT_STAT. Provide libc fstat() and ... Sun, 28 Jun 2009 13:43:15 GMT Jakub Jermar [4198f9c3] * uspace/app/trace/trace.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/ipc/console.h (modified) * uspace/lib/libc/include/ipc/vfs.h (modified) * uspace/lib/libfs/libfs.c (modified) * uspace/srv/console/console.c (modified) * uspace/srv/fs/devfs/devfs.c (modified) * uspace/srv/fs/fat/fat.c (modified) * uspace/srv/fs/tmpfs/tmpfs.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) Separate the VFS input and output protocols. Thu, 18 Jun 2009 08:30:50 GMT Martin Decky [ac47b7c2] * kernel/Makefile (modified) * kernel/arch/amd64/Makefile.inc (modified) * kernel/arch/amd64/include/byteorder.h (deleted) * kernel/arch/arm32/Makefile.inc (modified) * kernel/arch/arm32/include/byteorder.h (deleted) * kernel/arch/ia32/Makefile.inc (modified) * kernel/arch/ia32/include/byteorder.h (deleted) * kernel/arch/ia64/Makefile.inc (modified) * kernel/arch/ia64/include/byteorder.h (deleted) * kernel/arch/mips32/Makefile.inc (modified) * kernel/arch/mips32/include/byteorder.h (deleted) * kernel/arch/mips32/include/elf.h (modified) * kernel/arch/ppc32/Makefile.inc (modified) * kernel/arch/ppc32/include/byteorder.h (deleted) * kernel/arch/sparc64/Makefile.inc (modified) * kernel/arch/sparc64/include/byteorder.h (deleted) * kernel/generic/include/byteorder.h (modified) * kernel/generic/include/string.h (modified) * kernel/generic/src/printf/printf_core.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/arch/amd64/Makefile.inc (modified) * uspace/lib/libc/arch/amd64/include/byteorder.h (deleted) * uspace/lib/libc/arch/arm32/Makefile.inc (modified) * uspace/lib/libc/arch/arm32/include/byteorder.h (deleted) * uspace/lib/libc/arch/ia32/Makefile.inc (modified) * uspace/lib/libc/arch/ia32/include/byteorder.h (deleted) * uspace/lib/libc/arch/ia64/Makefile.inc (modified) * uspace/lib/libc/arch/ia64/include/byteorder.h (deleted) * uspace/lib/libc/arch/mips32/Makefile.inc (modified) * uspace/lib/libc/arch/mips32/include/byteorder.h (deleted) * uspace/lib/libc/arch/mips32eb/Makefile.inc (modified) * uspace/lib/libc/arch/mips32eb/include/byteorder.h (deleted) * uspace/lib/libc/arch/ppc32/Makefile.inc (modified) * uspace/lib/libc/arch/ppc32/include/byteorder.h (deleted) * uspace/lib/libc/arch/sparc64/Makefile.inc (modified) * uspace/lib/libc/arch/sparc64/include/byteorder.h (deleted) * uspace/lib/libc/generic/io/printf_core.c (modified) * uspace/lib/libc/include/byteorder.h (modified) * uspace/lib/libc/include/string.h (modified) * uspace/lib/softfloat/Makefile (modified) * uspace/lib/softfloat/include/sftypes.h (modified) define endianess externally to be able to exactly specify whether we ... Tue, 16 Jun 2009 21:53:42 GMT Jiri Svoboda [62140db] * uspace/app/init/init.c (modified) * uspace/app/tester/stdio/stdio2.c (modified) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libc/generic/devmap.c (modified) * uspace/srv/fb/ppm.c (modified) Fix assorted warnings and tiny glitches. Mon, 15 Jun 2009 21:51:50 GMT Jakub Jermar [953769f] * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/include/async.h (modified) * uspace/srv/console/console.c (modified) Handle pending input using only one fibril. Relax serialization in ... Mon, 15 Jun 2009 21:46:21 GMT Jiri Svoboda [ef8bcc6] * uspace/app/bdsh/input.c (modified) * uspace/app/tester/console/console1.c (modified) * uspace/app/tetris/screen.c (modified) * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/include/stdio.h (modified) Stdio stream buffering (only for writing a.t.m.) Issue: Do we need ... Sun, 14 Jun 2009 12:30:27 GMT Jakub Jermar [c51a7cd] * uspace/lib/libc/generic/fibril_sync.c (modified) * uspace/lib/libc/include/fibril_sync.h (modified) On condvar signal/broadcast, dequeue the waiting fibril from the ... Fri, 12 Jun 2009 19:44:25 GMT Jiri Svoboda [26360f7] * uspace/lib/libc/arch/arm32/include/tls.h (modified) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/fibril.c (modified) * uspace/lib/libc/include/fibril.h (modified) * uspace/srv/fb/fb.c (modified) * uspace/srv/vfs/vfs_file.c (modified) Use 'fibril_local' modifier for fibril-local variables instead of ... Fri, 12 Jun 2009 17:35:40 GMT Jakub Jermar [9ae22ba] * uspace/lib/libc/generic/fibril_sync.c (modified) * uspace/lib/libc/include/fibril_sync.h (modified) Condition variables for fibrils. Thu, 11 Jun 2009 20:30:59 GMT Jakub Jermar [92d34f0b] * uspace/lib/libc/generic/fibril_sync.c (modified) * uspace/lib/libc/include/fibril.h (modified) * uspace/lib/libc/include/fibril_sync.h (modified) Implement readers-writer locks for fibrils. Wed, 10 Jun 2009 19:10:53 GMT Martin Decky [95ba2b8] * uspace/lib/libc/generic/io/vprintf.c (modified) remove obsolete terminology Wed, 10 Jun 2009 19:09:54 GMT Martin Decky [3562ec82] * uspace/lib/libc/generic/fibril.c (modified) * uspace/lib/libc/include/fibril_sync.h (modified) remove obsolete comment cstyle Tue, 09 Jun 2009 22:11:18 GMT Jakub Jermar [041186f] * uspace/lib/libc/Makefile (modified) Include fibril synchronization primitives in libc build. Tue, 09 Jun 2009 22:09:58 GMT Jakub Jermar [f3afd24] * uspace/lib/libc/generic/fibril_sync.c (added) * uspace/lib/libc/include/fibril_sync.h (added) Add simple synchronization primitives to be used with fibrils. ... Tue, 09 Jun 2009 11:10:00 GMT Martin Decky [080ad7f] * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/include/stdio.h (modified) simple implementation of fdopen() and rewind() Mon, 08 Jun 2009 19:45:57 GMT Jakub Jermar [bd8bfcbd] * uspace/lib/libc/generic/fibril.c (modified) Nit. Mon, 08 Jun 2009 19:42:42 GMT Martin Decky [b8e57e8c] * uspace/lib/libc/generic/io/io.c (modified) cstyle Mon, 08 Jun 2009 19:39:50 GMT Jiri Svoboda [bac82eeb] * uspace/lib/libc/generic/io/io.c (modified) getchar() and fgetc() are traditionally supposed to flush stdout and ... Mon, 08 Jun 2009 18:13:00 GMT Jakub Jermar [cc27c8c5] * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/fibril.c (modified) A little bit of cleanup and a remedy for great confusion introduced ... Mon, 08 Jun 2009 13:42:15 GMT Martin Decky [d9c8c81] * uspace/app/trace/ipcp.c (modified) * uspace/app/trace/proto.c (modified) * uspace/app/trace/proto.h (modified) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libblock/libblock.h (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/adt/hash_table.c (moved) * uspace/lib/libc/generic/adt/list.c (moved) * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/generic/fibril.c (modified) * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/ipc.c (modified) * uspace/lib/libc/include/adt/fifo.h (moved) * uspace/lib/libc/include/adt/hash_table.h (moved) * uspace/lib/libc/include/adt/list.h (moved) * uspace/lib/libc/include/fibril.h (modified) * uspace/lib/libc/include/ipc/devmap.h (modified) * uspace/lib/libc/include/stdio.h (modified) * uspace/srv/console/console.c (modified) * uspace/srv/fs/devfs/devfs_ops.c (modified) * uspace/srv/fs/fat/fat_idx.c (modified) * uspace/srv/fs/fat/fat_ops.c (modified) * uspace/srv/fs/tmpfs/tmpfs.h (modified) * uspace/srv/fs/tmpfs/tmpfs_ops.c (modified) * uspace/srv/kbd/Makefile (modified) * uspace/srv/kbd/genarch/gsp.c (modified) * uspace/srv/kbd/generic/kbd.c (modified) * uspace/srv/kbd/include/gsp.h (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/service.c (modified) * uspace/srv/ns/task.c (modified) * uspace/srv/vfs/vfs.c (modified) * uspace/srv/vfs/vfs.h (modified) * uspace/srv/vfs/vfs_lookup.c (modified) * uspace/srv/vfs/vfs_node.c (modified) * uspace/srv/vfs/vfs_ops.c (modified) * uspace/srv/vfs/vfs_register.c (modified) rename libadt -> adt Mon, 08 Jun 2009 12:34:38 GMT Martin Decky [a68f737] * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/libc.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/stdio.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) keep a list of open files to support proper cleanup Thu, 04 Jun 2009 16:36:47 GMT Martin Decky [3bf907a] * uspace/app/bdsh/cmds/modules/bdd/bdd.c (modified) * uspace/app/bdsh/cmds/modules/kcon/kcon.c (modified) * uspace/app/bdsh/cmds/modules/mkdir/mkdir.c (modified) * uspace/app/bdsh/cmds/modules/pwd/pwd.c (modified) * uspace/app/bdsh/cmds/modules/rm/rm.c (modified) * uspace/app/bdsh/input.c (modified) * uspace/app/tester/console/console1.c (modified) * uspace/app/trace/trace.c (modified) * uspace/lib/libc/Makefile.toolchain (modified) * uspace/lib/libc/generic/mem.c (modified) * uspace/srv/ns/clonable.c (modified) * uspace/srv/ns/ns.c (modified) be more pedantic about undefined function prototypes (to avoid memory ... Thu, 04 Jun 2009 10:12:23 GMT Jakub Jermar [99272a3] * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/loader.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/loader/loader.h (modified) * uspace/lib/libc/include/loader/pcb.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) * uspace/srv/loader/main.c (modified) inode_t -> fdi_node_t Wed, 03 Jun 2009 22:47:08 GMT Martin Decky [301ff30] * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/loader.c (modified) * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/loader/loader.h (modified) * uspace/lib/libc/include/loader/pcb.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) * uspace/srv/loader/main.c (modified) rename libc's fs_node_t to inode_t to avoid type conflict with VFS Wed, 03 Jun 2009 19:26:28 GMT Martin Decky [2595dab] * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/console.c (deleted) * uspace/lib/libc/generic/io/asprintf.c (modified) * uspace/lib/libc/generic/io/console.c (moved) * uspace/lib/libc/generic/io/fprintf.c (deleted) * uspace/lib/libc/generic/io/io.c (modified) * uspace/lib/libc/generic/io/klog.c (moved) * uspace/lib/libc/generic/io/printf.c (modified) * uspace/lib/libc/generic/io/printf_core.c (modified) * uspace/lib/libc/generic/io/snprintf.c (modified) * uspace/lib/libc/generic/io/sprintf.c (deleted) * uspace/lib/libc/generic/io/stdio.c (deleted) * uspace/lib/libc/generic/io/vprintf.c (modified) * uspace/lib/libc/generic/io/vsnprintf.c (modified) * uspace/lib/libc/generic/io/vsprintf.c (deleted) * uspace/lib/libc/generic/kbd.c (deleted) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/console.h (deleted) * uspace/lib/libc/include/dirent.h (modified) * uspace/lib/libc/include/fcntl.h (modified) * uspace/lib/libc/include/fibril.h (modified) * uspace/lib/libc/include/io/color.h (moved) * uspace/lib/libc/include/io/console.h (moved) * uspace/lib/libc/include/io/keycode.h (moved) * uspace/lib/libc/include/io/klog.h (moved) * uspace/lib/libc/include/io/printf_core.h (modified) * uspace/lib/libc/include/io/style.h (moved) * uspace/lib/libc/include/stdio.h (modified) * uspace/lib/libc/include/unistd.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) I/O subsystem overhaul: - add more POSIX-like file and stream ... Wed, 03 Jun 2009 19:21:04 GMT Martin Decky [ca3ba3a] * uspace/lib/libc/include/ipc/console.h (modified) * uspace/lib/libc/include/ipc/ipc.h (modified) * uspace/lib/libc/include/ipc/loader.h (modified) * uspace/lib/libc/include/ipc/ns.h (modified) * uspace/lib/libc/include/ipc/vfs.h (added) sync header files with implementation coding style Wed, 03 Jun 2009 19:20:09 GMT Martin Decky [76d0d284] * uspace/lib/libc/include/loader/loader.h (modified) * uspace/lib/libc/include/loader/pcb.h (modified) sync header files with implementation Wed, 03 Jun 2009 19:19:34 GMT Martin Decky [5779a74] * uspace/lib/libc/include/errno.h (modified) add error constant from VFS cleanup Wed, 03 Jun 2009 19:18:44 GMT Martin Decky [b78d0bd] * uspace/lib/libc/generic/ipc.c (modified) explicit typecast Wed, 03 Jun 2009 19:18:02 GMT Martin Decky [433131d] * uspace/lib/libc/generic/libc.c (modified) setup stdin, stdout and stderr according to preset file nodes cleanup Wed, 03 Jun 2009 19:17:21 GMT Martin Decky [937aeee] * uspace/lib/libc/generic/loader.c (modified) add support for passing preset files cleanup Wed, 03 Jun 2009 19:16:07 GMT Martin Decky [9db9b10] * uspace/lib/libc/generic/async.c (modified) * uspace/lib/libc/include/async.h (modified) async framework: add generic support for processing pending ... Wed, 03 Jun 2009 19:14:52 GMT Martin Decky [e77994dd] * uspace/lib/libc/generic/devmap.c (modified) add serialization (just to be sure) Wed, 03 Jun 2009 19:13:23 GMT Martin Decky [b267ee6] * uspace/lib/libc/generic/mem.c (modified) avoid compiler warning Wed, 03 Jun 2009 19:12:51 GMT Martin Decky [d4a3ee5] * uspace/lib/libc/generic/string.c (modified) * uspace/lib/libc/include/string.h (modified) replace count_t with size_t coding style Wed, 03 Jun 2009 19:12:02 GMT Martin Decky [e1ab30f8] * uspace/lib/libc/generic/as.c (modified) cstyle Wed, 03 Jun 2009 19:11:31 GMT Martin Decky [ee369f3] * uspace/lib/libc/generic/task.c (modified) * uspace/lib/libc/include/task.h (modified) pass current task stdin, stdout and stderr as preset files to the ... Wed, 03 Jun 2009 19:09:59 GMT Martin Decky [3ddd90c] * uspace/lib/libc/generic/ddi.c (modified) avoid compiler warning Wed, 03 Jun 2009 19:09:20 GMT Martin Decky [2ac85ba] * uspace/lib/libc/arch/amd64/include/types.h (modified) * uspace/lib/libc/arch/arm32/include/types.h (modified) * uspace/lib/libc/arch/ia32/include/types.h (modified) * uspace/lib/libc/arch/ia64/include/types.h (modified) * uspace/lib/libc/arch/mips32/include/types.h (modified) * uspace/lib/libc/arch/ppc32/include/types.h (modified) * uspace/lib/libc/arch/sparc64/include/types.h (modified) remove redundant index_t and count_t types (which were always quite ... Wed, 03 Jun 2009 19:07:55 GMT Martin Decky [67e4c35] * uspace/lib/libc/arch/arm32/include/fibril.h (modified) fix include Wed, 03 Jun 2009 19:02:28 GMT Martin Decky [80e3c69] * uspace/lib/libc/Makefile.toolchain (modified) reorder compiler options to be consistent with kernel Wed, 03 Jun 2009 18:33:55 GMT Martin Decky [831667a9] * uspace/lib/libc/include/macros.h (modified) port macros from kernel Thu, 21 May 2009 07:03:38 GMT Martin Decky [cb41a5e] * uspace/app/tester/devmap/devmap1.c (modified) * uspace/lib/libc/generic/devmap.c (modified) * uspace/lib/libc/include/devmap.h (modified) * uspace/lib/libc/include/ipc/devmap.h (modified) * uspace/srv/bd/gxe_bd/gxe_bd.c (modified) * uspace/srv/devmap/devmap.c (modified) * uspace/srv/rd/rd.c (modified) improve devmap interface remove spared device Thu, 21 May 2009 06:57:08 GMT Martin Decky [2246de6] * uspace/lib/libc/generic/libadt/list.c (modified) * uspace/lib/libc/include/libadt/list.h (modified) add list_count() cstyle Tue, 19 May 2009 21:47:00 GMT Jakub Jermar [2c0e5d2] * kernel/generic/include/ipc/ipc.h (modified) * kernel/generic/include/ipc/ipcrsc.h (modified) * kernel/generic/src/ipc/ipcrsc.c (modified) * kernel/generic/src/ipc/kbox.c (modified) * kernel/generic/src/ipc/sysipc.c (modified) * uspace/lib/libc/generic/async.c (modified) Add IPC_M_CONNECTION_CLONE and IPC_M_CONNECT_ME. Tue, 19 May 2009 21:36:09 GMT Jakub Jermar [5b9d80c5] * uspace/lib/libc/generic/ipc.c (modified) Fix ipc_forward_slow(). Tue, 19 May 2009 19:06:39 GMT Jiri Svoboda [60866a3] * uspace/lib/libc/generic/ddi.c (modified) pio_enable() was not allocating address space properly (unless sz <= ... Mon, 18 May 2009 19:45:17 GMT Jiri Svoboda [1090b8c] * uspace/app/tester/devmap/devmap1.c (modified) * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libc/Makefile (modified) * uspace/lib/libc/generic/devmap.c (added) * uspace/lib/libc/generic/vfs/vfs.c (modified) * uspace/lib/libc/include/devmap.h (added) * uspace/lib/libc/include/ipc/devmap.h (modified) * uspace/lib/libc/include/vfs/vfs.h (modified) * uspace/srv/rd/rd.c (modified) * uspace/srv/vfs/vfs.h (modified) C binding for devmap. Gets rid of duplicate code. Mon, 18 May 2009 17:16:24 GMT Jiri Svoboda [c5747fe] * uspace/lib/libblock/libblock.c (modified) * uspace/lib/libc/include/ipc/bd.h (moved) * uspace/srv/rd/rd.c (modified) Rename ramdisk protocol -> block device protocol. Mon, 11 May 2009 21:00:04 GMT Jakub Jermar [cc99bcd] * uspace/lib/libc/generic/async.c (modified) msg->wdata.inlist needs to be allocated before the reply_received() ... Fri, 08 May 2009 11:26:00 GMT Jakub Jermar [54a6ff6] * uspace/lib/libc/include/string.h (modified) Fix doxygen comments.