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

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

Fixes #30: Fixed two locale bugs. First, setlocale called a locale
dependent function for getting ctype flags. Second, all the
is<>() macros / functions was busted for non-ascii chars (-1..-128).

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