• 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
5beb80e 2002-05-12 09:26:48 Eric Andersen

Fix this one up so it works

cd32e70 2002-05-12 09:24:09 Eric Andersen

Add a config file for alpha

9ab9896 2002-05-12 09:23:39 Eric Andersen

Add a default syscalls.h that will just error out.
Add in syscalls.h for alpha.

b3395c6 2002-05-12 07:50:22 Eric Andersen

Fix the defines which I had backwards

b41ab2c 2002-05-12 07:45:03 Eric Andersen

Fixup for architectures that do not supply the ipc system
call, but implement the ipc functions as separate system calls.
-Erik

acc78d5 2002-05-12 07:26:04 Eric Andersen

Majorly rework to also cope with architectures which do not use
the socketcall system call, but instead implement each fundamental
networking function directly as a system call.
-Erik

ca49525 2002-05-12 05:01:09 Eric Andersen

Oops. Stupid typo.

fd2907f 2002-05-11 23:50:18 Manuel Novoa III

Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alpha
port. Also, explicitly use the macro versions of isdigit and isspace in the
printf and scanf code.

fd15708 2002-05-11 14:40:55 Eric Andersen

Begin the process of reworking the time functions for proper
time zone and locale support (in theory). More work is
still needed.
-Erik

a4f0758 2002-05-11 09:26:15 Eric Andersen

Implement readdir_r. Audit for proper thread safety and locking.
-Erik

d2be3a1 2002-05-11 05:58:35 Manuel Novoa III

Protect against ctype macros.

b5bbbc0 2002-05-10 17:28:15 Eric Andersen

First pass attempt at an alpha port

4a6cfe3 2002-05-09 17:34:43 Eric Andersen

Another mips patch from Steven J. Hill:

Uh, this patch fixes a few bugs that I overlooked. Shoot, even BusyBox
wouldn't work until these are applied. Erik, plop this into CVS please.
Thanks.

3942fec 2002-05-09 17:15:21 Eric Andersen

Fill a few little holes in the math library

e4071b9 2002-05-09 13:43:18 Eric Andersen

Rework the math library tests per the glibc math test code, with
many unsupported tests disabled for the moment.
-Erik

5a25d0f 2002-05-09 12:51:24 Eric Andersen

Add missing braces

f76191d 2002-05-09 09:25:55 Eric Andersen

Fix funky use of brackets

fb1c180 2002-05-07 11:07:58 Eric Andersen

Fixup build a bit more

ed71539 2002-05-07 10:30:56 Eric Andersen

When it is going to fail silently anyways, whine loudly and
abort early with instructions on what to do...
-Erik

e6cbb8a 2002-05-06 21:43:43 Manuel Novoa III

Forgot to change the Config templates. Changed one... the others are
similar, but don't have time to take care of them.

2a1d34e 2002-05-06 16:42:01 Manuel Novoa III

Update my TODO entries.

581deed 2002-05-06 16:39:15 Manuel Novoa III

The obligatory forgotten files...

d07fdf8 2002-05-06 16:37:32 Manuel Novoa III

New locale support (in development). Supports LC_CTYPE, LC_NUMERIC,
LC_TIME, LC_MONETARY, and LC_MESSAGES for the SUSv3 items. Also,
nl_langinfo() when real locale support is enabled.
New implementation of ctype.h.
New implementation of wctype.h.
New implementation of most of the string functions (smaller).
New implementation of the wcs/wmem functions. These are untested, but
they're also just preprocessor-modified versions ot the corresponding
str/mem functions.
Tweaked qsort and new bsearch.

Stuff still pending:
stdlib.h and wchar.h mb<->wc functions. I actually have working
versions of the stdlib ones, but the reentrant versions from
wchar.h require some reworking.
Basic replacement and translit support for wc->mb conversions.
(groundwork laid).
Simple-minded collate support such as was provided by the previous
locale implementation. (mostly done -- 8-bit codesets only)
Shared mmaping of the locale data and strerror message text.

7f09a14 2002-05-03 20:07:58 Eric Andersen

No real need to make ldd.target and readelf.target be static...

5739992 2002-05-03 13:04:54 Eric Andersen

Speed things up by eliminating lots of needless exec calls
-Erik

6c51422 2002-05-02 23:07:33 Eric Andersen

Ensure that make clean really cleans up after itself

038ba9e 2002-05-02 22:41:43 Eric Andersen

Add missing sysctl.h and queue.h

4b6a6f0 2002-05-02 22:39:44 Eric Andersen

Patch from Tobias Anderberg <tobias.anderberg@axis.com> to
remove the .asm calls

4a5a81a 2002-05-02 22:36:53 Eric Andersen

Patch from Steven J. Hill <sjhill@realitydiluted.com>:

I am very pleased to announce that the MIPS dynamic linker/loader
for uClibc is now working. It works on big and little endian
platforms.

A few minor changes were needed to avoid breaking ldd, and since this
makes some non-trivial changes, I have tested on x86, arm, and powerpc
to be sure thoese arches didn't get broken. Excellent work Steven!

776eae6 2002-05-02 22:20:59 Eric Andersen

Make ldd and readelf work even with byte swapped binaries