Timeline
Apr 1, 2014:
- 5:52 PM Changeset [3856] by
- gccXYZ.dll must call _CRT_term and do instance termination callbacks.
- 5:51 PM Changeset [3855] by
- gccXYZ.dll must call _CRT_term and do instance termination callbacks.
- 12:18 PM Ticket #291 (Add ucontext_t (SA_SIGINFO) to sigaction) created by
-
I found that the
sigaction
machinery lacks the bits of …
Mar 31, 2014:
- 12:21 PM Ticket #290 (Program termination does not flush output buffers) closed by
- invalid: The testcase built with gcc 4.4.6 works as designed. This is not a …
Mar 29, 2014:
- 4:09 PM Ticket #290 (Program termination does not flush output buffers) created by
- Output buffers are not flushed if file handle is not closed before …
Mar 27, 2014:
- 3:53 PM Ticket #289 (Building with -fpack-struct=1 breaks struct stat) created by
- While struct stat has a size of 108 bytes when built without special …
Mar 26, 2014:
- 5:27 PM Ticket #288 (rename() fails if dest file is r/o) created by
-
I found out that
rename ("file1", "file2")
will fail if "file2" has …
Mar 21, 2014:
- 10:57 PM Ticket #287 (Prioritize SHELL over EMXSHELL) created by
-
The
EMXSHELL
is used to overrideCOMSPEC
forpopen()
and …
Mar 17, 2014:
- 6:29 AM Ticket #263 (After a very high number of fork/system/popen calls) closed by
- fixed: Was leaking the pTerm member of grand children where their immediate …
- 6:15 AM Ticket #270 (opendir() and a too long path) closed by
- fixed: Fixed in r3854.
- 6:15 AM Changeset [3854] by
- opendir: fixed buffer overflow. Fixes #270.
- 6:06 AM Ticket #266 (stderr is not thread safe) closed by
- fixed: I don't quite understand your problem here. Within an application, …
- 5:53 AM Ticket #286 (/@unixroot path rewrite inconsistencies) closed by
- invalid: No need for a meta ticket.
- 5:30 AM Ticket #217 (LIBC Error: Couldn't register process in shared memory!) closed by
- wontfix: Not going to spend time digging into this, the workaround seems good …
- 5:25 AM Changeset [3853] by
- year
- 5:24 AM Changeset [3852] by
- sharedpm.c: Fixed leak of pTerm of processes which didn't send any …
- 5:20 AM Changeset [3851] by
- sharedpm.c: Fixed leak of pTerm of processes which didn't send any …
Mar 16, 2014:
- 11:47 PM Changeset [3850] by
- Move kBuild up before the unix root in the PATH.
- 10:20 PM Ticket #256 (LIBC stream fmutex panic) closed by
- fixed: r3849 relaxes the fmutex code when the process is being terminated. …
- 10:17 PM Changeset [3849] by
- fmutex: Don't panic on process exit (exit lists etc), also don't wait …
- 10:15 PM Changeset [3848] by
- Display the process status in panic messages.
- 9:36 PM Changeset [3847] by
- svn:eol-style: native
- 9:36 PM Changeset [3846] by
- svn:eol-style: native
- 9:31 PM Changeset [3845] by
- svn:eol-style: native
- 8:56 PM Ticket #278 (gcc 4.7.x inline behaviour change) closed by
- worksforme
- 8:55 PM Ticket #273 (fcntl() fails) closed by
- fixed: Thanks tracking this one down. Fixed in r3844.
- 8:55 PM Changeset [3844] by
- fcntl_locking: Fix offStart & cbRange check to not fail on cbRange = …
- 8:47 PM Changeset [3843] by
- Must include os2safe.h as the first thing in os2emx.h and os2.h.
- 8:46 PM Changeset [3842] by
- update
- 8:46 PM Changeset [3841] by
- Build fixes for the chown backport.
- 8:45 PM Changeset [3840] by
- warnings
- 8:45 PM Changeset [3839] by
- Must include os2safe.h as the first thing in os2emx.h and os2.h.
- 7:04 PM Changeset [3838] by
- build fix.
- 6:52 PM Changeset [3837] by
- build fixes.
- 6:39 PM Changeset [3836] by
- build fixes
- 6:16 PM Changeset [3835] by
- reduce warnings.
Mar 15, 2014:
- 10:13 PM Ticket #280 (include os2safe.h by default) closed by
- fixed: Dimitry, your comment is going totally blowing the scope of the …
- 10:12 PM Changeset [3834] by
- os2emx.h: Include os2safe.h by default unless …
Mar 10, 2014:
- 10:05 PM Ticket #286 (/@unixroot path rewrite inconsistencies) created by
- There are a several inconsistencies in the functionality of the …
- 9:59 PM Ticket #285 (Add env.var. for entering unix penthouse) created by
- Currently, in order to better support the Unix-like file system …
- 9:37 PM Ticket #284 (Inconsistent realpath() and stat() behavior) created by
-
The behavior of
realpath()
andstat()
for paths containing path … - 9:06 PM Ticket #283 (stat() fails on /@unixroot) created by
-
If you do
[…]
you will get
-1
anderrno=2
. OTOH, …
Mar 2, 2014:
- 2:17 AM Changeset [3833] by
- More watcom hacking.
- 1:02 AM Changeset [3832] by
- updates
- 12:57 AM Changeset [3831] by
- forgot to commit this together with the sys/bsd/cdefs.h move.
- 12:56 AM Changeset [3830] by
- Redid cabsl, carg and cargl from scratch so watcom can grok and …
Feb 28, 2014:
- 1:08 AM Changeset [3829] by
- The watcom saga continues.
- 1:08 AM Changeset [3828] by
- The watcom saga continues.
- 1:01 AM Changeset [3827] by
- the -aa option fixed these initialization issues.
- 1:00 AM Changeset [3826] by
- More watcom build hacking.
- 12:59 AM Changeset [3825] by
- fix bug from yesterday.
- 12:59 AM Changeset [3824] by
- pushed the bsd cdefs.h into it's own directory.
Feb 27, 2014:
- 1:35 AM Changeset [3823] by
- More openwatcom porting.
- 1:35 AM Changeset [3822] by
- More openwatcom porting.
Feb 26, 2014:
- 2:14 AM Changeset [3821] by
- More OpenWatcom changes.
- 1:44 AM Changeset [3820] by
- Slowly starting to make it build with non GCC compilers, first out is …
- 1:19 AM Changeset [3819] by
- sys/cdefs.h: Updated to FreeBSD 9.1.0.
Feb 23, 2014:
- 11:26 AM Ticket #282 (Add DosDevIOCtl() to os2safe.h) created by
- Hi/2. DosDevIOCtl() is not high-memory safe. So it should be added to …
- 10:55 AM Ticket #281 (enable swab() in unistd.h) created by
- Hi/2. Currently swab() in unistd.h was commented out. Is there any …
- 10:46 AM Ticket #280 (include os2safe.h by default) created by
- Hi/2. Currently, os2safe.h should be included manually. This is …
Feb 19, 2014:
- 3:15 AM Ticket #274 (Add EXCEPTQ support) closed by
- wontfix: Sorry, while the thing might be useful for someone, it's unfortunately …
- 2:46 AM Ticket #204 (chown/chgrp functions are only stubs, proposed fix) closed by
- fixed
- 2:43 AM Changeset [3818] by
- 0.6: libc.def: define ordinals.
- 2:40 AM Changeset [3817] by
- 0.6: Untested backport of the *chown and *chmod changes that hit trunk …
- 12:06 AM Changeset [3816] by
- trunk: Implemented chown, fchown and lchown and modified the EA …
Feb 18, 2014:
- 9:54 PM Changeset [3815] by
- dlllegacy.cmd: Correct line ending style.
- 1:09 PM Changeset [3814] by
- fix
- 1:03 PM Changeset [3813] by
- chown-1.c: Added a very simple chown, lchown and fchown testcase.
Feb 17, 2014:
- 2:27 PM Ticket #213 (stat() not reporting readonly status correctly) closed by
- fixed: Committed fix as well as spelling correction in r3812 (both trees).
- 2:25 PM Changeset [3812] by
- b_fsNativeFileStat.c: Don't check rc for FILE_READONLY but rather …
- 1:22 AM Ticket #264 (dlopen does not expect NULL pszLibrary) closed by
- fixed
Feb 16, 2014:
- 11:56 PM Changeset [3811] by
- libc_Back_ldr*: Allow opening of the NULL module that represents the …
- 9:46 PM Ticket #275 (locale.h and unidef.h out of sync) closed by
- fixed: Fix committed in r3810.
- 9:45 PM Changeset [3810] by
- locale.h: Corrected the order of LC_MONETARY and LC_NUMERIC. Fixes #275.
- 9:25 PM Ticket #279 (Conflicting types for 'system') closed by
- fixed
- 9:20 PM Changeset [3809] by
- 0.6: s/const/const/g - just use the (now) standard 'const' …
- 9:13 PM Changeset [3808] by
- s/const/const/g - just use the (now) standard 'const' everywhere …
Feb 9, 2014:
- 12:33 PM Ticket #261 (libc 0.6.5 release not tagged in svn) closed by
- fixed: Done in r3807.
- 12:32 PM Changeset [3807] by
- kLIBC 0.6.5 / csd5
Feb 8, 2014:
- 3:37 AM Ticket #279 (Conflicting types for 'system') created by
- A configure script is dieing with G:/usr/include/sys/process.h:72: …
Feb 6, 2014:
- 12:38 PM Changeset [3806] by
- Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.
- 12:37 PM Changeset [3805] by
- Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.
- 12:31 PM Changeset [3804] by
- Mark CRT_INIT/EXIT functions as used to try convince GCC to keep them.
Feb 5, 2014:
- 8:25 PM Changeset [3803] by
- InnoTekLIBC/fork.h: Mark fork callback structures as used to try …
- 7:46 PM Changeset [3802] by
- sys/sysctl.h: Try convince gcc to not remove the static sysctl data …
- 7:06 PM Changeset [3801] by
- Remove FORTIFY warning. Ticket #277.
- 7:06 PM Changeset [3800] by
- Remove FORTIFY warning. Ticket #277.
- 6:58 PM Ticket #278 (gcc 4.7.x inline behaviour change) created by
- With newer gcc releases, code inlining is following a different path …
- 6:50 PM Ticket #277 (Too many warnings generated in the build) created by
- Many warnings are issued because of undefined constants or missing …
- 6:41 PM Changeset [3799] by
- Match sock_errno() calling convention used in headers.
- 6:41 PM Changeset [3798] by
- Match sock_errno() calling convention used in headers.
- 6:06 PM Ticket #276 (arithchk must be compiled with optimizer enabled) closed by
- fixed
- 6:05 PM Changeset [3797] by
- Add optimizer flag. Fixes #276.
Feb 3, 2014:
- 7:12 PM Ticket #276 (arithchk must be compiled with optimizer enabled) created by
- otherwise it crashes with a floating point exception when gcc 4.x is …
Jan 24, 2014:
- 9:36 AM Ticket #265 (TRAC admin request - need 6.5 version in drop down) closed by
- fixed: 0.6.5 and 0.6.6 added
Note:
See TracTimeline
for information about the timeline view.