index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Base
/
etc
/
passwd
Age
Commit message (
Expand
)
Author
2021-08-12
Base: Make /bin/Shell the login shell by default
Jean-Baptiste Boric
2021-06-06
Clipboard: Remove unnecessary UID separation
Andreas Kling
2021-06-06
NotificationServer: Remove unnecessary UID separation
Andreas Kling
2021-05-22
Userland: Remove SymbolServer and the "symbol" user+group
Andreas Kling
2021-05-06
Base: Remove unnecessary UID separation of multi-process Browser
Andreas Kling
2021-05-01
Ports: Use sendfd()/recvfd() for mm_send_fd()/mm_receive_fd()
Gunnar Beutner
2021-04-25
Services: Rename ProtocolServer to RequestServer
DexesTTP
2021-04-25
Services: Add a WebSocket service
DexesTTP
2021-02-04
SymbolServer: Add symbolication service for out-of-process ELF parsing
Andreas Kling
2020-07-28
Userland: Make su require passwords
Peter Elliott
2020-06-22
ImageDecoder: Add a new service for out-of-process image decoding :^)
Andreas Kling
2020-06-17
WebContent: Start work on browser process separation :^)
Andreas Kling
2020-05-14
Clipboard: Move the system clipboard to a dedicated service process :^)
Andreas Kling
2020-03-31
Base: Change root user home directory from `/` to `/root`
Brendan Coles
2020-02-16
NotificationServer: Add a system service for desktop notifications
Andreas Kling
2020-02-16
Base: Run WindowServer as a separate "window" user
Andreas Kling
2020-01-11
Base: Run ProtocolServer as a separate "protocol" user
Andreas Kling
2020-01-09
Base: Add a "lookup" user+group that runs LookupServer
Andreas Kling
2019-02-21
Kernel+Userland: Implement setuid() and setgid() and add /bin/su
Andreas Kling
2019-02-10
Base: Rename /users to /home.
Andreas Kling
2019-01-30
Rename the default user to "anon" and give him a home directory.
Andreas Kling
2018-10-31
Add getpwent() family of functions to LibC.
Andreas Kling