Rev |
Age |
Author |
Path |
Log message |
Diff |
4537 |
5619 d 21 h |
trochtova |
/branches/dd/ |
dd branch synchronized with trunk (revision 4536) |
|
4482 |
5631 d 12 h |
decky |
/trunk/uspace/lib/libc/ |
I/O subsystem overhaul:
- add more POSIX-like file and stream functions (with real functionality of stdin, stdout, stderr)
- cleanup console access methods (now generic to any console-like device)
- remove unsafe stream functions
- add special open_node(), fd_node(), fd_phone() (file) and fopen_node(), fnode(), fphone() (stream) functions for HelenOS-specific I/O operations |
|
3933 |
5735 d 8 h |
svoboda |
/trunk/uspace/ |
Basic support for key modifiers. |
|
3923 |
5737 d 8 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. |
|
3905 |
5739 d 9 h |
svoboda |
/trunk/uspace/ |
Keycodes, keyboard events, kbd_event_get(). Keyboard driver now (formally) produces kbd events (press/release, keycode, mods, char) instead of just characters. In reality, the driver and client are only hacked to work with the new interface atm. |
|