Changeset 2595dab in mainline for uspace/lib/libc/Makefile


Ignore:
Timestamp:
2009-06-03T19:26:28Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d00ae4c
Parents:
ca3ba3a
Message:

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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/Makefile

    rca3ba3a r2595dab  
    4747        generic/as.c \
    4848        generic/cap.c \
    49         generic/console.c \
    5049        generic/devmap.c \
    5150        generic/event.c \
     
    6261        generic/io/io.c \
    6362        generic/io/printf.c \
    64         generic/io/fprintf.c \
    65         generic/io/stdio.c \
    66         generic/io/stream.c \
    67         generic/io/sprintf.c \
     63        generic/io/klog.c \
    6864        generic/io/snprintf.c \
    6965        generic/io/vprintf.c \
    70         generic/io/vsprintf.c \
    7166        generic/io/vsnprintf.c \
    7267        generic/io/printf_core.c \
     68        generic/io/console.c \
    7369        malloc/malloc.c \
    7470        generic/sysinfo.c \
     
    8278        generic/err.c \
    8379        generic/stdlib.c \
    84         generic/kbd.c \
    8580        generic/mman.c \
    8681        generic/udebug.c \
Note: See TracChangeset for help on using the changeset viewer.