Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-21 | Userland: Use uniform initialization instead of memset | Brian Gianforcaro | |
2021-02-09 | Userland: Use INET_ADDRSTRLEN for inet_ntop() buffers | Linus Groh | |
There's no point in using different, seemingly randomly sized buffers as the required size for storing an IPv4 address representation is well known (16 bytes). | |||
2021-01-12 | Userland: Move command-line utilities to Userland/Utilities/ | Andreas Kling | |