| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 4482 |
6042 d 23 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 |
|
| 4401 |
6058 d 23 h |
svoboda |
/trunk/uspace/ |
C binding for devmap. Gets rid of duplicate code. |
|
| 4173 |
6114 d 21 h |
jermar |
/trunk/ |
Revive kernel notifications. |
|
| 3905 |
6150 d 20 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. |
|
| 3885 |
6153 d 20 h |
svoboda |
/trunk/uspace/lib/libc/ |
Fix issue with cross-compiler prefix. |
|
| 3882 |
6153 d 22 h |
decky |
/trunk/uspace/ |
cleanup configuration
code cleanup |
|
| 3803 |
6177 d 0 h |
decky |
/trunk/ |
configuration system overhaul (requires newt) |
|
| 3767 |
6196 d 5 h |
svoboda |
/trunk/uspace/ |
Console color support overhaul. Create C library console interface. |
|
| 3758 |
6198 d 19 h |
svoboda |
/trunk/uspace/ |
fprintf(), vfprintf(). |
|
| 3756 |
6199 d 7 h |
svoboda |
/trunk/uspace/ |
Some ANSI C stream functions (stdio). |
|
| 3747 |
6201 d 23 h |
svoboda |
/trunk/uspace/ |
Put console IPC method numbers under libc. |
|
| 3731 |
6204 d 23 h |
svoboda |
/trunk/uspace/lib/libc/ |
Separate memxxx() functions into mem.c. |
|
| 3708 |
6211 d 23 h |
svoboda |
/trunk/uspace/lib/libc/ |
Fix makefile. |
|
| 3568 |
6250 d 7 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. |
|
| 3486 |
6283 d 4 h |
decky |
/trunk/ |
faster compilation using -pipe |
|
| 3469 |
6295 d 10 h |
svoboda |
/trunk/uspace/lib/libc/ |
Introduce loader API in C library. |
|
| 3438 |
6302 d 6 h |
svoboda |
/trunk/ |
Merge syscall tracer (trace) and relevant part of udebug interface from tracing to trunk. |
|
| 3348 |
6328 d 8 h |
jermar |
/trunk/uspace/lib/libc/ |
Add asprintf(). |
|
| 3346 |
6328 d 9 h |
post |
/trunk/ |
Merge with shell @ 3241 for bdsh |
|
| 3222 |
6373 d 2 h |
svoboda |
/trunk/ |
Merge program-loader related stuff from dynload branch to trunk. (huge) |
|