index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-11-17
LibC: isatty() should return 1 for success, 0 for error
Andreas Kling
2019-11-17
Docs: Add note about EINVAL to isatty(3)
Andreas Kling
2019-11-17
Docs: Add isatty(3) man page
Andreas Kling
2019-11-17
Kernel+LibC: Remove the isatty() syscall
Andreas Kling
2019-11-17
Docs: Add uname(1) and uname(2) man pages
Andreas Kling
2019-11-17
Kernel: Let's have sys$uname() report "i686" instead of "i386"
Andreas Kling
2019-11-17
Docs: Add info about -T and -t to crash(1)
Andreas Kling
2019-11-17
Ext2FS: Rename allocate_inode() => find_a_free_inode()
Andreas Kling
2019-11-17
Ext2FS: Writing to a slow symlink should not treat it like a fast one
Andreas Kling
2019-11-17
Ext2FS: Remove unnecessary extra cache lookup in get_inode()
Andreas Kling
2019-11-17
Ext2FS: Add some FIXME's while browsing this code
Andreas Kling
2019-11-17
Kernel: Just hang if VFS::mount_root() fails
Andreas Kling
2019-11-17
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
Andreas Kling
2019-11-17
LibDraw: Add Rect::from_two_points(Point, Point)
Andreas Kling
2019-11-17
LibC: Oopsie, add the missing semicolons to __bswap32() and __bswap64()
Andreas Kling
2019-11-17
LibC: Add back __bswap{16,32,64}() to endian.h
Andreas Kling
2019-11-17
LibC: Unbreak endian.h
Andreas Kling
2019-11-17
Kernel+SystemMonitor: Show VM region "shared" and "stack" bits in UI
Andreas Kling
2019-11-17
Kernel: Implement some basic stack pointer validation
Andreas Kling
2019-11-16
HackStudio: Move the rubber-banding state into CursorTool
Andreas Kling
2019-11-16
HackStudio: Fill the selection rubber-band with some nice alpha color
Andreas Kling
2019-11-16
LibDraw: Add support for colors with alpha in Painter::fill_rect()
Andreas Kling
2019-11-16
HackStudio: Allow rubber-band selection of widgets
Andreas Kling
2019-11-16
LibC: Move realpath() to <stdlib.h>
Andreas Kling
2019-11-16
LibC: Move the creat() and open() families to <fcntl.h>
Andreas Kling
2019-11-16
Ext2FS: Minor cleanup, remove an unused function
Andreas Kling
2019-11-16
LibC: use GCC __builtin_bswap{16,32,64} to provide __bswap functions
Ørjan Malde
2019-11-16
LibC: fix arpa/inet.h guards
Ørjan Malde
2019-11-16
LibC: properly populate endian.h
Ørjan Malde
2019-11-16
Ports: Build ncurses with --with-termlib
Andreas Kling
2019-11-16
Port: Nano
Brandon Scott
2019-11-16
LibC: Implemented getc_unlocked, stubbed flockfile
Brandon Scott
2019-11-16
LibC: Implemented mkstemp in stdlib
Brandon Scott
2019-11-16
LibC: Added missing signal flags
Brandon Scott
2019-11-16
LibC: Added execlp method and new pathconf setting
Brandon Scott
2019-11-16
LibC: Added some missing directory type constants
Brandon Scott
2019-11-16
LibC: Added additional fields to lconv struct
Brandon Scott
2019-11-16
Build: Make sure we look in Libraries/LibPthread for libraries :^)
Andreas Kling
2019-11-16
LibPthread: Implement a basic first pthread mutex
Andreas Kling
2019-11-16
Kernel: Release the big process lock while yielding in sys$yield()
Andreas Kling
2019-11-16
AK: Atomic.h needs <stddef.h> for ptrdiff_t
Andreas Kling
2019-11-15
Terminal: Add selecting whole line on triple click
Rok Povsic
2019-11-15
Meta: Add .DS_Store to .gitignore (#786)
Doc O
2019-11-15
HackStudio: Mark whitespace tokens as skippable GTextDocumentSpans
Andreas Kling
2019-11-15
GTextEditor: Allow GTextDocumentSpans to be "skippable"
Andreas Kling
2019-11-15
GTextEditor: Allow moving the cursor span-wise with Ctrl+Left/Right
Andreas Kling
2019-11-15
GTextEditor: Alt+Shift+S alphabetically sorts selected lines
ctfloyd
2019-11-15
AK: Fix leak in WeakPtr(WeakPtr&&) and WeakPtr::operator=(WeakPtr&&)
Andreas Kling
2019-11-15
Kernel: Unbreak SlabAllocator after startup-time constructors
Andreas Kling
2019-11-15
Ports: Add openssl package
MWGuy
[next]