Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling | |
These types can be picked up by including <AK/Types.h>: * u8, u16, u32, u64 (unsigned) * i8, i16, i32, i64 (signed) | |||
2019-07-01 | Kernel+Userland: Convert /proc/df to JSON. | Andreas Kling | |
2019-06-22 | printf: Oops, '-' is the left padding modifier, not ' '. | Andreas Kling | |
It's kinda funny how I can make a mistake like this in Serenity and then get so used to it by spending lots of time using this API that I start to believe that this is how printf() always worked.. | |||
2019-06-07 | Userland: Run clang-format on everything. | Andreas Kling | |
2019-02-25 | More moving towards using signed types. | Andreas Kling | |
I'm still feeling this out, but I am starting to like the general idea. | |||
2019-02-21 | Add a simple /bin/df which gathers its info from /proc/df. | Andreas Kling | |