source: trunk/src/emx/ChangeLog.LIBC@ 2302

Last change on this file since 2302 was 2302, checked in by bird, 20 years ago

o Added libc_Back_gfProcessHandleHashBangScripts and

libc_Back_gfProcessHandlePCBatchScripts for use in shells which
can handle such scripts more efficiently than libc.

o Fixed some bugs related to finding the interpreter in the spawn/exec backend.

  • Property cvs2svn:cvs-rev set to 1.126
  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 25.4 KB
Line 
1/* $Id: ChangeLog.LIBC 2302 2005-08-22 03:50:15Z bird $ */
2
3TODO: open replace on RAMFS fails with error 32!
4
52005-08-21: knut st. osmundsen <[email protected]>
6 - emxbind, emxomfld:
7 o Default stack size set to 1MB.
8 The old defaults were 8MB (emxbind) and 8KB (emxomfld).
9 - libc:
10 o Added __libc_Back_gfProcessHandleHashBangScripts and
11 __libc_Back_gfProcessHandlePCBatchScripts for use in shells which
12 can handle such scripts more efficiently than libc.
13 o Fixed some bugs related to finding the interpreter in the spawn/exec backend.
14 o Merged the signal semaphore handling into the safe sems and
15 made signals use them instead.
16 o Tried to workaround the race conditions in __libc_Back_safesemEvSleep/Wakeup.
17 These might affect SysV sems.
18 o Corrected the declarations of _DLL_InitTerm.
19
202005-08-20: Lorne Sunley <[email protected]. >
21 - libc:
22 o Added OBJ_FORK to the allocations in sysv_shm.
23
242005-08-20: knut st. osmundsen <[email protected]>
25 - libc:
26 o Define _EMX_SOURCE (__USE_EMX) along with _BSD_SOURCE and _SVID_SOURCE as
27 defaults in features.h.
28 o Protect the fork operations by the means of must complete so
29 signals won't interrupt us till we're finished. This might leave
30 unkillable processes around if fork goes highwire.
31 o Better exception logging during fork.
32 o Use MMX memcpy in fork (if supported).
33 o The C function __libc_Back_processFork() replaces the pure assembly __fork().
34 o Added _memcpy_amd.
35 o Fixed some logging statements in sharedpm.c.
36 o Log __fmutex_release_internal_must_complete.
37 o Corrected a few prototypes in process.h to use pid_t.
38
392005-08-13: knut st. osmundsen <[email protected]>
40 - libc:
41 o Added SH_COMPAT to share.h and emulate it as SH_DENYNO (just like watcom).
42 The SH_COMPAT shareing mode is not available to OS/2 processes, only DOS / os2krnl.
43
442005-08-02: knut st. osmundsen <[email protected]>
45 - libc:
46 o __libc_back_fsNativeFileModeSet(): The long set api is broken
47 in 14.103b & c (at least) so avoid it where it isn't strictly required.
48
492005-07-24: knut st. osmundsen <[email protected]>
50 - libos2:
51 o Added some missing INCL_DOSERRORS #defines (very odd ones).
52 - emximp:
53 o Fixed bad done string allocation.
54 - ld:
55 o Fixed a case of memory access after free.
56 o Switched back to alloca and adding 23 MB of stack.
57
582005-07-21: knut st. osmundsen <[email protected]>
59 - libc:
60 o unistd.h prototype of encrypt() shall return void not int.
61 o Fixed __USE_GNU tests in ftw.h and sys/dirent.h.
62
632005-07-17: knut st. osmundsen <[email protected]>
64 - libc:
65 o LIBC_ASSERT*() are for internal libc errors, LIBCLOG_ERROR*() are
66 for user related error. Big code adjustements.
67 o Fixed a few smaller issues.
68 o Started fixing exec() backend.
69 o Fixed some more mktime / localtime bugs.
70 o Fixed crash on simple LIBC_ASSERT() caused by NULL format string.
71 o Generate device numbers for devices and pipes too.
72 o Fixed mixup of Dev and Inode during filehandle inheritance.
73 o Fixed __dup and __dup2 bug in relation to the FD_CLOEXEC clearing.
74 o Fixed bug in codepage normalization during setlocale().
75 o Fixed bug in regex where the lock was overwritten after initialization.
76 o Switch the glibc locks to smutex to avoid leaking event semaphores.
77 o Added _smutex_try_request().
78 o Fixed __libc_back_fsResolve to always set fInUnixTree so the result can
79 be adjusted correctly on failure as well.
80 - version.smak:
81 o Changed version number back to 3.3.5 / 0.6 rc1.
82
832005-07-11: knut st. osmundsen <[email protected]>
84 - libos2:
85 o UniStrFromUcs added and UniStrToUcs to uconv.h.
86 Added UniStrFromUcs, UniStrToUcs, UniMalloc and UniFree to unicode.imp.
87
882005-07-10: knut st. osmundsen <[email protected]>
89 - libc:
90 o Replaced BSD regex with the new GLIBC implementation.
91 o Fixed two bad bugs in the handling of the list of free
92 SPM notification structures.
93 o Moved the codeset standardization up a bit so nl_langinfo
94 and setlocale reports the same codeset.
95
962005-07-06: knut st. osmundsen <[email protected]>
97 - libc:
98 o Changed utimes() to allow NULL pointer parameter.
99 Please note that BSD will crash in if you try it there.
100 o Renamed the BSD setmode to bsd_setmode and put back the
101 PC setmode.
102
1032005-07-05: knut st. osmundsen <[email protected]>
104 - libc:
105 o Fixed spawn/fork + fork() + exec/spawn/fork in the child.
106 o Kill any known decentants to prevent them from being
107 adopted by our parent. (On UNIX processes begin made
108 orphants are adopted and killed by the init process.)
109 o Added signal handler types for POSIX, BSD and GNU conformance.
110 o Reap embryos when the waiter thread is querying spm about
111 the death certificate. This, together with a tiny fix
112 in __spawnve() cures the bad spm process leaks when spawning
113 non-libc processes seen with make when building libc.
114
1152005-07-04: knut st. osmundsen <[email protected]>
116 - libc:
117 o Added the BSD optreset global to getopt.
118 o Changed PC setmode to _setmode. As it collides with a BSD 4.4. interface.
119 o Added the BSD 4.4. setmode/getmode functions from FreeBSD.
120 o Added getsid and getpgid, correcting the getpgrp implementation.
121 o Added/replaced setbuf, setbuffer and setlinebuf from BSD.
122
1232005-07-03: knut st. osmundsen <[email protected]>
124 - libc:
125 o Collected the different panic routines into one single routine
126 in the backend, __libc_Back_panic[V](). The routine supports
127 very simple printf like message formatting. By default it wil
128 dump any available registers and attempt dumping the process
129 before killing it. This behaviour can be configured with the
130 env var.: LIBC_PANIC=[nodump][terse][quiet][breakpoint]
131
1322005-07-02: knut st. osmundsen <[email protected]>
133 - libc:
134 o Added obstack.h and it's implementation from GLIBC.
135 o malloc and realloc must set errno to ENOMEM on failure.
136 o Fixed assertion during realloc(p, -256) to return failure
137 instead. Added a few more overflow checks.
138 o Added %m (GLIBC extension) to the printf familiy. %m means
139 priting strerror(errno), it takes no arguments.
140 o Fixed serveral bugs in the C/POSIX locale
141 o Implemented the LC_MESSAGES locale.
142 o Fixed mixup in fts.c port.
143 o Replaced the EMX ftw with the BSD one so we implement the SuS specs.
144 o Clear FD_CLOEXEC on the handle returned by dup, dup2 and fcntl(F_DUPFD,,).
145 o Fixed a buffer size validation bug in the backend for getcwd and
146 friends. Was requiring a byte to much.
147 o Updated some TCPIP headers with GLIBC __USE_MISC #includes. (more to go)
148 o sys/fcntl.h shall include sys/stat.h in XSI mode.
149 o Added stpncpy from GLIBC.
150 o Added sys/builtin.h to sys/smutex.h.
151 o Updated features.h and sys/gnu/cdefs.h with more recent versions from cvs.
152 o Ported from GLIBC 2.3.x CVS.
153 o Fixed some waitid() and waitpid() problems related to stopping and resuming children.
154 o Updated argz.h because of bustage caused by new cdefs.h (THROW).
155 - libcrypt:
156 o Created stub library.
157 - version.smak, libc.smak:
158 o Back to betas, beta6 now.
159
1602005-07-01: knut st. osmundsen <[email protected]>
161 - libc:
162 o Made isinf[lf] return -1 for negative infinity like GLIBC does.
163 o Added prototypes for nan[lf] to math.h, gcc inlines these.
164 o Ported GLIBC argp and getopt (argp requires the GLIBC one).
165 This means no optreset anylonger.
166 o Some corrections / hacks in the weak_alias departement.
167 o Shopped missing math stuff from GLIBC.
168 o Added fpu_control.h, ieee754.h and endian.h from the GLIBC tradition.
169
1702005-06-30: knut st. osmundsen <[email protected]>
171 - libc:
172 o Added fwide() (dummy until LIBC07).
173 o Renamed struct _FILE to struct __sFILE to match BSD.
174 o Added wait.h for GLIBC compatability, content is #include <sys/wait.h>.
175 o Added _D_EXACT_NAMLEN and _D_ALLOC_NAMLEN macros to sys/dirent.h to
176 make GLIBC code happy.
177 o Added REG_NOERROR to regex.h to make GLIBC code happy.
178 o The three default heap handles can be duplicates of one another, this
179 could cause deadlocks in certain cases usually involing tiled memory.
180 o Added asprintf() and vasprintf().
181 o Added get_current_dir_name() (GLIBC extension).
182 o Added the strdupa() and strndupa() GLIBC extensions. These are macros
183 use alloca() to allocate the memory for the string.
184 o Added the getdelim() and getline() GLIBC extensions.
185 o Added getlogin_r() (still just a fake).
186 o Added TEMP_FAILURE_RETRY() macro to unistd.h. This is yet another GLIBC hack.
187
1882005-06-29: knut st. osmundsen <[email protected]>
189 - *:
190 o Fixed stack alignment, it must be 16 bytes not 4!
191 o Fixed bustage caused by the include cleanup.
192 - libc:
193 o Added ieeefp.h and functions from FreeBSD - this is
194 the SysV/386 FP control interface. (inline only)
195 o Added fgets_unlocked and gets_unlocked.
196
1972005-06-28: knut st. osmundsen <[email protected]>
198 - *:
199 o Released v0.6 beta 5.
200 o Changed versions to v0.6 rc1.
201 o Created the libc06b5 forwarder dll.
202 - libc:
203 o Added _NSIG and making NSIG and _NSIG equal to SIGRTMAX + 1.
204 o Added memrawchr and strchrnul from glibc, enabling us to shop .S
205 files from glibc at the same time.
206 o On glibc lot's of limits.h stuff is included from direct.h because of
207 need for NAME_MAX, let's do something similar.
208 o Corrected MAXNAMLEN / d_name field length.
209
2102005-06-27: knut st. osmundsen <[email protected]>
211 - emxomfld, ld:
212 o Generate .def-file for dlls without one. (This only makes sense for
213 emxomfld since ld doesn't implement __declspec(dllexport) yet, but
214 anyway.)
215 - emxomf, emxomfld:
216 o Kicked out all the old weak handling (from early 3.2.2 alphas).
217
2182005-06-26: knut st. osmundsen <[email protected]>
219 - libc:
220 o Added [__]isinf[fl] which seems to have been mislaid during the
221 math source import.
222 o Rewrote the libcXXXX.dll install rule to not play with emxload since
223 emxload sticks around when first loaded.
224 o Made unsetenv() cause tzset reload just like putenv() and setenv().
225 o Changed putenv() behaviour for removal (no '=' in input) to be identical
226 to unsetenv(). This solves duplicate variable testcase.
227 o Changed filestreams opened for both reading and writing to switch
228 more willingly between read and write mode.
229 o Made sscan() return EOF on EOF.
230 o Made sscan() skip blanks in input for '%%'.
231 o Implemented the stdio_unlocked stuff with BSD and GLIBC extension.
232 TODO: Require a new locktype which support recursive usage! Currently
233 a hack using 8 free flag bits is used.
234 o Corrected realpath() behaviour to return the path up to the failure
235 point on error. _realrealpath() also does this now.
236 (This also saves us a temp buffer and a copy of the result.)
237 o Fixed a bug in the handling of ".." in the path resolver.
238 o Extended that path resolver to check the directoryness of the input
239 according to flags and any trailing slashes.
240 o Change the path resolver to be very strict about UNC - UNC have exactly
241 two slashes at the start of the path.
242
2432005-06-25: knut st. osmundsen <[email protected]>
244 - libc:
245 o Fixed SIGINT and similar issues with fork().
246 TODO: LIBC signals depending on 16-bit OS/2 signals will
247 still cause trouble, this needs fixing.
248 o Extended the fmutex error message.
249 o Fixed regression in the fmutex must completion code (bad fs handling).
250
2512005-06-23: knut st. osmundsen <[email protected]>
252 - libc:
253 o Fixed some more incorrectness of the 'C' locale, it only
254 defines the first 128 chars.
255 o Build hack for math.h.
256 o Updated sys/stat.h, sys/resource.h and sys/_types.h to
257 FreeBSD 5.3 level.
258 o btowc(): WEOF is 32-bit, wchar_t is 16.
259 o *printf(): wide char support.
260 o sysctl(): Changed the boottime alogrithm.
261 o strxfrm(): Corrected the return values.
262 o __ftime(): Corrected regression causing the time to be 35 years wrong.
263 o strftime(): Added C99 %F.
264 o strptime(): Fixed a few parsing and calculation bugs.
265
2662005-06-19: knut st. osmundsen <[email protected]>
267 - libc:
268 o File resize optimization: The JFS, HPFS and probably NET
269 will never return space which isn't zeroed when expanding
270 a file. Associate a file system information object with the
271 filehandles to keep track of such features. This also fixes
272 the fsStatFH() implementation trouble.
273 This attribute doesn't apply to CDFS. While RAMFS fails
274 the test, it zeros at open but not at setfilesize.
275 o Fixed invalid inode and dev numbers for new files, was passing
276 the wrong path around.
277
2782005-06-13: knut st. osmundsen <[email protected]>
279 - libc:
280 o Auto init fmutexes.
281 o Fixed potential deadlock the first time a must-complete
282 fmutex was entered.
283 o Replaced mktemp and mkstemp with BSD versions. Also adding
284 mkstemps, mkdtemp, arc4random, arc4random_addrandom and
285 arc4random_stir.
286 o Limited the namespace pollution caused by machine/param.h
287 (included by sys/param.h which is used by lot's of tcpip headers).
288 Define _BSD_NAMESPACE_POLLUTION to get it all.
289 o Fixed bug in getitimer/setitmer, it didn't zero the old value struct
290 if the timer wasn't running.
291 o Fixed a bug in __ftime(), the time was jolting around.
292
2932005-06-12: knut st. osmundsen <[email protected]>
294 - libc:
295 o Changed the LIBC_PATHREADWRITERS to a generic LIBC_HOOK_DLLS.
296 See src/emx/src/lib/sys/hooks.c for details.
297
2982005-06-11: knut st. osmundsen <[email protected]>
299 - libc:
300 o The smallcnv stuff is gone, waste of space since we're not really into
301 static linking. Should've done this when switching to gdtoa.
302 o Ported the msun and some other math bits from current FreeBSD libc.
303 This mostly replaces the EMX math, except for some double long variants
304 and some EMX specific ones. This is a risky change, but it's needed
305 if we're gonna catch up on the C99 bits and make libstdc++ happy.
306 There are some new headers, complex.h and fenv.h being the importan ones.
307 float.h have gotten some updates while math.h is totally replaced.
308 More than 100 standard functions were added!
309 NOTE: msun is using MATH_ERREXCEPT (math_errhandling) and not
310 MATH_ERRNO for error reporting.
311 I really hope this is not gonna uncover more OS/2 387 mess.
312 o Handle .cmd, .bat, .btm and hash-bang script files if DosExecPgm()
313 fails. (I'm a little bit uncertain about argv[0], but it appears to work.)
314
3152005-06-05: knut st. osmundsen <[email protected]>
316 - libc:
317 o the setitimer backend was making incorrect assumptions about the
318 HTIMER range - NULLHANDLE is valid for HTIMER. Changed it to use ~0U
319 as invalid handle. (untested)
320 o Default TCPIP mode is __USB_LIBC_TCPIP. When either TCPV40HDRS or TCPV41HDRS
321 are defined we are in strict mode and __USB_LIBC_TCPIP will not be defined.
322 - libomflib, emxomfar:
323 o Allow multiple modules by the same basename. This is not in tradition with
324 other librarians, but it solves incompatible behaviour between emxomfar and ar.
325 - ld:
326 o Avoid using alloca since we might easily run out of stack for big objects
327 with debuginfo.
328 - emxomf:
329 o Added support for new EMX a.out stab N_EXP (0x6c). This encodes export
330 definitions. (gcc can do __declspec(dllexport) now.)
331 TODO: ld needs updating, probably this is the right time to drop the
332 old ld and fixup the binutils port!
333
3342005-05-08: knut st. osmundsen <[email protected]>
335 - libc:
336 o Added _getenv_[int|long|longlong]. Using this for LIBC_THREAD_MIN_STACK_SIZE.
337 o Ported the BSD SysV Semaphore module.
338 o Added a signal notification callback to the thread structure.
339 o Changed tcpip term callback to more generic exitlist callback (SPM).
340 o Ported the BSD SysV Shared Memory module.
341
3422005-05-05: knut st. osmundsen <[email protected]>
343 - libc:
344 o Added fts.h and ported the BSD implementation.
345 It's not 100% correct since we're lacking fchdir and cannot open
346 directories - will update it when this is in place.
347 o Disabled the UF_ and SF_ defines in sys/stat.h since we don't have st_flags.
348 o Added mkfifo (stub).
349 o Added lutimes and futimes, replacing __utimes.
350
3512005-05-01: knut st. osmundsen <[email protected]>
352 - libc:
353 o Fixed incorrect d_type returned by readdir and readdir_r.
354 o Changed chdir() to unix style, added _chdir_os2() as a backwards compatible
355 api. _chdir2() and chdir() are operating identically now.
356 o Fixed several incorrect/incomplete path resolve cases. Some causing
357 invalid ino values.
358 o Unlock the libc DLL before installing it (cp, make or someone might be using it).
359 o Unix root rewrite rule ends it's pszTo with a slash, this caused
360 two slashes and thus UNC trouble.
361 o Quick rewrite of access() (also affects eaccess()) to work in chroot environment.
362 o Added O_BINARY to all opens in bsd/db.
363
3642005-04-30: knut st. osmundsen <[email protected]>
365 - libmoddef:
366 o Allow empty definition strings. (weakld failed on python _curses_m)
367 - weakld:
368 o Fixed incorrect .def-file parse error message.
369 - sys/param.h:
370 o Added MAXBSIZE, BKVASIZE and BKVAMASK which are used by some BSD tools.
371 - libc:
372 o Added fchmod and reimplemented chmod and lchmod. Still missing FS level
373 unix attribute handling, but this is a start.
374
3752005-04-25: knut st. osmundsen <[email protected]>
376 - libc:
377 o Added the sysctl interface from BSD. Not all values are
378 supported, nor are we compatible with tcpip41 sysctl yet.
379
3802005-04-24: knut st. osmundsen <[email protected]>
381 - libc:
382 o Fixed bug in getfsstate(). (df from coreutils works now!)
383 o Implemented process priority management. Added nice(), setpriority()
384 and getpriority() in the process.
385 o Added process enumeration and access function to sharedpm.
386
3872005-04-23: knut st. osmundsen <[email protected]>
388 - emxomf:
389 o Refined the 'G' hack fixing globals in the text segment.
390 - libc:
391 o Added cs:eip to the abnormal termination message. (signals.c)
392 o Default stack size 512KB when caller specifies 0. (beginthr.c)
393 o Use the env.var. LIBC_THREAD_MIN_STACK_SIZE value as a byte count
394 specifying the minimum stack size. When not specified minium size
395 defaults to 4096. (beginthr.c)
396 o Added the libsocket and libsyslog libraries to the libc IMPORT library.
397 There are now two sets of libc_dll.a/lib libraries, one for tcpipv4 and
398 one for tcpipv41+ (default).
399 o Added nanosleep() and changed usleep() and sleep() to use it.
400 o Added wmemcpy(), wmemset(), wmemcmp(), wmemchr() and wmemmove(). (untested)
401 o Added SUN/HP/RTLinux api gethrtime() as a wrapper around the DosTmr* apis.
402 o Rewrote atexit() fixing problem with the callbacks calling exit() recursivly
403 and adding on_exit().
404 o Added stdio_ext.h and implemented __fpending() and __fbufsize().
405 (Just to make coreutils easier to port.)
406
4072005-03-23: knut st. osmundsen <[email protected]>
408 - src/lib/sys/__spawnve.c:
409 o Fixed double free of pFS (should've been pSig).
410 Thanks for froloff.
411
4122005-03-19: knut st. osmundsen <[email protected]>
413 - 386/builtin.h:
414 o Fixed serveral bugs in the atomic inc/dec functions.
415 Added a testcase for these.
416 - libc:
417 o Fixed various typos in the socket per process counting. Thanks to
418 nickk for point these out.
419
4202005-03-13: knut st. osmundsen <[email protected]>
421 - version.smak:
422 o 6b4 -> 6b5.
423
424 - libc:
425 o Implemented socket duplication.
426 o Fixed various socket close & fork bugs.
427 o Applied parts of tcpipver patches from Lorne and Froloff.
428 o Fixed various UNC trouble reported by David.
429 o Fixed open problem in DosEx.
430 o Fixed incorrect pool allocation in DosEx.
431 o Fixed missing free pool item in DoxEx - *big* leak.
432 o Fixed TID/PID mixup when calling DosVerifyPidTid() from fmutex wait loop.
433 o Applied patch from Nickk for broken settimeofday().
434 o Moved iconv into LIBC.
435 o Ported GLIBC intl and made it a part of LIBC.
436 o Implemented -Zargs-wild and -Zargs-resp crt0 variations.
437 o Added support for single quoted arguments. (pray this doesn't screw up...)
438 o Replaced the __atod implementation with the NETLIB gdtoa implementation
439 used by BSD. (The old routine kept hitting assertions.)
440 o Created libc06a4 forwarder dll.
441
442 - libiconv, libdl, libm:
443 o Made these empty stub libraries.
444
445 - emxomf:
446 o Fixed getopt(,,"l::") problem. BSD getopt doesn't pass FLAG_PERMUTE for getopt and
447 thus it would consume the next argument unless it was an option. Using
448 getopt_long(,,"l::", NULL, NULL) solves the problem.
449
450 - testcases:
451 o Testcases for various new problems/code.
452
4532005-02-01: knut st. osmundsen <[email protected]>
454 - libc:
455 o Fixed bogus bubble sort in setlocale/LC_COLLATE.
456
4572005-01-31: knut st. osmundsen <[email protected]>
458 - libc:
459 o Applied readdir_r() errno fix from Lorne.
460 o Fixed lstat() backend on request from Lorne.
461
4622005-01-30: knut st. osmundsen <[email protected]>
463 - libc:
464 o Applies setlocale patch from Lorne which fixes two bugs in LC_COLLATE.
465
4662005-01-28: knut st. osmundsen <[email protected]>
467 - libc:
468 o Applied setlocale patch from Lorne.
469 o Faked the C99 lconv additions by copying the local ones.
470
4712005-01-16: knut st. osmundsen <[email protected]>
472 - libos2:
473 o Added SafeDosStartSession from Dmitry Froloff.
474 - libc:
475 o Fixed year problem in settimeofday.
476 o Check if fxsave/fxrstor is supported before using them in fork().
477 ASSUMES cpuid eax=1 works on all targets.
478 o Implemented nl_langinfo(CODESET).
479 o Added bunch a of ASCII codeset name conversions.
480 o Fixed bug in socket inherit over exec/spawn. Thanks to Froloff.
481 o Forgot to take the signal semaphore when receiving a signal
482 from the 16bit handler. Thanks to Froloff.
483 o rmdir errno fix from Lorne.
484 o rmdir shall fail on symlink.
485 o rmdir shall return ENOTDIR if the path isn't a directory (but exists).
486 o Fixed setlocale(LC_ALL/LC_MONETARY, "C").
487 o Changed the process reaper to use internal signal api to skip some overhead.
488 o Fixed a return path from signal raise where the signal sem wasn't
489 released. (The out of queue node hang.)
490 - libsocket:
491 o os2_select: Fixed a couple of filehandle conversion bugs. Thanks to Froloff.
492 o soclose shouldn't return EBADF but ENOSOCK according to the specs.
493 - libsocket, libc:
494 o Return ENOSOCK instead of ENOSYS when attempting socket operation on filehandle.
495
496
4972005-01-??: knut st. osmundsen <[email protected]>
498 - libc:
499 o Fixed problem with fork'ed children beliving they were
500 still forking after fork() returned. (DLL load issue)
501 o Fixed signal queue node leak. Thanks to Lorne.
502
5032004-12-20: knut st. osmundsen <[email protected]>
504 - libc:
505 o Added inode and dev calculation for fstat and stat.
506 TODO: save unix EAs. opendir d_fileno?
507 o Ported all string/w* functions from FreeBSD except wcsxfrm.c.
508
5092004-12-12: knut st. osmundsen <[email protected]>
510 - os2emx.h:
511 o Corrected define of NP_NBLK. (thanks to froloff)
512 - __mcount:
513 o Export stub in all builds but the profiling build.
514 - libdl:
515 o Removed and stubbed it (install). It's all in LIBC now.
516 TODO: make libm and libdl stubbing in LIBC!
517
5182004-12-09: knut st. osmundsen <[email protected]>
519 - waitpid(), waitid(), wait(), wait4(), wait3(),
520 __libc_Back_processWait():
521 o Fixed missing WNOHANG handling.
522 Created waitpid-1.c testcase in testcase/misc for this problem.
523 o Clearified error codes ECHILD and EINVAL, use the waitpid() specs.
524
525 - ChangeLog.Libc:
526 o Created this file.
527
Note: See TracBrowser for help on using the repository browser.