Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-13 | IPv4: Dynamically allocate the UDP source port if needed. | Andreas Kling | |
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling | |
2019-01-17 | Get rid of #ifdef SERENITY. We're past that phase of bootstrapping. | Andreas Kling | |
2018-10-29 | Fix broken SpinLock. | Andreas Kling | |
The SpinLock was all backwards and didn't actually work. Fixing it exposed how wrong most of the locking here is. I need to come up with a better granularity here. | |||
2018-10-27 | Better int hashing. This was going to bite me sooner or later. | Andreas Kling | |
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling | |
2018-10-11 | Support arbitrary pointer traits. | Andreas Kling | |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling | |