Changeset 2223 for trunk/src/emx/ChangeLog.LIBC
- Timestamp:
- Jul 6, 2005, 5:59:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.97
to1.98
r2222 r2223 1 1 /* $Id$ */ 2 3 2005-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 11 2005-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. 2 18 3 19 2005-07-03: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.