Eric Andersen
|
38cd8e780f
Joakim Tjernlund writes:
|
20 vuotta sitten |
Eric Andersen
|
a740502a3d
Cope gracefully with missing module syscalls
|
20 vuotta sitten |
Manuel Novoa III
|
93261cdf00
Rewrite the err/warn functions as they were broken (__noreturn__ funcs
|
20 vuotta sitten |
Manuel Novoa III
|
79248fe718
Bug fix: gethostbyname2_r would fail if /etc/host was missing.
|
20 vuotta sitten |
Eric Andersen
|
6994dd8083
More detail about malloc-simple
|
20 vuotta sitten |
Eric Andersen
|
f6b6b3b7a4
Update todo list indicating the items remaining before 0.9.27
|
20 vuotta sitten |
Eric Andersen
|
4f966c60b8
Fix comment
|
20 vuotta sitten |
Eric Andersen
|
39586bc566
Update with the contents of a very helpful comparison of
|
20 vuotta sitten |
Eric Andersen
|
af897c3930
note that syscall on mips needs to be fixed
|
21 vuotta sitten |
Eric Andersen
|
0d28e03ec2
Sigh. I switched the values...
|
21 vuotta sitten |
Eric Andersen
|
db871a1281
Per discussion with Joakim Tjernlund, all the horrible weak declarations junk
|
21 vuotta sitten |
Eric Andersen
|
e98bb74520
Patch from Joakim Tjernlund:
|
21 vuotta sitten |
Eric Andersen
|
e14a2d5780
___brk_addr and __environ are not functions. Finding the broken
|
21 vuotta sitten |
Eric Andersen
|
5ef557bd1f
Slightly cleaner formatting
|
21 vuotta sitten |
Manuel Novoa III
|
e6d9378e25
Patch by Joakim Tjernlund <joakim.tjernlund@lumentis.se>, which got
|
21 vuotta sitten |
Eric Andersen
|
703efa108d
When doing symbol lookups on functions
|
21 vuotta sitten |
Eric Andersen
|
bbab258ae6
Update the x86 processor listing a bit, to preempt further questions
|
21 vuotta sitten |
Eric Andersen
|
b244adb919
Fixup naming of '_mmap' to 'mmap' so it will properly override
|
21 vuotta sitten |
Eric Andersen
|
0648224a31
Minor change to better match recent changes to other arches
|
21 vuotta sitten |
Eric Andersen
|
baa67289df
Alexandre Oliva writes:
|
21 vuotta sitten |
Eric Andersen
|
377c7157a8
Alexandre Oliva writes:
|
21 vuotta sitten |
Eric Andersen
|
c56735672c
Fixup support for gcc 2.95
|
21 vuotta sitten |
Eric Andersen
|
e5649e6176
Seperate out the startup stuff from the non-startup stuff.
|
21 vuotta sitten |
Eric Andersen
|
0dccbee4eb
Fixup fdatasync on alpha, thanks to Alan Hourihane
|
21 vuotta sitten |
Manuel Novoa III
|
3aa16a1146
Sigh... Fall back to alloca() if munmap is broken (uClinux).
|
21 vuotta sitten |
Eric Andersen
|
93915a08a4
Kill off an arm specific hack, that fostered three other arch specific
|
21 vuotta sitten |
Eric Andersen
|
44cbdd1f70
When doing _dl_mmap to obtain a bit of anonymous memory, use a much more
|
21 vuotta sitten |
Eric Andersen
|
a7268bc492
Do not duplicate stuff from ldso.h
|
21 vuotta sitten |
Eric Andersen
|
5b61513518
Provide the ldso syscalls and string funcs earlier in the list
|
21 vuotta sitten |
Manuel Novoa III
|
3532e704fd
Generic fork works. Use it instead since this didn't handle errno_location.
|
21 vuotta sitten |