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. vor 18 Jahren
..
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. vor 18 Jahren
allocrtsig.c bdcefd6212 Fix pthreads to use the rt signals if present vor 22 Jahren
killpg.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
raise.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigaction.c 9febc84ad3 Update sigaction syscall names to act more like glibc. Fix the x86 sigaction vor 21 Jahren
sigaddset.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigandset.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigblock.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigdelset.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigempty.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigfillset.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
siggetmask.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sighold.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigignore.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigintr.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigisempty.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigismem.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigjmp.c a6cf8dc644 Fixup setjmp implementation so it actaully works as expected vor 22 Jahren
signal.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigorset.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigpause.c f2eb46b4e6 Sigpause was broken. Now it is fixed. vor 23 Jahren
sigrelse.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigset.c 3ab0557e5a A number of naming updates in preparation for adding in vor 22 Jahren
sigsetmask.c b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigsetops.c cd2b5379fc Fix up sig handling so it is more in sync with glibc behavior vor 22 Jahren
sigsetops.h b88ff80f70 Once again, rework the signal handling to be even more correct. We no vor 22 Jahren
sigwait.c dffe7a72fb Quick implementation of sigwait. Doesn't handle thread cancelation vor 21 Jahren
sysv_signal.c 3540c7c493 use X/Open __sysv_signal name, then use the weak name for sysv_signal vor 22 Jahren