• 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
b33b788 2004-10-27 16:26:21 Eric Andersen

Arrange to hide uClibc internals

25ea4a7 2004-10-27 05:48:39 Eric Andersen

Update TODO list

994064c 2004-10-27 05:48:18 Eric Andersen

Atsushi Nemoto writes:

>>>>> On Tue, 19 Oct 2004 13:28:34 -0600, Erik Andersen <andersen@codepoet.org> said:
>> BTW, top of uClibc TODO list is "Fix syscall() on mips". What is a
>> problem?

andersen> It appears that uClibc's syscall() for mips works ok for
andersen> syscalls with a few arguments. But as I recall, it does not
andersen> work properly with _syscall5, _syscall6, _syscall7, etc.
andersen> Perhaps there is some mistake in its assumptions about the
andersen> mips/linux ABI regarding which syscall arguments are passed
andersen> via register vs which syscall arguments are passed on the
andersen> stack.

Hmm... I found a old fix in uClibc ML archive.

http://www.uclibc.org/lists/uclibc/2002-September/004459.html

But it seems somewhat broken. How about this fix instead? I tested
mmap with syscall() in mips. mips64 is not tested.

29ea076 2004-10-26 16:49:47 Eric Andersen

We don't need this README

7e2b221 2004-10-20 05:10:18 Eric Andersen

Peter S. Mazinger writes:

Hello!

Would the attached patch be acceptable (maybe instead of
__libc_gettimeofday using __gettimeofday)

We have some issues, see

http://bugs.gentoo.org/show_bug.cgi?id=65892

b4f4929 2004-10-20 04:24:13 Eric Andersen

Atsushi Nemoto writes:

In a recent post to linux-mips ML (and libc-alpha ML), a problem with
inline syscalls was reported.

http://www.linux-mips.org/archives/linux-mips/2004-10/msg00142.html

It seems uClibc should be fixed also for newer gcc. Here is a patch.

7d4a263 2004-10-18 15:31:51 Eric Andersen

Corrent HOWTO url

7931641 2004-10-18 15:31:18 Eric Andersen

mention scratchbox and openembedded

2224e6c 2004-10-15 17:25:36 Manuel Novoa III

Rip out Peter's unacceptable "fix" and do the sane thing instead; build
the utils using the uClibc-targeted toolchain.

f3e2baa 2004-10-15 00:23:51 Joakim Tjernlund

unmap ld.so.cache when dlopen() returns.

46a413e 2004-10-14 19:10:34 Joakim Tjernlund

hmm, somehow cvs lost this file in the previous commit.

13ca772 2004-10-14 19:08:03 Joakim Tjernlund

Peter Mazinger writes:
The attached patch generalizes the use of PIE (all archs are brought in
sync that use/mention it: x86/ppc/frv) and makes use of it building the
target utils.

Tested on x86, ppc should be tested, frv uses -fPIE at one location, but
at another place -fpie, I don't know which is correct (could be both) and
misses the target addition in Config.in.

The test for ppc (requires the earlier sent crt-correction patch to work
correctly):
enable UCLIBC_PIE_SUPPORT, build uClibc and utils, check:
file ./utils/ldd, it should show shared object (instead of executable)

6bc6a6f 2004-10-14 18:53:15 Joakim Tjernlund

Peter Mazinger writes:
The attached patch is an updated version of an earlier sent patch
It solves the problem that the target utils (ldconfig/ldd/iconv, readelf
is not handled, but can be easily added) are not built w/ the newly
created [S]crt[01].o files.

f8b23fd 2004-10-14 18:24:43 Joakim Tjernlund

Don't SEGV if library not found.

c561836 2004-10-14 16:44:43 Joakim Tjernlund

Remove unused stuff. From Peter Mazinger.

23f341e 2004-10-12 19:48:28 Joakim Tjernlund

Mark Rakes writes:
without LDSO_CACHE_SUPPORT turned on, LDSO_CONF and LDSO_CACHE are
not defined anywhere, but still used by ldconfig.c This patch allows
ldconfig to build again, although there may be a cleaner way to fix
this????

Applied with minor modification.

70f37cc 2004-10-12 05:57:11 Joakim Tjernlund

Undo previous change. Leave SUID programs alone until I know what to do
with them.

61e6ce8 2004-10-11 17:15:32 Joakim Tjernlund

Don't use ld.so.cache for SUID programs.

e086ec0 2004-10-08 19:50:49 Eric Andersen

link to uClibc++, minor FAQ updates

32e4224 2004-10-08 16:58:30 Eric Andersen

As noticed by egor duda, current_menu is declared as 'extern struct menu
*current_menu;' in scripts/config/lkc.h line 63, and this conflicts with
static definition in mconf.c.

9427c35 2004-10-08 03:57:40 Joakim Tjernlund

Remove _dl_parse_copy_information() for CRIS per Peter Kjellerstedts request.

a9740f2 2004-10-07 23:06:06 Eric Andersen

Put back ucontext.h, but omit function prototypes for getcontext(),
makecontext(), setcontext(), and swapcontext() which are marked as
obsolescent by SuSv3, and are not implemented by uClibc.

c847309 2004-10-07 22:48:21 Joakim Tjernlund

Remove usage of _dl_parse_copy_information() from generic code.
Remove definition of _dl_parse_copy_information() for powerpc.
Remaining archs can do the same.
Make debugging output of "relocation processing: xxx" a bit more sane.

1b0ea2f 2004-10-07 18:20:09 Eric Andersen

Add ualarm.c

e8c2008 2004-10-07 12:01:54 Eric Andersen

Hide a bunch of unimplemented time function prototypes, and
mark them as mjn3's problem. :-)

f564f81 2004-10-07 11:45:58 Eric Andersen

Remove ucontext.h. We do not implement any of these functions.

23a9e94 2004-10-07 11:42:34 Eric Andersen

Remove unimplemented non-SuSv3 function prototypes

d91c240 2004-10-07 11:18:56 Eric Andersen

implement SuSv3 required ualarm()

6685267 2004-10-07 10:53:04 Eric Andersen

uClibc does not support getutent_r, getutid_r, and getutline_r,
and SuSv3 does not require r specify them. So kill the prototypes.

4c3a795 2004-10-07 04:13:06 Eric Andersen

Remove empty file