Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-06 | shared: rename condition-util.[ch] to condition.[ch] | Lennart Poettering | |
Now that we only have one file with condition implementations around, we can drop the -util suffix and simplify things a bit. | |||
2014-07-21 | networkd: netdev - split NetDev struct into per-kind structs | Tom Gundersen | |
Similarly to how unit types work. | |||
2014-07-18 | change type for address family to "int" | Lennart Poettering | |
Let's settle on a single type for all address family values, even if UNIX is very inconsitent on the precise type otherwise. Given that socket() is the primary entrypoint for the sockets API, and that uses "int", and "int" is relatively simple and generic, we settle on "int" for this. | |||
2014-07-14 | networkd: netdev - introduce vtable for netdev kinds | Tom Gundersen | |
Split each netdev kind into its own .h/.c. |