serenity/Servers/ProtocolServer
Andreas Kling f72e5bbb17 Kernel+LibC: Rename shared buffer syscalls to use a prefix
This feels a lot more consistent and Unixy:

    create_shared_buffer()   => shbuf_create()
    share_buffer_with()      => shbuf_allow_pid()
    share_buffer_globally()  => shbuf_allow_all()
    get_shared_buffer()      => shbuf_get()
    release_shared_buffer()  => shbuf_release()
    seal_shared_buffer()     => shbuf_seal()
    get_shared_buffer_size() => shbuf_get_size()

Also, "shared_buffer_id" is shortened to "shbuf_id" all around.
2020-02-28 12:55:58 +01:00
..
Download.cpp AK: Add basic Traits for RefPtr 2020-02-16 21:58:17 +01:00
Download.h AK: Add a forward declaration header 2020-02-14 23:31:18 +01:00
HttpDownload.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpDownload.h LibCore: Replace manual forward declarations with <LibCore/Forward.h> 2020-02-15 00:13:44 +01:00
HttpProtocol.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
HttpProtocol.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
main.cpp LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00
Makefile ProtocolServer: Delete the generated IPC endpoints on "make clean" 2019-12-30 13:47:48 +01:00
Protocol.cpp Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
Protocol.h Meta: Add license header to source files 2020-01-18 09:45:54 +01:00
ProtocolClient.ipc Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
ProtocolServer.ipc Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
PSClientConnection.cpp Kernel+LibC: Rename shared buffer syscalls to use a prefix 2020-02-28 12:55:58 +01:00
PSClientConnection.h LibCore: Reduce header dependencies of EventLoop 2020-02-15 02:09:00 +01:00