Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-15 | pwd: Fully implement fgetpwent_r/getpwent_r | Samuel Holland | 1 | -45/+74 | |
These functions require a deep copy of the structure into the caller-provided buffer. Also make sure to store NULL in result on error. Use the stream to differentiate the two functions and avoid duplication. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2018-01-14 | global: Format the code consistently | Samuel Holland | 1 | -11/+19 | |
* Apply clang-format. * Change all comments to the same style. * Add braces as dictated by the coding style guidelines. Signed-off-by: Samuel Holland <samuel@sholland.org> | |||||
2017-07-28 | libgcompat: add getpwent_r() and fgetpwent_r() stubs | William Pitcock | 1 | -0/+55 | |