Timeline


and

2006-03-08:

01:17 Changeset [2580] by bird
OS/2 doesn't do this properly.
01:04 Ticket #49 (libc: st_ctime is incorrect and st_birthtime isn't converted to UTC) closed by bird
fixed: The former is a stat backend bug. Both fixed.
01:03 Changeset [2579] by bird
#49: Fixed stat backend so ctime is set, and made fstat, lstat and stat …
00:48 Changeset [2578] by bird
skip hardlink tests if not supported.
00:30 Ticket #61 (libc: symlink(,existing) returns the wrong errno) closed by bird
fixed: This broke touch bar ; ln -sf foo bar .
00:30 Changeset [2577] by bird
#61: Fixed incorrect ENOENT errno on symlink when it should return EEXIST.
00:18 Ticket #61 (libc: symlink(,existing) returns the wrong errno) created by bird
DosOpen? fails with 110, which is converted to ENOENT. It should be EEXIST.

2006-03-07:

21:47 Changeset [2576] by bird
binary mode hacking on OS/2
21:46 Changeset [2575] by bird
binary mode hacking on OS/2
21:11 Changeset [2574] by bird
removed generated stuff.
20:08 Changeset [2573] by bird
set mime to application/octet-stream because svn doesn't do eol style …
19:44 Changeset [2572] by bird
svn:eol-style=LF
19:17 Changeset [2571] by bird
dos \r\n
02:55 Ticket #60 (libc: filehandle inheritance doesn't work right!) closed by bird
fixed: This is probably what's been responsible for some of the really weird …
02:54 Changeset [2570] by bird
#60: Fixed blunder in exec/spawn filehandle inheritance code.
02:43 Ticket #60 (libc: filehandle inheritance doesn't work right!) created by bird
There is a bug in the file handle inheritance code (exec/spawn) where iFH …
01:23 Changeset [2569] by bird
native.
01:22 Changeset [2568] by bird
skip hardlink testcases if hardlinks aren't supported.
01:20 Changeset [2567] by bird
Fixed emx perl problems.
01:03 Changeset [2566] by bird
line ending fuckup.
00:59 Changeset [2565] by bird
line ending fuckup.
00:50 Changeset [2564] by bird
skip hardlink testcases if hardlinks aren't supported.
00:49 Changeset [2563] by bird
skip hardlink testcases if hardlinks aren't supported.
00:48 Changeset [2562] by bird
initial hacking.

2006-03-06:

23:59 Changeset [2561] by bird
rewinddir is broken in EMX, avoid it and do close/opendir instead.
23:35 Ticket #59 (libc: rewinddir) created by bird
Rewinding a directory doesn't read the directory again, it simply seeks to …
19:02 Changeset [2560] by bird
Initial porting.
01:38 Changeset [2559] by bird
diffutils 2.8.1
01:21 Changeset [2558] by bird
grep 2.5.1a
01:07 Changeset [2557] by bird
grep 2.5.1a
00:55 Changeset [2556] by bird
diffutils 2.8.1
00:38 Changeset [2555] by bird
coreutils 5.94
00:25 Changeset [2554] by bird
coretuils-5.94

2006-03-05:

00:48 Ticket #55 (emxomfld doesn't delete temporary files) closed by bird
fixed: Applied.
00:47 Changeset [2553] by bird
#55: delete the response file when reinit the args.
00:20 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.
00:16 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 …
00:13 Changeset [2552] by bird
#46: real fix.
00:01 Changeset [2551] by bird
Applies #46.

2006-03-04:

22:45 Ticket #54 (libc: fchdir(open('.', O_RDONLY)) may corrupt path resolving) closed by bird
fixed
01:47 Changeset [2550] by bird
baselayout hacking.
01:35 Changeset [2549] by bird
my good old ports stuff.

2006-03-02:

02:30 Ticket #58 (libc: closed standard handles cause uninitialized stdout/stdin/stderr ...) closed by bird
fixed: The stdin/stdout/stderr streams should apparently always be initialized as …
02:26 Changeset [2548] by bird
#58: The standard file handles are always initialized as open.
02:24 Changeset [2547] by bird
fclose / flush testcase.
01:20 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 …
01:16 Changeset [2546] by bird
fclose / flush testcase.

2006-03-01:

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

2006-02-21:

21:53 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 …
19:13 Ticket #57 (Dynamic libraries cannot be freed when sockets (at least) are used) created by ydario
When a dll uses a socket function (but not only in this case), the dll …

