.. |
.gitignore
|
Run without SimpleMalloc locally for now.
|
2018-10-10 15:11:43 +02:00 |
AKString.h
|
Add a String::format() and use that in place of ksprintf() in the Kernel.
|
2019-01-30 16:28:51 +01:00 |
Assertions.h
|
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
|
2019-01-17 01:41:36 +01:00 |
Badge.h
|
Deallocate PTY's when they close.
|
2019-01-30 18:47:18 +01:00 |
Bitmap.h
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
Buffer.h
|
StringBuilder: Use a ByteBuffer internally instead of a Vector<String>.
|
2019-01-18 03:27:51 +01:00 |
BufferStream.h
|
Ext2FS: Factor out block list generation and writing into functions.
|
2019-01-23 03:03:44 +01:00 |
ByteBuffer.h
|
StringBuilder: Use a ByteBuffer internally instead of a Vector<String>.
|
2019-01-18 03:27:51 +01:00 |
CircularQueue.h
|
Expose the kernel log buffer through /proc/dmesg.
|
2019-01-28 22:40:55 +01:00 |
Compiler.h
|
Painter: Tell the compiler to flatten Font::draw_glyph().
|
2019-01-27 05:23:04 +01:00 |
DoublyLinkedList.h
|
Coding style fixes in AK.
|
2019-01-19 22:53:05 +01:00 |
FileSystemPath.cpp
|
Coding style fixes in AK.
|
2019-01-19 22:53:05 +01:00 |
FileSystemPath.h
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
Function.h
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
HashFunctions.h
|
Better int hashing. This was going to bite me sooner or later.
|
2018-10-27 09:33:24 +02:00 |
HashMap.h
|
Make PageDirectory store physical pages in a HashMap.
|
2018-12-31 15:10:12 +01:00 |
HashTable.h
|
Fix dumb bug in HashTable::clear().
|
2019-01-30 19:32:54 +01:00 |
InlineLinkedList.h
|
Yet another pass of style fixes.
|
2018-12-21 02:10:45 +01:00 |
kmalloc.cpp
|
Build LibC and Userland with clang as well.
|
2018-11-09 14:29:00 +01:00 |
kmalloc.h
|
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
|
2019-01-17 01:41:36 +01:00 |
kstdio.h
|
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
|
2019-01-17 01:41:36 +01:00 |
ktime.h
|
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
|
2019-01-17 01:41:36 +01:00 |
Lock.h
|
Rename SpinLock to Lock. It hasn't been a SpinLock for some time.
|
2019-01-17 16:25:02 +01:00 |
Makefile
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
MappedFile.cpp
|
Start fixing up AK to work inside the kernel.
|
2018-10-16 13:59:28 +02:00 |
MappedFile.h
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
Noncopyable.h
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
OwnPtr.h
|
Support inserting a newline.
|
2018-12-05 01:43:07 +01:00 |
printf.cpp
|
Implement basic chmod() syscall and /bin/chmod helper.
|
2019-01-29 04:55:08 +01:00 |
Retainable.h
|
Ext2FS: Free Ext2FSInodes when the last user releases them.
|
2019-01-01 02:38:09 +01:00 |
RetainPtr.h
|
Make page_in_from_vnode 2x faster.
|
2018-11-13 13:02:39 +01:00 |
SimpleMalloc.cpp
|
Start fixing up AK to work inside the kernel.
|
2018-10-16 13:59:28 +02:00 |
SimpleMalloc.h
|
Import all this stuff into a single repo called Serenity.
|
2018-10-10 11:53:07 +02:00 |
SinglyLinkedList.h
|
Coding style fixes in AK.
|
2019-01-19 22:53:05 +01:00 |
StdLibExtras.h
|
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
|
2019-01-17 01:41:36 +01:00 |
String.cpp
|
Add a String::format() and use that in place of ksprintf() in the Kernel.
|
2019-01-30 16:28:51 +01:00 |
StringBuilder.cpp
|
Add a String::format() and use that in place of ksprintf() in the Kernel.
|
2019-01-30 16:28:51 +01:00 |
StringBuilder.h
|
Add a String::format() and use that in place of ksprintf() in the Kernel.
|
2019-01-30 16:28:51 +01:00 |
StringImpl.cpp
|
Plug leaks in SynthFS::remove_file().
|
2018-12-28 03:09:45 +01:00 |
StringImpl.h
|
Plug leaks in SynthFS::remove_file().
|
2018-12-28 03:09:45 +01:00 |
TemporaryFile.cpp
|
Import all this stuff into a single repo called Serenity.
|
2018-10-10 11:53:07 +02:00 |
TemporaryFile.h
|
Import a simple text editor I started working on.
|
2018-12-04 00:27:16 +01:00 |
test.cpp
|
Coding style fixes in AK.
|
2019-01-19 22:53:05 +01:00 |
Traits.h
|
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
|
2019-01-17 01:41:36 +01:00 |
Types.h
|
Implement basic support for times().
|
2018-12-03 01:14:19 +01:00 |
Vector.h
|
Coding style fixes in AK.
|
2019-01-19 22:53:05 +01:00 |
Weakable.h
|
Start using WeakPtr for some of the WindowManager window pointers.
|
2018-10-13 17:00:45 +02:00 |
WeakPtr.h
|
Add basic GUI API for creating labels and buttons.
|
2019-01-13 05:03:17 +01:00 |