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
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
2018-10-30
Fix bug where Console::the() was initialized too late.
Andreas Kling
2018-10-30
Add sys$ttyname_r and ttyname_r() + ttyname().
Andreas Kling
2018-10-30
Virtual consoles kinda work!
Andreas Kling
2018-10-29
Okay let's just not have this broken locking at all right now.
Andreas Kling
2018-10-29
Fix broken SpinLock.
Andreas Kling
2018-10-28
Add basic symlink support.
Andreas Kling
2018-10-28
Add sys$set_mmap_name and use it from LibC's malloc.
Andreas Kling
2018-10-27
Implement waitpid() support for getting the waitee's exit code.
Andreas Kling
2018-10-27
Use Unix::stat for sys$lstat().
Andreas Kling
2018-10-26
Add sys$uname() and a /bin/uname utility.
Andreas Kling
2018-10-26
Implement sys$chdir() and teach sh+ls to cd around and browse different dirs.
Andreas Kling
2018-10-26
Implement argc/argv support for spawned tasks.
Andreas Kling
2018-10-26
Add sys$gethostname and /bin/hostname
Andreas Kling
2018-10-25
Add gettimeofday() syscall and LibC wrappers gettimeofday() and time().
Andreas Kling
2018-10-25
Add a "sleep" syscall that sleeps for N seconds.
Andreas Kling
2018-10-24
Add a "pwd" utility to userland.
Andreas Kling
2018-10-24
Add an lstat() syscall and use it to make "ls" nicer.
Andreas Kling
2018-10-24
Lots of hacking to make a very simple "ls" utility.
Andreas Kling
2018-10-24
Add simplified mmap() and munmap() syscalls.
Andreas Kling
2018-10-24
Add a simplified waitpid() so that sh can wait on spawned commands.
Andreas Kling
2018-10-23
Generalize the SpinLock and move it to AK.
Andreas Kling
2018-10-23
Various things:
Andreas Kling
[prev]
[next]