• 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
4836768 2001-07-03 15:22:20 Eric Andersen

Allow the shared lib loader to fallback on the builddir if everything
else fails. Let <arch>-uclibc-gcc --uclibc-use-build-dir set the
shared lib loader to the one in the builddir's path.
-Erik

094983c 2001-07-03 15:17:34 Eric Andersen

Force our child libs to link vs libc

b830870 2001-07-03 12:58:06 David Schleef

remove bits/syscall.h when cleaning

488601f 2001-07-03 12:04:53 Eric Andersen

Autogen include/bits/syscall.h for ARM
-Erik

445db49 2001-07-03 12:04:00 Eric Andersen

Just take whatever the kernel headers gave us, spaces and all. This is
to accomodate arm, where rmk has made the syscall numbers be very very
strangely setup,
-Erik

0842310 2001-07-03 11:21:22 David Schleef

Get rid of warning messages and spurious diffs

4d5c35c 2001-07-03 11:03:16 David Schleef

Debian package building scripts

6d3b6f1 2001-07-03 10:39:13 David Schleef

Need to include sys/syscall.h because of other changes

ac38587 2001-07-03 10:29:31 David Schleef

It is now autogenerated

100a8ed 2001-07-03 10:27:49 David Schleef

Fix to autogen bits/syscall.h, like i386

cb54653 2001-07-02 23:38:17 Eric Andersen

Fix a silly typo

fa1a9ed 2001-07-02 06:29:00 David Schleef

Changed dependencies of gcc-uClibc.h to ../../Config instead of clean

16d3501 2001-07-02 06:25:25 David Schleef

Added additional cleaning

6624d08 2001-07-02 03:36:08 Manuel Novoa III

These zero-length files apparently weren't deleted from cvs.

5be2411 2001-06-30 09:18:10 Eric Andersen

Add syscalls.h for ARM

d9ea262 2001-06-30 07:48:24 Eric Andersen

Add a dlopen test

2f98c42 2001-06-30 05:32:47 Manuel Novoa III

Fix a missing include in des.c and add configurability of loop unrolling
to md5.c. Note: by default it is smallest/slowest.

be78085 2001-06-29 08:00:43 Eric Andersen

I missed an item when reentrantifying des.c, reuse a smaller
field for md5.c
-Erik

1900d48 2001-06-29 06:37:01 Eric Andersen

Oops. I forgot to check this in...
-Erik

aa4ceea 2001-06-29 05:59:02 Eric Andersen

Replace the crypt implementation with one based on crypt(3) from minix,
fixing a licensing problem with the previous version. Manuel did the
initial port, and I fixed it up to be reentrant. I hope I didn't break
anything...
-Erik

9f7c219 2001-06-29 03:10:56 Manuel Novoa III

Optimized for size over speed to (substantially) reduce generated code size.

b5091d7 2001-06-28 11:33:35 David McCullough


Changes for new auto-generated syscall.h

bb5e5f3 2001-06-28 11:27:35 David McCullough


Changes to support autogenerated syscall.h

572446c 2001-06-28 11:12:09 David McCullough


sysdep.h was not providing all the needed bits to build working asm with
some compilers, so define any macros we need that are not defined already.

Needed to include uClibc_config.h to get some defines.

New syscall header files for _mmap

vfork.c is not used so ditch it.

e53f70e 2001-06-28 10:59:07 Manuel Novoa III

Added a script to create bits/syscall.h for each arch.
NOTE!!! This is run by "make -C libc/sysdeps/linux/$(TARGET_ARCH) headers"
in the main Makefile, but I only changed libc/sysdeps/linux/i386/Makefile
as I had no way of testing it for the other archs. Various arch maintainers,
please check and update the corresponding Makefile... or report bugs ;-)...
appropriately. You'll also want to "cvs del" syscall.h and add it to
a .cvsignore in $(ARCH)/bits.
Also added a define to uClibc_config.h, __UCLIBC_USE_UNIFIED_SYSCALL__, and
moved i386 unified syscall stuff out of common and into i386/bits/syscalls.h.

2d95d9f 2001-06-28 07:56:26 David McCullough


the minimum needed for now

2d52cc7 2001-06-28 07:52:52 David McCullough


Added this guy, nothing needed here really.

20ade83 2001-06-28 04:54:48 Eric Andersen

Cleanup to not use kernel headers at all.
-Erik

389c0e5 2001-06-28 04:22:27 Eric Andersen

Cleanup and don't require LIBC to be defined for the syscall numbers.

ffe4a2e 2001-06-28 04:15:04 Manuel Novoa III

Remove nonstandard functions.