Peter S. Mazinger a80fc77b65 All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. 18 years ago
..
bits f122662e19 Added new 'bits/atomic.h' for most of the architectures and the top-level 'include/atomic.h' to add in new atomic operations for use by NPTL. There are multiple files for PowerPC and Sparc for 'atomic.h'. I will let those architecture maintainers choose the correct file. The files come from glibc in 'sysdeps/ARCH/bits'. 19 years ago
sys 64c5a652fb Fixup PAGE_SIZE problems 20 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
Makefile.in a80fc77b65 All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. 18 years ago
__longjmp.S 075ac5a2e4 syntax touchups as suggested by Peter S. Mazinger 19 years ago
__syscall_error.c 8ba79833fb the errno settings was fixed but the return value was still being clobbered ... fix that too 19 years ago
brk.c 9efd18d338 s/___brk_addr/__curbrk/g 20 years ago
bsd-_setjmp.S 075ac5a2e4 syntax touchups as suggested by Peter S. Mazinger 19 years ago
bsd-setjmp.S 075ac5a2e4 syntax touchups as suggested by Peter S. Mazinger 19 years ago
clone.S 3417dd5c91 revert __error -> __syscall_error change since it doesnt work for clone 19 years ago
crt1.S 075ac5a2e4 syntax touchups as suggested by Peter S. Mazinger 19 years ago
crti.S 075ac5a2e4 syntax touchups as suggested by Peter S. Mazinger 19 years ago
crtn.S 075ac5a2e4 syntax touchups as suggested by Peter S. Mazinger 19 years ago
fpu_control.h 027d12aeef Patch from Atsushi Nemoto (with some additions): 20 years ago
mmap.S 27f04c4b3e grab a tiny mmap implementation from glibc 19 years ago
mmap64.S e6b5b0f238 missed one of the __error names in changing to __syscall_error 19 years ago
setjmp.S 075ac5a2e4 syntax touchups as suggested by Peter S. Mazinger 19 years ago
sigaction.c c92bfe3701 Oops. I'd left an extra invocation of sigaction in there... 21 years ago
syscall.S 71f8450fce jump straight to __syscall_error 19 years ago
vfork.S 71f8450fce jump straight to __syscall_error 19 years ago