Timeline
Feb 6, 2006:
- 11:13 PM Ticket #50 (libc: umask isn't inherited) closed by
 - fixed: Implemented umask inhertiance. The testcase works.
 - 11:12 PM Changeset [2538] by
 - #50: Inherit umask.
 - 11:10 PM Changeset [2537] by
 - #30: Fixed toupper / tolower EOF regression. (forgot to commit it)
 - 10:05 PM Ticket #50 (libc: umask isn't inherited) created by
 - The last test in the 'equal' chmod testcase (coreutils) is apparently …
 - 6:35 AM Ticket #49 (libc: st_ctime is incorrect and st_birthtime isn't converted to UTC) created by
 - Tittle says it all. coreutils stat shows unix epoch for ctime (change …
 - 6:27 AM Ticket #48 (libc: freopen(NULL, "rb", stdio) panics (doesn't work as expected)) closed by
 - fixed: Did a quick implenentation of this NULL feature.
 - 6:22 AM Changeset [2536] by
 - #48: Quick implementation of the freopen(NULL) operation to make cat …
 - 4:48 AM Ticket #48 (libc: freopen(NULL, "rb", stdio) panics (doesn't work as expected)) created by
 - If filename is a null pointer, the freopen() function shall attempt to …
 
Feb 5, 2006:
- 4:26 PM Ticket #47 (Create .sym files directly from emxomfld) created by
 - This patch allows emxomfld to produce a .sym file directly when -Zsym …
 - 3:41 PM Ticket #46 (ilink map file name is wrong when multiple dots are in target name) created by
 - When the target name has multiple dots (e.g. my.code.dll), ilink will …
 - 1:21 PM Ticket #45 (libc: speed up path resolving) created by
 - There are several tricks that should be used in the unix path resolver …
 - 10:20 AM Ticket #44 (libc: statvfs reports 14 chars max filename length everywhere) created by
 - I think this is a left over from the DOS days. We should return 255 on …
 - 7:55 AM Changeset [2535] by
 - memalign and valloc shouldn't be in USE_GNU in malloc.h.
 - 7:28 AM Changeset [2534] by
 - 0.6.1 notes.
 - 7:02 AM Ticket #43 (libc: Runtime configuration of where to use UnixEAs) created by
 - This is a followup to #21. Should add some kind of env.var. for …
 - 6:47 AM Changeset [2533] by
 - #30: Fixed toupper / tolower EOF regression. (test_ctype.c found it).
 - 5:53 AM Ticket #42 (libc: Add logging option for not creating the log file until it's ...) created by
 - 
          Even with 
LIBC_LOGGING=-allwe get log files with the default … - 5:42 AM Changeset [2532] by
 - fixed the test to check for type too and ignore the readonly problem …
 - 5:33 AM Changeset [2531] by
 - #41: typo breaking fchmod().
 - 5:13 AM Changeset [2530] by
 - Fixed incorrect assertion in libc_back_fsInfoObjRelease.
 - 5:07 AM Changeset [2529] by
 - Fixed incorrect assertion in libc_back_fsInfoObjRelease.
 - 4:57 AM Changeset [2528] by
 - #41: And added special file mode mask getter and extra validations to …
 - 4:48 AM Changeset [2527] by
 - added symlink-1.
 - 4:40 AM Changeset [2526] by
 - #41: And added special file mode mask getter and extra validations to …
 - 3:54 AM Ticket #41 (libc: incorrect __libc_back_fsUnixAttribsGet() usage caused st_dev ...) closed by
 - fixed: That's not quite right. the fstat backend is delaying the dev/ino calc …
 - 3:54 AM Changeset [2525] by
 - #41: Calc st_ino and st_dev at the end of the unix attrib getter if …
 - 3:13 AM Ticket #41 (libc: incorrect __libc_back_fsUnixAttribsGet() usage caused st_dev ...) created by
 - we're not checking if we actually read any UnixEAs in …
 - 3:11 AM Ticket #40 (libc: open("/", RDONLY) fails.) closed by
 - fixed: That's it. fixed.
 - 3:11 AM Changeset [2524] by
 - #40: Fixed double slash preventing root directories from being opened.
 - 3:00 AM Ticket #40 (libc: open("/", RDONLY) fails.) created by
 - We fail to open the root directory, probably because of the trailing '/'.
 - 2:56 AM Changeset [2523] by
 - 2:54 AM Ticket #21 (libc: limit Unix EAs to specific file systems) closed by
 - fixed: We're now only reading and writing UnixEAs on HPFS, JFS, FAT and RAMFS …
 - 2:53 AM Changeset [2522] by
 - #21: Restrict reading and writing of UnixEAs to HPFS, JFS, FAT and RAMFS.
 - 12:05 AM Ticket #36 (emxbind: export truncation bug and allow export & imports up to 255 chars) closed by
 - fixed: The export.c patch is quite obviously wrong. I've changed it to emit a …
 - 12:05 AM Changeset [2521] by
 - o #38: Fixed truncation bug writing to the LX nametable. Imports and …
 
Feb 4, 2006:
- 11:09 PM Ticket #35 (ld crashes when map files are enabled) closed by
 - duplicate: Duplicate of #27.
 - 8:14 PM Ticket #39 (dllar.cmd enhancements) created by
 - This patch allows dllar.cmd to produce also omf import libraries and …
 - 7:10 PM Changeset [2520] by
 - #38: Added DosSysCtl prototype and use it on panic to check for debugger.
 - 7:09 PM Ticket #38 (libc: when debugged default to breakpoint on panic) closed by
 - fixed: Implemented.
 - 7:08 PM Changeset [2519] by
 - #38: Added DosSysCtl prototype and use it on panic to check for debugger.
 - 7:04 PM Ticket #38 (libc: when debugged default to breakpoint on panic) created by
 - There is a DosSysCtl function for detecting whether we're being …
 - 7:00 PM Changeset [2518] by
 - #33: Fixed a runpath in libc_back_signalWait which didn't reacquire …
 - 6:57 PM Ticket #33 (libc: panic when using timers) closed by
 - fixed: There was a return path in libc_back_signalWait which didn't …
 - 6:38 PM Ticket #37 (export for symbols longer than 255 chars) created by
 - emxbind cannot parse .def files with symbols longer than 255 chars. …
 - 6:32 PM Ticket #36 (emxbind: export truncation bug and allow export & imports up to 255 chars) created by
 - Symbols longer than 127 bytes are truncated, code removed appear bad …
 - 6:26 PM Ticket #35 (ld crashes when map files are enabled) created by
 - ld crashes when map file name differs from module name, because of …
 - 5:26 PM Ticket #34 (weakld: generate duplicate weak aliases) closed by
 - fixed: The hashing changes in emxomf broke some silly attempt at keeping …
 - 5:25 PM Changeset [2517] by
 - #34: Removed all the silliness trying to deadl with truncated symbols.
 - 4:35 PM Ticket #34 (weakld: generate duplicate weak aliases) created by
 - weakld sometimes (wonder if symbol hashing is required) outputs more …
 - 1:26 PM Changeset [2516] by
 - #25: Ensure correct address length returns from recvmsg and recvfrom.
 - 12:45 PM Changeset [2515] by
 - #32: Fixed incorrect readdir_r return code when out of files.
 - 12:43 PM Ticket #32 (libc: readdir_r returns -1 instead of errno) closed by
 - fixed: There was already a todo comment on the problem. I've just changed it …
 
Feb 3, 2006:
- 10:52 PM Ticket #20 (libc: random panic SIGSEGV when doing parallel builds) closed by
 - fixed: Rewritten code using mktemp. The problem should be gone now.
 - 10:51 PM Changeset [2514] by
 - Bug 20, fixed: use mkstemp + close instead of mktemp for the response file.
 - 10:48 PM Changeset [2513] by
 - Bug 20, fixed: use libiberty make_temp_file instead of big, clumsy and …
 - 10:30 PM Changeset [2512] by
 - Bug 20, fixed: use libiberty make_temp_file instead of big, clumsy and …
 
Feb 1, 2006:
- 7:46 PM Ticket #33 (libc: panic when using timers) created by
 - With IPRT tstTimer I get a LIBC PANIC! on the release of a mutex …
 - 7:37 PM Ticket #32 (libc: readdir_r returns -1 instead of errno) created by
 - Title says it all.
 
Jan 22, 2006:
Jan 19, 2006:
- 3:47 AM Ticket #30 (setlocale / ctype is broken.) closed by
 - fixed
 - 3:46 AM Ticket #31 (libc: is*() testcase) created by
 - Need a proper isxxxx() testcase so locale bustage can be found earlier.
 - 3:44 AM Changeset [2511] by
 - Fixes #30: Fixed two locale bugs. First, setlocale called a locale …
 - 2:11 AM Ticket #30 (setlocale / ctype is broken.) created by
 - 
          We're using 
___wctype()which is checking the globals instead … 
Jan 16, 2006:
Jan 15, 2006:
- 5:40 AM Ticket #28 (emxbind doesn't read library name from .def file) closed by
 - fixed
 - 5:40 AM Changeset [2510] by
 - Use DLL name from the .DEF file when present. Fixes #28.
 - 5:32 AM Ticket #27 (ld bug when map files are requested) closed by
 - fixed
 - 5:32 AM Changeset [2509] by
 - Applied fix from Yuri. Fixes #27.
 
Jan 14, 2006:
- 11:13 AM Ticket #28 (emxbind doesn't read library name from .def file) created by
 - The module name used by emxbind when building dynamic libraries is not …
 
Jan 11, 2006:
- 5:27 PM Ticket #27 (ld bug when map files are requested) created by
 - In write_output(), map file name overwrites memory because of wrong …
 
Jan 7, 2006:
Jan 2, 2006:
- 1:13 PM Ticket #26 (using gcc -h* gives fatal error) created by
 - Hi, using commandlines like gcc -h* or gcc --help=topic …
 
Dec 19, 2005:
- 2:50 PM Ticket #25 (libc: recvmsg/recvfrom doesn't set correct address length) created by
 - The OS/2 tcpip stack is very picky about address sizes (see mozilla …
 
Dec 18, 2005:
- 9:10 PM Ticket #19 (gcc: gcc limits.h overrides limits.h from libc) closed by
 - fixed: The PATH wasn't the clue. The problem was in t-emx, first we used a PC …
 - 9:10 PM Changeset [2508] by
 - Ref #19 - testcase.
 - 8:53 PM Changeset [2507] by
 - Reorganization continues.
 - 8:49 PM Changeset [2506] by
 - Reorganization continues.
 - 8:47 PM Changeset [2505] by
 - Reorganization continues.
 - 8:43 PM Changeset [2504] by
 - Reorganization continues.
 - 8:36 PM Changeset [2503] by
 - Reorganization continues.
 - 8:33 PM Changeset [2502] by
 - And we *need* STMP_FIXINC because of limits.h depends on syslimits.h …
 - 6:03 PM Changeset [2501] by
 - NATIVE_SYSTEM_HEADER_DIR must be all forward slashes!
 - 2:31 PM Changeset [2500] by
 - limits.h fix attempt (gcc forward slashes first).
 - 1:41 PM Changeset [2499] by
 - #23: Corrected EA name in template from FLAGS to SYMLINK.
 - 1:40 PM Ticket #23 (libc: symlink is broken) closed by
 - fixed: Wrong symbol name in the template structure ("FLAGS" instead of …
 - 1:40 PM Changeset [2498] by
 - #23: Corrected EA name in template from FLAGS to SYMLINK.
 - 12:31 PM Ticket #24 (libc: fts crashes because it's still using chdir()) closed by
 - fixed: Fixed in changeset [2497].
 - 12:25 PM Changeset [2497] by
 - Fixes #24 - chdir() crash in fts.c. - dirfd() problem in fts.c which …
 - 10:17 AM Ticket #24 (libc: fts crashes because it's still using chdir()) created by
 - The various fts APIs when enumerating directories because HAVE_FCHDIR …
 - 9:57 AM Ticket #22 (libc: path resolver fails on open file) closed by
 - fixed
 - 9:56 AM Changeset [2496] by
 - #22: Added DosFindFirst() as fallback when DosQueryPathInfo() fails to …
 - 9:09 AM Changeset [2495] by
 - Overlooked one place where the minor version was needed.
 - 8:43 AM Changeset [2494] by
 - o Don't display usage() on failure, just the error message.
 - 8:17 AM Changeset [2493] by
 - 0.6.1
 - 7:50 AM Changeset [2492] by
 - Created the libc06 forwarder dll.
 
Dec 17, 2005:
- 6:30 AM Ticket #23 (libc: symlink is broken) created by
 - When porting BSD ln for using kBuild I find that symlink isn't …
 - 5:35 AM BuildLibc edited by
 - (diff)
 
Dec 15, 2005:
Dec 14, 2005:
- 9:02 PM Ticket #22 (libc: path resolver fails on open file) created by
 - pwd_mkdb (baselayout) has trouble doing stat() on the temporary …
 - 7:09 PM Ticket #21 (libc: limit Unix EAs to specific file systems) created by
 - Fat32 does not implement EAs efficiently, and some other IFSes doesn't …
 - 7:04 PM Ticket #20 (libc: random panic SIGSEGV when doing parallel builds) created by
 - Two or more parallel builds of mozilla is reported causing random …
 - 6:42 AM Changeset [2491] by
 - Corrected directory deps.
 
Dec 13, 2005:
Dec 12, 2005:
- 5:30 AM Changeset [2490] by
 - We cannot rename open files.
 - 5:28 AM Changeset [2489] by
 - FreeBSD 5.4. (src/lib/libc/gen/pw_scan.h)
 - 5:26 AM Changeset [2488] by
 - FreeBSD 5.4.
 - 5:23 AM Changeset [2487] by
 - FreeBSD 5.4.
 - 5:22 AM Changeset [2486] by
 - adding baselayout
 - 5:22 AM Changeset [2485] by
 - adding baselayout
 
Dec 11, 2005:
- 8:10 AM Changeset [2484] by
 - kBuild development.
 - 3:49 AM Changeset [2483] by
 - #19: Added missing [U]LONG_LONG_MAX/MINs since gcc defines these.
 - 3:47 AM Changeset [2482] by
 - #19: Added missing [U]LONG_LONG_MAX/MINs since gcc defines these.
 - 3:34 AM Ticket #19 (gcc: gcc limits.h overrides limits.h from libc) created by
 - GCC has it's own limits.h which hides the limits.h in usr/include …
 
Dec 7, 2005:
- 5:54 PM Ticket #18 (libc: -Zbin-files doesn't work on stdin/out/err - init order) created by
 - There is a init order problem with -Zbin-files when LIBC is linked …
 
Dec 5, 2005:
- 4:25 AM Changeset [2481] by
 - …
 - 4:24 AM Changeset [2480] by
 - more templates.
 - 4:23 AM Changeset [2479] by
 - converted to nasm.
 - 4:23 AM Changeset [2478] by
 - Initial config.
 - 2:12 AM Changeset [2477] by
 - early draft.
 - 2:12 AM Changeset [2476] by
 - early adoption.
 - 1:51 AM Changeset [2475] by
 - Initial config.
 - 1:51 AM Changeset [2474] by
 - noyywrap option.
 - 1:12 AM Changeset [2473] by
 - scripts are just another thing which needs copying.
 
Dec 4, 2005:
- 8:16 AM Changeset [2472] by
 - adjustment.
 - 8:15 AM Changeset [2471] by
 - adjustment.
 - 12:25 AM Changeset [2470] by
 - early work.
 - 12:24 AM Changeset [2469] by
 - attempt a kBuild cfg.
 
Dec 3, 2005:
- 9:28 PM Changeset [2468] by
 - commented out sys/_timespec.h
 
Nov 23, 2005:
Nov 22, 2005:
- 10:03 PM Ticket #17 (LIBC PANIC!! ) closed by
 - invalid: Worked previously and after running configure it now works again. The …
 - 10:02 AM WikiStart edited by
 - (diff)
 - 9:54 AM WikiStart edited by
 - (diff)
 
Nov 21, 2005:
- 5:31 AM Ticket #17 (LIBC PANIC!! ) created by
 - Building coreutils fails under gcc 3.3.5ga2, worked in RC1. chmod +x …
 
Nov 19, 2005:
- 5:16 PM Changeset [2467] by
 - OS/2 changes.
 - 5:15 PM Changeset [2466] by
 - FreeBSD CVS 2005-07-07
 - 5:06 PM Changeset [2465] by
 - FreeBSD CVS 2005-07-07
 - 5:03 PM Changeset [2464] by
 - FreeBSD CVS 2005-07-07
 - 4:58 PM Changeset [2463] by
 - OS/2 changes.
 - 11:46 AM Changeset [2462] by
 - NetBSD sh 2005-07-03.
 - 11:45 AM Changeset [2461] by
 - NetBSD sh 2005-07-03.
 - 11:42 AM Changeset [2460] by
 - NetBSD sh 2005-07-03.
 
Nov 17, 2005:
- 4:00 PM Milestone libc-0.6 completed
 - The LIBC v0.6 release. The major focus was (at first) fork(), and has …
 - 6:31 AM Changeset [2459] by
 - More packing.
 - 6:11 AM Changeset [2458] by
 - ga2
 - 3:50 AM Changeset [2457] by
 - it's OFFICIAL_BIRD_VERSION not _BUILD! Rebuilding ga as ga2.
 
Nov 16, 2005:
- 8:14 AM BuildLibc edited by
 - (diff)
 - 8:12 AM BuildLibc edited by
 - (diff)
 - 8:11 AM BuildLibc edited by
 - (diff)
 - 8:03 AM BuildLibc edited by
 - (diff)
 - 8:02 AM BuildLibc edited by
 - (diff)
 - 8:02 AM BuildLibc edited by
 - (diff)
 - 8:01 AM BuildLibc edited by
 - (diff)
 - 7:49 AM BuildLibc created by
 - 7:22 AM Changeset [2456] by
 - cleaned up packing.
 - 7:20 AM Ticket #16 (Allows dot as valid char for dll names) closed by
 - fixed: This works fine with emxomfld. In the a.out world, the .def-file is …
 - 7:16 AM Ticket #15 (Duplicate definition of setkey) closed by
 - fixed: the problem is simply differente return type in the BSD header …
 - 7:14 AM Changeset [2455] by
 - fixed setkey prototype.
 - 4:57 AM Changeset [2454] by
 - Official build stuff.
 - 4:52 AM WikiStart edited by
 - (diff)
 - 4:48 AM Changeset [2453] by
 - Official build stuff.
 - 4:47 AM Changeset [2452] by
 - Official build stuff.
 - 4:37 AM Changeset [2451] by
 - ga.
 - 4:28 AM Changeset [2450] by
 - 4:27 AM Changeset [2449] by
 - Allow '.' and '@' in LIBRARY/NAME names.
 
Nov 15, 2005:
- 4:40 AM Changeset [2448] by
 - serious restructuring in progress.
 - 3:26 AM Changeset [2447] by
 - removed -t.
 - 2:06 AM Changeset [2446] by
 - serious restructuring in progress.
 
Nov 14, 2005:
- 10:43 PM Changeset [2445] by
 - restructuring
 - 4:51 PM Ticket #16 (Allows dot as valid char for dll names) created by
 - The .def library parser doesn't allow dots inside names for DLL. This …
 - 3:01 PM Ticket #15 (Duplicate definition of setkey) created by
 - When building Apache2 with Innotek GCC 3.3.5R1 & also latest cvs, …
 - 6:42 AM Changeset [2444] by
 - 0.6 release.
 
Nov 13, 2005:
- 10:46 PM Changeset [2443] by
 - 0.6
 - 10:08 PM Ticket #14 (libc: implement the opendir() APIs using getdirents ) created by
 - getdirents() is available and should be used to replace the current …
 - 9:56 PM Changeset [2442] by
 - Creating the libc-0.6 / gcc 3.3.5 / binutils 2.14 main branch.
 - 9:36 PM kBuild created by
 - 9:30 PM Ticket #13 (emx: Review and merge the ELF emxomf changes.) created by
 - Stefan Milcke has implemented ELF support in emxomf, his changes …
 - 9:28 PM Ticket #12 (emx: Use kBuild) created by
 - Configure the emx toolchain to be build using kBuild. …
 - 9:27 PM Ticket #11 (libc: Use kBuild) created by
 - Configure libc to be build using kBuild. This is not …
 - 9:24 PM Ticket #10 (libc/emx: separating libc and the emx toolchain) created by
 - The first thing that's going to be done in the 0.7 development cycle …
 - 9:19 PM Ticket #9 (libc: unix orphan) created by
 - libc is currently killing any processes which are orphaned. The …
 - 2:07 PM Changeset [2441] by
 - 1:05 PM Changeset [2440] by
 - Initial coding.
 - 1:01 PM Ticket #8 (libc: fcntl(F_SETFL) w/ O_NONBLOCK on sockets) closed by
 - fixed: Fixed in changeset 2439 (http://svn.netlabs.org/libc/changeset/2439). …
 - 12:59 PM Changeset [2439] by
 - Created proper backend for fcntl removing F_GETOSFD in the process. …
 - 12:55 PM Changeset [2438] by
 - nonblock-1 initial coding.
 - 12:50 PM Changeset [2437] by
 - Fixed a generic error handling bug in ioctl, write, read, dup and dup …
 - 12:35 PM Changeset [2436] by
 - added a MIX return macros.
 - 12:33 PM Changeset [2435] by
 - Fixed ioctl() error handling bug causing bad errno.
 - 4:46 AM Changeset [2434] by
 - text.
 - 4:02 AM Ticket #5 (@response handling incomplete) closed by
 - wontfix: I've applied the read buffer bit because it doesn't really harm …
 - 4:01 AM Changeset [2433] by
 - Changed line buffer from 512 to 8192 bytes in _response(). re #5.
 - 3:42 AM Ticket #4 (shmat wrong return code) closed by
 - fixed: Applied with appropriate (void *) cast.
 - 3:41 AM Changeset [2432] by
 - Corrected shmat to return -1 instead of NULL on failure.
 - 3:36 AM Ticket #7 (emxomf: 255 name limit and weak symbols) closed by
 - fixed: I've fixed the problems, the patch was a good guideline but it didn't …
 - 3:30 AM Ticket #1 (test ticket) closed by
 - invalid
 - 3:30 AM Ticket #2 (Convert cvs to svn) closed by
 - fixed
 - 3:27 AM Changeset [2431] by
 - Fixed problems with symbol truncation. Kudos to Yuri for tracking down …
 - 2:13 AM Changeset [2430] by
 - emxomf long symbols.
 
Nov 12, 2005:
- 11:26 PM Changeset [2429] by
 - removing attics
 - 11:24 PM Changeset [2428] by
 - removing attics
 - 11:06 PM Changeset [2427] by
 - Fixed bug in the sigsuspend (includes pause ++) handling, would …
 
Nov 10, 2005:
  Note:
 See   TracTimeline
 for information about the timeline view.
    