This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-04-14 16:46:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cb62ffbb8a75d926fa45105ff114390ece0530dd
ladybird
/
Kernel
/
API
History
Andreas Kling
e219662ce0
Kernel: Mark sys$setpgid as not needing the big lock
...
This function is already serialized by access to process protected data.
2023-04-05 11:37:27 +02:00
..
POSIX
Kernel+Userland: Make some of the POSIX types larger
2023-04-04 10:33:42 +02:00
Device.h
…
DeviceEvent.h
…
Graphics.h
…
InodeWatcherEvent.h
Kernel+LibC: Move name length constants to Kernel/API from limits.h
2023-01-21 10:43:59 -07:00
InodeWatcherFlags.h
…
Ioctl.h
Kernel+Userland: Move LibC/sys/ioctl_numbers to Kernel/API/Ioctl.h
2023-01-21 10:43:59 -07:00
kcov.h
Kernel+Userland: Unify declarations for KCOV in Kernel/API/kcov.h
2023-02-24 20:35:45 +01:00
KeyCode.h
…
MemoryLayout.h
…
MousePacket.h
…
prctl_numbers.h
Kernel: Merge {get,set}_process_name syscalls to the prctl syscall
2023-03-15 20:10:48 +01:00
serenity_limits.h
…
Syscall.h
Kernel: Mark sys$setpgid as not needing the big lock
2023-04-05 11:37:27 +02:00
SyscallString.h
…
TimePage.h
…
ttydefaults.h
Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file
2023-03-01 19:36:53 -07:00
ttydefaultschars.h
Kernel: Move TYPEDEF_* TTY macros to API/ttydefaults.h file
2023-03-01 19:36:53 -07:00
Unveil.h
…
VirGL.h
…
VirtualMemoryAnnotations.h
…