Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1379 6561 d 23 h jermar /uspace/trunk/libc/arch/ia64/src/ Fix ia64 warnings during uspace compilation.  
/uspace/trunk/libc/arch/ia64/src/entry.s
/uspace/trunk/libc/arch/ia64/src/thread_entry.s
1368 6564 d 20 h decky /uspace/trunk/ use proper entry point
the functionality of the broken __DONT_OPEN_STDIO__ is restored
 
/uspace/trunk/init/Makefile
/uspace/trunk/kbd/Makefile
1367 6564 d 21 h decky /uspace/trunk/ create special entry point for drivers (don't initialize I/O)  
/uspace/trunk/fb/Makefile
/uspace/trunk/kbd/Makefile
/uspace/trunk/libc/arch/amd64/src/entry.s
/uspace/trunk/libc/arch/ia32/src/entry.s
/uspace/trunk/libc/arch/ia64/src/entry.s
/uspace/trunk/libc/arch/mips32/_link.ld.in
/uspace/trunk/libc/arch/mips32/src/entry.s
/uspace/trunk/libc/arch/ppc32/src/entry.s
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/ns/Makefile
/uspace/trunk/pci/Makefile
1366 6564 d 22 h decky /uspace/trunk/ code cleanup (somebody should read the coding style guide)
remove __DONT_OPEN_STDIO__ (this has to be done in a different way, ppc32 linker segfaults on initiating extern variable)
remove deprecated libipc stuff
 
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/ns/ns.c
1365 6565 d 4 h jermar /uspace/trunk/ Sync with kernel.
Add ipc_wait_for_call_timeout() and ipc_trywait_for_call().
Modify ipc_wait_for_call() to be unconditional.
 
/uspace/trunk/fb/fb.c
/uspace/trunk/init/init.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/include/ipc/ipc.h
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/pci.c
1363 6565 d 19 h vana /uspace/trunk/ Earliest version of Userspace Framebuffer driver, with stream support in libc.
Also Virtual framebuffers made as split on main fb and its usage by streams

(please test it and report)
 
/uspace/trunk/fb
/uspace/trunk/fb/Makefile
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/fb.h
/uspace/trunk/fb/font-8x16.c
/uspace/trunk/fb/font-8x16.h
/uspace/trunk/fb/helenos.xbm
/uspace/trunk/libc/generic/io/stream.c
/uspace/trunk/libc/include/io/stream.h
/uspace/trunk/libc/include/ipc/fb.h
/uspace/trunk/libfb
/uspace/trunk/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/Makefile.toolchain
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/generic/io/io.c
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libc/include/as.h
/uspace/trunk/libc/include/ipc/services.h
/uspace/trunk/ns/ns.c
1360 6566 d 1 h jermar /uspace/trunk/ Sync with kernel.
Rename IPC_M_AS_SEND to IPC_M_AS_AREA_SEND.
 
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/ns/ns.c
1357 6566 d 1 h jermar /uspace/trunk/libc/generic/ Cleanup after removal of as_area_accept and as_area_send.  
/uspace/trunk/libc/generic/as.c
1353 6566 d 4 h jermar /uspace/trunk/ Fix uspace to compile again.  
/uspace/trunk/init/init.c
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/arch/mips32/src/kbd.c
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/pci.c
1352 6566 d 5 h palkovsky /uspace/trunk/ Fixed not compiling uspace after libipc merge.  
/uspace/trunk/libc/include/ipc
/uspace/trunk/libc/include/libipc
/uspace/trunk/kbd/Makefile
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/pci/Makefile
1351 6566 d 5 h palkovsky /uspace/trunk/ Merge ipc and libc. Does not compile.  
/uspace/trunk/libc/generic/async.c
/uspace/trunk/libc/generic/ipc.c
/uspace/trunk/libc/include/libipc
/uspace/trunk/libc/include/libipc/ipc.h
/uspace/trunk/libc/include/libipc/ns.h
/uspace/trunk/libc/include/libipc/services.h
/uspace/trunk/libipc
/uspace/trunk/Makefile
/uspace/trunk/init/Makefile
/uspace/trunk/libc/Makefile
/uspace/trunk/ns/Makefile
1350 6566 d 7 h palkovsky /uspace/trunk/ Make IPC thread safe.  
/uspace/trunk/kbd/include/arch
/uspace/trunk/libc/generic/libc.c
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
1349 6566 d 8 h palkovsky /uspace/trunk/kbd/arch/ Added keyboard driver to amd64.  
/uspace/trunk/kbd/arch/amd64
1347 6566 d 8 h palkovsky /uspace/trunk/ Added keyboard support to mips.  
/uspace/trunk/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/kbd/arch/mips32/include/kbd.h
/uspace/trunk/kbd/arch/mips32/src/kbd.c
/uspace/trunk/kbd/include/arch
1345 6566 d 9 h cejka /uspace/trunk/kbd/generic/ Kbd does not accept CONNECT_TO_ME call now.  
/uspace/trunk/kbd/generic/kbd.c
1344 6566 d 9 h cejka /uspace/trunk/kbd/ Comments update.
Fix problem with multiple buffered callers awaiting key.
 
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include/key_buffer.h
1343 6566 d 9 h jermar /uspace/trunk/ Add services.h to codify service numbers.
Assign codes for PCI, keyboard and frame buffer services.

Rename ipc_answer() to ipc_answer_fast() and add the basic
slower variant and call it ipc_answer(). Add some doxygen comments.

Remove unused bits from the libpci library.
 
/uspace/trunk/libipc/include/services.h
/uspace/trunk/init/init.c
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/libpci/pci.h
/uspace/trunk/pci/pci.c
1339 6566 d 21 h cejka /uspace/trunk/ Uspace keyboard handler for ia32.  
/uspace/trunk/kbd
/uspace/trunk/kbd/Makefile
/uspace/trunk/kbd/arch
/uspace/trunk/kbd/arch/ia32
/uspace/trunk/kbd/arch/ia32/include
/uspace/trunk/kbd/arch/ia32/include/kbd.h
/uspace/trunk/kbd/arch/ia32/src
/uspace/trunk/kbd/arch/ia32/src/kbd.c
/uspace/trunk/kbd/arch/mips32
/uspace/trunk/kbd/arch/mips32/include
/uspace/trunk/kbd/arch/mips32/include/kbd.h
/uspace/trunk/kbd/arch/mips32/src
/uspace/trunk/kbd/arch/mips32/src/kbd.c
/uspace/trunk/kbd/generic
/uspace/trunk/kbd/generic/kbd.c
/uspace/trunk/kbd/generic/key_buffer.c
/uspace/trunk/kbd/include
/uspace/trunk/kbd/include/arch
/uspace/trunk/kbd/include/kbd.h
/uspace/trunk/kbd/include/key_buffer.h
/uspace/trunk/Makefile
/uspace/trunk/init/Makefile
/uspace/trunk/init/init.c
1338 6567 d 3 h jermar /uspace/trunk/ Fix typos and comments.  
/uspace/trunk/pci/libpci/VERSION
/uspace/trunk/ns/ns.c
1336 6567 d 5 h jermar /uspace/trunk/ Implement simple connect_me_to in NS.
Disambigue the term phoneid by creating new term in_phone_hash,
which in fact represents kernel address of the phone sending the
message.
 
/uspace/trunk/libadt/generic/hash_table.c
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
/uspace/trunk/ns/ns.c
/uspace/trunk/pci/pci.c

Show All