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
/
API
Age
Commit message (
Expand
)
Author
2022-03-18
Kernel: Mark `serenity_dev_` functions as static
Brian Gianforcaro
2022-03-16
Kernel: Define IF_NAMESIZE in net/if.h
Linus Groh
2022-03-09
Kernel: Mark sys$lseek() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$emuctl() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$chmod() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$fchmod() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$dup2() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$ftruncate() as not needing the big lock
Andreas Kling
2022-03-09
Kernel: Mark sys$fstatvfs() as not needing the big lock
Andreas Kling
2022-03-09
LibC: Add ioctls for VirGL
Sahan Fernando
2022-03-08
Kernel: Remove an unused fd_set.h import
Tim Schumacher
2022-03-08
Kernel: Mark sys$fsync() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$readlink() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$stat() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$fstat() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$fchdir() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$chdir() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$getcwd() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$realpath() as not needing the big lock
Andreas Kling
2022-03-08
Kernel: Mark sys$anon_create() as not needing the big lock
Andreas Kling
2022-03-07
Kernel: Wrap HIDManagement keymap data in SpinlockProtected
Andreas Kling
2022-03-04
Kernel: Fill some siginfo and ucontext fields on SA_SIGINFO
Ali Mohammad Pur
2022-03-04
Kernel: Add support for SA_SIGINFO
Ali Mohammad Pur
2022-02-28
Kernel: Add getrusage() syscall
Lucas CHOLLET
2022-02-14
Kernel/Profiling: Add profiling to read syscall
Jakub Berkop
2022-02-13
Kernel: Expose maximum argument limit in sysconf
Andrew Kaster
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2022-01-23
Kernel/Devices: Introduce the Device Control Device
Liav A
2022-01-20
Kernel: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-12
Kernel+LibC+LibCore+UE: Implement `fchmodat(2)`
Daniel Bertalan
2022-01-09
Everywhere: Add `serenity_dev_{makedev,major,minor}`
Michel Hermier
2022-01-08
Kernel: Remove EWHYTHO error code :^)
Andreas Kling
2022-01-04
Kernel: Update key_code_count
Aatos Majava
2022-01-03
Kernel: Allow backspace '\b' to be remapped
Corey Williamson
2022-01-01
Kernel+LibC+LibCore: Add lchown and fchownat functions
circl
2021-12-29
Kernel: Add EPROMISEVIOLATION as a kernel ErrnoCode
Brian Gianforcaro
2021-12-29
Kernel+LibC: Add ECANCELED errno value
Daniel Bertalan
2021-12-28
Kernel: Implement and use the syscall/sysret instruction pair on x86_64
Owen Smith
2021-12-28
Kernel: Add _SC_MAPPED_FILES sysconf API
Brian Gianforcaro
2021-12-28
LibC: Add in6addr_loopback and IN6ADDR_LOOPBACK_INIT constant
Brian Gianforcaro
2021-12-23
Kernel+UE+LibC: Store address as void* in SC_m{re,}map_params
Daniel Bertalan
2021-12-23
Kernel+UE: Add MAP_FIXED_NOREPLACE mmap() flag
Daniel Bertalan
2021-12-22
LibC: Add support for `posix_madvise(..)`
Brian Gianforcaro
2021-12-22
Kernel: Add the si_errno and si_band siginfo_t members
Idan Horowitz
2021-12-22
Kernel: Move userspace virtual address range base to 0x10000
Idan Horowitz
2021-12-22
Kernel+LibC: Stub out getifaddrs() and freeifaddrs()
Idan Horowitz
2021-12-22
Kernel+LibC: Stub out if_nameindex() and if_freenameindex()
Idan Horowitz
2021-12-22
Kernel: Define and return the ARPHRD_* device type in SIOCGIFHWADDR
Idan Horowitz
2021-12-21
Kernel: Implement sysconf(_SC_SYMLOOP_MAX)
Martin Bříza
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
[prev]
[next]