Ignore:
Timestamp:
Jul 6, 2005, 5:59:36 AM (20 years ago)
Author:
bird
Message:

o Added/replaced setbuf, setbuffer and setlinebuf with FreeBSD impls.
o Added the BSD 4.4. setmode/getmode functions from FreeBSD.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/ChangeLog.LIBC

    • Property cvs2svn:cvs-rev changed from 1.97 to 1.98
    r2222 r2223  
    11/* $Id$ */
     2
     32005-07-05: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     4    - libc:
     5        o Fixed spawn/fork + fork() + exec/spawn/fork in the child.
     6        o Kill any known decentants to prevent them from being
     7          adopted by our parent. (On UNIX processes begin made
     8          orphants are adopted and killed by the init process.)
     9        o Added signal handler types for POSIX, BSD and GNU conformance.
     10
     112005-07-04: knut st. osmundsen <bird-gccos2-spam@anduin.net>
     12    - libc:
     13        o Added the BSD optreset global to getopt.
     14        o Changed PC setmode to _setmode. As it collides with a BSD 4.4. interface.
     15        o Added the BSD 4.4. setmode/getmode functions from FreeBSD.
     16        o Added getsid and getpgid, correcting the getpgrp implementation.
     17        o Added/replaced setbuf, setbuffer and setlinebuf from BSD.
    218
    3192005-07-03: knut st. osmundsen <bird-gccos2-spam@anduin.net>
Note: See TracChangeset for help on using the changeset viewer.