0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/sysdep/unix
Maria Matejka ddf698ec99 Renamed nest/rt.h back to nest/route.h
Some [redacted] (yes, myself) had a really bad idea
to rename nest/route.h to nest/rt.h while refactoring
some data structures out of it.

This led to unnecessarily complex problems with
merging updates from v2. Reverting this change
to make my life a bit easier.

At least it needed only one find-sed command:

    find -name '*.[chlY]' -type f -exec sed -i 's#nest/rt.h#nest/route.h#' '{}' +
2023-10-29 16:29:26 +01:00
..
alloc_test.c Fixed a bug in hot page global storage 2023-05-06 10:50:32 +02:00
alloc.c Fixed a bug in hot page global storage 2023-05-06 10:50:32 +02:00
config.Y Logging: fixed size logfiles behaving as mmapped ringbuffers 2023-09-24 20:43:04 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
domain.c Refactoring of domains connected to pools 2023-04-25 09:52:28 +02:00
endian.h OpenBSD port related changes. 2009-05-11 01:32:49 +02:00
io-loop.c Logging now doesn't lock with each message 2023-09-24 20:43:04 +02:00
io-loop.h Threads: added a generic method to run in all threads 2023-09-24 20:40:07 +02:00
io.c Merge commit '5121101136cb80151a9361c63dc4822afeb44eef' into thread-next 2023-10-12 14:12:33 +02:00
krt.c Renamed nest/rt.h back to nest/route.h 2023-10-29 16:29:26 +01:00
krt.h Merge commit '534d0a4b' into thread-next 2022-08-05 10:37:53 +02:00
krt.Y Conf: Allowing keyword redefinition 2022-05-04 15:39:21 +02:00
log.c Merge commit 'fc9d471b' into thread-next 2023-10-28 23:42:21 +02:00
main.c Renamed nest/rt.h back to nest/route.h 2023-10-29 16:29:26 +01:00
Makefile Fixed a bug in hot page global storage 2023-05-06 10:50:32 +02:00
random.c sysdep: Add wrapper to get random bytes - update 2021-06-06 16:26:06 +02:00
unix.h Logging: fixed size logfiles behaving as mmapped ringbuffers 2023-09-24 20:43:04 +02:00