Skip to content
Serenity Operating System
C++ C Shell HTML Makefile Assembly Other
Branch: master
Clone or download
awesomekling LibC: Add posix_openpt(), grantpt() and unlockpt()
This makes getting a pseudoterminal pair a little bit more portable.
Note that grantpt() and unlockpt() are currently no-ops, since we've
already granted the pseudoterminal slave to the calling user.

We also accept O_CLOEXEC to posix_openpt(), unlike some systems. :^)
Latest commit f2a0871 Feb 5, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Meta: Add GitHub Sponsors to funding options Nov 2, 2019
AK AK+IPCCompiler: Get rid of BufferStream overloads for size_t Feb 5, 2020
Applications LibC: Add posix_openpt(), grantpt() and unlockpt() Feb 5, 2020
Base Userland: useradd utility Feb 2, 2020
Demos LibGUI: Put all classes in the GUI namespace and remove the leading G Feb 2, 2020
DevTools LibC: Add posix_openpt(), grantpt() and unlockpt() Feb 5, 2020
Documentation Documentation: Explain compilation of small changes and ports Feb 1, 2020
Games LibGUI: Put all classes in the GUI namespace and remove the leading G Feb 2, 2020
Kernel Kernel: Put sys$waitid() debug logging behind PROCESS_DEBUG Feb 5, 2020
Libraries LibC: Add posix_openpt(), grantpt() and unlockpt() Feb 5, 2020
MenuApplets LibGUI: Put all classes in the GUI namespace and remove the leading G Feb 2, 2020
Meta LibCore: Put all classes in the Core namespace and remove the leading C Feb 2, 2020
Ports Ports: Add mrsh port Feb 5, 2020
Servers LibC: Add posix_openpt(), grantpt() and unlockpt() Feb 5, 2020
Shell LibCore: Put all classes in the Core namespace and remove the leading C Feb 2, 2020
Tests LibC: The exec() family of functions should not search "." by default Feb 1, 2020
Toolchain Toolchain: Fix python build script. Jan 25, 2020
Userland LibProtocol: Rename namespace LibProtocol => Protocol Feb 5, 2020
.clang-format Meta: Tweak .clang-format to not wrap braces after enums. Jun 7, 2019
.gitignore Demos: Add a dynamic linking demo to show off dlfcn methods Jan 1, 2020
.travis.yml Travis: We don't have UseIt.sh anymore :^) Dec 20, 2019
CODE_OF_CONDUCT.md Meta: Move code of conduct (lol) to a separate file Oct 23, 2019
CONTRIBUTING.md Meta: Reference CodingStyle doc in CONTRIBUTING.md Jan 8, 2020
INSTALL.md Meta: Update link to build instructions in INSTALL.md Jan 1, 2020
LICENSE Meta: Add license header to source files Jan 18, 2020
Makefile Build: Enter Libraries before AK, clean tests as separate step Jan 1, 2020
Makefile.common Welcome: Pass -m to ld to fix building with clang/lld Feb 5, 2020
Makefile.subdir Build: wrap make invocations with flock(1) Dec 28, 2019
ReadMe.md Meta: Fix typo in ReadMe Dec 29, 2019

ReadMe.md

SerenityOS

Graphical Unix-like operating system for x86 computers.

Travis CI status

About

SerenityOS is a love letter to '90s user interfaces with a custom Unix-like core. It flatters with sincerity by stealing beautiful ideas from various other systems.

Roughly speaking, the goal is a marriage between the aesthetic of late-1990s productivity software and the power-user accessibility of late-2000s *nix. This is a system by me, for me, based on the things I like.

If you like some of the same things, you are welcome to join the project. It would be great to one day change the above to say "this is a system by us, for us, based on the things we like." :^)

I regularly post raw hacking sessions and demos on my YouTube channel.

Sometimes I write about the system on my github.io blog.

I'm also on Patreon and GitHub Sponsors if you would like to show some support that way.

Screenshot

Screenshot as of 1133aca

Current features (all under development, some more mature than others)

  • Pre-emptive multitasking
  • Multithreading
  • Compositing window server
  • IPv4 networking with ARP, TCP, UDP and ICMP
  • ext2 filesystem
  • Unix-like libc and userland
  • POSIX signals
  • Shell with pipes and I/O redirection
  • mmap()
  • Purgeable memory
  • /proc filesystem
  • Local sockets
  • Pseudoterminals (with /dev/pts filesystem)
  • Filesystem notifications
  • JSON framework
  • Low-level utility library (LibCore)
  • Mid-level 2D graphics library (LibDraw)
  • High-level GUI library (LibGUI)
  • HTML/CSS engine
  • Web browser
  • C++ IDE
  • Sampling profiler with GUI
  • Emojis (UTF-8)
  • HTTP downloads
  • SoundBlaster 16 driver
  • Software-mixing sound daemon
  • WAV playback
  • Simple desktop piano/synthesizer
  • Visual GUI design tool
  • PNG format support
  • Text editor
  • IRC client
  • Simple painting application
  • DNS lookup
  • Desktop games: Minesweeper and Snake
  • Color theming
  • Ports system (needs more packages!)
  • Other stuff I can't think of right now...

How do I build and run this?

See the SerenityOS build instructions

Wanna talk?

Come chat with us in #serenityos on the Freenode IRC network.

Author

Contributors

(And many more!) Feel free to append yourself here if you've made some sweet contributions. :)

License

SerenityOS is licensed under a 2-clause BSD license.

You can’t perform that action at this time.