index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
Age
Commit message (
Expand
)
Author
2019-04-14
AK: Improve smart pointer ergonomics a bit.
Andreas Kling
2019-04-14
Kernel: Remove system.h and make the uptime global a qword.
Andreas Kling
2019-04-13
Minesweeper: Add some menus.
Andreas Kling
2019-04-13
Fix typo in makeall.sh
Andreas Kling
2019-04-13
Minesweeper: Start working on a simple minesweeper game. :^)
Andreas Kling
2019-04-12
VisualBuilder: Add some more GWidget default properties.
Andreas Kling
2019-04-12
Kernel: Spawn text editor by default while I work on it.
Andreas Kling
2019-04-11
GGroupBox: Improve appearance with new FrameShape::Box style.
Andreas Kling
2019-04-11
VisualBuilder: Start working on an interface builder application.
Andreas Kling
2019-04-10
Kernel: Remove two unneeded headers.
Andreas Kling
2019-04-10
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
Andreas Kling
2019-04-09
Kernel: Yet more work on bringing up POSIX SHM.
Andreas Kling
2019-04-09
Kernel: More work towards POSIX SHM, also add ftruncate().
Andreas Kling
2019-04-08
Kernel+LibC: Add stubs for POSIX shared memory API.
Andreas Kling
2019-04-08
Kernel: Support non-blocking connect().
Andreas Kling
2019-04-07
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
Andreas Kling
2019-04-07
Start working on a Downloader app and backing classes in LibGUI.
Andreas Kling
2019-04-06
Kernel: Oops, also moved FileDescriptor into FileSystem/, fix Makefile.
Andreas Kling
2019-04-06
Kernel: Move FIFO into FileSystem/ and Socket+LocalSocket into Net/.
Andreas Kling
2019-04-06
Kernel: Use alloc_fd() more instead of walking fd list manually.
Andreas Kling
2019-04-06
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
Andreas Kling
2019-04-05
Hack sync.sh script to retry umount after a short delay if it fails.
Andreas Kling
2019-04-05
NetworkTask: Add a combined alarm for the all network adapters.
Andreas Kling
2019-04-05
AK: Revert Eternal<T> for now since it doesn't work as intended.
Andreas Kling
2019-04-05
Kernel: Build with i686-pc-serenity-g++.
Andreas Kling
2019-04-04
Kernel: Spawn /bin/Taskbar on startup.
Andreas Kling
2019-04-03
Kernel: Bump per-process file descriptor limit to 128.
Andreas Kling
2019-04-03
Taskbar: Start working on a taskbar app.
Andreas Kling
2019-04-03
AK: Add Eternal<T> and use it in various places.
Andreas Kling
2019-04-03
Kernel: Move VM-related files into Kernel/VM/.
Andreas Kling
2019-04-03
Kernel: Tidy up kmalloc.cpp a tiny bit.
Andreas Kling
2019-04-03
Kernel: Remove unused Queue.h.
Andreas Kling
2019-04-03
Kernel: Remove Limits.h
Andreas Kling
2019-04-03
Kernel: Remove ancient nprocess and nblocked globals.
Andreas Kling
2019-04-03
Kernel: Remove unneeded kassert.h.
Andreas Kling
2019-04-03
Kernel: Remove now-unused _start.cpp
Andreas Kling
2019-04-03
Kernel: Move devices into Kernel/Devices/.
Andreas Kling
2019-04-03
Kernel: Move ELF-related files into Kernel/ELF/.
Andreas Kling
2019-04-03
Kernel: Move TTY-related files into Kernel/TTY/.
Andreas Kling
2019-04-03
Kernel: Move FS-related files into Kernel/FileSystem/
Andreas Kling
2019-04-03
Kernel: Make LoopbackAdapter eternally allocated.
Andreas Kling
2019-04-03
AK: Remove useless ktime.h
Andreas Kling
2019-04-03
AK: Clean up some of the confusion that is AK/kmalloc.{cpp,h}
Andreas Kling
2019-04-03
Kernel: Get rid of the GPL elf.h and import exec_elf.h from OpenBSD.
Andreas Kling
2019-04-02
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
Andreas Kling
2019-04-02
Kernel: Move networking related files into Kernel/Net/.
Andreas Kling
2019-04-02
Kernel: Add a LoopbackAdapter for talking to yourself via 127.0.0.1.
Andreas Kling
2019-04-01
Kernel: Spawn the Launcher by default.
Andreas Kling
2019-04-01
Kernel: Use a multiboot header instead of a convoluted two-part bootloader.
Andreas Kling
2019-04-01
Kernel: Add a blunt big process lock.
Andreas Kling
[next]