2006-02-13:

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

2006-02-07:

06:08 Changeset [2545] by bird
#54: Fixed unitialized directory handle member fInUnixTree.
06:02 Ticket #54 (libc: fchdir(open('.', O_RDONLY)) may corrupt path resolving) created by bird
dirOpen isn't initializing the fInUnixTree member, and a fchdir operation …
05:28 Ticket #53 (libc: freopen("missing",,) causes panic) closed by bird
fixed: Hmm.. incomplete fix here, _openstream got a lock bool argument which …
05:28 Changeset [2544] by bird
#53: Fixed LIBC panic when _openstream locks the stream vector in any of …
05:17 Ticket #53 (libc: freopen("missing",,) causes panic) created by bird
in _fopen there are at least two fialure paths which are locking and …
04:12 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 …
04:10 Changeset [2543] by bird
#52: Fixed two 'symlink/' problems in the path resolver.
03:36 Ticket #52 (libc: path resolver fails resolving a directory symlink for lstat) created by bird
[…]
03:25 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 will …
03:24 Changeset [2542] by bird
#51: Made unlink able to delete readonly files.
02:57 Ticket #51 (libc: unlink fails on readonly file) created by bird
rm from coreutil fails to delete read-only files. Will change the code to …
01:55 Changeset [2541] by bird
Rewrote the freopen(NULL) code to use fcntl(,F_SETFL,) for updating the …
00:32 Changeset [2540] by bird
#50: Inherit umask.
00:30 Changeset [2539] by bird
#50: Inherit umask.

2006-02-06:

23:13 Ticket #50 (libc: umask isn't inherited) closed by bird
fixed: Implemented umask inhertiance. The testcase works.
23:12 Changeset [2538] by bird
#50: Inherit umask.
23:10 Changeset [2537] by bird
#30: Fixed toupper / tolower EOF regression. (forgot to commit it)
22:05 Ticket #50 (libc: umask isn't inherited) created by bird
The last test in the 'equal' chmod testcase (coreutils) is apparently …
06:35 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 …
06:27 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.
06:22 Changeset [2536] by bird
#48: Quick implementation of the freopen(NULL) operation to make cat …
04:48 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 …

2006-02-05:

16:26 Ticket #47 (Create .sym files directly from emxomfld) created by ydario
This patch allows emxomfld to produce a .sym file directly when -Zsym is …
15:41 Ticket #46 (ilink map file name is wrong when multiple dots are in target name) created by ydario
When the target name has multiple dots (e.g. my.code.dll), ilink will …
13:21 Ticket #45 (libc: speed up path resolving) created by bird
There are several tricks that should be used in the unix path resolver to …
10:20 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 …
07:55 Changeset [2535] by bird
memalign and valloc shouldn't be in USE_GNU in malloc.h.
07:28 Changeset [2534] by bird
0.6.1 notes.
07:02 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 overriding …
06:47 Changeset [2533] by bird
#30: Fixed toupper / tolower EOF regression. (test_ctype.c found it).
05:53 Ticket #42 (libc: Add logging option for not creating the log file until it's actually ...) created by bird
Even with LIBC_LOGGING=-all we get log files with the default header …
05:42 Changeset [2532] by bird
fixed the test to check for type too and ignore the readonly problem on …
05:33 Changeset [2531] by bird
#41: typo breaking fchmod().
05:13 Changeset [2530] by bird
Fixed incorrect assertion in libc_back_fsInfoObjRelease.
05:07 Changeset [2529] by bird
Fixed incorrect assertion in libc_back_fsInfoObjRelease.
04:57 Changeset [2528] by bird
#41: And added special file mode mask getter and extra validations to …
04:48 Changeset [2527] by bird
added symlink-1.
04:40 Changeset [2526] by bird
#41: And added special file mode mask getter and extra validations to …
03:54 Ticket #41 (libc: incorrect __libc_back_fsUnixAttribsGet() usage caused st_dev and ...) closed by bird
fixed: That's not quite right. the fstat backend is delaying the dev/ino calc …
03:54 Changeset [2525] by bird
#41: Calc st_ino and st_dev at the end of the unix attrib getter if they …
03:13 Ticket #41 (libc: incorrect __libc_back_fsUnixAttribsGet() usage caused st_dev and ...) created by bird
we're not checking if we actually read any UnixEAs in …
03:11 Ticket #40 (libc: open("/", RDONLY) fails.) closed by bird
fixed: That's it. fixed.
03:11 Changeset [2524] by bird
#40: Fixed double slash preventing root directories from being opened.
03:00 Ticket #40 (libc: open("/", RDONLY) fails.) created by bird
We fail to open the root directory, probably because of the trailing '/'.
02:56 Changeset [2523] by bird
02:54 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 …
02:53 Changeset [2522] by bird
#21: Restrict reading and writing of UnixEAs to HPFS, JFS, FAT and RAMFS.
00:05 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 …
00:05 Changeset [2521] by bird
o #38: Fixed truncation bug writing to the LX nametable. Imports and …

