Truly independent web browser
Find a file
Andreas Kling fb8a1186f6 Use decltype(sizeof(void*)) as a facsimile for std::size_t.
Clang demands that the size argument to the various operator new()'s
to be exactly whatever it thinks std::size_t is.

Since we can't include STL headers, this little trick will do.
2018-12-02 23:48:19 +01:00
AK Use decltype(sizeof(void*)) as a facsimile for std::size_t. 2018-12-02 23:48:19 +01:00
Base/etc Make bash-2.05b build with minimal changes. 2018-11-17 00:14:07 +01:00
Kernel Make it possible to build the Kernel on a macOS host. 2018-12-02 23:34:50 +01:00
LibC Add TIOCGWINSZ ioctl so userland can determine terminal geometry. 2018-11-29 03:45:23 +01:00
Userland Add TIOCGWINSZ ioctl so userland can determine terminal geometry. 2018-11-29 03:45:23 +01:00
VirtualFileSystem Make it possible to build the Kernel on a macOS host. 2018-12-02 23:34:50 +01:00
Widgets Make the widgets code build on macOS. 2018-12-02 23:41:10 +01:00
.gitignore Add simplified mmap() and munmap() syscalls. 2018-10-24 09:48:41 +02:00