Timeline



Oct 24, 2014:

10:40 PM Ticket #284 (Inconsistent realpath() and stat() behavior) closed by bird
worksforme: The readlink() problem you mention in comment:4 is related to using …
10:14 PM Ticket #283 (stat() fails on /@unixroot) closed by bird
fixed: I guess you may be using UNIXROOT=X: instead of …
10:08 PM Changeset [3918] by bird
trunk: fs.c,pathrewrite.c: Do a better job with trailing slashes on …
10:02 PM Changeset [3917] by bird
0.6: fs.c,pathrewrite.c: Do a better job with trailing slashes on …
8:47 PM Ticket #292 (setlocale may not be SMP safe) closed by bird
fixed: I don't think setlocale is guaranteed to global thread-safety while …
8:40 PM Changeset [3916] by bird
trunk,0.6: Forwardported r3915 (setlocale tweaks), see #292.
8:27 PM Changeset [3915] by bird
0.6/locale.c: Rewrote the locale commiting code to not temporarily …
4:02 PM Ticket #269 (fopen() crash) closed by bird
fixed: Create a new testcase in r3913 and committed a fix in (trunk + branch) …
4:01 PM Changeset [3914] by bird
trunk,0.6: Fixed buffer overflow in fsResolveUnix that would trigger …
3:50 PM Changeset [3913] by bird
0.6: Added testcase for bug #269.
1:18 PM Ticket #285 (Add env.var. for entering unix penthouse) closed by bird
fixed: Implemented a little differently in r3911 & r3912 (both trunk + …
1:03 PM Changeset [3912] by bird
trunk,0.6: Added check that the UNIXROOT_OUTSIDE env var is not set …
12:49 PM Changeset [3911] by bird
0.6,trunk: Introducing env var UNIXROOT_CHROOTED for faking chroot …
11:11 AM Changeset [3910] by bird
keywords
10:58 AM Ticket #287 (Prioritize SHELL over EMXSHELL) closed by bird
fixed: Thanks for noticing. Fixed in r3909.
10:58 AM Changeset [3909] by bird
trunk,0.6: Fixed regression in system() from the ticket #287 changes.
6:18 AM Ticket #319 (the executable named after a option is created if -o is not specified) created by KO Myung-Hun
Hi/2. For examples, […] creates -lc.exe instead of test.exe …
6:04 AM Ticket #318 (-static problem) created by KO Myung-Hun
Hi/2. If it is specified without -o option, ld fails due to …
3:24 AM Ticket #289 (Building with -fpack-struct=1 breaks struct stat) closed by bird
invalid: Specifying non-default structure packing when including kLibC headers …
3:01 AM Ticket #282 (Add DosDevIOCtl() to os2safe.h) closed by bird
fixed: Implemented for trunk in r3908 and the branch in r3907.
2:53 AM Changeset [3908] by bird
trunk: Added SafeDosDevIOCtl.c.
2:50 AM Changeset [3907] by bird
0.6: Added SafeDosDevIOCtl.c.
1:50 AM Changeset [3906] by bird
0.6,trunk: DosLoadModuleEx and DosFreeModuleEx should make an effort …
1:14 AM Ticket #296 (Add SIGFPE handler to all threads) closed by bird
wontfix: Dmitry, I don't think ignoring SIGFPE is a good idea as applications …
1:13 AM Ticket #317 (FPU control word safe API wrappers) created by bird
Extend the high memory 'safe' wrappers to include FPU CW safeness. …
12:37 AM Ticket #288 (rename() fails if dest file is r/o) closed by bird
fixed: Committed a fix in r3905 for both trunk and branch.
12:35 AM Changeset [3905] by bird
trunk,0.6: b_fsRename.c: Overwrite read-only target files to be more …
12:06 AM Ticket #298 (path for cc1 and cc1plus is missing) closed by bird
worksforme: Don't know what you're doing, but I don't see this problem here. Not …

Oct 23, 2014:

11:47 PM Ticket #180 (libc: spawnvpe adds default extention (.exe) preventing execution of ...) closed by bird
fixed: Forwardported to trunk in r3904.
11:46 PM Ticket #308 (__spawnvpe() and interperter search) closed by bird
fixed: Forwardported to trunk in r3904.
11:45 PM Changeset [3904] by bird
Safer and more generic _path and _searchenv functions, making the …
10:26 PM Changeset [3903] by bird
0.6: Safer and more generic _path and _searchenv functions, making the …
10:26 PM Ticket #300 (Make spawnvpe support extension-less executables) closed by bird
duplicate: Too much noise here, and the original report has precedence. Closing …
10:24 PM Ticket #180 (libc: spawnvpe adds default extention (.exe) preventing execution of ...) reopened by bird
10:17 PM Changeset [3902] by bird
0.6: template.smak: speed things up with kmk.
8:57 PM Changeset [3901] by bird
0.6: tools build fix (moddef structs have changed).
11:13 AM Ticket #316 (emxomfar crash if no arguments) created by KO Myung-Hun
Hi/2. If just running emxomfar without arguments, emxomfar crashes.
2:37 AM Ticket #309 (stat() for '\..' should fail) reopened by KO Myung-Hun
I've confirmed. But VAC 3.08, OpenWatcom v1.8 and EMX return an error. …

Oct 22, 2014:

10:36 PM Ticket #309 (stat() for '\..' should fail) closed by bird
invalid: No, the parent of root is root, on FreeBSD, Linux, Windows and most …
10:28 PM Ticket #312 (FPU control word is altered at startup) closed by bird
fixed: Great idea! I'd like to have it in the crt0 assembly code, though. …
10:26 PM Changeset [3900] by bird
trunk+0.6: Load default FPU.CW value in crt0 to avoid getting bitten …
9:33 PM Ticket #314 (open x: as DASD not a dir) closed by bird
wontfix: The current idea of mapping "c:" to what on linux would be something …
9:17 PM Ticket #281 (enable swab() in unistd.h) closed by bird
fixed: Fixed in r3899 both places.
9:17 PM Changeset [3899] by bird
trunk+0.6: Modified the existing swab() function in string.h to be …

Oct 20, 2014:

2:08 AM Ticket #315 (Missing sa_family_t in sys/socket.h) closed by KO Myung-Hun
duplicate: Thanks for the info, diver. I'll close this ticket. This is a …

Oct 19, 2014:

4:11 AM Ticket #315 (Missing sa_family_t in sys/socket.h) created by KO Myung-Hun
Hi/2. sa_family_t should be defined n sys/socket.h. See …

Oct 11, 2014:

11:43 AM Ticket #314 (open x: as DASD not a dir) created by KO Myung-Hun
Hi/2. open() open x: as a dir. Instead, it would be better to open it …

Oct 7, 2014:

10:57 AM Ticket #287 (Prioritize SHELL over EMXSHELL) reopened by KO Myung-Hun

Oct 3, 2014:

2:02 PM Ticket #313 (fpathconf() returns 14 for _PC_NAME_MAX if a handle is a directory) created by KO Myung-Hun
Hi/2. fpathconf() returns 14(_POSIX_NAME_MAX) instead of …
1:56 PM Ticket #311 (FPU control word is altered at startup) closed by KO Myung-Hun
duplicate: Sorry, this ticket was created twice. See ticket #312.
11:28 AM Ticket #312 (FPU control word is altered at startup) created by KO Myung-Hun
Hi/2. It is well known that some dlls alter FPU CW but do not restore …
11:27 AM Ticket #311 (FPU control word is altered at startup) created by KO Myung-Hun
Hi/2. It is well known that some dlls alter FPU CW but do not restore …

Oct 2, 2014:

2:52 PM Ticket #310 (pathconf() fails if '.' or a path with trailing slash is passed) created by KO Myung-Hun
Hi/2. As a subject, pathconf() fails.

Oct 1, 2014:

8:12 AM Ticket #309 (stat() for '\..' should fail) created by KO Myung-Hun
Hi/2. stat() for '\..' should fail. A parent of root is invalid.

Sep 30, 2014:

1:53 AM Ticket #308 (__spawnvpe() and interperter search) created by KO Myung-Hun
Hi/2. Current __spawnvpe() searches a interpreter in this order. …

Sep 29, 2014:

10:23 PM Ticket #180 (libc: spawnvpe adds default extention (.exe) preventing execution of ...) closed by dmik
duplicate: I'm closing this one in favor of #300 as it contains a patch and also …

Sep 28, 2014:

11:37 AM Ticket #307 (argv[0] of shell script interpreter) created by KO Myung-Hun
Hi/2. argv[0] should be a program itself. However, if spawn() a shell …

Sep 26, 2014:

5:35 AM Ticket #306 (g++ -v fails) created by KO Myung-Hun
Hi/2. g++ -v requires a input file and return an error status. Due to …

Sep 25, 2014:

12:26 PM Ticket #305 (O_NONBLOCK and a named pipe) created by KO Myung-Hun
Hi/2. O_NONBLOCK of fcntl() does not work on a named pipe. It would …

Sep 24, 2014:

7:13 AM Ticket #304 (stat() and trailing dots) created by KO Myung-Hun
Hi/2. If passing a name with trailing dots to stat(), then stat() …

Sep 19, 2014:

11:57 AM Ticket #303 (__spawnvpe: Support more than 32K of arguments and 32KB enviroment.) created by KO Myung-Hun
OS/2 only allows up to 32KB long string lists for arguments and 32KB …

Sep 11, 2014:

4:59 AM Ticket #302 (setmode() behavior) created by KO Myung-Hun
Hi/2. setmode() works on every file handles, unconditionally. But it …

Sep 10, 2014:

5:07 AM Ticket #301 (emxomf: type_size: cannot compute size for tag 4) created by KO Myung-Hun
Hi/2. When I make a debug build of qt4 plugin of VLC, emxomf failed …

Sep 4, 2014:

11:48 PM Ticket #300 (Make spawnvpe support extension-less executables) created by dmik
The current version of spawnpe() unconditionally adds an .exe

Sep 3, 2014:

3:03 PM Ticket #299 (freopen() returns NULL even if it is successful) created by KO Myung-Hun
Hi/2. Like the subject, freopen() returns NULL even if it is …

Aug 28, 2014:

2:28 AM Ticket #298 (path for cc1 and cc1plus is missing) created by KO Myung-Hun
Hi/2. When setting gcc env up with gccenv.cmd, path for cc1 and …

Aug 19, 2014:

2:14 PM Ticket #251 (emxomf: option for suppressing symbol truncation messages) closed by dmik
duplicate: I've merged the patch from this ticket with the one from #295 and …
Note: See TracTimeline for information about the timeline view.