source: branches/libc-0.6/src/emx/ChangeLog.LIBC@ 2493

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

0.6.1

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