2006-02-04:

23:09 Ticket #35 (ld crashes when map files are enabled) closed by bird
duplicate: Duplicate of #27.
20:14 Ticket #39 (dllar.cmd enhancements) created by ydario
This patch allows dllar.cmd to produce also omf import libraries and use a …
19:10 Changeset [2520] by bird
#38: Added DosSysCtl? prototype and use it on panic to check for debugger.
19:09 Ticket #38 (libc: when debugged default to breakpoint on panic) closed by bird
fixed: Implemented.
19:08 Changeset [2519] by bird
#38: Added DosSysCtl? prototype and use it on panic to check for debugger.
19:04 Ticket #38 (libc: when debugged default to breakpoint on panic) created by bird
There is a DosSysCtl? function for detecting whether we're being debugged …
19:00 Changeset [2518] by bird
#33: Fixed a runpath in libc_back_signalWait which didn't reacquire the …
18:57 Ticket #33 (libc: panic when using timers) closed by bird
fixed: There was a return path in libc_back_signalWait which didn't reacquire …
18:38 Ticket #37 (export for symbols longer than 255 chars) created by ydario
emxbind cannot parse .def files with symbols longer than 255 chars. …
18:32 Ticket #36 (emxbind: export truncation bug and allow export & imports up to 255 chars) created by ydario
Symbols longer than 127 bytes are truncated, code removed appear bad …
18:26 Ticket #35 (ld crashes when map files are enabled) created by ydario
ld crashes when map file name differs from module name, because of wrong …
17:26 Ticket #34 (weakld: generate duplicate weak aliases) closed by bird
fixed: The hashing changes in emxomf broke some silly attempt at keeping track of …
17:25 Changeset [2517] by bird
#34: Removed all the silliness trying to deadl with truncated symbols.
16:35 Ticket #34 (weakld: generate duplicate weak aliases) created by bird
weakld sometimes (wonder if symbol hashing is required) outputs more than …
13:26 Changeset [2516] by bird
#25: Ensure correct address length returns from recvmsg and recvfrom.
12:45 Changeset [2515] by bird
#32: Fixed incorrect readdir_r return code when out of files.
12:43 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 to …

2006-02-03:

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

2006-02-01:

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

2006-01-22:

19:31 BuildLibc edited by bird
(diff)
19:26 BuildLibc edited by bird
(diff)

2006-01-19:

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

2006-01-16:

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

2006-01-15:

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

2006-01-14:

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

2006-01-11:

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

2006-01-07:

10:14 LibcLogging edited by anonymous
(diff)
10:13 LibcLogging edited by anonymous
(diff)

2006-01-02:

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

2005-12-19:

14:50 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 issue …

2005-12-18:

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

2005-12-17:

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

2005-12-15:

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

2005-12-14:

21:02 Ticket #22 (libc: path resolver fails on open file) created by bird
pwd_mkdb (baselayout) has trouble doing stat() on the temporary database …
19:09 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 do …
19:04 Ticket #20 (libc: random panic SIGSEGV when doing parallel builds) created by bird
Two or more parallel builds of mozilla is reported causing random SIGSEGV …
06:42 Changeset [2491] by bird
Corrected directory deps.

2005-12-13:

06:58 BuildLibc edited by Dave Yeo
(diff)

2005-12-12:

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

2005-12-11:

08:10 Changeset [2484] by bird
kBuild development.
03:49 Changeset [2483] by bird
#19: Added missing [U]LONG_LONG_MAX/MINs since gcc defines these.
03:47 Changeset [2482] by bird
#19: Added missing [U]LONG_LONG_MAX/MINs since gcc defines these.
03:34 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 …
Note: See TracTimeline for information about the timeline view.