# # ChangeLog for uspace/lib/c in mainline # # Generated by Trac 1.6 # 2025-08-17T02:50:49Z Sun, 18 Apr 2010 17:39:51 GMT Martin Decky [5c45ca8] * uspace/lib/c/include/bool.h (modified) declare user space "bool" type as "uint8_t" (to be compliant with the ... Sun, 18 Apr 2010 16:52:47 GMT Martin Decky [dec16a2] * boot/Makefile.common (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/src/sysinfo/stats.c (modified) * uspace/app/tasks/tasks.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/ps.c (deleted) * uspace/app/top/ps.h (deleted) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) - sysinfo items "system.tasks" and "system.threads" now return ... Sun, 18 Apr 2010 12:28:19 GMT Martin Decky [e535eeb] * kernel/generic/include/func.h (modified) * kernel/generic/include/str.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/lib/func.c (modified) * kernel/generic/src/lib/str.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * uspace/app/tasks/Makefile (modified) * uspace/app/tasks/func.c (deleted) * uspace/app/tasks/func.h (deleted) * uspace/app/tasks/tasks.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/func.c (deleted) * uspace/app/top/func.h (deleted) * uspace/lib/c/generic/str.c (modified) * uspace/lib/c/include/str.h (modified) rename order() to order_suffix(), make it a generic libc string ... Sun, 18 Apr 2010 12:17:11 GMT Martin Decky [e1b6742] * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/tasks/tasks.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) export threads to user space the "tasks" command can now print all ... Sun, 18 Apr 2010 12:15:18 GMT Martin Decky [bbda5ab] * uspace/lib/c/generic/sysinfo.c (modified) use realloc Sun, 18 Apr 2010 11:59:26 GMT Jiri Svoboda [c3d4bb45] * uspace/app/tasks/tasks.c (modified) * uspace/app/uptime/uptime.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/include/stats.h (modified) Proper prefix naming of stats library functions. Sun, 18 Apr 2010 09:57:19 GMT Martin Decky [80bfb601] * kernel/generic/include/sysinfo/abi.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/sysinfo/stats.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/lib/c/generic/stats.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/include/sysinfo.h (modified) improve sysinfo and stats documentation (no change in functionality) Sun, 18 Apr 2010 00:24:40 GMT Martin Decky [9dae191e] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/load.h (deleted) * kernel/generic/include/ps/meminfo.h (deleted) * kernel/generic/include/ps/ps.h (deleted) * kernel/generic/include/ps/taskinfo.h (deleted) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/abi.h (moved) * kernel/generic/include/sysinfo/stats.h (moved) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/ps/cpu.c (deleted) * kernel/generic/src/ps/load.c (deleted) * kernel/generic/src/ps/mem.c (deleted) * kernel/generic/src/ps/ps.c (deleted) * kernel/generic/src/ps/uptime.c (deleted) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/stats.c (added) * kernel/generic/src/sysinfo/sysinfo.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/app/dummy_load/Makefile (modified) * uspace/app/ps/func.c (modified) * uspace/app/ps/func.h (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/func.c (modified) * uspace/app/top/func.h (modified) * uspace/app/uptime/uptime.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpuinfo.c (deleted) * uspace/lib/c/generic/load.c (deleted) * uspace/lib/c/generic/meminfo.c (deleted) * uspace/lib/c/generic/ps.c (deleted) * uspace/lib/c/generic/stats.c (added) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/uptime.c (deleted) * uspace/lib/c/include/load.h (deleted) * uspace/lib/c/include/stats.h (moved) * uspace/lib/c/include/uptime.h (deleted) sysinfo API cleanup - better support for generated subtrees - ... Sun, 18 Apr 2010 00:22:35 GMT Martin Decky [d8e3467] * uspace/app/ping/ping.c (modified) * uspace/lib/c/generic/arg_parse.c (modified) * uspace/lib/c/include/arg_parse.h (modified) rename arg_short_long() to arg_parse_short_long() and move it to libc Sat, 17 Apr 2010 16:28:49 GMT Martin Decky [88dea9d] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/cpu.h (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/proc/task.h (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/cpuinfo.h (added) * kernel/generic/include/ps/load.h (added) * kernel/generic/include/ps/meminfo.h (added) * kernel/generic/include/ps/ps.h (added) * kernel/generic/include/ps/taskinfo.h (added) * kernel/generic/include/ps/uptime.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/console/cmd.c (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/interrupt/interrupt.c (modified) * kernel/generic/src/ipc/ipc.c (modified) * kernel/generic/src/main/kinit.c (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/proc/task.c (modified) * kernel/generic/src/proc/thread.c (modified) * kernel/generic/src/ps/cpu.c (added) * kernel/generic/src/ps/load.c (added) * kernel/generic/src/ps/mem.c (added) * kernel/generic/src/ps/ps.c (added) * kernel/generic/src/ps/uptime.c (added) * kernel/generic/src/synch/waitq.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/time/clock.c (modified) * uspace/Makefile (modified) * uspace/app/dummy_load/Makefile (added) * uspace/app/dummy_load/dummy_load.c (added) * uspace/app/dummy_load/input.c (added) * uspace/app/dummy_load/input.h (added) * uspace/app/ps/Makefile (added) * uspace/app/ps/func.c (added) * uspace/app/ps/func.h (added) * uspace/app/ps/ps.c (added) * uspace/app/top/Makefile (added) * uspace/app/top/func.c (added) * uspace/app/top/func.h (added) * uspace/app/top/input.c (added) * uspace/app/top/input.h (added) * uspace/app/top/ps.c (added) * uspace/app/top/ps.h (added) * uspace/app/top/screen.c (added) * uspace/app/top/screen.h (added) * uspace/app/top/top.c (added) * uspace/app/top/top.h (added) * uspace/app/uptime/Makefile (added) * uspace/app/uptime/uptime.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpuinfo.c (added) * uspace/lib/c/generic/load.c (added) * uspace/lib/c/generic/meminfo.c (added) * uspace/lib/c/generic/ps.c (added) * uspace/lib/c/generic/uptime.c (added) * uspace/lib/c/include/load.h (added) * uspace/lib/c/include/ps.h (added) * uspace/lib/c/include/uptime.h (added) merge from measuring branch Sat, 17 Apr 2010 01:28:38 GMT Martin Decky [d9fae235] * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/include/sysinfo/sysinfo.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * kernel/generic/src/sysinfo/sysinfo.c (modified) * uspace/app/bdsh/exec.c (modified) * uspace/app/getterm/getterm.c (modified) * uspace/app/init/init.c (modified) * uspace/app/klog/klog.c (modified) * uspace/app/redir/redir.c (modified) * uspace/app/sbi/src/os/helenos.c (modified) * uspace/app/trace/syscalls.c (modified) * uspace/lib/c/arch/ia64/src/ddi.c (modified) * uspace/lib/c/generic/sysinfo.c (modified) * uspace/lib/c/generic/task.c (modified) * uspace/lib/c/include/sysinfo.h (modified) * uspace/lib/c/include/task.h (modified) * uspace/lib/net/adt/module_map.c (modified) * uspace/srv/bd/rd/rd.c (modified) * uspace/srv/hid/fb/ega.c (modified) * uspace/srv/hid/fb/fb.c (modified) * uspace/srv/hid/fb/main.c (modified) * uspace/srv/hid/fb/msim.c (modified) * uspace/srv/hid/fb/niagara.c (modified) * uspace/srv/hid/fb/sgcn.c (modified) * uspace/srv/hid/kbd/generic/kbd.c (modified) * uspace/srv/hid/kbd/port/gxemul.c (modified) * uspace/srv/hid/kbd/port/msim.c (modified) * uspace/srv/hid/kbd/port/niagara.c (modified) * uspace/srv/hid/kbd/port/ns16550.c (modified) * uspace/srv/hid/kbd/port/pl050.c (modified) * uspace/srv/hid/kbd/port/sgcn.c (modified) * uspace/srv/hid/kbd/port/sun.c (modified) * uspace/srv/hid/kbd/port/z8530.c (modified) * uspace/srv/hw/bus/cuda_adb/cuda_adb.c (modified) * uspace/srv/hw/char/i8042/i8042.c (modified) * uspace/srv/hw/cir/fhc/fhc.c (modified) * uspace/srv/hw/cir/obio/obio.c (modified) * uspace/srv/net/cfg/ne2k.netif_nil_bundle (modified) * uspace/srv/net/cfg/ne2k.netif_standalone (modified) * uspace/srv/net/netstart/netstart.c (modified) * uspace/srv/ns/ns.c (modified) * uspace/srv/taskmon/taskmon.c (modified) sysinfo overhaul - cleanup (nicer data structures, use of SLAB ... Sat, 17 Apr 2010 01:24:17 GMT Martin Decky [e1da7ec] * uspace/lib/c/generic/adt/hash_table.c (modified) coding style changes (no change in functionality) Sat, 17 Apr 2010 01:16:55 GMT Martin Decky [3292623] * uspace/lib/c/generic/libc.c (modified) * uspace/lib/c/generic/malloc.c (modified) thread-safe heap allocator Sat, 17 Apr 2010 01:15:39 GMT Martin Decky [596d65c] * uspace/lib/c/generic/fibril.c (modified) * uspace/lib/c/generic/futex.c (modified) * uspace/lib/c/include/futex.h (modified) coding style change (no change in functionality) Sat, 17 Apr 2010 01:14:32 GMT Martin Decky [e35bf88] * uspace/lib/c/generic/async.c (modified) fix printout Sat, 17 Apr 2010 01:13:46 GMT Martin Decky [46416ab] * uspace/lib/c/arch/ia64/include/types.h (modified) ia64: get back uint128_t Sat, 17 Apr 2010 01:12:35 GMT Martin Decky [abf09311] * kernel/generic/include/str.h (modified) * kernel/generic/src/lib/str.c (modified) * uspace/lib/c/generic/str.c (modified) much safer implementation of str_dup() and str_ndup() port str_dup() ... Fri, 09 Apr 2010 16:29:07 GMT Martin Decky [2721a75] * uspace/app/bdsh/exec.c (modified) * uspace/app/netecho/Makefile (modified) * uspace/app/netecho/netecho.c (modified) * uspace/app/netecho/parse.c (deleted) * uspace/app/netecho/parse.h (deleted) * uspace/app/nettest1/Makefile (modified) * uspace/app/nettest1/nettest1.c (modified) * uspace/app/nettest1/parse.c (deleted) * uspace/app/nettest1/parse.h (deleted) * uspace/app/nettest2/Makefile (modified) * uspace/app/nettest2/nettest2.c (modified) * uspace/app/nettest2/parse.c (deleted) * uspace/app/nettest2/parse.h (deleted) * uspace/app/ping/Makefile (modified) * uspace/app/ping/parse.c (deleted) * uspace/app/ping/parse.h (deleted) * uspace/app/ping/ping.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/arg_parse.c (added) * uspace/lib/c/generic/str_error.c (moved) * uspace/lib/c/include/arg_parse.h (added) * uspace/lib/c/include/str_error.h (moved) * uspace/lib/socket/Makefile (modified) * uspace/lib/socket/include/net_err.h (modified) ping overhaul: * coding style * shorter and better readable ... Fri, 09 Apr 2010 13:12:49 GMT Martin Decky [4196304] * uspace/lib/c/Makefile (modified) * uspace/lib/c/arch/abs32le/include/types.h (modified) * uspace/lib/c/arch/amd64/include/types.h (modified) * uspace/lib/c/arch/arm32/include/types.h (modified) * uspace/lib/c/arch/ia32/include/types.h (modified) * uspace/lib/c/arch/ia64/include/types.h (modified) * uspace/lib/c/arch/mips32/include/types.h (modified) * uspace/lib/c/arch/ppc32/include/types.h (modified) * uspace/lib/c/arch/sparc64/include/types.h (modified) use integer types detected by autotool also in uspace Fri, 09 Apr 2010 11:18:08 GMT Stanislav Kozina [638927a] * kernel/generic/src/ps/ps.c (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/ps.c (modified) * uspace/app/top/ps.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/generic/ps.c (modified) * uspace/lib/c/include/ps.h (modified) top echoes also thread state overview write_barrier() after ... Fri, 09 Apr 2010 09:41:39 GMT Stanislav Kozina [faf38b2] * kernel/generic/include/ps/ps.h (modified) * kernel/generic/include/ps/taskinfo.h (modified) * kernel/generic/src/ps/ps.c (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/ps.c (modified) * uspace/lib/c/generic/ps.c (modified) * uspace/lib/c/include/ps.h (modified) Removed thread selection from kernel. Now all threads are copied to ... Wed, 07 Apr 2010 10:24:00 GMT Stanislav Kozina [516adce] * kernel/Makefile (modified) * kernel/generic/include/mm/frame.h (modified) * kernel/generic/include/ps/meminfo.h (added) * kernel/generic/include/ps/ps.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/main/main.c (modified) * kernel/generic/src/mm/frame.c (modified) * kernel/generic/src/ps/mem.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/top/Makefile (modified) * uspace/app/top/func.c (added) * uspace/app/top/func.h (added) * uspace/app/top/screen.c (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpuinfo.c (moved) * uspace/lib/c/generic/meminfo.c (added) * uspace/lib/c/include/ps.h (modified) top echoes also physical memory overview Tue, 06 Apr 2010 11:29:51 GMT Martin Decky [0a72efc] * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/strerror.c (added) * uspace/lib/c/include/errno.h (modified) * uspace/lib/c/include/strerror.h (added) add support for decoding error values Thu, 01 Apr 2010 21:31:25 GMT Stanislav Kozina [62550dce] * kernel/Makefile (modified) * kernel/generic/include/ps/cpuinfo.h (added) * kernel/generic/include/ps/load.h (modified) * kernel/generic/include/ps/ps.h (modified) * kernel/generic/include/ps/uptime.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/cpu/cpu.c (modified) * kernel/generic/src/proc/scheduler.c (modified) * kernel/generic/src/ps/cpu.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/ps/ps.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/cpu.c (added) * uspace/lib/c/include/ps.h (modified) ps -c echoes info about CPU's cpu count is accessible through ... Thu, 01 Apr 2010 15:21:03 GMT Stanislav Kozina [79edc36] * kernel/generic/include/ps/load.h (modified) * kernel/generic/src/ps/load.c (modified) * uspace/app/ps/ps.c (modified) * uspace/app/top/input.c (modified) * uspace/app/top/input.h (modified) * uspace/app/top/screen.c (modified) * uspace/app/top/screen.h (modified) * uspace/app/top/top.c (modified) * uspace/app/top/top.h (added) * uspace/app/uptime/uptime.c (modified) * uspace/lib/c/generic/load.c (modified) * uspace/lib/c/include/load.h (modified) System load echo fix, now it looks realistic top echoes first values ... Wed, 31 Mar 2010 19:49:32 GMT Stanislav Kozina [c0379fc] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/ps/uptime.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ps/uptime.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/uptime/Makefile (added) * uspace/app/uptime/uptime.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/uptime.c (added) * uspace/lib/c/include/uptime.h (added) uptime Wed, 31 Mar 2010 09:30:04 GMT Stanislav Kozina [944f2cab] * kernel/generic/include/ps/load.h (modified) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ps/load.c (modified) * kernel/generic/src/syscall/syscall.c (modified) * uspace/app/ps/ps.c (modified) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/load.c (added) * uspace/lib/c/include/load.h (added) ps -l echoes system load Fri, 26 Mar 2010 21:30:37 GMT Jiri Svoboda [eaf22d4] * uspace/lib/c/include/vfs/vfs.h (modified) Fix typo. Thu, 25 Mar 2010 10:20:40 GMT Stanislav Kozina [18b5402c] * boot/Makefile.common (modified) * kernel/Makefile (modified) * kernel/generic/include/proc/thread.h (modified) * kernel/generic/include/ps/ps.h (added) * kernel/generic/include/ps/taskinfo.h (added) * kernel/generic/include/syscall/syscall.h (modified) * kernel/generic/src/ps/ps.c (added) * kernel/generic/src/syscall/syscall.c (modified) * uspace/Makefile (modified) * uspace/app/ps/Makefile (added) * uspace/app/ps/ps.c (added) * uspace/lib/c/Makefile (modified) * uspace/lib/c/generic/ps.c (added) * uspace/lib/c/include/ps.h (added) ps Tue, 23 Mar 2010 14:56:27 GMT Martin Decky [63f8966] * uspace/Makefile (modified) * uspace/Makefile.common (modified) * uspace/lib/block/Makefile (moved) * uspace/lib/block/libblock.c (moved) * uspace/lib/block/libblock.h (moved) * uspace/lib/c/Makefile (moved) * uspace/lib/c/arch/abs32le/Makefile.common (moved) * uspace/lib/c/arch/abs32le/Makefile.inc (moved) * uspace/lib/c/arch/abs32le/_link.ld.in (moved) * uspace/lib/c/arch/abs32le/include/atomic.h (moved) * uspace/lib/c/arch/abs32le/include/config.h (moved) * uspace/lib/c/arch/abs32le/include/ddi.h (moved) * uspace/lib/c/arch/abs32le/include/entry.h (moved) * uspace/lib/c/arch/abs32le/include/faddr.h (moved) * uspace/lib/c/arch/abs32le/include/fibril.h (moved) * uspace/lib/c/arch/abs32le/include/inttypes.h (moved) * uspace/lib/c/arch/abs32le/include/istate.h (moved) * uspace/lib/c/arch/abs32le/include/limits.h (moved) * uspace/lib/c/arch/abs32le/include/syscall.h (moved) * uspace/lib/c/arch/abs32le/include/thread.h (moved) * uspace/lib/c/arch/abs32le/include/tls.h (moved) * uspace/lib/c/arch/abs32le/include/types.h (moved) * uspace/lib/c/arch/abs32le/src/entry.c (moved) * uspace/lib/c/arch/abs32le/src/fibril.c (moved) * uspace/lib/c/arch/abs32le/src/stacktrace.c (moved) * uspace/lib/c/arch/abs32le/src/syscall.c (moved) * uspace/lib/c/arch/abs32le/src/thread_entry.c (moved) * uspace/lib/c/arch/abs32le/src/tls.c (moved) * uspace/lib/c/arch/amd64/Makefile.common (moved) * uspace/lib/c/arch/amd64/Makefile.inc (moved) * uspace/lib/c/arch/amd64/_link.ld.in (moved) * uspace/lib/c/arch/amd64/include/atomic.h (moved) * uspace/lib/c/arch/amd64/include/config.h (moved) * uspace/lib/c/arch/amd64/include/ddi.h (moved) * uspace/lib/c/arch/amd64/include/faddr.h (moved) * uspace/lib/c/arch/amd64/include/fibril.h (moved) * uspace/lib/c/arch/amd64/include/inttypes.h (moved) * uspace/lib/c/arch/amd64/include/istate.h (moved) * uspace/lib/c/arch/amd64/include/limits.h (moved) * uspace/lib/c/arch/amd64/include/stackarg.h (moved) * uspace/lib/c/arch/amd64/include/syscall.h (moved) * uspace/lib/c/arch/amd64/include/thread.h (moved) * uspace/lib/c/arch/amd64/include/tls.h (moved) * uspace/lib/c/arch/amd64/include/types.h (moved) * uspace/lib/c/arch/amd64/src/entry.s (moved) * uspace/lib/c/arch/amd64/src/fibril.S (moved) * uspace/lib/c/arch/amd64/src/stacktrace.c (moved) * uspace/lib/c/arch/amd64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/amd64/src/syscall.S (moved) * uspace/lib/c/arch/amd64/src/thread_entry.s (moved) * uspace/lib/c/arch/amd64/src/tls.c (moved) * uspace/lib/c/arch/arm32/Makefile.common (moved) * uspace/lib/c/arch/arm32/Makefile.inc (moved) * uspace/lib/c/arch/arm32/_link.ld.in (moved) * uspace/lib/c/arch/arm32/include/atomic.h (moved) * uspace/lib/c/arch/arm32/include/config.h (moved) * uspace/lib/c/arch/arm32/include/ddi.h (moved) * uspace/lib/c/arch/arm32/include/faddr.h (moved) * uspace/lib/c/arch/arm32/include/fibril.h (moved) * uspace/lib/c/arch/arm32/include/inttypes.h (moved) * uspace/lib/c/arch/arm32/include/istate.h (moved) * uspace/lib/c/arch/arm32/include/limits.h (moved) * uspace/lib/c/arch/arm32/include/stackarg.h (moved) * uspace/lib/c/arch/arm32/include/syscall.h (moved) * uspace/lib/c/arch/arm32/include/thread.h (moved) * uspace/lib/c/arch/arm32/include/tls.h (moved) * uspace/lib/c/arch/arm32/include/types.h (moved) * uspace/lib/c/arch/arm32/src/eabi.S (moved) * uspace/lib/c/arch/arm32/src/entry.s (moved) * uspace/lib/c/arch/arm32/src/fibril.S (moved) * uspace/lib/c/arch/arm32/src/stacktrace.c (moved) * uspace/lib/c/arch/arm32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/arm32/src/syscall.c (moved) * uspace/lib/c/arch/arm32/src/thread_entry.s (moved) * uspace/lib/c/arch/arm32/src/tls.c (moved) * uspace/lib/c/arch/ia32/Makefile.common (moved) * uspace/lib/c/arch/ia32/Makefile.inc (moved) * uspace/lib/c/arch/ia32/_link.ld.in (moved) * uspace/lib/c/arch/ia32/include/atomic.h (moved) * uspace/lib/c/arch/ia32/include/config.h (moved) * uspace/lib/c/arch/ia32/include/ddi.h (moved) * uspace/lib/c/arch/ia32/include/faddr.h (moved) * uspace/lib/c/arch/ia32/include/fibril.h (moved) * uspace/lib/c/arch/ia32/include/inttypes.h (moved) * uspace/lib/c/arch/ia32/include/istate.h (moved) * uspace/lib/c/arch/ia32/include/limits.h (moved) * uspace/lib/c/arch/ia32/include/syscall.h (moved) * uspace/lib/c/arch/ia32/include/thread.h (moved) * uspace/lib/c/arch/ia32/include/tls.h (moved) * uspace/lib/c/arch/ia32/include/types.h (moved) * uspace/lib/c/arch/ia32/src/entry.s (moved) * uspace/lib/c/arch/ia32/src/fibril.S (moved) * uspace/lib/c/arch/ia32/src/setjmp.S (moved) * uspace/lib/c/arch/ia32/src/stacktrace.c (moved) * uspace/lib/c/arch/ia32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia32/src/syscall.S (moved) * uspace/lib/c/arch/ia32/src/thread_entry.s (moved) * uspace/lib/c/arch/ia32/src/tls.c (moved) * uspace/lib/c/arch/ia64/Makefile.common (moved) * uspace/lib/c/arch/ia64/Makefile.inc (moved) * uspace/lib/c/arch/ia64/_link.ld.in (moved) * uspace/lib/c/arch/ia64/include/atomic.h (moved) * uspace/lib/c/arch/ia64/include/config.h (moved) * uspace/lib/c/arch/ia64/include/ddi.h (moved) * uspace/lib/c/arch/ia64/include/faddr.h (moved) * uspace/lib/c/arch/ia64/include/fibril.h (moved) * uspace/lib/c/arch/ia64/include/inttypes.h (moved) * uspace/lib/c/arch/ia64/include/istate.h (moved) * uspace/lib/c/arch/ia64/include/limits.h (moved) * uspace/lib/c/arch/ia64/include/stack.h (moved) * uspace/lib/c/arch/ia64/include/stackarg.h (moved) * uspace/lib/c/arch/ia64/include/syscall.h (moved) * uspace/lib/c/arch/ia64/include/thread.h (moved) * uspace/lib/c/arch/ia64/include/tls.h (moved) * uspace/lib/c/arch/ia64/include/types.h (moved) * uspace/lib/c/arch/ia64/src/ddi.c (moved) * uspace/lib/c/arch/ia64/src/entry.s (moved) * uspace/lib/c/arch/ia64/src/fibril.S (moved) * uspace/lib/c/arch/ia64/src/stacktrace.c (moved) * uspace/lib/c/arch/ia64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ia64/src/syscall.S (moved) * uspace/lib/c/arch/ia64/src/thread_entry.s (moved) * uspace/lib/c/arch/ia64/src/tls.c (moved) * uspace/lib/c/arch/mips32/Makefile.common (moved) * uspace/lib/c/arch/mips32/Makefile.inc (moved) * uspace/lib/c/arch/mips32/_link.ld.in (moved) * uspace/lib/c/arch/mips32/include/atomic.h (moved) * uspace/lib/c/arch/mips32/include/config.h (moved) * uspace/lib/c/arch/mips32/include/ddi.h (moved) * uspace/lib/c/arch/mips32/include/faddr.h (moved) * uspace/lib/c/arch/mips32/include/fibril.h (moved) * uspace/lib/c/arch/mips32/include/inttypes.h (moved) * uspace/lib/c/arch/mips32/include/istate.h (moved) * uspace/lib/c/arch/mips32/include/limits.h (moved) * uspace/lib/c/arch/mips32/include/syscall.h (moved) * uspace/lib/c/arch/mips32/include/thread.h (moved) * uspace/lib/c/arch/mips32/include/tls.h (moved) * uspace/lib/c/arch/mips32/include/types.h (moved) * uspace/lib/c/arch/mips32/src/entry.s (moved) * uspace/lib/c/arch/mips32/src/fibril.S (moved) * uspace/lib/c/arch/mips32/src/stacktrace.c (moved) * uspace/lib/c/arch/mips32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/mips32/src/syscall.c (moved) * uspace/lib/c/arch/mips32/src/thread_entry.s (moved) * uspace/lib/c/arch/mips32/src/tls.c (moved) * uspace/lib/c/arch/mips32eb/Makefile.common (moved) * uspace/lib/c/arch/mips32eb/Makefile.inc (moved) * uspace/lib/c/arch/mips32eb/_link.ld.in (moved) * uspace/lib/c/arch/mips32eb/include/atomic.h (moved) * uspace/lib/c/arch/mips32eb/include/config.h (moved) * uspace/lib/c/arch/mips32eb/include/ddi.h (moved) * uspace/lib/c/arch/mips32eb/include/faddr.h (moved) * uspace/lib/c/arch/mips32eb/include/fibril.h (moved) * uspace/lib/c/arch/mips32eb/include/inttypes.h (moved) * uspace/lib/c/arch/mips32eb/include/istate.h (moved) * uspace/lib/c/arch/mips32eb/include/limits.h (moved) * uspace/lib/c/arch/mips32eb/include/syscall.h (moved) * uspace/lib/c/arch/mips32eb/include/thread.h (moved) * uspace/lib/c/arch/mips32eb/include/tls.h (moved) * uspace/lib/c/arch/mips32eb/include/types.h (moved) * uspace/lib/c/arch/mips32eb/src (moved) * uspace/lib/c/arch/ppc32/Makefile.common (moved) * uspace/lib/c/arch/ppc32/Makefile.inc (moved) * uspace/lib/c/arch/ppc32/_link.ld.in (moved) * uspace/lib/c/arch/ppc32/include/atomic.h (moved) * uspace/lib/c/arch/ppc32/include/config.h (moved) * uspace/lib/c/arch/ppc32/include/ddi.h (moved) * uspace/lib/c/arch/ppc32/include/faddr.h (moved) * uspace/lib/c/arch/ppc32/include/fibril.h (moved) * uspace/lib/c/arch/ppc32/include/inttypes.h (moved) * uspace/lib/c/arch/ppc32/include/istate.h (moved) * uspace/lib/c/arch/ppc32/include/limits.h (moved) * uspace/lib/c/arch/ppc32/include/regname.h (moved) * uspace/lib/c/arch/ppc32/include/stackarg.h (moved) * uspace/lib/c/arch/ppc32/include/syscall.h (moved) * uspace/lib/c/arch/ppc32/include/thread.h (moved) * uspace/lib/c/arch/ppc32/include/tls.h (moved) * uspace/lib/c/arch/ppc32/include/types.h (moved) * uspace/lib/c/arch/ppc32/src/entry.s (moved) * uspace/lib/c/arch/ppc32/src/fibril.S (moved) * uspace/lib/c/arch/ppc32/src/stacktrace.c (moved) * uspace/lib/c/arch/ppc32/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/ppc32/src/syscall.c (moved) * uspace/lib/c/arch/ppc32/src/thread_entry.s (moved) * uspace/lib/c/arch/ppc32/src/tls.c (moved) * uspace/lib/c/arch/sparc64/Makefile.common (moved) * uspace/lib/c/arch/sparc64/Makefile.inc (moved) * uspace/lib/c/arch/sparc64/_link.ld.in (moved) * uspace/lib/c/arch/sparc64/include/atomic.h (moved) * uspace/lib/c/arch/sparc64/include/config.h (moved) * uspace/lib/c/arch/sparc64/include/ddi.h (moved) * uspace/lib/c/arch/sparc64/include/faddr.h (moved) * uspace/lib/c/arch/sparc64/include/fibril.h (moved) * uspace/lib/c/arch/sparc64/include/inttypes.h (moved) * uspace/lib/c/arch/sparc64/include/istate.h (moved) * uspace/lib/c/arch/sparc64/include/limits.h (moved) * uspace/lib/c/arch/sparc64/include/stack.h (moved) * uspace/lib/c/arch/sparc64/include/stackarg.h (moved) * uspace/lib/c/arch/sparc64/include/syscall.h (moved) * uspace/lib/c/arch/sparc64/include/thread.h (moved) * uspace/lib/c/arch/sparc64/include/tls.h (moved) * uspace/lib/c/arch/sparc64/include/types.h (moved) * uspace/lib/c/arch/sparc64/src/entry.s (moved) * uspace/lib/c/arch/sparc64/src/fibril.S (moved) * uspace/lib/c/arch/sparc64/src/stacktrace.c (moved) * uspace/lib/c/arch/sparc64/src/stacktrace_asm.S (moved) * uspace/lib/c/arch/sparc64/src/thread_entry.s (moved) * uspace/lib/c/arch/sparc64/src/tls.c (moved) * uspace/lib/c/generic/adt/hash_table.c (moved) * uspace/lib/c/generic/adt/list.c (moved) * uspace/lib/c/generic/as.c (moved) * uspace/lib/c/generic/async.c (moved) * uspace/lib/c/generic/cap.c (moved) * uspace/lib/c/generic/clipboard.c (moved) * uspace/lib/c/generic/ddi.c (moved) * uspace/lib/c/generic/devmap.c (moved) * uspace/lib/c/generic/err.c (moved) * uspace/lib/c/generic/errno.c (moved) * uspace/lib/c/generic/event.c (moved) * uspace/lib/c/generic/fibril.c (moved) * uspace/lib/c/generic/fibril_synch.c (moved) * uspace/lib/c/generic/futex.c (moved) * uspace/lib/c/generic/getopt.c (moved) * uspace/lib/c/generic/io/asprintf.c (moved) * uspace/lib/c/generic/io/console.c (moved) * uspace/lib/c/generic/io/io.c (moved) * uspace/lib/c/generic/io/klog.c (moved) * uspace/lib/c/generic/io/printf.c (moved) * uspace/lib/c/generic/io/printf_core.c (moved) * uspace/lib/c/generic/io/snprintf.c (moved) * uspace/lib/c/generic/io/vprintf.c (moved) * uspace/lib/c/generic/io/vsnprintf.c (moved) * uspace/lib/c/generic/ipc.c (moved) * uspace/lib/c/generic/libc.c (moved) * uspace/lib/c/generic/loader.c (moved) * uspace/lib/c/generic/malloc.c (moved) * uspace/lib/c/generic/mem.c (moved) * uspace/lib/c/generic/mman.c (moved) * uspace/lib/c/generic/pcb.c (moved) * uspace/lib/c/generic/smc.c (moved) * uspace/lib/c/generic/stacktrace.c (moved) * uspace/lib/c/generic/stdlib.c (moved) * uspace/lib/c/generic/str.c (moved) * uspace/lib/c/generic/sysinfo.c (moved) * uspace/lib/c/generic/task.c (moved) * uspace/lib/c/generic/thread.c (moved) * uspace/lib/c/generic/time.c (moved) * uspace/lib/c/generic/tls.c (moved) * uspace/lib/c/generic/udebug.c (moved) * uspace/lib/c/generic/vfs/canonify.c (moved) * uspace/lib/c/generic/vfs/vfs.c (moved) * uspace/lib/c/include/adt/fifo.h (moved) * uspace/lib/c/include/adt/gcdlcm.h (moved) * uspace/lib/c/include/adt/hash_table.h (moved) * uspace/lib/c/include/adt/list.h (moved) * uspace/lib/c/include/align.h (moved) * uspace/lib/c/include/as.h (moved) * uspace/lib/c/include/assert.h (moved) * uspace/lib/c/include/async.h (moved) * uspace/lib/c/include/async_priv.h (moved) * uspace/lib/c/include/atomic.h (moved) * uspace/lib/c/include/atomicdflt.h (moved) * uspace/lib/c/include/bitops.h (moved) * uspace/lib/c/include/bool.h (moved) * uspace/lib/c/include/byteorder.h (moved) * uspace/lib/c/include/cap.h (moved) * uspace/lib/c/include/clipboard.h (moved) * uspace/lib/c/include/ctype.h (moved) * uspace/lib/c/include/ddi.h (moved) * uspace/lib/c/include/devmap.h (moved) * uspace/lib/c/include/dirent.h (moved) * uspace/lib/c/include/err.h (moved) * uspace/lib/c/include/errno.h (moved) * uspace/lib/c/include/event.h (moved) * uspace/lib/c/include/fcntl.h (moved) * uspace/lib/c/include/fibril.h (moved) * uspace/lib/c/include/fibril_synch.h (moved) * uspace/lib/c/include/futex.h (moved) * uspace/lib/c/include/getopt.h (moved) * uspace/lib/c/include/inttypes.h (moved) * uspace/lib/c/include/io/color.h (moved) * uspace/lib/c/include/io/console.h (moved) * uspace/lib/c/include/io/keycode.h (moved) * uspace/lib/c/include/io/klog.h (moved) * uspace/lib/c/include/io/printf_core.h (moved) * uspace/lib/c/include/io/style.h (moved) * uspace/lib/c/include/ipc/adb.h (moved) * uspace/lib/c/include/ipc/bd.h (moved) * uspace/lib/c/include/ipc/bus.h (moved) * uspace/lib/c/include/ipc/char.h (moved) * uspace/lib/c/include/ipc/clipboard.h (moved) * uspace/lib/c/include/ipc/console.h (moved) * uspace/lib/c/include/ipc/devmap.h (moved) * uspace/lib/c/include/ipc/fb.h (moved) * uspace/lib/c/include/ipc/ipc.h (moved) * uspace/lib/c/include/ipc/kbd.h (moved) * uspace/lib/c/include/ipc/loader.h (moved) * uspace/lib/c/include/ipc/mouse.h (moved) * uspace/lib/c/include/ipc/ns.h (moved) * uspace/lib/c/include/ipc/services.h (moved) * uspace/lib/c/include/ipc/vfs.h (moved) * uspace/lib/c/include/libc.h (moved) * uspace/lib/c/include/limits.h (moved) * uspace/lib/c/include/loader/loader.h (moved) * uspace/lib/c/include/loader/pcb.h (moved) * uspace/lib/c/include/macros.h (moved) * uspace/lib/c/include/malloc.h (moved) * uspace/lib/c/include/mem.h (moved) * uspace/lib/c/include/rwlock.h (moved) * uspace/lib/c/include/setjmp.h (moved) * uspace/lib/c/include/smc.h (moved) * uspace/lib/c/include/stacktrace.h (moved) * uspace/lib/c/include/stdarg.h (moved) * uspace/lib/c/include/stddef.h (moved) * uspace/lib/c/include/stdint.h (moved) * uspace/lib/c/include/stdio.h (moved) * uspace/lib/c/include/stdlib.h (moved) * uspace/lib/c/include/str.h (moved) * uspace/lib/c/include/sys/mman.h (moved) * uspace/lib/c/include/sys/stat.h (moved) * uspace/lib/c/include/sys/time.h (moved) * uspace/lib/c/include/sys/typefmt.h (moved) * uspace/lib/c/include/sys/types.h (moved) * uspace/lib/c/include/syscall.h (moved) * uspace/lib/c/include/sysinfo.h (moved) * uspace/lib/c/include/task.h (moved) * uspace/lib/c/include/thread.h (moved) * uspace/lib/c/include/time.h (moved) * uspace/lib/c/include/tls.h (moved) * uspace/lib/c/include/udebug.h (moved) * uspace/lib/c/include/unistd.h (moved) * uspace/lib/c/include/vfs/canonify.h (moved) * uspace/lib/c/include/vfs/vfs.h (moved) * uspace/lib/fs/Makefile (moved) * uspace/lib/fs/libfs.c (moved) * uspace/lib/fs/libfs.h (moved) * uspace/lib/pci/COPYING (moved) * uspace/lib/pci/Makefile (moved) * uspace/lib/pci/VERSION (moved) * uspace/lib/pci/access.c (moved) * uspace/lib/pci/generic.c (moved) * uspace/lib/pci/header.h (moved) * uspace/lib/pci/i386-ports.c (moved) * uspace/lib/pci/internal.h (moved) * uspace/lib/pci/names.c (moved) * uspace/lib/pci/pci.h (moved) * uspace/lib/pci/pci_ids.h (moved) * uspace/lib/pci/sysdep.h (moved) * uspace/lib/pci/types.h (moved) rename library directories (the common "lib" prefix is already in the ...