File history
Tracking libc/malloc/dprintf.c
| Commit | Author | Date | Message |
|---|---|---|---|
4f59d3274bc2e494fe4979a7ace79de945a2f1e | Greg Haerr | 2025-09-16 | [libc] Add DEBUG_PORT= environ var for __dprintf output |
aa5e71d8dfbb71cc6e413ed75aaaa85fc4813b6 | Greg Haerr | 2025-02-15 | [libc] Rewrite mouse and debug console output to work together |
2dc1c0225d6a95d516852f2a0c3b476a37686f1 | Greg Haerr | 2025-02-07 | [libc] Have __dprintf try to open terminal/ttyS0 on QEMU for messages |
decc6c09574406ed0d714c75f8e83cb9d6fe2bd | Greg Haerr | 2025-01-01 | [libc, Watcom C] Fix gettimeofday, ctime and __amalloc debug speed |
71bafc52d22fd828b4230e3ec38a95d83b1b836 | Greg Haerr | 2024-12-18 | Add long conversion to __dprintf |
86dc6f84f2b05c7c12188a3a42e6ac896c26c78 | Greg Haerr | 2024-12-18 | Add fmemalloc debug options |
9890f0e673f9d3c7d1bd74338725e90c60bf428 | Greg Haerr | 2024-12-18 | Allow redirection of __dprintf output from console |
b9b1ecafd938fc72b9c9ea1cc4fbccf84301b6a | Greg Haerr | 2024-12-12 | [libc] Fixes to v7malloc.c for OpenWatcom |
8f8e996abff526926bb97e1acc2adcea3972f80 | Greg Haerr | 2024-12-12 | Update v7malloc to use __dprintf instead of fprintf |
f902d2bf7448462d717e734d7033a88764db425 | Greg Haerr | 2024-12-11 | [libc] Create debug version of malloc, fix near->far malloc conversion bug |