1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:07:43 +00:00
serenity/Servers/LookupServer
Andreas Kling 23bb276fcd LibC: Run constructors on process startup.
Cooperate with the compiler to generate and execute the _init_array list
of constructor functions on userspace program statup. This took two days
to get working, my goodness. :^)
2019-03-27 12:48:21 +01:00
..
.gitignore Rename DNSLookupServer => LookupServer. 2019-03-20 04:26:30 +01:00
DNSPacket.h Rename DNSLookupServer => LookupServer. 2019-03-20 04:26:30 +01:00
DNSRecord.h Rename DNSLookupServer => LookupServer. 2019-03-20 04:26:30 +01:00
main.cpp Rename DNSLookupServer => LookupServer. 2019-03-20 04:26:30 +01:00
Makefile LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00