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
2025-12-25 19:04:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
08d79c757a13c88f5525737e74aa62431d6459e7
ladybird
/
Kernel
/
API
History
Andreas Kling
08d79c757a
Kernel: Mark sys$killpg as not needing the big lock
...
Same as sys$kill, nothing here that isn't already protected by existing locks.
2023-04-04 10:33:42 +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$killpg as not needing the big lock
2023-04-04 10:33:42 +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
…