Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
2982 5880 d 2 h svoboda /branches/dynload/uspace/ Link dltest with libc.so. Runs, but no console output.  
2979 5880 d 7 h svoboda /branches/dynload/uspace/ Build shared C library  
2976 5881 d 7 h svoboda /branches/dynload/uspace/ Move dltest before iramfs in makefile (problematic dependencies)  
2967 5882 d 6 h svoboda /branches/dynload/uspace/ For testing purposes, add a trivial shared library and a program linked to it  
2949 5884 d 3 h svoboda /branches/dynload/ Add a python script 'bin2c.py' and an application 'iramfs' to smuggle an executable file into VFS. Demonstrate by running Tetris from VFS  
2933 5886 d 8 h svoboda /branches/dynload/uspace/ Add library rtld, the future run-time dynamic linker  
2932 5886 d 8 h svoboda /branches/dynload/uspace/ Fix iloader loading with bias and add it to makefile  
2927 5886 d 13 h decky /branches/dynload/ added dynload branch  
2645 6037 d 5 h jermar /trunk/uspace/ Start TMPFS.
Not loaded during boot as there is a reproducible kernel panic which occurs when
both tmpfs and fat are loaded.
 
2642 6038 d 10 h jermar /trunk/uspace/ Start libfs.
libfs is to contain all common fs code.
 
2577 6088 d 2 h jermar /trunk/ Build system fixes.
Continue cleaning uspace even if cleanup of one component fails.
Remove main Makefile.config after boot, kernel and uspace are cleaned because
cleaning of these components might depend on variables set in the main
Makefile.config.
 
2547 6116 d 9 h cejka /trunk/ Added basic support for device mapper.  
2529 6127 d 5 h jermar /trunk/uspace/ Turn the empty fs service into the beginning of FAT support.
Start implementing the VFS protocol for fat.c.
 
2518 6132 d 3 h jermar /trunk/uspace/ One occurrence of the left-over term 'pseudo thread' replaced with 'fibril' in
the rd task.

Start the vfs task. Now it is dummy, but integrated into the sources.
 
2491 6200 d 7 h jermar /trunk/uspace/ Fix two minor bugs in uspace's make clean.  
2479 6213 d 9 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2185 6291 d 10 h decky /trunk/ rename ipcc to tester  
2071 6370 d 2 h jermar /trunk/ (c) versus (C)  
2006 6418 d 7 h decky /trunk/uspace/ start trivial file system driver  
1999 6420 d 12 h decky /trunk/ start RAM disk support  
1997 6424 d 3 h decky /trunk/ add version to init and boot loader  
1802 6554 d 22 h decky /trunk/ cleanup and unify the build system  
1787 6560 d 4 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1660 6593 d 14 h palkovsky /uspace/trunk/ FPU psthread support for mips.  
1608 6595 d 10 h decky /uspace/trunk/ dummy ppc32 keyboard  
1596 6595 d 15 h palkovsky /uspace/trunk/ Added basic klog.
Added ipc tester.
TODO: add serializing functions to psthread, so that the lines in klog won't intermix.
 
1528 6599 d 3 h palkovsky /uspace/trunk/ Made tetris compile and somewhat run.
Slightly better console.
 
1508 6599 d 8 h vana /uspace/trunk/ Ia64 uspace keuboard uspace part  
1485 6600 d 8 h palkovsky /uspace/trunk/ Big framebuffer changes, currently not integrated with console.  
1445 6603 d 9 h cejka /uspace/trunk/ First attempt to uspace console. Not working yet.  
1393 6611 d 3 h palkovsky /uspace/trunk/ Fixed bad Makefile.  
1392 6611 d 3 h palkovsky /uspace/trunk/ Merged libadt into libc.
Made lot of psthread and thread stuff thread-safe.
Added new driver framework for easy C connection programming.
Changed FB code to use new API.
 
1363 6615 d 23 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)
 
1351 6616 d 9 h palkovsky /uspace/trunk/ Merge ipc and libc. Does not compile.  
1347 6616 d 12 h palkovsky /uspace/trunk/ Added keyboard support to mips.  
1339 6617 d 2 h cejka /uspace/trunk/ Uspace keyboard handler for ia32.  
1250 6634 d 10 h jermar /uspace/trunk/ Add as.h to libc and compile pci module only for amd64 and ia32.  
1181 6649 d 14 h jermar /uspace/trunk/ Infrastructure for PCI driver.  
1113 6670 d 12 h palkovsky /uspace/trunk/ Added symbolic links 'libarch','libadt','libipc' into libc/include,
so that it can be easily used from anywhere.
Renamed thread_main to __thread_main.
Allowed MIPS to compile with -O0.
Added non-preemptible threads support (not yet secured by futexes).
Added simple way to hold Thread Local Storage. Support for compiler
will be added later.
This update breaks IA64 uspace.

There is some forgotten spinlock_lock() in futexes, amd64 gets locked
in the secod uspace thread probably with preemption disabled.
 
1028 6677 d 22 h palkovsky /uspace/trunk/ Added simple testing skeleton for nameservice.
Added support for ipc_connect_to_me, some fixes.