Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-23 | build-sys: add all source files and no built files to the tar ball | Kay Sievers | |
This fully synchronizes the content of a "make dist" and a "git archive" tar ball. http://lists.freedesktop.org/archives/systemd-devel/2015-June/033214.html | |||
2015-04-11 | shared: add random-util.[ch] | Ronny Chevalier | |
2015-03-09 | Introduce loop_read_exact helper | Zbigniew Jędrzejewski-Szmek | |
Usually when using loop_read(), we want to read the full buffer. Add a helper that mirrors loop_write(), and returns 0 when full buffer was read, and an error otherwise. Use -ENODATA for the short read, to distinguish it from a read error. | |||
2014-12-11 | treewide: correct spacing near eol in code comments | Torstein Husebø | |
2014-10-03 | sd-id128: do stricter checking of random boot id | Zbigniew Jędrzejewski-Szmek | |
If we are bothering to check whether the kernel is not feeding us bad data, we might as well do it properly. CID #1237692. | |||
2014-02-19 | sd-id128: use new dev_urandom() call | Lennart Poettering | |
2014-01-25 | build-sys: merge libsystemd-id128 into libsystemd | Zbigniew Jędrzejewski-Szmek | |