• 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
ed1a862 2004-02-08 16:57:37 Eric Andersen

Add some permissions when creating the logfile

946142a 2004-02-08 05:08:01 Eric Andersen

Thanks to Joakim's recent paches, we can now remove the FIXME

fa34293 2004-02-07 21:26:36 Eric Andersen

Restore the library entry point so it works. It does have
to be arch specific to work properly.

9770574 2004-02-07 21:05:16 Eric Andersen

Joakim Tjernlund writes:

Hi again

All dltest* and test* programs pass for me.
uClibc ld.so resolves according to the OLD weak symbol handling.

I have tried to use the new scheme as well, but that segfaults in all
cases but test3.

ae0903f 2004-02-07 20:30:33 Eric Andersen

Remove unneeded forward declaration

3e02283 2004-02-07 19:40:25 Eric Andersen

Split off the stuff that cannot use function into its own file,
to make it easier to treat it specially while not bothering the
rest of the code with the same constraints.

2e723e1 2004-02-07 19:12:25 Eric Andersen

Step one, begin shuffling things around a bit

cdf8ceb 2004-02-07 18:54:46 Eric Andersen

Yet more consistancy fixups

95f9ec1 2004-02-07 18:53:43 Eric Andersen

Use unsigned char * pointers

36bf87b 2004-02-06 20:12:44 Eric Andersen

Trim trailing whitespace

1b64399 2004-02-06 20:11:23 Eric Andersen

Remove trailing whitespace

cf7b633 2004-02-06 16:09:46 Eric Andersen

Fix completely hosed up formatting

3974b57 2004-02-06 16:07:16 Eric Andersen

Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as
'__kernel_old_dev_t'. And of course there is no good way to know
which is in use except checking linux/version.h. Grumble.

This is rather lame, but for now, define __kernel_old_dev_t to be
the same as __kernel_dev_t. This will want to be revisited soon.
-Erik

9d694a4 2004-02-05 23:53:22 Manuel Novoa III

Patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for building alpha.

cbee182 2004-02-05 11:38:27 Manuel Novoa III

Allow building on 64 bit archs. Hopefully the last cvs activity this
stuff will see other than "delete".

154a02f 2004-02-05 11:17:02 Eric Andersen

Use 'mmap.c' instead of '_mmap.c'

5f84e5c 2004-02-05 10:54:33 Eric Andersen

Fixup a badly merged update
-Erik

1920981 2004-02-04 19:24:12 Eric Andersen

Use a static const char array for static strings

38583d5 2004-02-04 02:33:50 Manuel Novoa III

Today's Toni's birthday. Seems an appropriate day to add this.

44741f1 2004-02-03 07:27:22 Manuel Novoa III

Use the correct configuration test define.

dcf7d26 2004-02-01 20:10:32 Eric Andersen

The code for checking the rpath was not finding the rpath
value correctly, since it forgot to lookup the correct value
in the string table.

50abd26 2004-02-01 17:30:55 Eric Andersen

Jakub Bogusz writes:

Hello,

the attached patch fixes ldso compilation on sparc-linux (at least with
sparc32 userland). It was made against uClibc 0.9.21, but it's still OK
with 0.9.26.

There were three problems:
- missing __NR_getpid definition
- conflicting prototypes in elfinterp.c
- syntax error (missing semicolon) in ldso.c

With this patch shared libraries and ldso can be built on sparc.

It contains also ldso.c syntax fix for m68k - there was the same
mistake two lines earlier; but I didn't test build on m68k.

911d37c 2004-01-31 12:15:07 Eric Andersen

Revert to scope as used by original code for now, just in case.
I still don't have a good handle on why and when the different
scope values should be used.

e4af8d3 2004-01-31 12:02:39 Eric Andersen

Patch from Paul Mundt, lethal at linux-sh dot org,
add sh/sh64: ABORT_INSTRUCTION definitions

9ecc494 2004-01-31 07:10:39 Eric Andersen

Andrew May writes:

Here are some simple fixes for things that broke for PPC with
the recent syscall cleanup. I am not sure they are correct but
they seem pretty trivial.

d0042ae 2004-01-31 06:13:24 Eric Andersen

Add missing abort instruction for powerpc

9fdbd25 2004-01-31 06:11:18 Eric Andersen

Paul Mundt, lethal at linux-sh dot org writes:

Boredom got the better of me, here's strlen() for sh64..

de2873b 2004-01-31 05:34:03 Eric Andersen

Joakim Tjernlund writes:

> Not there yet, but the interfaces are much closer now...
> Heading to bed though, since its 5:30am. :-)

This works, but I discovered something "funny". For all
relocs but COPY you can use scope instead of scope->dyn->symbol_scope
and it is much faster to do that. Search for "Funny" in the patch
to see what I mean. Probably I probably broke something, please let me
know if it works for you too.

I think I am done with ldso now. Has been fun and I hope to
actually use uClibc/busybox soon in a project.

Ohh, there is one thing left, double sized PLT entries, but maybe these
aren't needed in uClibc?

Sweet dreams
Jocke

875a6e8 2004-01-29 21:18:58 Eric Andersen

Modify interfaces for _dl_parse_relocation_information()
_dl_parse_lazy_relocation_information() and _dl_parse_copy_information()
so they are all consistant, allowing for future consolidation.

Trim some trailing whitespace as well.

8391a52 2004-01-29 20:42:46 Eric Andersen

Scrub up use of ELF_USES_RELOCA and eliminte some unsightly ifdefs