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
4061 5629 d 22 h svoboda /trunk/uspace/srv/kbd/ Constructing parser machines for tty keyboards by hand is a pain. Let the machine do it -- let's nuke some ants.  
4049 5630 d 14 h svoboda /trunk/uspace/srv/kbd/ Do not create obsolete symlinks.  
4044 5630 d 19 h svoboda /trunk/ Userspace driver for ski keyboard port.  
3926 5647 d 14 h svoboda /trunk/uspace/srv/kbd/ Compile i8042+pc for ia64.  
3925 5647 d 14 h svoboda /trunk/uspace/srv/kbd/ Fix typos. Remove old makefile parts.  
3924 5647 d 15 h svoboda /trunk/uspace/srv/ Add some missing ports and controllers (untested). Remove old parts of keyboard driver.  
3923 5648 d 13 h svoboda /trunk/ Keyboard driver overhaul -- organize by hardware structure. This is w.i.p. Modifier keys, as well as ppc32, ia64 and sparc64 will not work yet.  
3882 5653 d 16 h decky /trunk/uspace/ cleanup configuration
code cleanup
 
3803 5676 d 18 h decky /trunk/ configuration system overhaul (requires newt)  
3754 5700 d 0 h svoboda /trunk/ Fix mips32eb build a bit.  
3699 5714 d 1 h svoboda /trunk/uspace/ Clean .o files in individual makefiles.  
3672 5722 d 16 h jermar /trunk/ Merge sparc branch to trunk.  
3661 5727 d 15 h vana /trunk/ IA64: repair similators support  
3568 5750 d 1 h svoboda /trunk/uspace/ Always include Makefile.config instead of passing ARCH and COMPILER to child make on the command line. Allows running make on individual apps and allows more configuration options.  
3201 5877 d 23 h svoboda /trunk/uspace/ Do not disassemble needlessly.  
3081 5907 d 21 h decky /trunk/uspace/srv/ remove __entry_driver entry points  
2479 6253 d 23 h jermar /trunk/ New, better-structured, directory layout for uspace.  
2465 6268 d 21 h jermar /trunk/ Merge arm32 into trunk.  
2071 6410 d 16 h jermar /trunk/ (c) versus (C)  
1873 6542 d 17 h jermar /trunk/uspace/kbd/ sparc64 support for the kbd userspace service.  
1787 6600 d 18 h decky / move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot  
1707 6626 d 17 h palkovsky /uspace/trunk/ Added mouse input. Still missing support in console and framebuffer.  
1451 6643 d 2 h cejka /uspace/trunk/ Basic support for console driver.
Does not provide separate screens yet.
TODO: fix many unhandled states.
 
1368 6655 d 14 h decky /uspace/trunk/ use proper entry point
the functionality of the broken __DONT_OPEN_STDIO__ is restored
 
1367 6655 d 15 h decky /uspace/trunk/ create special entry point for drivers (don't initialize I/O)  
1352 6656 d 23 h palkovsky /uspace/trunk/ Fixed not compiling uspace after libipc merge.  
1339 6657 d 15 h cejka /uspace/trunk/ Uspace keyboard handler for ia32.