index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibC
Age
Commit message (
Expand
)
Author
2019-05-14
malloc: Make it possible to recycle big allocation blocks as well.
Andreas Kling
2019-05-13
Feature/pidof (#31)
GuillaumeGas
2019-05-13
LibC+Shell: Make system() actually work.
Andreas Kling
2019-05-10
LibC: Oops, I forgot to commit sys/uio.{cpp,h} yesterday.
Andreas Kling
2019-05-10
Kernel: Add a writev() syscall for writing multiple buffers in one go.
Andreas Kling
2019-05-08
Toolchain: Make sure everything ends up in the right place in Root/
Andreas Kling
2019-05-03
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
Andreas Kling
2019-05-03
LibC: Add strcoll() and strxfrm().
Andreas Kling
2019-05-02
LibC: Tune the number of ChunkedBlocks we keep around empty.
Andreas Kling
2019-05-02
LibC: Move full ChunkedBlocks to a separate list in the allocator.
Andreas Kling
2019-05-02
LibC: free() should move kept empty ChunkedBlocks to the end of the list.
Andreas Kling
2019-05-02
LibC: free() should return free blocks back to the operating system.
Andreas Kling
2019-05-02
LibC: Improve malloc() mmap names somewhat.
Andreas Kling
2019-05-02
LibC: Implement a simple freelist-based malloc() with size classes.
Andreas Kling
2019-04-30
LibC: Log all malloc() calls if LIBC_LOG_MALLOC is set.
Andreas Kling
2019-04-29
LibC: Oops, exit_thread() never returns.
Andreas Kling
2019-04-29
Kernel+LibC: Add exit_thread() syscall.
Andreas Kling
2019-04-29
Toolchain: The toolchain script is now working 🎉
VAN BOSSUYT Nicolas
2019-04-29
Toolchain: Useit.sh finish and added an install target for the libc's Makefil...
VAN BOSSUYT Nicolas
2019-04-27
LibC: Make the malloc()/free() scrubbing runtime optional (default on.)
Andreas Kling
2019-04-27
LibC: Add dummy pthread.h for GCC build.
Andreas Kling
2019-04-27
LibC: Make fwrite() buffered.
Andreas Kling
2019-04-27
LibC: Various stdio correctness fixes.
Andreas Kling
2019-04-26
LibC: Add execvpe() and make execvp()'ed children inherit environment.
Andreas Kling
2019-04-26
LibC: Update stdio stream error state in more places.
Andreas Kling
2019-04-23
Put assertions behind a DEBUG flag to make it easy to build without them.
Andreas Kling
2019-04-23
Do a pass of compiler warning fixes.
Andreas Kling
2019-04-22
Kernel: Add a systrace() syscall and implement /bin/strace using it.
Andreas Kling
2019-04-22
LibC: Return a default locale from localeconv(). (For GCC 8.3.0)
Andreas Kling
2019-04-22
LibC: Add sched_yield(), needed for GCC 8.3.0 build.
Andreas Kling
2019-04-21
Include Makefile.common in all other Makefiles.
Andreas Kling
2019-04-21
LibC: Minor compat tweak, move struct timezone to sys/time.h
Andreas Kling
2019-04-20
Kernel: Remove "restorer" field from SignalActionData.
Andreas Kling
2019-04-20
Sprinkle use of AK::Vector in various places.
Andreas Kling
2019-04-20
LibC: Get rid of the now-unneeded AK/kmalloc.cpp
Andreas Kling
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-04-18
LibC: stddbg should be opened with O_CLOEXEC.
Andreas Kling
2019-04-18
Kernel+LibC: Add a DebugLogDevice that forwards everything to I/O port 0xe9.
Andreas Kling
2019-04-17
LibC: Bring the C library close enough to newlib to trick GCC.
Andreas Kling
2019-04-16
AK: Try to use StringViews more for substrings and splitting.
Andreas Kling
2019-04-09
Kernel: More work towards POSIX SHM, also add ftruncate().
Andreas Kling
2019-04-08
Kernel+LibC: Add stubs for POSIX shared memory API.
Andreas Kling
2019-04-07
Kernel+Userland: Add the rename() syscall along with a basic /bin/mv.
Andreas Kling
2019-04-05
AK: Fix problem when building i686-pc-serenity toolchain from scratch.
Andreas Kling
2019-04-05
LibC: Add some missing stuff in stdint.h for libstdc++.
Andreas Kling
2019-04-04
Taskbar: More bringup work. We now see a basic window list.
Andreas Kling
2019-04-03
Font: Clean up AK::MappedFile and use it for mapping font files.
Andreas Kling
2019-04-02
Move NetworkOrdered.h to AK/ since it's used in both kernel and userspace.
Andreas Kling
2019-03-30
Stopwatch: Print the result in decimal instead of hexadecimal.
Andreas Kling
2019-03-27
Kernel: Add Inode::truncate(size).
Andreas Kling
[next]