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
/
Syscall.h
Age
Commit message (
Expand
)
Author
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-22
Kernel: Add a mechanism for listening for changes to an inode.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
Andreas Kling
2019-07-21
Kernel+LibC: Add a dbgputch() syscall and use it for userspace dbgprintf().
Andreas Kling
2019-07-21
Kernel+LibC: Add a dump_backtrace() syscall.
Andreas Kling
2019-07-19
Kernel+Userland: Addd reboot syscall (#334)
Jesse
2019-07-18
SharedBuffer: Split the creation and share steps
Robin Burchell
2019-07-08
Kernel: Have the open() syscall take an explicit path length parameter.
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-16
Kernel/Userland: Add a halt syscall, and a shutdown binary to invoke it
Robin Burchell
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
Kernel: Syscall header should forward-declare timeval with C linkage.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
2019-06-01
Kernel: Add fchown() syscall.
Andreas Kling
2019-05-30
Kernel/LibC: Implement sched_* functionality to set/get process priority
Robin Burchell
2019-05-28
Add clang-format file
Robin Burchell
2019-05-20
Kernel: Add getpeername() syscall, and fix getsockname() behavior.
Andreas Kling
2019-05-19
Kernel+LibC: Implement getsockname() syscall.
Andreas Kling
2019-05-19
LibC: Add mmap_with_name() that names the allocation immediately.
Andreas Kling
2019-05-15
Kernel: Add a beep() syscall that beeps the PC speaker.
Andreas Kling
2019-05-10
Kernel: Add a writev() syscall for writing multiple buffers in one go.
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-04-29
Kernel+LibC: Add exit_thread() syscall.
Andreas Kling
2019-04-22
Kernel: Add a systrace() syscall and implement /bin/strace using it.
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
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-07
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
Andreas Kling
2019-03-25
LibGUI+Kernel: Add a GLock class (userspace mutex.)
Andreas Kling
2019-03-23
Kernel+LibC: Add a simple create_thread() syscall.
Andreas Kling
2019-03-13
Kernel: recvfrom() should treat the address arguments as outparams.
Andreas Kling
2019-03-13
Add support for socket send/receive timeouts.
Andreas Kling
2019-03-12
Kernel+LibC+Userland: Yet more networking bringup hacking.
Andreas Kling
2019-03-12
Kernel+LibC+Userland: Start working on an IPv4 socket backend.
Andreas Kling
2019-03-08
Add a C++ helper class for working with shared buffers.
Andreas Kling
2019-03-05
Kernel: Block a signal from being dispatched again until handler returns.
Andreas Kling
2019-03-02
Kernel+Userland: Add symlink() syscall and add "-s" flag to /bin/ln.
Andreas Kling
2019-03-01
Kernel+Userland: Implement fchmod() syscall and use it to improve /bin/cp.
Andreas Kling
2019-02-27
Add chown() syscall and a simple /bin/chown program.
Andreas Kling
2019-02-26
More compat work. Rename libraries from LibFoo.a => libfoo.a
Andreas Kling
2019-02-26
More compat work.
Andreas Kling
2019-02-22
Kernel: Pass process arguments directly on the stack.
Andreas Kling
2019-02-21
Kernel: Add link() syscall to create hard links.
Andreas Kling
2019-02-16
Kernel: Add a simple shared memory API for two processes only.
Andreas Kling
2019-02-14
Kernel: Begin implementing UNIX domain sockets.
Andreas Kling
2019-02-14
WindowServer: Convert entire API to be message-based.
Andreas Kling
2019-02-13
WindowServer: Convert the remaining menu APIs into messages.
Andreas Kling
2019-02-13
WindowServer: Refactor more of the menu APIs to be message-based.
Andreas Kling
2019-02-13
WindowServer: Begin refactoring towards a fully asynchronous protocol.
Andreas Kling
2019-02-12
Add API's and plumbing for WindowServer clients to make menus.
Andreas Kling
[next]