summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2019-09-24Ports: Switch to new ports system (#594)Larkin
Much redundancy is removed from package scripts with this system. It also supports simple dependency management, uninstalling (through BSD ports style plist files), cleaning up after itself (with clean, clean_dist, clean_all commands), etc.
2019-08-17Meta: Fix .gitignore excluding files under Base/Sergey Bugaev
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
Fork the IPC Connection classes into Server:: and Client::ConnectionNG. The new IPC messages are serialized very snugly instead of using the same generic data structure for all messages. Remove ASAPI.h since we now generate all of it from AudioServer.ipc :^)
2019-06-30Meta: Removed all gitignore in the source tree only keeping the root oneVAN BOSSUYT Nicolas
2019-06-07LookupServer: Load hostnamesChristopher Dumas
2019-06-01Terminal: Settings windows can be opened multiple timesChristopher Dumas
2019-04-29Meta: forgot to gitignore Toolchain/LocalVAN BOSSUYT Nicolas
2019-04-29Toolchain: GCC and binutils are now configure correctlyVAN BOSSUYT Nicolas
2019-04-29Toolchain: Added build script (wip)VAN BOSSUYT Nicolas
2019-02-22Move over to building all of userspace with i686-pc-serenity-g++.Andreas Kling
2019-02-06Kernel: Much improved BochsVGA (BXVGA) support.Andreas Kling
Instead of cowboy-calling the VESA BIOS in the bootloader, find the emulator VGA adapter by scanning the PCI bus. Then set up the desired video mode by sending device commands.
2019-01-28Tweak .gitignore.Andreas Kling
2019-01-27Tweak .gitignoreAndreas Kling
2018-10-24Add simplified mmap() and munmap() syscalls.Andreas Kling
2018-10-13Add a root .gitignore.Andreas Kling