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