Age | Commit message (Expand) | Author |
---|---|---|
2020-03-19 | Userland: Add functionality of changing system date in date utility | Liav A |
2020-02-18 | date: Use pledge() | Andreas Kling |
2020-02-15 | LibCore: Move LogStream::operator<< overloads into cpp files | Andreas Kling |
2020-02-11 | Userland: Use Core::DateTime | Andreas Kling |
2020-01-27 | Kernel+LibC+Userland: Switch to 64-bit time_t | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-06-07 | Userland: Run clang-format on everything. | Andreas Kling |
2019-05-04 | date: Add "-u" argument for printing current Unix timestamp. | Andreas Kling |
2019-02-03 | Userland: Make /bin/date pretty-print the date, too. | Andreas Kling |
2018-11-09 | Fix all current build warnings in the userland. | Andreas Kling |
2018-10-25 | Add gettimeofday() syscall and LibC wrappers gettimeofday() and time(). | Andreas Kling |