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 年之前
..
bits e6c7d1de2a Add bswap_64 macro and uClibc_page.h. From Peter Kjellerstedt. 19 年之前
sys cb9136d984 * Added clone() system call. 22 年之前
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 年之前
__init_brk.c 9efd18d338 s/___brk_addr/__curbrk/g 20 年之前
__longjmp.S 35df59db50 Initial version of the CRIS port. 22 年之前
brk.c 9efd18d338 s/___brk_addr/__curbrk/g 20 年之前
clone.S cb9136d984 * Added clone() system call. 22 年之前
crt0.c 439fc76c8d Implement _start completely in assembler. Otherwise the compiler will 19 年之前
crti.S f4005423ee Continue the conversion to using per-arch crti.S and crtn.S 20 年之前
crtn.S f4005423ee Continue the conversion to using per-arch crti.S and crtn.S 20 年之前
fork.c d3c240368b Fixup fork implementation to provide the __libc_fork symbol 20 年之前
libc.map 35df59db50 Initial version of the CRIS port. 22 年之前
sbrk.c 9efd18d338 s/___brk_addr/__curbrk/g 20 年之前
setjmp.S 35df59db50 Initial version of the CRIS port. 22 年之前
syscall.S c03a4307a3 Do not assume a fifth argument is used with syscall(). Allocate stack 19 年之前
sysdep.S 41d65c1c06 Include features.h (without it, testing for __UCLIBC_HAS_THREADS__ 19 年之前
sysdep.h 6e112da93a Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a 20 年之前