Peter S. Mazinger 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. 18 years ago
..
bits b45363960c remove duplicated _syscall6 definitions and unify them with a define 19 years ago
sys d87c27924f Remove generated stuff, restore sh/sys/procfs.h from M. R. Brown 22 years ago
Makefile 3a7ac9c7a7 Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. 18 years ago
___fpscr_values.S 74f2f592bb move __fpscr_values out of crt0 and into libc as proposed by Daniel Jacobowitz so that libm.so links properly with newer toolchains 19 years ago
__init_brk.c 9efd18d338 s/___brk_addr/__curbrk/g 20 years ago
__longjmp.S cc90599160 need to include features.h to get uclibc defines 19 years ago
brk.c 9efd18d338 s/___brk_addr/__curbrk/g 20 years ago
clone.S 4d3c7f75e6 Stefan Allius writes: 21 years ago
crt1.S d501ad45e3 update crt0 to crt1 based heavily on glibc start.S and to sync up with __uClibc_main changes 19 years ago
crti.S f61fc3f310 Stefan Allius writes: 20 years ago
crtn.S f61fc3f310 Stefan Allius writes: 20 years ago
fpu_control.h 027d12aeef Patch from Atsushi Nemoto (with some additions): 20 years ago
longjmp.c 981799a705 use sigprocmask instead of internal __sigprocmask since __ version doesnt always exist 19 years ago
mmap.c b45363960c remove duplicated _syscall6 definitions and unify them with a define 19 years ago
pipe.c fc90506367 Fixes from M. R. Brown <mrbrown@0xd6.org> to fixup some little 22 years ago
pread_write.c f2916400b6 Patch by Carl SHAW <carl.shaw@st.com>... 20 years ago
sbrk.c 9efd18d338 s/___brk_addr/__curbrk/g 20 years ago
setjmp.S 72cf601ed0 21 years ago
syscall.c 244b9f3802 Fix trapa value for _syscall6() to conform with new sh syscall ABI. 19 years ago
syscall_error.S 4d3c7f75e6 Stefan Allius writes: 21 years ago
vfork.S 4d3c7f75e6 Stefan Allius writes: 21 years ago