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

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

Applied fix from Yuri. Fixes #27.

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