Timeline



Mar 4, 2006:

11:48 PM Ticket #55 (emxomfld doesn't delete temporary files) closed by bird
fixed: Applied.
11:47 PM Changeset [2553] by bird
#55: delete the response file when reinit the args.
11:20 PM Ticket #56 (emxomfld doesn't properly allocate space for map file name) closed by bird
invalid: This was a fix for you own bug in #46 which wasn't committed.
11:16 PM Ticket #46 (ilink map file name is wrong when multiple dots are in target name) closed by bird
fixed: if the filename was wihtout an extension the strcat may cause a …
11:13 PM Changeset [2552] by bird
#46: real fix.
11:01 PM Changeset [2551] by bird
Applies #46.
9:45 PM Ticket #54 (libc: fchdir(open('.', O_RDONLY)) may corrupt path resolving) closed by bird
fixed
12:47 AM Changeset [2550] by bird
baselayout hacking.
12:35 AM Changeset [2549] by bird
my good old ports stuff.

Mar 2, 2006:

1:30 AM Ticket #58 (libc: closed standard handles cause uninitialized stdout/stdin/stderr ...) closed by bird
fixed: The stdin/stdout/stderr streams should apparently always be …
1:26 AM Changeset [2548] by bird
#58: The standard file handles are always initialized as open.
1:24 AM Changeset [2547] by bird
fclose / flush testcase.
12:20 AM Ticket #58 (libc: closed standard handles cause uninitialized stdout/stdin/stderr ...) created by bird
smoketests/fclose-1.c exhibit a problem where the parent closes one or …
12:16 AM Changeset [2546] by bird
fclose / flush testcase.

Mar 1, 2006:

10:48 PM LibcPanic created by bird
10:16 PM WikiStart edited by bird
(diff)

Feb 21, 2006:

8:53 PM Ticket #57 (Dynamic libraries cannot be freed when sockets (at least) are used) closed by bird
invalid: This is not an error, and it has nothing to do with GCC. This problem …
6:13 PM Ticket #57 (Dynamic libraries cannot be freed when sockets (at least) are used) created by Yuri Dario
When a dll uses a socket function (but not only in this case), the dll …

Feb 13, 2006:

12:51 PM Ticket #56 (emxomfld doesn't properly allocate space for map file name) created by Yuri Dario
When the output file name doesn't include the extension (this is not …
12:49 PM Ticket #55 (emxomfld doesn't delete temporary files) created by Yuri Dario
when arg_init() is called, the temporary files is not deleted, so at …

Feb 7, 2006:

5:08 AM Changeset [2545] by bird
#54: Fixed unitialized directory handle member fInUnixTree.
5:02 AM Ticket #54 (libc: fchdir(open('.', O_RDONLY)) may corrupt path resolving) created by bird
dirOpen isn't initializing the fInUnixTree member, and a fchdir …
4:28 AM Ticket #53 (libc: freopen("missing",,) causes panic) closed by bird
fixed: Hmm.. incomplete fix here, _openstream got a lock bool argument which …
4:28 AM Changeset [2544] by bird
#53: Fixed LIBC panic when _openstream locks the stream vector in any …
4:17 AM Ticket #53 (libc: freopen("missing",,) causes panic) created by bird
in _fopen there are at least two fialure paths which are locking and …
3:12 AM Ticket #52 (libc: path resolver fails resolving a directory symlink for lstat) closed by bird
fixed: This was actually two symlink bugs, the first one hiding the 2nd. Both …
3:10 AM Changeset [2543] by bird
#52: Fixed two 'symlink/' problems in the path resolver.
2:36 AM Ticket #52 (libc: path resolver fails resolving a directory symlink for lstat) created by bird
[…]
2:25 AM Ticket #51 (libc: unlink fails on readonly file) closed by bird
fixed: We also ended up with the wrong rc. Corrected the code such that it …
2:24 AM Changeset [2542] by bird
#51: Made unlink able to delete readonly files.
1:57 AM Ticket #51 (libc: unlink fails on readonly file) created by bird
rm from coreutil fails to delete read-only files. Will change the code …
12:55 AM Changeset [2541] by bird
Rewrote the freopen(NULL) code to use fcntl(,F_SETFL,) for updating …

