• 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
e8a91ad 2005-05-02 22:21:50 Paul Mundt

Add sh2a support.

51d16a5 2005-05-01 16:13:09 Eric Andersen

On mips, gdb explicitly looks for the symbol "__dl_runtime_resolve" so change
the name of our mips resolver function to match gdb's expectations.

ead7e24 2005-04-29 05:29:58 Eric Andersen

Fix it so uClibc returns multiple ips via h_addr_list,
This fix, based on this patch
http://bugs.uclibc.org/view.php?id=104
makes it so uClibc fills out round robin dns lists for
applications such as nslookup:

Before:

$ nslookup google.com
Server: mace.codepoet.org
Address: 10.10.10.1

Name: google.com
Address: 216.239.39.99

After:
$ nslookup google.com
Server: mace.codepoet.org
Address: 10.10.10.1

Name: google.com
Addresses: 216.239.57.99, 216.239.37.99, 216.239.39.99

5aa1733 2005-04-29 03:57:25 Eric Andersen

Cleanup error case a bit

a4294fd 2005-04-29 03:27:41 Eric Andersen

This might actually now be thread safe, assuming I havn't broken it.

c105450 2005-04-29 02:54:05 Eric Andersen

trim trailing whitespace

65fa68e 2005-04-28 22:11:29 Peter Kjellerstedt

Added support for clock_getres() and clock_settime() in addition to
the already existing clock_gettime(). In addition they will now use
the corresponding system calls if they exists, which resulted in a
move to libc/sysdeps/linux/common for clock_gettime.c (it was
previously located in libc/misc/time).

c1cc254 2005-04-28 21:48:26 Peter Kjellerstedt

Updated to match glibc 2.3.4 (adds missing CLOCK_MONOTONIC).

e48b13e 2005-04-28 21:22:23 Peter Kjellerstedt

The list of source files was just too much. Especially trying to keep
it alphabetized (which was not fully successful) made adding a new
file a mess. Replaced it with a call to the make function $(wildcard).

40648f6 2005-04-28 06:35:24 "Steven J. Hill"

Get rid of extern references to ldso variables.

f93b914 2005-04-27 21:46:57 Paul Mundt

Simplify PERFORM_BOOTSTRAP_RELOC() default path.

This makes sh and sh64 get more in line with what the other
architectures are doing. Also fixes up some build failures.

fc67e7b 2005-04-27 16:37:16 Paul Mundt

mq_* interfaces are available in librt, remove from unimplemented list.

0f1d9b4 2005-04-27 11:53:04 "Steven J. Hill"

GCC-4.1.0 doesn't like it when you reference 'extern' one place and then try
and declare the variable static in another. Let's not do that.

266ae82 2005-04-25 04:29:39 Joakim Tjernlund

Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl
syscalls. This won't work on 2.2 kernels(I think).

52b5a52 2005-04-24 01:54:05 Joakim Tjernlund

Fix dlopen to handle circular dependency libs. Wouldn't surprise me if something else
broke. I hate libdl :(

fdaf1b4 2005-04-23 14:16:30 Joakim Tjernlund

Cleanup library loading.

b629040 2005-04-20 02:30:29 Eric Andersen

Correct typo, matching correction made to elf.h

f66a762 2005-04-19 00:59:49 Peter Kjellerstedt

Updated to match Linux 2.6.11.

5178925 2005-04-19 00:47:36 Peter Kjellerstedt

Copy vendor/linux/2.6.11/scripts/lxdialog to
trunk/uClibc/extra/config/lxdialog.

650870c 2005-04-16 12:59:42 Mike Frysinger

In Bug 116, dicksnippe writes:

uClibc's mkstemp/mktemp tries to read /dev/urandom (or /dev/random) to
generate random contents for the .XXXXXX part of its argument. In a
chrooted environment /dev/[u]random might not be available. Thus the
mkstemp call fails.

Add back in the braindamaged gettimeofday/getpid code, but only as a
fallback for when reading /dev/[u]random fail for whatever reasons.

d1abf5c 2005-04-16 12:02:25 Mike Frysinger

cbachman writes Bug 195:
Add back in the code which sets the default facility if none specified. This
may cause issues with klogd when it tries to use the libc's syslog(), but
klogd comes with its own syslog() implementation so that's a none issue. For
more info, please see the following:
http://sources.redhat.com/ml/libc-alpha/2000-03/msg00059.html

637cb2d 2005-04-16 11:28:55 Mike Frysinger

import more updates from glibc

70a3214 2005-04-16 07:04:36 Mike Frysinger

import fixes/updates from glibc-2.3

40489c0 2005-04-13 20:29:04 Eric Andersen

Add missing definition for DL_OPENED

08b828b 2005-04-13 20:03:28 Eric Andersen

Adjust indentation

3de9075 2005-04-13 20:01:11 Eric Andersen

This update gets mips working again.

e4ace4a 2005-04-13 19:56:20 Eric Andersen

Further rework the mips syscalls

7ff0090 2005-04-13 19:54:39 Eric Andersen

On some wierd arches (i.e. mips), none of the early debug stuff
works at all, so disable the whole lot.

08bfa39 2005-04-13 17:49:54 Joakim Tjernlund

Fix bug 214, reported by aurel. This is a major update that
possibly break other apps. Please test. Send a LD_DEBUG=1 log if
there is a problem.

cf80c0f 2005-04-13 15:02:32 Eric Andersen

Don't write out the terminating NULL char