Subversion Repositories HelenOS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
4691 5985 d 20 h svoboda /branches/dynload/ Merge trunk changes up to r4686.  
4354 6094 d 5 h svoboda /branches/dynload/uspace/ Rtld is really just a part of libc, so move it there.  
4348 6096 d 5 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
4346 6097 d 17 h svoboda /branches/dynload/ Merge trunk changes up to r4145 to dynload.  
4344 6097 d 17 h svoboda /branches/dynload/ Merge trunk changes up to r3988 to dynload.  
4343 6097 d 17 h svoboda /branches/dynload/ Merged trunk changes up to r3925 to dynload.  
4342 6097 d 17 h svoboda /branches/dynload/ Merge trunk changes up to r3889 to dynload.  
4340 6097 d 18 h svoboda /branches/dynload/ Merge trunk changes up to r3805 to dynload.  
4338 6097 d 18 h svoboda /branches/dynload/ Merge trunk changes up to r3787 to dynload.  
4337 6097 d 19 h svoboda /branches/dynload/ Merge changes in trunk up to r3741 to dynload.  
3674 6242 d 16 h svoboda /branches/dynload/ Merge latest trunk changes to dynload.  
3569 6270 d 3 h svoboda /branches/dynload/ Merge latest trunk changes into dynload.  
3563 6270 d 18 h svoboda /branches/dynload/uspace/ Use shared libc with everything we can except console and fb which break.  
3211 6394 d 4 h svoboda /branches/dynload/ Merge latest trunk changes into dynload  
3150 6415 d 1 h svoboda /branches/dynload/ Merge trunk changes up to r3090 into dynload (still broken)  
2927 6447 d 5 h decky /branches/dynload/ added dynload branch  
2479 6774 d 1 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2465 6788 d 23 h jermar /trunk/ Merge arm32 into trunk.  
2071 6930 d 18 h jermar /trunk/ (c) versus (C)  
1873 7062 d 19 h jermar /trunk/uspace/kbd/ sparc64 support for the kbd userspace service.  
1787 7120 d 20 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1707 7146 d 19 h palkovsky /uspace/trunk/ Added mouse input. Still missing support in console and framebuffer.  
1451 7163 d 4 h cejka /uspace/trunk/ Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.
 
1368 7175 d 16 h decky /uspace/trunk/ use proper entry point
the functionality of the broken __DONT_OPEN_STDIO__ is restored
 
1367 7175 d 17 h decky /uspace/trunk/ create special entry point for drivers (don't initialize I/O)  
1352 7177 d 1 h palkovsky /uspace/trunk/ Fixed not compiling uspace after libipc merge.  
1339 7177 d 17 h cejka /uspace/trunk/ Uspace keyboard handler for ia32.