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-09-27
LibC: Make div() and ldiv() behave according to the C standard
Andreas Kling
2019-09-27
LibC: Make system() behave according to POSIX
Andreas Kling
2019-09-27
LibC: Clear any ungetc()'ed data in fflush()
Andreas Kling
2019-09-27
LibC: realpath() should assume the buffer is PATH_MAX bytes
Andreas Kling
2019-09-23
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
Andreas Kling
2019-09-23
LibC: Fix warnings in sys/cdefs.h if __BEGIN_DECLS is already defined
Andreas Kling
2019-09-22
LibC: Fix dumb off-by-two in fgets() :^)
Andreas Kling
2019-09-22
LibC: ungetc(EOF) should fail (and return EOF)
Andreas Kling
2019-09-22
LibC: Let's assert in rewind() that fseek()ing to the beginning worked
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-09-17
LibC: Ensure getopt error messages end with a newline
Sergey Bugaev
2019-09-14
LibC: Implement mkdtemp library function
Mauri de Souza Nunes
2019-09-14
LibC: Make gettid() cache the thread ID in thread-local-storage
Andreas Kling
2019-09-13
Kernel: Implement fchdir syscall
Mauri de Souza Nunes
2019-09-13
LibC: Add MAXPATHLEN to limits.h
Mauri de Souza Nunes
2019-09-12
LibC: Pass the environment as third argument to main()
Andreas Kling
2019-09-12
LibC: Add some missing errno codes
Andreas Kling
2019-09-11
LibC: fgets() shouldn't stop on '\0'
Andreas Kling
2019-09-10
LibC: Make sure perror() is consistent about the errno it prints
Andreas Kling
2019-09-08
LibC: #define errno errno
Andreas Kling
2019-09-07
LibC: Add some missing pieces in inttypes.h
Andreas Kling
2019-09-07
LibC: Make "errno" thread-specific
Andreas Kling
2019-09-06
LibC: Borrow a slightly more functional getopt()
Andreas Kling
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-09-05
LibDraw: Add emoji support to the Font class
Sergey Bugaev
2019-09-02
LibC: Support _PC_PATH_MAX in [f]pathconf
Conrad Pankoff
2019-08-26
LibThread: Move CLock to LibThread::Lock
Sergey Bugaev
2019-08-25
LibC: Add realpath
Rok Povsic
2019-08-24
LibC: Fix strtol() handling of invalid characters
Andreas Kling
2019-08-19
LibC: Write to the dbg() every time we perror() in userspace
Andreas Kling
2019-08-18
Kernel: Add framebuffer ioctls; wrap raw ioctls with a C API
Conrad Pankoff
2019-08-18
LibC: Move duplicated winsize struct definition into ioctl_numbers.h
Conrad Pankoff
2019-08-17
LibC: Fix strtol() not populating `endptr' for valid strings
Andreas Kling
2019-08-17
LibC: Implement wait()
Sergey Bugaev
2019-08-17
Kernel+LibC+Userland: Support mounting other kinds of filesystems
Sergey Bugaev
2019-08-17
Kernel: Added unmount ability to VFS
Jesse Buhagiar
2019-08-15
Kernel+LibC: Add get_process_name() syscall
Andreas Kling
2019-08-15
LibC: Fix clang-tidy warning about else-after-return in errno handling
Andreas Kling
2019-08-12
Kernel+LibC+crash: Add mprotect() syscall
Andreas Kling
2019-08-10
AK: Add a basic URL class to help us handle URL's
Andreas Kling
2019-08-05
Kernel+LibC: Support passing O_CLOEXEC to pipe()
Sergey Bugaev
2019-08-04
LibC: Define SIZE_MAX
Conrad Pankoff
2019-08-02
Kernel: mount system call (#396)
Jesse
2019-08-01
Kernel+LibC: A lot of the signal handling code was off-by-one.
Andreas Kling
2019-08-01
LibC: In fgetc(), fread() will never return < 0.
Andreas Kling
2019-07-29
Kernel+AK: Remove AK/StdLibExtras.cpp, moving kernel stuff to Kernel/.
Andreas Kling
2019-07-29
Kernel+ProcessManager: Let processes have an icon and show it in the table.
Andreas Kling
2019-07-25
LibC: Don't clobber errno in free().
Andreas Kling
2019-07-25
LibC: Make sure we always return the intended errno from execvpe().
Andreas Kling
2019-07-25
AK: Rename ValueRestorer => ScopedValueRollback.
Andreas Kling
[next]