• 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
1c577bf 2001-11-17 23:12:19 Eric Andersen

Another todo item

257dd59 2001-11-15 23:19:23 Eric Andersen

Silly me. I left in a define which caused statfs64 to
recursively call itself.

7f4745c 2001-11-15 18:12:40 Eric Andersen

Fix comments. Attempt at c++ global constructor support.

71b7921 2001-11-15 18:12:06 Eric Andersen

This is a .c file

a958404 2001-11-14 20:14:57 Eric Andersen

I fixed readdir64

f9c107e 2001-11-14 20:11:19 Eric Andersen

Oops. Forgot these

6265305 2001-11-14 20:09:46 Eric Andersen

Scrub up some lingering problems preventing readdir64 from working
and creating several *64 problems, particualrly when client apps
used -D_FILE_OFFSET_BITS=64 -D__USE_FILE_OFFSET64. All better now.
-Erik

a5cc551 2001-11-14 16:41:08 Eric Andersen

Sync up sparc headers

c4990c6 2001-11-14 16:39:16 Eric Andersen

Make it obvious that dtype is disabled

d97a521 2001-11-14 16:38:16 Eric Andersen

Turn off dtype

5a13dcb 2001-11-14 16:37:43 Eric Andersen

Sync up mipsel headers

7ec11f7 2001-11-14 16:34:46 Eric Andersen

Sync up m68k headers

40f41cd 2001-11-14 15:46:51 Eric Andersen

Initial first (lame) pass at making a pthreads library. This
works for me when linking staticly on x86.

e8e2384 2001-11-14 11:26:48 Eric Andersen

Fix the clone syscall so it actually works.

cb308f7 2001-11-14 10:35:34 Eric Andersen

Add missing sched.h

1d36572 2001-11-12 12:18:12 David Schleef

Notes about how powerpc/bits was constructed.

7d04926 2001-11-12 12:11:33 David Schleef

Change the output filename to correspond to the package version.

219680f 2001-11-12 12:10:42 David Schleef

Fix common C ambiguity.

2dd9aa8 2001-11-12 12:07:54 David Schleef

Enable ld.so on powerpc

46db40b 2001-11-12 12:06:38 David Schleef

powerpc/elfinterp.c: Powerpc works now. Major rework; most relocs
should work now. R_PPC_JMP_SLOT correctly being lazily relocated.
hash.h: Added a field in elf_resolve to store a ppc-specific address.
boot1.c: Added debugging code. Disabled check that fails on powerpc
because the string literal requires a reloc that isn't performed.
Added check to ignore d_tag if it is out of bounds, as has been
observed with powerpc binaries.

d94663e 2001-11-10 23:54:54 Eric Andersen

A couple of TODO items

534a83f 2001-11-10 21:02:35 David Schleef

Limited Debian architectures to the ones we can actually build.
Improved mksnapshot script; now adds a bogus changelog entry.
Added fixlinks script that automatically converts symlinks to
conform to Debian policy and updated rules to use it. Added
another bogus man page, prolonging the pretense that I'll actually
write real ones.

577acda 2001-11-10 09:50:10 David Schleef

Added winsize structure from before glibc-2.2.4 update

1efa30a 2001-11-10 09:42:09 David Schleef

Added .cvsignore

402336d 2001-11-10 09:30:23 David Schleef

_mmap.o should be added to libc.a, not crt0.o

e428dbc 2001-11-10 09:17:21 David Schleef

Add missing <errno.h>

95d611c 2001-11-08 07:02:57 Eric Andersen

Patch from Jari Korva <jpkorva@iki.fi>
I found some support in uClibc for IPv6 but I needed some more...
Enclosed
is the patch containing following modifications:

- getnameinfo port from lates glibc
- IPv6 support for gethostbyaddr()
- IPv6 support for get_hosts_byname and read_etc_hosts (among other
things this fixed a bug in gethostbyname2 in a case when user asked for
an IPv6 but got a v4 address if it was present in /etc/hosts)
- defined ip6addr_any and in6addr_loopback (though the place where I
defined these isn't correct, I guess)

What is still missing:

- getaddrinfo (this could be ported also from glibc but it won't be as
easy as porting getnameinfo, I guess)

I have tested the patch using enclosed test program and boa web server.
Seems to work ;)

ec59f7c 2001-11-08 06:58:25 Eric Andersen

Add statfs64

fbfbd0d 2001-11-06 04:24:06 Eric Andersen

Patch from Jari Korva <jari.korva@vtt.fi> to fix a memory leak
in dns_lookup.

d06e732 2001-11-06 04:21:58 Eric Andersen

Disable fast search by default (doesn't work on coda for example)