• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Time Author
5882811 2001-07-11 22:33:21 David McCullough


The main part of the C++ support is the definition of __BEGIN_DECLS
and __END_DECLS in this file based on the __cplusplus define.

635c243 2001-07-11 22:30:27 David McCullough


The weak_alias macro was not genertaing asm with the correct alias names.

Start of the C++ header changes.

8ccf39e 2001-07-11 22:27:12 David McCullough


Fixup the atexit weak alias for elf, need to include <features.h> to
get the correct value for the HAVE_ELF define.

bcbf416 2001-07-11 12:47:56 Eric Andersen

Seems weak_alias wasn't working as expected...

ba8a597 2001-07-11 11:09:57 Eric Andersen

ldd rewrite is done

b5675ab 2001-07-11 10:28:18 Eric Andersen

Rewrite of ldd so it works as expected, and does not invoke the
shared lib loader at all. This will allow us to throw out the
support code for that from ld-linux.so.0
-Erik

1b2d16f 2001-07-11 04:33:47 Eric Andersen

Fix the code for finding the interpreter, which was I had
totally screwed up the first time...
-Erik

8f6ad30 2001-07-10 06:20:20 Eric Andersen

A patch from Michal Moskal <malekith@pld.org.pl> to include
partial IPV6 support. This adds things like gethostbyname2().
Off by defaut, of course,

8df26e4 2001-07-10 01:46:11 Eric Andersen

Workaround an old m68k-coff compiler problem

cfaa5a1 2001-07-07 04:34:02 Eric Andersen

This config seems to be basically correct for arm uClinux systems.
-Erik

9f26cde 2001-07-07 02:43:05 Eric Andersen

Fix strxfrm, which was broken (thanks to Shaya Potter <spotter@us.ibm.com>
for noticing, and cleanup a warning.
-Erik

8c96e25 2001-07-07 01:08:07 Eric Andersen

Note missing shadow support

a9e5b24 2001-07-06 06:10:44 Eric Andersen

Don't change options on based on path -- use command line options or
ENV variables only. The current behavior violates the principle of
least surprise...
-Erik

562d9dc 2001-07-06 04:26:45 Eric Andersen

forkpty.c uses fork(), and so must be disabled when HAS_MMU=false
-Erik

fcc76cc 2001-07-06 02:55:32 Eric Andersen

Note that ldd needs a rewrite

f5fc8d4 2001-07-04 20:29:02 David McCullough


Added stpcpy and strcasestr along with some code to test them.

0d85794 2001-07-04 20:19:24 David McCullough


If HAS_MMU is false, then use asm-$(TARGET_ARCH)nommu rather than
asm-$(TARGET_ARCH) as the link for include/asm.

ca240d0 2001-07-04 11:04:38 David Schleef

Make shared library installation conditional

bca0309 2001-07-04 11:03:12 David Schleef

Install a link for /lib/ld-uclibc.so.0

d07c40c 2001-07-04 10:49:39 Eric Andersen

Fix missing libresolv.so

6d4acfb 2001-07-04 09:55:43 David Schleef

The prototype Config file for x86 was changed to Config.i386

8ab968c 2001-07-04 09:28:00 Eric Andersen

Renamed as extra/Configs/Config.i386

3f9dec7 2001-07-04 09:18:41 David Schleef

*** empty log message ***

709c179 2001-07-04 07:15:31 Eric Andersen

Finish up merging the arm port into the main tree.

ecb7916 2001-07-04 03:28:09 Eric Andersen

Merge the arm port into the main tree. The final version (the one that
actually works) is the most excellent work of Shane Nay <shane@minirl.com>, who
took what I had been doing and fixed it.

f95be94 2001-07-04 03:24:05 Eric Andersen

Merge arm support into the mainstream. This change is pretty
minor, just carefully memset 0 strings before using them, and
also referencs strings via the GOT for ARM as well.
-Erik

58a6cf2 2001-07-04 03:22:05 Eric Andersen

Scrub a couple of ints

a8c4415 2001-07-03 16:13:37 Eric Andersen

Oops.

9966821 2001-07-03 15:46:45 Eric Andersen

ignore generated stuff

f9158d4 2001-07-03 15:45:58 Eric Andersen

Scrub up the tests a bit, and force everybody to use the
build dir, so nothing need be installed...
-Erik