ladybird/Libraries
Andreas Kling c110cf193d Kernel: Have the open() syscall take an explicit path length parameter.
Instead of computing the path length inside the syscall handler, let the
caller do that work. This allows us to implement to new variants of open()
and creat(), called open_with_path_length() and creat_with_path_length().
These are suitable for use with e.g StringView.
2019-07-08 20:01:49 +02:00
..
LibC Kernel: Have the open() syscall take an explicit path length parameter. 2019-07-08 20:01:49 +02:00
LibCore StringView: Rename characters() to characters_without_null_termination(). 2019-07-08 15:38:44 +02:00
LibGUI Kernel: Have the open() syscall take an explicit path length parameter. 2019-07-08 20:01:49 +02:00
LibHTML LibHTML: Create anonymous blocks around inline children of blocks. 2019-07-08 17:42:23 +02:00
LibM Libraries: Unbreak "make install" with new directory locations. 2019-07-04 16:41:42 +02:00