elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking libc/include/malloc.h
CommitAuthorDateMessage
4f59d3274bc2e494fe4979a7ace79de945a2f1eGreg Haerr2025-09-16[libc] Add DEBUG_PORT= environ var for __dprintf output
821ad59f04fb22d77d50e56b4273712e909806cGreg Haerr2025-02-25[libc] Update libc headers to allow compilation with -std=c99
2dc1c0225d6a95d516852f2a0c3b476a37686f1Greg Haerr2025-02-07[libc] Have __dprintf try to open terminal/ttyS0 on QEMU for messages
5404487ac25d74db2ed81d38222b2b4ab580147Greg Haerr2025-01-08[libc] Rename __amalloc -> _fmalloc, __dmalloc -> _dmalloc
741cc42271630470662c8ceab37201623a51937Greg Haerr2024-12-17[libc] Minor updates for 8086 toolchain commit
621510adeb5e38e7af15ee7d9fa3461e9d6793dGreg Haerr2024-12-16[libc] More memory allocation changes for 8086 toolchain
3bb1b5d92fdf2f78535eb72a83d542c21830b2fGreg Haerr2024-12-16[libc] Add malloc_usable_size, write general-purpose realloc
c7ca5c279f4d75dc6e466e9c803b0cde312713cGreg Haerr2024-12-16Add arena heap allocator!
68fe3bc200ddcbe3ad5eab2c956b814dcf65067Greg Haerr2024-12-16Rearrange some header files
b5f6cb3284fc85c424d831299e58e7bbb0bcbe1Greg Haerr2024-12-04[libc] Add proper alloca to OpenWatcom C library
e9f0c8b34f1df06179fe876050bed3e4e4e79c7Greg Haerr2024-11-19Fix calloc declaration
9405d131ef4df5d5a65726a84319f2339945a50Greg Haerr2024-11-19Improve debug=2 output
781fcd7924a36baad4272769a8bb43b7f9167bfGreg Haerr2024-11-18[kernel,libc] Add _fmemfree system call
71426965df29fad42e3e69c41e3d95a31e5dd8eGreg Haerr2024-08-20[libc] Don't export non-standard types from header files
1023449a6b5b17e6125a22be85c064bc0b9e0c2Greg Haerr2024-07-08Fix malloc compiler warnings
392af0f173792e1a92bedbf5d30a7fc894542f5tyama5012024-06-15[owc] Use seg_t and remove sys_set_ptr_seg
2420be742a7a18d4c6a990b46371947071b95a2tyama5012024-06-09[owc] Add fmemalloc syscall
e3b923f17cdfa56ae37349857092c333d721b68Greg Haerr2024-03-25[libc] Clean up C library header files
157215f5a3f6634e54242da6290613f4f4b4d5dGreg Haerr2023-01-01[libc] Cleanup C library header files
975c6d8949c7f35f32f077941229d8e2bd0bbc4Greg Haerr2022-06-09[kernel] Add fmemalloc sys call, fix fsck on 65M disks
2336de082c7b38c664f93190e60937b1caecca2Greg Haerr2020-04-22[libc] Fix memory corruption bug, reduce application heap requirements
4d33cecfc6f424558b8c99017a10211c1f59f05Jody Bruchon2020-03-09Revert "Whitespace cleanup in `elks/`"
a58acc6cc14adec09e13776709d979127663ea6Jody Bruchon2020-03-08Whitespace cleanup in `libc/`
96ac56faafd6d6091db4b82fc5b2017ff5c9f87Marcin Laszewski2020-02-21[libc] Split 'malloc'
a34b362903ca7592c3b7c7803d353fa4be72086mfld-fr2018-06-23First draft of ELKS own libc