Eric Andersen
|
1a953df3b4
Implement sendfile64
|
22 years ago |
Eric Andersen
|
3216db7c3b
Patch from Stefan Allius. Include CPU_CFLAGS when compiling
|
22 years ago |
Eric Andersen
|
6737908f74
Ok, this commit is _huge_ and its gonna change the world. I've
|
22 years ago |
Eric Andersen
|
b3430d5dc6
Overwriting the crt1.o link is fine
|
22 years ago |
Eric Andersen
|
5fa70fa170
Be nicer to gcc -- add a link for crt1.o
|
22 years ago |
Eric Andersen
|
8eecdc9257
This patch, based on a patch from Stefan Allius, lets us pick an
|
22 years ago |
Eric Andersen
|
4b5152b361
Patch from Christian MICHON <christian_michon@yahoo.fr> to reimplement
|
22 years ago |
"Steven J. Hill"
|
4f726510eb
Added function 'get_current_dir_name' for Linux Test Project. Tested and
|
22 years ago |
David McCullough
|
62d3ec472e
|
22 years ago |
Miles Bader
|
86cdc971f1
(initfini.s): Search the uClibc include dir, so we can find <features.h>.
|
22 years ago |
Eric Andersen
|
3fec316902
Eliminate wrapping of struct stat and use the kernel version
|
22 years ago |
Eric Andersen
|
d7643439eb
Work from Stefan Allius which allows superH to use the common
|
22 years ago |
Eric Andersen
|
72677cc3d8
Rework syscall handling. Rewrite syscall handlers for x86 and ARM.
|
22 years ago |
Eric Andersen
|
17c362cce6
Rework pread and pwrite support so it should actually work.
|
22 years ago |
Eric Andersen
|
b8d09d7cfc
Cleanup the getcwd implementation (again) since I broke it
|
22 years ago |
Eric Andersen
|
505f7b2c99
Kill kernel_version.c, which is completely meaningless crap
|
22 years ago |
Eric Andersen
|
bce1aacf14
Add support for mmap64
|
22 years ago |
Eric Andersen
|
920438d85f
Add creat64
|
22 years ago |
Eric Andersen
|
90cecc75ac
Add truncate64.c
|
22 years ago |
Eric Andersen
|
afd68fb201
Create a much more careful ftruncate64 implementation, that should
|
22 years ago |
Eric Andersen
|
30bd96dabe
undefine __USE_FILE_OFFSET64, since we absolutely do _NOT_ want interfaces
|
22 years ago |
Eric Andersen
|
ae9317047b
Be certain that
|
22 years ago |
Eric Andersen
|
9116dff92e
Add support for getrlimit64 and setrlimit64. Fix some problems
|
22 years ago |
Eric Andersen
|
02c6dba4f3
Build crti.o and crtn.o with optimization enabled
|
22 years ago |
Eric Andersen
|
d1e4f21566
Oops! When I fixed the debug flags, I forgot to make things be
|
22 years ago |
Eric Andersen
|
ab717d4eb2
Do not enable debugging for initfini.s and friends. Won't work anyways.
|
22 years ago |
Eric Andersen
|
9121e41f46
Build our own crti.o and crtn.o with a cross arch method that I
|
22 years ago |
Eric Andersen
|
e356ea321c
Merge in the pthread library. This is the linuxthreads library taken from
|
23 years ago |
Eric Andersen
|
8dd9c51eb2
Fixup setjmp and longjmp so they behave themselves properly now
|
23 years ago |
Eric Andersen
|
3a0418381d
Doh! I'd included sbrk.o twice...
|
23 years ago |