Feb 6, 2006:

11:32 PM Changeset [2540] by bird
#50: Inherit umask.
11:30 PM Changeset [2539] by bird
#50: Inherit umask.
10:13 PM Ticket #50 (libc: umask isn't inherited) closed by bird
fixed: Implemented umask inhertiance. The testcase works.
10:12 PM Changeset [2538] by bird
#50: Inherit umask.
10:10 PM Changeset [2537] by bird
#30: Fixed toupper / tolower EOF regression. (forgot to commit it)
9:05 PM Ticket #50 (libc: umask isn't inherited) created by bird
The last test in the 'equal' chmod testcase (coreutils) is apparently …
5:35 AM Ticket #49 (libc: st_ctime is incorrect and st_birthtime isn't converted to UTC) created by bird
Tittle says it all. coreutils stat shows unix epoch for ctime (change …
5:27 AM Ticket #48 (libc: freopen(NULL, "rb", stdio) panics (doesn't work as expected)) closed by bird
fixed: Did a quick implenentation of this NULL feature.
5:22 AM Changeset [2536] by bird
#48: Quick implementation of the freopen(NULL) operation to make cat …
3:48 AM Ticket #48 (libc: freopen(NULL, "rb", stdio) panics (doesn't work as expected)) created by bird
If filename is a null pointer, the freopen() function shall attempt to …

Feb 5, 2006:

3:26 PM Ticket #47 (Create .sym files directly from emxomfld) created by Yuri Dario
This patch allows emxomfld to produce a .sym file directly when -Zsym …
2:41 PM Ticket #46 (ilink map file name is wrong when multiple dots are in target name) created by Yuri Dario
When the target name has multiple dots (e.g. my.code.dll), ilink will …
12:21 PM Ticket #45 (libc: speed up path resolving) created by bird
There are several tricks that should be used in the unix path resolver …
9:20 AM Ticket #44 (libc: statvfs reports 14 chars max filename length everywhere) created by bird
I think this is a left over from the DOS days. We should return 255 on …
6:55 AM Changeset [2535] by bird
memalign and valloc shouldn't be in USE_GNU in malloc.h.
6:28 AM Changeset [2534] by bird
0.6.1 notes.
6:02 AM Ticket #43 (libc: Runtime configuration of where to use UnixEAs) created by bird
This is a followup to #21. Should add some kind of env.var. for …
5:47 AM Changeset [2533] by bird
#30: Fixed toupper / tolower EOF regression. (test_ctype.c found it).
4:53 AM Ticket #42 (libc: Add logging option for not creating the log file until it's ...) created by bird
Even with LIBC_LOGGING=-all we get log files with the default …
4:42 AM Changeset [2532] by bird
fixed the test to check for type too and ignore the readonly problem …
4:33 AM Changeset [2531] by bird
#41: typo breaking fchmod().
4:13 AM Changeset [2530] by bird
Fixed incorrect assertion in libc_back_fsInfoObjRelease.
4:07 AM Changeset [2529] by bird
Fixed incorrect assertion in libc_back_fsInfoObjRelease.
3:57 AM Changeset [2528] by bird
#41: And added special file mode mask getter and extra validations to …
3:48 AM Changeset [2527] by bird
added symlink-1.
3:40 AM Changeset [2526] by bird
#41: And added special file mode mask getter and extra validations to …
2:54 AM Ticket #41 (libc: incorrect __libc_back_fsUnixAttribsGet() usage caused st_dev ...) closed by bird
fixed: That's not quite right. the fstat backend is delaying the dev/ino calc …
2:54 AM Changeset [2525] by bird
#41: Calc st_ino and st_dev at the end of the unix attrib getter if …
2:13 AM Ticket #41 (libc: incorrect __libc_back_fsUnixAttribsGet() usage caused st_dev ...) created by bird
we're not checking if we actually read any UnixEAs in …
2:11 AM Ticket #40 (libc: open("/", RDONLY) fails.) closed by bird
fixed: That's it. fixed.
2:11 AM Changeset [2524] by bird
#40: Fixed double slash preventing root directories from being opened.
2:00 AM Ticket #40 (libc: open("/", RDONLY) fails.) created by bird
We fail to open the root directory, probably because of the trailing '/'.
1:56 AM Changeset [2523] by bird
1:54 AM Ticket #21 (libc: limit Unix EAs to specific file systems) closed by bird
fixed: We're now only reading and writing UnixEAs on HPFS, JFS, FAT and RAMFS …
1:53 AM Changeset [2522] by bird
#21: Restrict reading and writing of UnixEAs to HPFS, JFS, FAT and RAMFS.

Feb 4, 2006:

11:05 PM Ticket #36 (emxbind: export truncation bug and allow export & imports up to 255 chars) closed by bird
fixed: The export.c patch is quite obviously wrong. I've changed it to emit a …
11:05 PM Changeset [2521] by bird
o #38: Fixed truncation bug writing to the LX nametable. Imports and …
10:09 PM Ticket #35 (ld crashes when map files are enabled) closed by bird
duplicate: Duplicate of #27.
7:14 PM Ticket #39 (dllar.cmd enhancements) created by Yuri Dario
This patch allows dllar.cmd to produce also omf import libraries and …
6:10 PM Changeset [2520] by bird
#38: Added DosSysCtl? prototype and use it on panic to check for debugger.
6:09 PM Ticket #38 (libc: when debugged default to breakpoint on panic) closed by bird
fixed: Implemented.
6:08 PM Changeset [2519] by bird
#38: Added DosSysCtl? prototype and use it on panic to check for debugger.
6:04 PM Ticket #38 (libc: when debugged default to breakpoint on panic) created by bird
There is a DosSysCtl? function for detecting whether we're being …
6:00 PM Changeset [2518] by bird
#33: Fixed a runpath in libc_back_signalWait which didn't reacquire …
5:57 PM Ticket #33 (libc: panic when using timers) closed by bird
fixed: There was a return path in libc_back_signalWait which didn't …
5:38 PM Ticket #37 (export for symbols longer than 255 chars) created by Yuri Dario
emxbind cannot parse .def files with symbols longer than 255 chars. …
5:32 PM Ticket #36 (emxbind: export truncation bug and allow export & imports up to 255 chars) created by Yuri Dario
Symbols longer than 127 bytes are truncated, code removed appear bad …
5:26 PM Ticket #35 (ld crashes when map files are enabled) created by Yuri Dario
ld crashes when map file name differs from module name, because of …
4:26 PM Ticket #34 (weakld: generate duplicate weak aliases) closed by bird
fixed: The hashing changes in emxomf broke some silly attempt at keeping …
4:25 PM Changeset [2517] by bird
#34: Removed all the silliness trying to deadl with truncated symbols.
3:35 PM Ticket #34 (weakld: generate duplicate weak aliases) created by bird
weakld sometimes (wonder if symbol hashing is required) outputs more …
12:26 PM Changeset [2516] by bird
#25: Ensure correct address length returns from recvmsg and recvfrom.
11:45 AM Changeset [2515] by bird
#32: Fixed incorrect readdir_r return code when out of files.
11:43 AM Ticket #32 (libc: readdir_r returns -1 instead of errno) closed by bird
fixed: There was already a todo comment on the problem. I've just changed it …

Feb 3, 2006:

9:52 PM Ticket #20 (libc: random panic SIGSEGV when doing parallel builds) closed by bird
fixed: Rewritten code using mktemp. The problem should be gone now.
9:51 PM Changeset [2514] by bird
Bug 20, fixed: use mkstemp + close instead of mktemp for the response file.
9:48 PM Changeset [2513] by bird
Bug 20, fixed: use libiberty make_temp_file instead of big, clumsy and …
9:30 PM Changeset [2512] by bird
Bug 20, fixed: use libiberty make_temp_file instead of big, clumsy and …

Feb 1, 2006:

6:46 PM Ticket #33 (libc: panic when using timers) created by bird
With IPRT tstTimer I get a LIBC PANIC! on the release of a mutex …
6:37 PM Ticket #32 (libc: readdir_r returns -1 instead of errno) created by bird
Title says it all.

Jan 22, 2006:

6:31 PM BuildLibc edited by bird
(diff)
6:26 PM BuildLibc edited by bird
(diff)

Jan 19, 2006:

2:47 AM Ticket #30 (setlocale / ctype is broken.) closed by bird
fixed
2:46 AM Ticket #31 (libc: is*() testcase) created by bird
Need a proper isxxxx() testcase so locale bustage can be found earlier.
2:44 AM Changeset [2511] by bird
Fixes #30: Fixed two locale bugs. First, setlocale called a locale …
1:11 AM Ticket #30 (setlocale / ctype is broken.) created by bird
We're using ___wctype() which is checking the globals instead …

Jan 16, 2006:

9:22 PM Ticket #29 (Seriously odd g++ error trying to include os2emx.h from os2.h) created by bird
[…]

Jan 15, 2006:

4:40 AM Ticket #28 (emxbind doesn't read library name from .def file) closed by bird
fixed
4:40 AM Changeset [2510] by bird
Use DLL name from the .DEF file when present. Fixes #28.
4:32 AM Ticket #27 (ld bug when map files are requested) closed by bird
fixed
4:32 AM Changeset [2509] by bird
Applied fix from Yuri. Fixes #27.

Jan 14, 2006:

10:13 AM Ticket #28 (emxbind doesn't read library name from .def file) created by Yuri Dario
The module name used by emxbind when building dynamic libraries is not …

Jan 11, 2006:

4:27 PM Ticket #27 (ld bug when map files are requested) created by Yuri Dario
In write_output(), map file name overwrites memory because of wrong …

Jan 7, 2006:

9:14 AM LibcLogging edited by anonymous
(diff)
9:13 AM LibcLogging edited by anonymous
(diff)

Jan 2, 2006:

12:13 PM Ticket #26 (using gcc -h* gives fatal error) created by setiraz@…
Hi, using commandlines like gcc -h* or gcc --help=topic

Dec 19, 2005:

1:50 PM Ticket #25 (libc: recvmsg/recvfrom doesn't set correct address length) created by bird
The OS/2 tcpip stack is very picky about address sizes (see mozilla …

Dec 18, 2005:

8:10 PM Ticket #19 (gcc: gcc limits.h overrides limits.h from libc) closed by bird
fixed: The PATH wasn't the clue. The problem was in t-emx, first we used a PC …
8:10 PM Changeset [2508] by bird
Ref #19 - testcase.
7:53 PM Changeset [2507] by bird
Reorganization continues.
7:49 PM Changeset [2506] by bird
Reorganization continues.
7:47 PM Changeset [2505] by bird
Reorganization continues.
7:43 PM Changeset [2504] by bird
Reorganization continues.
7:36 PM Changeset [2503] by bird
Reorganization continues.
7:33 PM Changeset [2502] by bird
And we *need* STMP_FIXINC because of limits.h depends on syslimits.h …
5:03 PM Changeset [2501] by bird
NATIVE_SYSTEM_HEADER_DIR must be all forward slashes!
1:31 PM Changeset [2500] by bird
limits.h fix attempt (gcc forward slashes first).
12:41 PM Changeset [2499] by bird
#23: Corrected EA name in template from FLAGS to SYMLINK.
12:40 PM Ticket #23 (libc: symlink is broken) closed by bird
fixed: Wrong symbol name in the template structure ("FLAGS" instead of …
12:40 PM Changeset [2498] by bird
#23: Corrected EA name in template from FLAGS to SYMLINK.
11:31 AM Ticket #24 (libc: fts crashes because it's still using chdir()) closed by bird
fixed: Fixed in changeset [2497].
11:25 AM Changeset [2497] by bird
Fixes #24 - chdir() crash in fts.c. - dirfd() problem in fts.c which …
9:17 AM Ticket #24 (libc: fts crashes because it's still using chdir()) created by bird
The various fts APIs when enumerating directories because HAVE_FCHDIR …
8:57 AM Ticket #22 (libc: path resolver fails on open file) closed by anonymous
fixed
8:56 AM Changeset [2496] by bird
#22: Added DosFindFirst?() as fallback when DosQueryPathInfo?() fails to …
8:09 AM Changeset [2495] by bird
Overlooked one place where the minor version was needed.
7:43 AM Changeset [2494] by bird
o Don't display usage() on failure, just the error message.
7:17 AM Changeset [2493] by bird
0.6.1
6:50 AM Changeset [2492] by bird
Created the libc06 forwarder dll.

Dec 17, 2005:

5:30 AM Ticket #23 (libc: symlink is broken) created by bird
When porting BSD ln for using kBuild I find that symlink isn't …
4:35 AM BuildLibc edited by Dave Yeo
(diff)

Dec 15, 2005:

8:56 PM LibcLogging created by bird
8:42 PM WikiStart edited by anonymous
(diff)

Dec 14, 2005:

8:02 PM Ticket #22 (libc: path resolver fails on open file) created by bird
pwd_mkdb (baselayout) has trouble doing stat() on the temporary …
6:09 PM Ticket #21 (libc: limit Unix EAs to specific file systems) created by bird
Fat32 does not implement EAs efficiently, and some other IFSes doesn't …
6:04 PM Ticket #20 (libc: random panic SIGSEGV when doing parallel builds) created by bird
Two or more parallel builds of mozilla is reported causing random …
5:42 AM Changeset [2491] by bird
Corrected directory deps.

Dec 13, 2005:

5:58 AM BuildLibc edited by Dave Yeo
(diff)

Dec 12, 2005:

4:30 AM Changeset [2490] by bird
We cannot rename open files.
4:28 AM Changeset [2489] by bird
FreeBSD 5.4. (src/lib/libc/gen/pw_scan.h)
4:26 AM Changeset [2488] by bird
FreeBSD 5.4.
4:23 AM Changeset [2487] by bird
FreeBSD 5.4.
4:22 AM Changeset [2486] by bird
adding baselayout
4:22 AM Changeset [2485] by bird
adding baselayout

Dec 11, 2005:

7:10 AM Changeset [2484] by bird
kBuild development.
2:49 AM Changeset [2483] by bird
#19: Added missing [U]LONG_LONG_MAX/MINs since gcc defines these.
2:47 AM Changeset [2482] by bird
#19: Added missing [U]LONG_LONG_MAX/MINs since gcc defines these.
2:34 AM Ticket #19 (gcc: gcc limits.h overrides limits.h from libc) created by bird
GCC has it's own limits.h which hides the limits.h in usr/include …

Dec 7, 2005:

4:54 PM Ticket #18 (libc: -Zbin-files doesn't work on stdin/out/err - init order) created by bird
There is a init order problem with -Zbin-files when LIBC is linked …

Dec 5, 2005:

3:25 AM Changeset [2481] by bird
3:24 AM Changeset [2480] by bird
more templates.
3:23 AM Changeset [2479] by bird
converted to nasm.
3:23 AM Changeset [2478] by bird
Initial config.
1:12 AM Changeset [2477] by bird
early draft.
1:12 AM Changeset [2476] by bird
early adoption.
12:51 AM Changeset [2475] by bird
Initial config.
12:51 AM Changeset [2474] by bird
noyywrap option.
12:12 AM Changeset [2473] by bird
scripts are just another thing which needs copying.

Dec 4, 2005:

7:16 AM Changeset [2472] by bird
adjustment.
7:15 AM Changeset [2471] by bird
adjustment.
Note: See TracTimeline for information about the timeline view.