|
|
20392c6cc1
|
LibC: Add malloc.h with some GNU extension
This adds `reallocarray`, `malloc_usable_size`, `mallinfo`, `mallinfo2`
|
2026-07-07 10:30:07 +03:00 |
|
|
|
3e16e69602
|
LibC: Implement qsort_r
This is not really required by anything but i've seen few ports
optionally use it if available. This was trivial to implement so why not
add it :^)
|
2026-07-05 01:55:57 +03:00 |
|
|
|
9ccdebcd96
|
LibC: Implement/fix mk{,o}stemp{,s}
|
2026-05-25 02:14:04 +03:00 |
|
|
|
28499b890c
|
LibC: Mark exit as noreturn
|
2026-05-04 20:26:02 +03:00 |
|
|
|
80ffde5e1e
|
LibC: Implement aligned_malloc
This is part of POSIX issue 8
|
2025-07-31 22:47:40 +03:00 |
|
|
|
4677d7a1c6
|
LibC: Update RAND_MAX INT32_MAX -> INT_MAX
|
2025-06-19 19:06:24 +03:00 |
|
|
|
8aa4e4ff1e
|
LibC: Implement clearenv
This is GNU extension but seems nice to have :D
|
2025-05-28 03:10:01 +03:00 |
|
|
|
6cda639869
|
LibC: Add stubs for tmpfile, mktemp and fchmod
|
2024-08-09 17:02:49 +03:00 |
|
|
|
5b8fdbc82d
|
LibC: Don't expose math.h in stdlib.h
|
2024-07-16 12:47:38 +03:00 |
|
|
|
c69919738b
|
BuildSystem: Move all userpace libraries under the userspace directory
As the number of libraries is increasing, root directory starts to
expand. This adds better organization for libraries
|
2024-06-18 13:14:35 +03:00 |
|