Timeline


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 …

2005-12-07:

17:54 Ticket #18 (libc: -Zbin-files doesn't work on stdin/out/err - init order) created by bird
There is a init order problem with -Zbin-files when LIBC is linked …

2005-12-05:

04:25 Changeset [2481] by bird
04:24 Changeset [2480] by bird
more templates.
04:23 Changeset [2479] by bird
converted to nasm.
04:23 Changeset [2478] by bird
Initial config.
02:12 Changeset [2477] by bird
early draft.
02:12 Changeset [2476] by bird
early adoption.
01:51 Changeset [2475] by bird
Initial config.
01:51 Changeset [2474] by bird
noyywrap option.
01:12 Changeset [2473] by bird
scripts are just another thing which needs copying.

2005-12-04:

08:16 Changeset [2472] by bird
adjustment.
08:15 Changeset [2471] by bird
adjustment.
00:25 Changeset [2470] by bird
early work.
00:24 Changeset [2469] by bird
attempt a kBuild cfg.

2005-12-03:

21:28 Changeset [2468] by bird
commented out sys/_timespec.h

2005-11-23:

14:25 Faq edited by bird
(diff)
14:23 Faq created by bird
14:12 WikiStart edited by bird
(diff)

2005-11-22:

22:03 Ticket #17 (LIBC PANIC!! ) closed by anonymous
invalid: Worked previously and after running configure it now works again. The …
10:02 WikiStart edited by ktk
(diff)
09:54 WikiStart edited by ktk
(diff)

2005-11-21:

05:31 Ticket #17 (LIBC PANIC!! ) created by abwillis1@…
Building coreutils fails under gcc 3.3.5ga2, worked in RC1. chmod +x …

2005-11-19:

17:16 Changeset [2467] by bird
OS/2 changes.
17:15 Changeset [2466] by bird
FreeBSD CVS 2005-07-07
17:06 Changeset [2465] by bird
FreeBSD CVS 2005-07-07
17:03 Changeset [2464] by bird
FreeBSD CVS 2005-07-07
16:58 Changeset [2463] by bird
OS/2 changes.
11:46 Changeset [2462] by bird
NetBSD sh 2005-07-03.
11:45 Changeset [2461] by bird
NetBSD sh 2005-07-03.
11:42 Changeset [2460] by bird
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 bird
More packing.
06:11 Changeset [2458] by bird
ga2
03:50 Changeset [2457] by bird
it's OFFICIAL_BIRD_VERSION not _BUILD! Rebuilding ga as ga2.

2005-11-16:

08:14 BuildLibc edited by bird
(diff)
08:12 BuildLibc edited by bird
(diff)
08:11 BuildLibc edited by bird
(diff)
08:03 BuildLibc edited by bird
(diff)
08:02 BuildLibc edited by bird
(diff)
08:02 BuildLibc edited by bird
(diff)
08:01 BuildLibc edited by bird
(diff)
07:49 BuildLibc created by bird
07:22 Changeset [2456] by bird
cleaned up packing.
07:20 Ticket #16 (Allows dot as valid char for dll names) closed by bird
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 bird
fixed: the problem is simply differente return type in the BSD header (unistd.h). …
07:14 Changeset [2455] by bird
fixed setkey prototype.
04:57 Changeset [2454] by bird
Official build stuff.
04:52 WikiStart edited by bird
(diff)
04:48 Changeset [2453] by bird
Official build stuff.
04:47 Changeset [2452] by bird
Official build stuff.
04:37 Changeset [2451] by bird
ga.
04:28 Changeset [2450] by bird
04:27 Changeset [2449] by bird
Allow '.' and '@' in LIBRARY/NAME names.

2005-11-15:

04:40 Changeset [2448] by bird
serious restructuring in progress.
03:26 Changeset [2447] by bird
removed -t.
02:06 Changeset [2446] by bird
serious restructuring in progress.

2005-11-14:

22:43 Changeset [2445] by bird
restructuring
16:51 Ticket #16 (Allows dot as valid char for dll names) created by ydario
The .def library parser doesn't allow dots inside names for DLL. This …
15:01 Ticket #15 (Duplicate definition of setkey) created by paul@…
When building Apache2 with Innotek GCC 3.3.5R1 & also latest cvs, …
06:42 Changeset [2444] by bird
0.6 release.

2005-11-13:

22:46 Changeset [2443] by bird
0.6
22:08 Ticket #14 (libc: implement the opendir() APIs using getdirents ) created by bird
getdirents() is available and should be used to replace the current …
21:56 Changeset [2442] by bird
Creating the libc-0.6 / gcc 3.3.5 / binutils 2.14 main branch.
21:36 kBuild created by bird
21:30 Ticket #13 (emx: Review and merge the ELF emxomf changes.) created by bird
Stefan Milcke has implemented ELF support in emxomf, his changes should be …
21:28 Ticket #12 (emx: Use kBuild) created by bird
Configure the emx toolchain to be build using kBuild. This …
21:27 Ticket #11 (libc: Use kBuild) created by bird
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 bird
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 bird
libc is currently killing any processes which are orphaned. The correct …
14:07 Changeset [2441] by bird
13:05 Changeset [2440] by bird
Initial coding.
13:01 Ticket #8 (libc: fcntl(F_SETFL) w/ O_NONBLOCK on sockets) closed by bird
fixed: Fixed in changeset 2439 (http://svn.netlabs.org/libc/changeset/2439). …
12:59 Changeset [2439] by bird
Created proper backend for fcntl removing F_GETOSFD in the process. Using …
12:55 Changeset [2438] by bird
nonblock-1 initial coding.
12:50 Changeset [2437] by bird
Fixed a generic error handling bug in ioctl, write, read, dup and dup …
12:35 Changeset [2436] by bird
added a MIX return macros.
12:33 Changeset [2435] by bird
Fixed ioctl() error handling bug causing bad errno.
04:46 Changeset [2434] by bird
text.
04:02 Ticket #5 (@response handling incomplete) closed by bird
wontfix: I've applied the read buffer bit because it doesn't really harm anylonger. …
04:01 Changeset [2433] by bird
Changed line buffer from 512 to 8192 bytes in _response(). re #5.
03:42 Ticket #4 (shmat wrong return code) closed by bird
fixed: Applied with appropriate (void *) cast.
03:41 Changeset [2432] by bird
Corrected shmat to return -1 instead of NULL on failure.
03:36 Ticket #7 (emxomf: 255 name limit and weak symbols) closed by bird
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 bird
invalid
03:30 Ticket #2 (Convert cvs to svn) closed by bird
fixed
03:27 Changeset [2431] by bird
Fixed problems with symbol truncation. Kudos to Yuri for tracking down the …
02:13 Changeset [2430] by bird
emxomf long symbols.

2005-11-12:

23:26 Changeset [2429] by bird
removing attics
23:24 Changeset [2428] by bird
removing attics
23:06 Changeset [2427] by bird
Fixed bug in the sigsuspend (includes pause ++) handling, would usually …

2005-11-10:

20:59 C99 created by bird
20:57 InnoTekLibc edited by bird
(diff)
11:31 GnuGcc edited by anonymous
(diff)
Note: See TracTimeline for information about the timeline view.