# # ChangeLog for libc/include/ipc/ipc.h in mainline # # Generated by Trac 1.6 # 2026-06-02T04:32:59Z Fri, 02 Jun 2006 16:09:18 GMT Ondrej Palkovsky [b1f51f0] * console/console.c (modified) * console/console.h (modified) * console/gcons.c (added) * init/init.c (modified) * kbd/generic/kbd.c (modified) * libc/generic/async.c (modified) * libc/generic/io/stream.c (modified) * libc/generic/ipc.c (modified) * libc/generic/mmap.c (modified) * libc/include/ipc/ipc.h (modified) Changed recommended way of asynchronous communication. Thu, 01 Jun 2006 21:51:35 GMT Ondrej Palkovsky [c1d2c9d] * console/console.c (modified) * fb/fb.c (modified) * init/init.c (modified) * libc/generic/ipc.c (modified) * libc/include/ipc/ipc.h (modified) Added integration of console & fb. Added ipc_call_async_3 call. Sun, 21 May 2006 19:28:37 GMT Ondrej Palkovsky [80649a91] * Makefile (modified) * fb/fb.c (modified) * kbd/generic/kbd.c (modified) * kbd/generic/key_buffer.c (modified) * libadt/Makefile (deleted) * libc/Makefile (modified) * libc/generic/async.c (modified) * libc/generic/ipc.c (modified) * libc/generic/libadt/hash_table.c (moved) * libc/generic/libadt/list.c (moved) * libc/generic/libc.c (modified) * libc/generic/psthread.c (modified) * libc/generic/thread.c (modified) * libc/include/ipc/ipc.h (modified) * libc/include/libadt/fifo.h (moved) * libc/include/libadt/hash_table.h (moved) * libc/include/libadt/list.h (moved) * libc/include/psthread.h (modified) * ns/Makefile (modified) Merged libadt into libc. Made lot of psthread and thread stuff ... Wed, 17 May 2006 14:05:01 GMT Jakub Jermar [04a73cdf] * fb/fb.c (modified) * init/init.c (modified) * kbd/generic/kbd.c (modified) * libc/generic/ipc.c (modified) * libc/include/ipc/ipc.h (modified) * ns/ns.c (modified) * pci/pci.c (modified) Sync with kernel. Add ipc_wait_for_call_timeout() and ... Tue, 16 May 2006 13:54:19 GMT Ondrej Palkovsky [7ee6aff] * kbd/Makefile (modified) * kbd/generic/kbd.c (modified) * libc/generic/ipc.c (modified) * libc/include/ipc/ipc.h (moved) * libc/include/ipc/ns.h (moved) * libc/include/ipc/services.h (moved) * pci/Makefile (modified) Fixed not compiling uspace after libipc merge.