index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibC
Age
Commit message (
Expand
)
Author
2019-11-18
Kernel+LibPthread: pthread_create handles pthread_attr_t
Andrew Kaster
2019-11-18
LibC: Add O_ACCMODE to fcntl.h
Dan MacDonald
2019-11-17
LibC: jmp_buf and sigjmp_buf should be distinct types
Andreas Kling
2019-11-17
LibC: isatty() should return 1 for success, 0 for error
Andreas Kling
2019-11-17
Kernel+LibC: Remove the isatty() syscall
Andreas Kling
2019-11-17
Kernel+LibPthread+LibC: Create secondary thread stacks in userspace
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: Implement some basic stack pointer validation
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
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
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-14
LibC: open/openat: Make sure path is not a nullptr before dereferencing
Till Mayer
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-11
LibC, LibM: Add functions needed to compile python3
Emanuel Sprung
2019-11-10
LibC: Add strtok_r() and make strtok() a wrapper around it
Andreas Kling
2019-11-10
Kernel+LibC: Implement the openat() syscall
Andreas Kling
2019-11-10
LibC: Implement a very naive mbtowc()
Andreas Kling
2019-11-10
LibC: iconv.h needs stddef.h for size_t
Andreas Kling
2019-11-09
LibC: Fix wrong syscall identifier for shm_unlink()
Andreas Kling
2019-11-09
LibC: shm_unlink() was making an unlink() syscall internally
Andreas Kling
2019-11-09
LibC: Minor changes to make nasm work
Paweł Cholewa
2019-11-05
Kernel: Implement O_DIRECT open() flag to bypass disk caches
Andreas Kling
2019-11-04
LibC: Implemented atof()
Jesse Buhagiar
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-11-02
Kernel+LibC: Implement clock_gettime() and clock_nanosleep()
Andreas Kling
2019-10-24
LibC: Stop stdio from adding null terminators out of bounds (#685)
Vincent Sanders
2019-10-23
Kernel: Move E2BIG calculation from Thread to Process
Andrew Kaster
2019-10-17
LibC: Better strtok implementation (string.h)
Jonah Alligood
2019-10-17
LibC: strtok is now implemented (string.h)
Jonah Alligood
2019-10-17
LibC: sys_errlist should be const char* const
Andreas Kling
2019-10-16
LibC: Remove debug spam in gethostbyname()
Andreas Kling
2019-10-15
LibC: syslog and lots of compat stuff for it
Calvin Buckley
2019-10-13
Kernel: Use word-sized entropy as much as possible in syscall
Calvin Buckley
2019-10-13
LibC: add arc4random* using new getrandom syscall
Calvin Buckley
2019-10-13
LibC: Add some wchar functions
Calvin Buckley
2019-10-13
LibC: Add missing u_* typedefs (u_char/u_short)
Calvin Buckley
2019-10-12
LibC: Add readdir_r for re-entrant directory reading (#648)
Calvin Buckley
2019-10-12
LibC: Have perror() show the input string on the debugger as well
Andreas Kling
2019-10-11
Libc: make library internal includes come from private include namespace
Vincent Sanders
2019-10-09
LibC: Add a missing mbstowcs() declaration
Sergey Bugaev
[next]