• R/O
  • HTTP
  • SSH
  • HTTPS

uclibc-ng: List of commits


RSS
Rev. Time Author
b2c3e3d 2001-02-09 17:53:51 Eric Andersen

Silence warnings -- add func declaration.
-Erik

6c7074c 2001-02-09 17:12:14 Eric Andersen

Try to automagically pick the correct dynamic linker.
-Erik

d064d3e 2001-02-09 15:43:59 Eric Andersen

Implement getdtablesize(), which is used by the rpc crap.
-Erik

411597d 2001-02-09 15:40:46 Eric Andersen

Revert stdio to initializing itself. Not quite a pretty but that ensures that
we don't blow up by using too much stack space, and simplifies the job of
supporting new architectures, since they don't have to mess with calling foo
init functions in crt0 and cleaning up the resulting damage.
-Erik

69b2edf 2001-02-09 15:36:44 Eric Andersen

Remove times and all the foolishness surrounding it. There is
a syscall that does this, so use that.
-Erik

d62d23b 2001-02-09 14:42:54 Eric Andersen

Doh! I forgot a #ifdef such that ptrace ended up in each and every
syscall .o file.
-Erik

eb5667f 2001-02-09 13:51:35 Eric Andersen

It turns out that vfork was completely broken. That was why it
wouldn't run on my little arm7tdmi/uClinux boards, since without
vfork working, nothing works on uClinux. It took me forever to
find this, since other problems were hiding this one. Big, huge,
sigh of relief.
-Erik

6340fb7 2001-02-09 13:48:29 Eric Andersen

Add in a silly test to check that argc, argv, and environ are
working as expected...
-Erik

8b20f6c 2001-02-09 13:46:32 Eric Andersen

Include ptrace support so debugging will hopefully work.
-Erik

7cbba5f 2001-02-08 11:57:48 Manuel Novoa III

Fix the ordering of the args to the compare function.

d63b676 2001-02-08 03:07:40 Eric Andersen

_void_void_null_func never returned. I noticed this yesterday
in crt0.S and Michiel Thuys <michiel.thuys@intersil.com> noticed
the same thing in crt0pic.S.
-Erik

332e87b 2001-02-06 05:32:28 Eric Andersen

Wierd. Whats _null_auth doing here?
-Erik

263f0d0 2001-02-06 05:23:52 Eric Andersen

Fix broken dependancies.
-Erik

92f9058 2001-02-06 05:09:10 Eric Andersen

Try enabling rpc support by default now. With a bit of luck it might
even work...
-Erik

9156548 2001-02-06 05:08:28 Eric Andersen

Fix the worst of the damage so it actually compiles now (though, strictly
speaking the entire pile of rpc dung is infect damage). Anyway, hopefully
NFS using things may now be able to work...
-Erik

7d5029c 2001-02-05 12:11:51 Eric Andersen

Update the build system a bit.
-Erik

8ec3b37 2001-02-05 12:07:33 Eric Andersen

Fix up the networking includes
-Erik

60ecd67 2001-02-05 12:06:57 Eric Andersen

Make the __GLIBC__ define be conditional. Stub out gnu-versions.h
-Erik

3540d06 2001-02-05 12:05:26 Eric Andersen

Update networking includes.

c933888 2001-02-03 09:26:28 Eric Andersen

Bring into sync with a fairly current glibc header file.
-Erik

229bd42 2001-02-03 09:25:44 Eric Andersen

Fix up the set of include files pulled into resolv.h

f91e94f 2001-02-03 09:25:14 Eric Andersen

I hereby commit a sin. features.h is now going to _lie_
and claim that this is GNU libc. Too many pieces of code
look for GNU libc version numbers. So uClibc is now going
to lie and claim it is GNU libc. This makes, for example,
networking apps work much better since /usr/include/linux/socket.h
does the wrong thing otherwise. There are lots of other examples.
-Erik

ec2e4b4 2001-01-31 01:00:13 Manuel Novoa III

Added some notes. Removed some dead code.

35ec500 2001-01-30 20:36:12 Manuel Novoa III

Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!
Modified stdio/Makefile to build printf.c according to Config values for
HAS_FLOATS and HAS_LONG_LONG.

10ac629 2001-01-30 10:44:38 Eric Andersen

Commit a pointless change to test more updates to the logging script.
-Erik

5eaf1cb 2001-01-30 09:21:56 Manuel Novoa III

Hide some unnecessary output. Check cvs logging script.

19d4daf 2001-01-30 00:51:44 David McCullough


The rules to build sysconf_$(TARGET_ARCH).c were broken when cross
compiling.

b83c05c 2001-01-30 00:24:57 David McCullough


uClinux 2.0 doesn't have the poll system call, just check for the
definition before using it.

84d08a9 2001-01-30 00:03:09 David McCullough


ptrace for m68k debugging.

e9e69bd 2001-01-30 00:02:05 David McCullough


uClibc working with 2.0.x and 2.4.x m68k uClinux kernels, the PIC
stuff in crt0.S may not be quite right yet.

Show on old repository browser