ladybird/Userland
Gunnar Beutner 0ca5a393d1 SystemServer: Improve error message when execv() fails
Previously perror() would just tell us that the file specified
for execv() doesn't exist.
2021-06-17 11:03:51 +02:00
..
Applets Applets/Network: Replace fprintf(stderr) with dbgln() 2021-05-31 17:44:01 +01:00
Applications LibJS: Replace Object's create_empty() with create() taking a prototype 2021-06-16 22:49:04 +01:00
Demos CatDog: Enhance the speech bubble artificial intelligence 2021-06-07 21:52:16 +02:00
DevTools HackStudio: Indicate git changes in the editor's gutter 2021-06-13 12:33:15 +01:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Solitaire: Disable filling with background color during end animation 2021-06-13 19:29:52 +01:00
Libraries LibJS: Throw a syntax error when an identifier is a reserved word 2021-06-17 10:56:11 +02:00
Services SystemServer: Improve error message when execv() fails 2021-06-17 11:03:51 +02:00
Shell Shell: Remove unused InlineLinkedList header include 2021-06-16 10:40:01 +02:00
Utilities js: Add print_number method and use it to print out TypedArray values 2021-06-17 02:20:03 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00