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

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

0.6

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