Changeset 1895 for trunk/src/emx/ChangeLog.LIBC
- Timestamp:
- Apr 24, 2005, 8:16:28 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/ChangeLog.LIBC
-
Property cvs2svn:cvs-rev
changed from
1.27
to1.28
r1894 r1895 2 2 3 3 2005-04-23: knut st. osmundsen <bird-gccos2-spam@anduin.net> 4 - src/lib/sys/signals.c:5 o Added cs:eip to the abnormal termination message.6 - src/lib/process/beginthr.c:7 o Default stack size 512KB when caller specifies 0.8 o Use the env.var. LIBC_THREAD_MIN_STACK_SIZE value as a byte count9 specifying the minimum stack size. When not specified minium size10 defaults to 4096.11 4 - emxomf: 12 5 o Refined the 'G' hack fixing globals in the text segment. 13 6 - libc: 7 o Added cs:eip to the abnormal termination message. (signals.c) 8 o Default stack size 512KB when caller specifies 0. (beginthr.c) 9 o Use the env.var. LIBC_THREAD_MIN_STACK_SIZE value as a byte count 10 specifying the minimum stack size. When not specified minium size 11 defaults to 4096. (beginthr.c) 14 12 o Added the libsocket and libsyslog libraries to the libc IMPORT library. 15 13 There are now two sets of libc_dll.a/lib libraries, one for tcpipv4 and 16 14 one for tcpipv41+ (default). 15 o Added nanosleep() and changed usleep() and sleep() to use it. 17 16 18 17 2005-03-23: knut st. osmundsen <bird-gccos2-spam@anduin.net> -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.