Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
1509 6559 d 0 h palkovsky /uspace/trunk/ Reworked styles in framebuffer.  
/uspace/trunk/console/screenbuffer.h
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/generic/as.c
1505 6559 d 1 h palkovsky /uspace/trunk/ Added mmap, munmap calls.
Added possibility to access framebuffer using shared memory.
 
/uspace/trunk/fb/main.h
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/include/sys/mman.h
/uspace/trunk/fb/fb.c
/uspace/trunk/fb/main.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/arch/amd64/include/types.h
/uspace/trunk/libc/arch/ia32/include/types.h
/uspace/trunk/libc/arch/ia64/include/types.h
/uspace/trunk/libc/arch/mips32/include/types.h
/uspace/trunk/libc/arch/ppc32/include/types.h
/uspace/trunk/libc/arch/ppc64/include/types.h
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/include/ipc/fb.h
1501 6559 d 3 h palkovsky /uspace/trunk/ Allocation function for allocating free areas for mmap, map_physmem etc.  
/uspace/trunk/fb/ega.c
/uspace/trunk/fb/fb.c
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/generic/time.c
/uspace/trunk/libc/include/align.h
/uspace/trunk/libc/include/as.h
/uspace/trunk/ns/ns.c
1363 6575 d 15 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
1357 6575 d 21 h jermar /uspace/trunk/libc/generic/ Cleanup after removal of as_area_accept and as_area_send.  
/uspace/trunk/libc/generic/as.c
1330 6577 d 21 h palkovsky /uspace/trunk/ Added support to IPC for sharing pages. Remove old calls as_area_send/accept,
modify tests.
 
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/include/as.h
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
/uspace/trunk/ns/ns.c
1307 6580 d 22 h jermar /uspace/trunk/ SYS_AS_AREA_DESTROY support for uspace.

Formatting fixes in libpci.
 
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/include/as.h
/uspace/trunk/pci/libpci/access.c
/uspace/trunk/pci/libpci/i386-ports.c
1250 6594 d 1 h jermar /uspace/trunk/ Add as.h to libc and compile pci module only for amd64 and ia32.  
/uspace/trunk/libc/include/as.h
/uspace/trunk/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/include/unistd.h
1240 6595 d 17 h jermar /uspace/trunk/libc/generic/ Replace __native with sysarg_t so that uspace compiles again.  
/uspace/trunk/libc/generic/as.c
1237 6595 d 22 h jermar /uspace/trunk/libc/ Add userspace support for SYS_AS_AREA_ACCEPT and SYS_AS_AREA_SEND syscalls.  
/uspace/trunk/libc/generic/as.c
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/include/unistd.h
1228 6598 d 22 h jermar /uspace/trunk/ Reflect changes in syscall names in userspace.  
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/generic/task.c
/uspace/trunk/libc/include/task.h
/uspace/trunk/libc/include/unistd.h
1033 6637 d 14 h jermar /uspace/trunk/libc/ mmap() syscall.  
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/include/unistd.h
999 6638 d 15 h palkovsky /uspace/trunk/ Completed asynchronous IPC.
Fixed sbrk.
Cleared some unnecessary defines in malloc.
Changed __u8 * to char * in list.
 
/uspace/trunk/libc/generic/string.c
/uspace/trunk/init/Makefile
/uspace/trunk/init/init.c
/uspace/trunk/libadt/include/list.h
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/include/string.h
/uspace/trunk/libc/malloc/malloc.c
/uspace/trunk/libipc/Makefile
/uspace/trunk/libipc/generic/ipc.c
/uspace/trunk/libipc/include/ipc.h
985 6638 d 22 h palkovsky /uspace/trunk/libc/ Added malloc implementation.  
/uspace/trunk/libc/include/errno.h
/uspace/trunk/libc/include/stdlib.h
/uspace/trunk/libc/include/string.h
/uspace/trunk/libc/include/sys
/uspace/trunk/libc/include/sys/types.h
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/arch/amd64/_link.ld.in
/uspace/trunk/libc/arch/ia32/_link.ld.in
/uspace/trunk/libc/arch/ia64/_link.ld.in
/uspace/trunk/libc/arch/mips32/_link.ld.in
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/include/malloc.h
/uspace/trunk/libc/include/stdio.h
/uspace/trunk/libc/include/unistd.h
/uspace/trunk/libc/malloc/malloc.c
978 6639 d 0 h jermar /uspace/trunk/libc/ Add mremap() syscall.  
/uspace/trunk/libc/generic/mmap.c
/uspace/trunk/libc/Makefile
/uspace/trunk/libc/include/unistd.h