# # ChangeLog for / in mainline # # Generated by Trac 1.6 # 2024-11-28T19:51:42Z Fri, 02 Jun 2006 19:32:10 GMT Ondrej Palkovsky [53daee3] * fb/ega.c (modified) * libc/generic/string.c (modified) Some fixes, tetris still not working. Fri, 02 Jun 2006 19:22:08 GMT Ondrej Palkovsky [d6cc453] * Makefile (modified) * console/console.c (modified) * console/gcons.c (modified) * console/gcons.h (modified) * libc/include/err.h (modified) * libc/include/io/stream.h (modified) * tetris/screen.c (modified) * tetris/tetris.c (modified) Made tetris compile and somewhat run. Slightly better console. Fri, 02 Jun 2006 18:19:08 GMT Josef Cejka [e87e18f] * console/console.c (modified) * console/screenbuffer.c (modified) Some doxygen comments added. Fri, 02 Jun 2006 17:46:21 GMT Josef Cejka [a9bd960c] * console/console.c (modified) * console/console.h (modified) * console/screenbuffer.c (modified) * console/screenbuffer.h (modified) Added doxygen comments. Console now supports SET_STYLE call. Fri, 02 Jun 2006 17:45:07 GMT Ondrej Palkovsky [f1b4e74] * tetris/screen.c (modified) * tetris/screen.h (modified) * tetris/tetris.c (modified) More porting, awaiting 2 functions of console. Fri, 02 Jun 2006 17:33:44 GMT Josef Cejka [0c6984e] * console/console.c (modified) * console/console.h (modified) * libc/include/ipc/fb.h (modified) Console support for flush. Fri, 02 Jun 2006 17:16:59 GMT Ondrej Palkovsky [e1c4849] * console/Makefile (modified) * console/console.c (modified) * console/gcons.c (modified) * console/gcons.h (added) Added slighyly graphical console. Fri, 02 Jun 2006 16:42:56 GMT Josef Cejka [3756912] * console/console.c (modified) * console/console.h (modified) Console sends its size now. Fri, 02 Jun 2006 16:37:09 GMT Josef Cejka [a805c24] * console/console.c (modified) Fixed bugs in console. Fri, 02 Jun 2006 16:33:42 GMT Ondrej Palkovsky [b917098] * libc/generic/io/stream.c (modified) * libc/include/io/stream.h (modified) * tetris/screen.c (modified) Slowly porting tetris screen... not yet done. 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. Fri, 02 Jun 2006 15:56:46 GMT Josef Cejka [a116ef22] * console/console.c (modified) Support for switch to kernel console. Fri, 02 Jun 2006 15:15:20 GMT Josef Cejka [bc54f56e] * console/console.c (modified) Fixed bugs in shared buffer. Fri, 02 Jun 2006 15:05:59 GMT Ondrej Palkovsky [58fce89] * fb/fb.c (modified) Don't move cursor on draw_text_data Fri, 02 Jun 2006 15:01:24 GMT Josef Cejka [1d181159] * console/console.c (modified) Inserted forgotten FB_SET_STYLE. Fri, 02 Jun 2006 14:57:29 GMT Ondrej Palkovsky [3be8401] * fb/fb.c (modified) Fixed mistake in draw_data. Fri, 02 Jun 2006 14:54:42 GMT Josef Cejka [390a678] * console/console.c (modified) Console support for communication with fb via shared memory. Fri, 02 Jun 2006 14:44:25 GMT Ondrej Palkovsky [5b6de81] * libc/generic/mmap.c (modified) mmap workaroung Fri, 02 Jun 2006 14:12:09 GMT Ondrej Palkovsky [6b5111a] * console/screenbuffer.h (modified) * fb/fb.c (modified) * libc/generic/as.c (modified) Reworked styles in framebuffer. Fri, 02 Jun 2006 14:11:10 GMT Jakub Vana [37458472] * Makefile (modified) * kbd/arch/ia64/include/kbd.h (added) * kbd/arch/ia64/src/kbd.c (added) * kbd/generic/kbd.c (modified) * libc/generic/io/stream.c (modified) * libc/include/stdio.h (modified) Ia64 uspace keuboard uspace part Fri, 02 Jun 2006 13:54:29 GMT Josef Cejka [bb51e9a8] * console/console.c (modified) Fixed ipc_call_sync calling bug. Fri, 02 Jun 2006 13:30:37 GMT Ondrej Palkovsky [83b1d61] * fb/fb.c (modified) * fb/main.c (modified) * fb/main.h (added) * libc/Makefile (modified) * libc/arch/amd64/include/types.h (modified) * libc/arch/ia32/include/types.h (modified) * libc/arch/ia64/include/types.h (modified) * libc/arch/mips32/include/types.h (modified) * libc/arch/ppc32/include/types.h (modified) * libc/arch/ppc64/include/types.h (modified) * libc/generic/as.c (modified) * libc/generic/mmap.c (added) * libc/include/ipc/fb.h (modified) * libc/include/sys/mman.h (added) Added mmap, munmap calls. Added possibility to access framebuffer ... Fri, 02 Jun 2006 13:23:07 GMT Josef Cejka [bd929cfb] * console/console.c (modified) * kbd/arch/ia32/src/kbd.c (modified) Some console bugfixes. Fri, 02 Jun 2006 12:29:08 GMT Jakub Jermar [2d22049] * libc/generic/async.c (modified) * libc/generic/futex.c (modified) * libc/generic/ipc.c (modified) * libc/include/futex.h (modified) Sync with last kernel commit (the ability to specify whether a sleep ... Fri, 02 Jun 2006 11:35:05 GMT Ondrej Palkovsky [bf9afa07] * fb/ega.c (modified) * fb/fb.c (modified) * libc/generic/as.c (modified) * libc/generic/time.c (modified) * libc/include/align.h (modified) * libc/include/as.h (modified) * ns/ns.c (modified) Allocation function for allocating free areas for mmap, map_physmem etc. Fri, 02 Jun 2006 10:54:45 GMT Ondrej Palkovsky [49d072e] * fb/fb.c (modified) * fb/sysio.c (modified) * libc/generic/async.c (modified) * libc/include/async.h (modified) Added blinking cursor. Fri, 02 Jun 2006 09:25:00 GMT Josef Cejka [838c48e] * console/console.c (modified) * kbd/generic/kbd.c (modified) Fix cursor position. Do not rewrite active console on switch to it. Fri, 02 Jun 2006 08:52:59 GMT Ondrej Palkovsky [1180a88e] * fb/ega.c (modified) * fb/fb.c (modified) * fb/sysio.c (modified) Doc updates. Fri, 02 Jun 2006 08:44:26 GMT Josef Cejka [10569b1] * console/console.c (modified) * console/screenbuffer.c (modified) * libc/generic/io/stream.c (modified) Another console improvement. Fri, 02 Jun 2006 00:26:44 GMT Ondrej Palkovsky [df688cd] * fb/Makefile (modified) * fb/ega.c (added) * fb/ega.h (added) * fb/fb.c (modified) * fb/main.c (modified) * libc/generic/ddi.c (modified) * libc/include/ddi.h (modified) * ns/ns.c (modified) Added support ega framebuffer. Removed taskid parameter from ... Thu, 01 Jun 2006 23:35:27 GMT Ondrej Palkovsky [46bd593f] * fb/sysio.c (modified) Added more functions to console emulation through sysio. Thu, 01 Jun 2006 23:01:44 GMT Ondrej Palkovsky [da0c91e7] * console/console.c (modified) * fb/Makefile (modified) * fb/fb.c (modified) * fb/fb.h (modified) * fb/main.c (added) * fb/sysio.c (added) * fb/sysio.h (added) * libc/generic/async.c (modified) * libc/generic/io/stream.c (modified) * libc/include/async.h (modified) Added very preliminary support for console on architectures that do ... 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. Thu, 01 Jun 2006 15:32:19 GMT Josef Cejka [3993b3d] * console/Makefile (modified) * console/console.c (modified) * console/screenbuffer.c (added) * console/screenbuffer.h (added) Support for multiple virtual consoles with separated screens. Only ... Thu, 01 Jun 2006 15:27:38 GMT Ondrej Palkovsky [88c3151] * fb/fb.c (modified) * init/init.c (modified) * libc/include/ipc/fb.h (modified) Added most of required functionality to framebuffer. Thu, 01 Jun 2006 14:22:33 GMT Ondrej Palkovsky [a2ae4f4] * Makefile (modified) * fb/fb.c (modified) * fb/fb.h (modified) * libc/generic/string.c (modified) * libc/include/ipc/fb.h (modified) * libc/include/string.h (modified) Big framebuffer changes, currently not integrated with console. Thu, 01 Jun 2006 11:06:34 GMT Josef Cejka [cf28036] * console/console.c (modified) * libc/include/libadt/fifo.h (modified) Console stores unsatisfied getchar requests and handle them after ... Thu, 01 Jun 2006 00:21:19 GMT Josef Cejka [ad123964] * console/console.c (modified) * console/console.h (modified) * fb/fb.c (modified) * kbd/generic/key_buffer.c (modified) * kbd/include/key_buffer.h (modified) * libc/generic/io/stream.c (modified) Fixed some bugs. Wed, 31 May 2006 18:54:25 GMT Ondrej Palkovsky [c594489] * libc/Makefile (modified) * libc/generic/err.c (added) * libc/generic/stdlib.c (added) * libc/generic/string.c (modified) * libc/include/async.h (modified) * libc/include/err.h (added) * libc/include/stdlib.h (modified) * libc/include/string.h (modified) * tetris/screen.c (modified) * tetris/tetris.c (modified) More things to make tetris helenos compatibile. Wed, 31 May 2006 16:50:28 GMT Ondrej Palkovsky [1c20e22] * libc/generic/async.c (modified) Removed workaround for gcc 4.1.0 Wed, 31 May 2006 16:37:57 GMT Ondrej Palkovsky [5052046] * tetris/input.c (modified) Modified tetris input to be helenos-friendly. Wed, 31 May 2006 16:15:44 GMT Ondrej Palkovsky [c0e674a] * console/console.c (modified) * libc/generic/async.c (modified) * tetris/Makefile (modified) * tetris/input.c (modified) * tetris/scores.c (modified) * tetris/scores.h (modified) Fix incorrect timeout handling in async framework. Start tweak the ... Wed, 31 May 2006 15:41:19 GMT Josef Cejka [b27a97b] * console/console.c (modified) * init/init.c (modified) * libc/generic/io/io.c (modified) * libc/generic/io/stream.c (modified) * libc/include/io/io.h (modified) * libc/include/io/stream.h (modified) * libc/include/stdio.h (modified) * libc/include/unistd.h (modified) Support for reading from stdin. Getchar() implemented. Wed, 31 May 2006 15:19:09 GMT Ondrej Palkovsky [440cff5] * libc/include/async.h (modified) Added pseudo-synchronous message sending. Wed, 31 May 2006 15:08:41 GMT Ondrej Palkovsky [fc42b28] * libc/generic/async.c (modified) * libc/generic/ipc.c (modified) * libc/include/async.h (modified) Added asynchronous waiting on ipc_async_send, when kernel limits are ... Wed, 31 May 2006 14:14:32 GMT Ondrej Palkovsky [3f695aad] * libc/generic/time.c (modified) * ns/ns.c (modified) Changed according to as_area_send/recv change. Wed, 31 May 2006 00:19:43 GMT Ondrej Palkovsky [1029d3d3] * console/console.c (modified) Fix bad answering in console. Tue, 30 May 2006 18:01:51 GMT Ondrej Palkovsky [eaf34f7] * console/console.c (modified) * init/init.c (modified) * libc/generic/async.c (modified) * libc/generic/time.c (modified) Modified console to use new async framework. Tue, 30 May 2006 17:23:33 GMT Ondrej Palkovsky [44c6d88d] * libc/generic/async.c (modified) * libc/generic/io/stream.c (modified) * libc/generic/time.c (modified) * libc/include/async.h (modified) * libc/include/unistd.h (modified) Added some additional functionality. Tue, 30 May 2006 10:40:17 GMT Josef Cejka [79460ae] * console/Makefile (modified) * console/console.c (modified) * console/console.h (added) * fb/fb.c (modified) * fb/fb.h (modified) * kbd/Makefile (modified) * kbd/arch/ia32/include/kbd.h (modified) * kbd/arch/ia32/src/kbd.c (modified) * kbd/arch/mips32/include/kbd.h (modified) * kbd/arch/mips32/src/kbd.c (modified) * kbd/generic/kbd.c (modified) * kbd/generic/key_buffer.c (modified) * kbd/include/kbd.h (modified) * kbd/include/key_buffer.h (modified) * libc/Makefile (modified) * libc/generic/io/stream.c (modified) * libc/include/io/stream.h (modified) Basic support for console driver. Does not provide separate screens ... Mon, 29 May 2006 17:09:10 GMT Ondrej Palkovsky [f25b73d6] * init/init.c (modified) * libc/generic/time.c (modified) * libc/include/async.h (modified) * libc/include/sys/time.h (added) * libc/include/time.h (modified) * tetris/Makefile (modified) * tetris/tetris.c (modified) * tetris/tetris.h (modified) Started porting tetris. Mon, 29 May 2006 13:58:23 GMT Josef Cejka [854387b] * console/console.c (modified) * fb/fb.c (modified) * kbd/generic/kbd.c (modified) Removed printf calls from fb. Mon, 29 May 2006 13:34:40 GMT Josef Cejka [51c1b003] * Makefile (modified) * console/Makefile (added) * console/console.c (added) * fb/fb.c (modified) * init/init.c (modified) * kbd/generic/kbd.c (modified) * kbd/include/kbd.h (modified) * libc/include/ipc/services.h (modified) First attempt to uspace console. Not working yet. Mon, 29 May 2006 13:30:38 GMT Josef Cejka [d1e70c7] * libc/generic/io/printf_core.c (modified) Fixed wrong doxygen formating. Mon, 29 May 2006 13:12:51 GMT Ondrej Palkovsky [a784a96] * libc/generic/ipc.c (modified) Allow NULL callback on async call. Mon, 29 May 2006 06:11:18 GMT Ondrej Palkovsky [5bd03eb] * libc/generic/time.c (modified) Fixed bad order when reading time. Sun, 28 May 2006 23:41:42 GMT Ondrej Palkovsky [c042bdd] * init/init.c (modified) * libc/generic/async.c (modified) * libc/generic/time.c (modified) * libc/include/async.h (modified) Added support for async_wait_timeout. Sun, 28 May 2006 22:26:07 GMT Ondrej Palkovsky [2d1fde3b] * libc/generic/time.c (modified) Correct realtime clock communication Sun, 28 May 2006 18:22:10 GMT Ondrej Palkovsky [0b99e40] * init/init.c (modified) * libc/Makefile (modified) * libc/generic/async.c (modified) * libc/generic/time.c (added) * libc/include/ipc/services.h (modified) * libc/include/time.h (added) * ns/ns.c (modified) Rough implementation of gettimeofday. IPC_M_RECV_AS doesn't allow us ... Sun, 28 May 2006 10:05:03 GMT Jakub Jermar [7f5b37a] * fb/fb.c (modified) * libc/generic/ddi.c (modified) * libc/include/ddi.h (modified) Sync with kernel. Make map_physmem() pass address space area flags ... Sat, 27 May 2006 22:28:25 GMT Ondrej Palkovsky [01ff41c] * init/init.c (modified) * libc/generic/async.c (modified) * libc/generic/psthread.c (modified) * libc/generic/thread.c (modified) * libc/include/async.h (modified) * libc/include/psthread.h (modified) * libc/include/thread.h (modified) Added functions to async framework for reasonable sending ... Sat, 27 May 2006 11:49:41 GMT Jakub Jermar [7f9cd77] * libc/arch/ia64/_link.ld.in (modified) Change ia64 linker script to suppress warnings about discarded ... Thu, 25 May 2006 21:31:21 GMT Jakub Jermar [e9a3c52] * tetris/Makefile (added) * tetris/input.c (added) * tetris/input.h (added) * tetris/pathnames.h (added) * tetris/scores.c (added) * tetris/scores.h (added) * tetris/screen.c (added) * tetris/screen.h (added) * tetris/shapes.c (added) * tetris/tetris.c (added) * tetris/tetris.h (added) Import BSD tetris from OpenBSD. Needs to be integrated and ported. Thu, 25 May 2006 21:22:56 GMT Jakub Jermar [abda850] * init/init.c (modified) * ns/ns.c (modified) Sync with kernel. Args for IPC_M_AS_AREA_SEND changed. Wed, 24 May 2006 21:57:25 GMT Jakub Jermar [fba9b8b] * init/init.c (modified) test_as_send() -> test_as_area_send() Tue, 23 May 2006 21:33:27 GMT Ondrej Palkovsky [8c6b45f] * libc/generic/async.c (modified) Fix gcc mips bug. Tue, 23 May 2006 11:01:31 GMT Ondrej Palkovsky [53ca318] * libc/generic/async.c (modified) * libc/generic/psthread.c (modified) * libc/generic/thread.c (modified) * libc/include/async.h (modified) Small updates to asynchronous framework. Mon, 22 May 2006 17:14:32 GMT Jakub Jermar [07d960a] * libc/arch/amd64/_link.ld.in (modified) * libc/arch/ia32/_link.ld.in (modified) * libc/arch/ia64/_link.ld.in (modified) * libc/arch/mips32/_link.ld.in (modified) * libc/arch/ppc32/_link.ld.in (modified) * libc/arch/ppc64/_link.ld.in (modified) * libc/generic/libc.c (modified) Change linker scripts so that heap a dedicated address space area can ... Mon, 22 May 2006 15:57:44 GMT Martin Decky [8bc924e] * libc/generic/async.c (modified) fix syntax bug Mon, 22 May 2006 11:14:25 GMT Ondrej Palkovsky [a2cd194] * fb/fb.c (modified) * libc/generic/async.c (modified) Added some cleanups. Sun, 21 May 2006 21:25:25 GMT Martin Decky [6862338] * libc/arch/ppc64/Makefile.inc (modified) * libc/arch/ppc64/_link.ld.in (modified) * softfloat/arch/ppc64/include/functions.h (added) add missing stuff Sun, 21 May 2006 20:56:14 GMT Martin Decky [5b4f9e1] * libc/arch/ppc32/Makefile.inc (modified) * libc/arch/ppc32/include/endian.h (modified) * libc/arch/ppc32/include/limits.h (modified) * libc/arch/ppc32/include/thread.h (modified) * libc/arch/ppc64/Makefile.inc (added) * libc/arch/ppc64/_link.ld.in (added) * libc/arch/ppc64/include/atomic.h (added) * libc/arch/ppc64/include/context_offset.h (added) * libc/arch/ppc64/include/endian.h (added) * libc/arch/ppc64/include/limits.h (added) * libc/arch/ppc64/include/psthread.h (added) * libc/arch/ppc64/include/regname.h (added) * libc/arch/ppc64/include/stackarg.h (added) * libc/arch/ppc64/include/thread.h (added) * libc/arch/ppc64/include/types.h (added) * libc/arch/ppc64/src/entry.s (added) * libc/arch/ppc64/src/psthread.S (added) * libc/arch/ppc64/src/syscall.c (added) * libc/arch/ppc64/src/thread.c (added) * libc/arch/ppc64/src/thread_entry.s (added) * uspace.config (modified) initial ppc64 support Sun, 21 May 2006 20:17:23 GMT Ondrej Palkovsky [233fead] * fb/Makefile (modified) Fixed bad colors in mips framebuffer. Sun, 21 May 2006 19:43:34 GMT Ondrej Palkovsky [630c3a9] * libc/include/async.h (added) Added missing file. Sun, 21 May 2006 19:37:00 GMT Ondrej Palkovsky [a410beb] * Makefile (modified) Fixed bad Makefile. 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 ... Sun, 21 May 2006 19:24:11 GMT Ondrej Palkovsky [1ee11f4] * libc/arch/ia32/src/psthread.S (modified) Psthread context switch made %edi dirty, which contradicts ABI. Fixed. Sat, 20 May 2006 23:02:12 GMT Martin Decky [47378c4] * libc/arch/ppc32/Makefile.inc (modified) temporal workaround Sat, 20 May 2006 19:19:41 GMT Jakub Jermar [d6976a6] * libc/arch/ia64/src/entry.s (modified) * libc/arch/ia64/src/thread_entry.s (modified) Fix ia64 warnings during uspace compilation. Wed, 17 May 2006 22:18:18 GMT Martin Decky [2b399cc] * init/Makefile (modified) * kbd/Makefile (modified) use proper entry point the functionality of the broken ... Wed, 17 May 2006 21:52:56 GMT Martin Decky [25f9823] * fb/Makefile (modified) * kbd/Makefile (modified) * libc/arch/amd64/src/entry.s (modified) * libc/arch/ia32/src/entry.s (modified) * libc/arch/ia64/src/entry.s (modified) * libc/arch/mips32/_link.ld.in (modified) * libc/arch/mips32/src/entry.s (modified) * libc/arch/ppc32/src/entry.s (modified) * libc/generic/libc.c (modified) * ns/Makefile (modified) * pci/Makefile (modified) create special entry point for drivers (don't initialize I/O) Wed, 17 May 2006 20:51:08 GMT Martin Decky [04552a80] * fb/fb.c (modified) * libc/Makefile (modified) * libc/generic/io/io.c (modified) * libc/generic/io/stream.c (modified) * libc/generic/libc.c (modified) * libc/include/io/stream.h (modified) * libc/include/ipc/fb.h (modified) * ns/ns.c (modified) code cleanup (somebody should read the coding style guide) remove ... 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 23:37:58 GMT Jakub Vana [afa6e74] * Makefile (modified) * fb/Makefile (added) * fb/fb.c (added) * fb/fb.h (added) * fb/font-8x16.c (added) * fb/font-8x16.h (added) * fb/helenos.xbm (added) * init/init.c (modified) * libc/Makefile (modified) * libc/Makefile.toolchain (modified) * libc/generic/as.c (modified) * libc/generic/io/io.c (modified) * libc/generic/io/stream.c (added) * libc/generic/libc.c (modified) * libc/include/as.h (modified) * libc/include/io/stream.h (added) * libc/include/ipc/fb.h (added) * libc/include/ipc/services.h (modified) * ns/ns.c (modified) Earliest version of Userspace Framebuffer driver, with stream support ... Tue, 16 May 2006 17:24:25 GMT Jakub Jermar [6efe0ddf] * init/init.c (modified) * libc/generic/ipc.c (modified) * ns/ns.c (modified) Sync with kernel. Rename IPC_M_AS_SEND to IPC_M_AS_AREA_SEND. Tue, 16 May 2006 17:04:40 GMT Jakub Jermar [aa0609b] * libc/generic/as.c (modified) Cleanup after removal of as_area_accept and as_area_send. Tue, 16 May 2006 14:43:56 GMT Jakub Jermar [38edb96] * init/init.c (modified) * kbd/arch/ia32/src/kbd.c (modified) * kbd/arch/mips32/src/kbd.c (modified) * ns/ns.c (modified) * pci/pci.c (modified) Fix uspace to compile again. 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. Tue, 16 May 2006 13:35:18 GMT Ondrej Palkovsky [450cd3a] * Makefile (modified) * init/Makefile (modified) * libc/Makefile (modified) * libc/generic/async.c (added) * libc/generic/ipc.c (moved) * libc/include/libipc/ipc.h (moved) * libc/include/libipc/ns.h (moved) * libc/include/libipc/services.h (moved) * libipc/Makefile (deleted) * ns/Makefile (modified) Merge ipc and libc. Does not compile. Tue, 16 May 2006 11:05:18 GMT Ondrej Palkovsky [35509652] * kbd/include/arch (deleted) * libc/generic/libc.c (modified) * libipc/generic/ipc.c (modified) * libipc/include/ipc.h (modified) Make IPC thread safe. Tue, 16 May 2006 10:30:33 GMT Ondrej Palkovsky [c2b43de] * kbd/arch/amd64 (added) Added keyboard driver to amd64. Tue, 16 May 2006 10:25:22 GMT Ondrej Palkovsky [a1c7827] * Makefile (modified) * init/init.c (modified) * kbd/arch/mips32/include/kbd.h (modified) * kbd/arch/mips32/src/kbd.c (modified) * kbd/include/arch (modified) Added keyboard support to mips. Tue, 16 May 2006 10:03:35 GMT Josef Cejka [ca603c6] * kbd/generic/kbd.c (modified) Kbd does not accept CONNECT_TO_ME call now. Tue, 16 May 2006 09:46:22 GMT Josef Cejka [ec153a0] * kbd/generic/kbd.c (modified) * kbd/generic/key_buffer.c (modified) * kbd/include/key_buffer.h (modified) Comments update. Fix problem with multiple buffered callers awaiting key. Tue, 16 May 2006 09:30:42 GMT Jakub Jermar [250717cc] * init/init.c (modified) * kbd/generic/kbd.c (modified) * libipc/generic/ipc.c (modified) * libipc/include/ipc.h (modified) * libipc/include/services.h (added) * ns/ns.c (modified) * pci/libpci/pci.h (modified) * pci/pci.c (modified) Add services.h to codify service numbers. Assign codes for PCI, ... Mon, 15 May 2006 21:08:29 GMT Josef Cejka [51d6f80] * Makefile (modified) * init/Makefile (modified) * init/init.c (modified) * kbd/Makefile (added) * kbd/arch/ia32/include/kbd.h (added) * kbd/arch/ia32/src/kbd.c (added) * kbd/arch/mips32/include/kbd.h (added) * kbd/arch/mips32/src/kbd.c (added) * kbd/generic/kbd.c (added) * kbd/generic/key_buffer.c (added) * kbd/include/arch (added) * kbd/include/kbd.h (added) * kbd/include/key_buffer.h (added) Uspace keyboard handler for ia32. Mon, 15 May 2006 15:33:51 GMT Jakub Jermar [108602e] * ns/ns.c (modified) * pci/libpci/VERSION (added) Fix typos and comments. Mon, 15 May 2006 13:45:12 GMT Jakub Jermar [043dcc27] * libadt/generic/hash_table.c (modified) * libipc/generic/ipc.c (modified) * libipc/include/ipc.h (modified) * ns/ns.c (modified) * pci/pci.c (modified) Implement simple connect_me_to in NS. Disambigue the term phoneid by ... Mon, 15 May 2006 11:51:28 GMT Jakub Jermar [babe786] * libadt/include/hash_table.h (modified) * ns/Makefile (modified) * ns/ns.c (modified) * pci/Makefile (modified) * pci/pci.c (modified) Simple registration of services at NS. Sun, 14 May 2006 17:59:31 GMT Martin Decky [52352ec] * libc/arch/ppc32/include/stackarg.h (modified) fix ppc32 stackarg.h