Subversion Repositories HelenOS

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
1367 6620 d 23 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 6621 d 0 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 6621 d 7 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 6621 d 22 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 6622 d 4 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 6622 d 4 h jermar /uspace/trunk/libc/generic/ Cleanup after removal of as_area_accept and as_area_send.  
/uspace/trunk/libc/generic/as.c
1352 6622 d 7 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 6622 d 8 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 6622 d 10 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
1331 6624 d 3 h decky /uspace/trunk/libc/arch/ppc32/include/ fix ppc32 stackarg.h  
/uspace/trunk/libc/arch/ppc32/include/stackarg.h
1330 6624 d 4 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
1320 6624 d 13 h vana /uspace/trunk/libc/ sysinfo uspace interface  
/uspace/trunk/libc/generic/sysinfo.c
/uspace/trunk/libc/include/sysinfo.h
/uspace/trunk/libc/Makefile
1319 6624 d 13 h vana /uspace/trunk/libc/ uspace strcmp  
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/string.h
1314 6625 d 5 h cejka /uspace/trunk/libc/ Added limits.h with max and min values for integer types.
Added a few string functions.
 
/uspace/trunk/libc/arch/amd64/include/limits.h
/uspace/trunk/libc/arch/ia32/include/limits.h
/uspace/trunk/libc/arch/ia64/include/limits.h
/uspace/trunk/libc/arch/mips32/include/limits.h
/uspace/trunk/libc/arch/mips32eb/include/limits.h
/uspace/trunk/libc/arch/ppc32/include/limits.h
/uspace/trunk/libc/include/limits.h
/uspace/trunk/libc/generic/string.c
/uspace/trunk/libc/include/ctype.h
/uspace/trunk/libc/include/string.h
1308 6627 d 3 h jermar /uspace/trunk/libc/ Support for SYS_CAP_GRANT and SYS_CAP_REVOKE syscalls.  
/uspace/trunk/libc/generic/cap.c
/uspace/trunk/libc/include/cap.h
/uspace/trunk/libc/Makefile
1307 6627 d 5 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
1301 6630 d 3 h jermar /uspace/trunk/ Port libpci to HelenOS.
List PCI devices on PCI driver startup.
 
/uspace/trunk/pci/libpci
/uspace/trunk/pci/libpci/Makefile
/uspace/trunk/pci/libpci/access.c
/uspace/trunk/pci/libpci/generic.c
/uspace/trunk/pci/libpci/header.h
/uspace/trunk/pci/libpci/i386-ports.c
/uspace/trunk/pci/libpci/internal.h
/uspace/trunk/pci/libpci/names.c
/uspace/trunk/pci/libpci/pci.h
/uspace/trunk/pci/libpci/pci_ids.h
/uspace/trunk/pci/libpci/sysdep.h
/uspace/trunk/pci/libpci/types.h
/uspace/trunk/pci/update-ids
/uspace/trunk/libc/include/stdio.h
/uspace/trunk/libc/include/stdlib.h
/uspace/trunk/libc/include/string.h
/uspace/trunk/pci/Makefile
/uspace/trunk/pci/pci.c
1286 6634 d 10 h decky /uspace/trunk/libc/arch/ppc32/ preliminary TLS & pthread support for ppc32  
/uspace/trunk/libc/arch/ppc32/include/regname.h
/uspace/trunk/libc/arch/ppc32/include/context_offset.h
/uspace/trunk/libc/arch/ppc32/include/psthread.h
/uspace/trunk/libc/arch/ppc32/include/thread.h
/uspace/trunk/libc/arch/ppc32/src/psthread.S
/uspace/trunk/libc/arch/ppc32/src/thread.c
1279 6636 d 3 h palkovsky /uspace/trunk/ Changed interrupt_control to preemption_control.  
/uspace/trunk/init/init.c
/uspace/trunk/libc/generic/ddi.c
/uspace/trunk/libc/include/ddi.h
1276 6636 d 5 h decky /uspace/trunk/libc/arch/ppc32/ ppc32: updates reflecting the kernel syscall API change  
/uspace/trunk/libc/arch/ppc32/_link.ld.in
/uspace/trunk/libc/arch/ppc32/src/syscall.c

Show All