bird/sysdep/unix
Maria Matejka 24493e9169 Fixed undefined behavior on signals.
The C11 specification allows only sig_atomic_t and _Atomic variable
access. All other accesses to global variables are undefined behavior.

Using int was probably OK on x86 and x86_64; yet there were some reports
from other architectures (especially some MIPS) that in rare cases,
after issuing SIGHUP, BIRD did strange things.
2019-10-04 20:52:07 +02:00
..
config.Y Nest: Fix help for 'graceful restart' command 2019-09-23 14:52:31 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
endian.h OpenBSD port related changes. 2009-05-11 01:32:49 +02:00
io.c Fixed undefined behavior on signals. 2019-10-04 20:52:07 +02:00
krt.c Merge branch 'master' into mq-filter-stack 2019-07-03 11:12:25 +02:00
krt.h Nest: Removing separate tmpa from route propagation 2018-05-30 17:08:49 +02:00
krt.Y Dynamic attributes definition split whether it is bitmask or not. 2019-07-03 00:00:11 +02:00
log.c Log: Fixed race condition in reconfigure while BFD is running 2019-07-30 12:26:37 +02:00
main.c Fixed undefined behavior on signals. 2019-10-04 20:52:07 +02:00
Makefile Unit Testing for BIRD 2016-11-09 16:36:34 +01:00
random.c Split random number functions off io.c, so that they can be documented 2000-06-05 11:46:40 +00:00
unix.h Fixed undefined behavior on signals. 2019-10-04 20:52:07 +02:00