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.cpp
Age
Commit message (
Expand
)
Author
2019-01-23
Kernel: Get rid of Unix namespace.
Andreas Kling
2019-01-22
Add unlink() syscall and /bin/rm.
Andreas Kling
2019-01-22
Kernel: Support open() with O_CREAT.
Andreas Kling
2019-01-20
Make it possible for userspace to alter window title/geometry.
Andreas Kling
2019-01-18
Make it possible to invalidate only a portion of a window.
Andreas Kling
2019-01-16
Implement basic support for POSIX-style select().
Andreas Kling
2019-01-15
Add basic PTY support.
Andreas Kling
2019-01-14
Share GraphicsBitmaps between the windowing server and the client process.
Andreas Kling
2019-01-14
Start refactoring the windowing system to use an event loop.
Andreas Kling
2019-01-13
Add basic GUI API for creating labels and buttons.
Andreas Kling
2019-01-13
Start working on a GUI kernel API.
Andreas Kling
2018-12-20
Add a "syncd" kernel process that periodically calls sync().
Andreas Kling
2018-12-20
Add sync() syscall and a /bin/sync.
Andreas Kling
2018-12-19
Implement utime() along with a naive /bin/touch.
Andreas Kling
2018-12-03
Yet more coding style fixes.
Andreas Kling
2018-12-03
Implement basic support for times().
Andreas Kling
2018-12-03
More coding style changes.
Andreas Kling
2018-11-28
Implement signal() via sigaction() and get rid of sys$signal().
Andreas Kling
2018-11-18
Finally hook up the mkdir code to a syscall.
Andreas Kling
2018-11-17
Fix race condition in exec().
Andreas Kling
2018-11-17
Make bash-2.05b build with minimal changes.
Andreas Kling
2018-11-16
Reimplement tcsetattr/tcgetattr as ioctls.
Andreas Kling
2018-11-16
Add ioctl() and reimplement tcsetpgrp/tcsetpgrp as ioctls.
Andreas Kling
2018-11-11
Stub out a bunch more functions to get closer to that sweet bash build.
Andreas Kling
2018-11-11
A bunch of compat work (mostly stubs but some real implementations, too.)
Andreas Kling
2018-11-10
Some improvements to signals.
Andreas Kling
2018-11-09
Make kernel build with clang.
Andreas Kling
2018-11-09
Get rid of redundant sys$spawn now that we have fork+exec.
Andreas Kling
2018-11-08
Start working on memory-mapped files.
Andreas Kling
2018-11-07
Move the scheduler code to its own class.
Andreas Kling
2018-11-07
Implement sending signals to blocked-in-kernel processes.
Andreas Kling
2018-11-07
Make VFS test environment build again.
Andreas Kling
2018-11-07
Add some basic setgroups(), getgroups() and initgroups().
Andreas Kling
2018-11-06
Add umask().
Andreas Kling
2018-11-06
Add getppid().
Andreas Kling
2018-11-06
Change syscall naming scheme.
Andreas Kling
2018-11-06
Add some basic signal support.
Andreas Kling
2018-11-05
More work towards getting bash to build.
Andreas Kling
2018-11-05
More random compat hacking towards getting bash to build.
Andreas Kling
2018-11-05
Add geteuid() and getegid().
Andreas Kling
2018-11-03
Share code between spawn() and exec() implementations.
Andreas Kling
2018-11-03
Implemented sys$execve().
Andreas Kling
2018-11-02
Implement fork()!
Andreas Kling
2018-11-02
Add tcsetpgrp()+tcgetpgrp().
Andreas Kling
2018-11-02
Start working on sessions and process groups.
Andreas Kling
2018-11-01
Process now maps regions immediately when they are allocated.
Andreas Kling
2018-10-31
Enough compatibility work to make figlet build and run!
Andreas Kling
2018-10-31
More LibC portability work while trying to get figlet building.
Andreas Kling
2018-10-31
Implement basic sys$kill() and add a /bin/kill
Andreas Kling
2018-10-31
Pass the register dump to syscall_entry() via an argument.
Andreas Kling
[prev]
[next]