summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
3 daysusr: libc: Add initial disk engine interfaceIan Moffett
7 dayslib: libc: Add "rb" mode for fopen()Ian Moffett
7 dayslib: libc: Add isascii() in ctype.hIan Moffett
9 dayslib: libc: Add POSIX symlink stubsIan Moffett
9 dayslib: libc: Add POSIX getwd() stubIan Moffett
9 dayslib: libc: Add POSIX getcwd() stubIan Moffett
9 dayslib: libc: Add POSIX dup stubsIan Moffett
9 dayslib: libc: Add POSIX unlinkat() stubIan Moffett
9 dayslib: libc: Add POSIX unlink() stubIan Moffett
9 dayslib: libc: Add POSIX fork() stubIan Moffett
11 dayslib: libc: Implement gethostname() + sethostname()Ian Moffett
11 dayslib: libc: Fix syntax issue in ctype.hIan Moffett
11 dayslib: libc: Add sysctl()Ian Moffett
12 dayslib: libc: Set 'optind' to initial value of 1Ian Moffett
12 dayslib: libc: Add initial POSIX getopt() implIan Moffett
13 dayslib: libgfx: Add SHAPE_SQUARE_BORDERIan Moffett
13 dayslib: libgfx: Simplify gfx_draw_square()Ian Moffett
13 dayslib: libgfx: Fix one line bugsIan Moffett
13 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
14 daysliboda: Add oda_movewin()Ian Moffett
14 dayslibgfx: draw: Add gfx_copy_region()Ian Moffett
14 dayslibgfx: draw: Add gfx_get_pix() functionIan Moffett
14 daysliboda: Add window cacheIan Moffett
14 daysliboda: input: Remove unused definesIan Moffett
14 daysliboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
2025-08-03liboda: Add initial input subsystemIan Moffett
2025-08-03lib: liboda: Add oda_plotwin() window plotterIan Moffett
2025-08-03libgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
2025-08-03libgfx: draw: Add gfx_pixel_bounds() helperIan Moffett
2025-08-03lib: libgfx: Move color defines to draw.hIan Moffett
2025-08-03lib: Introduce initial liboda sourcesIan Moffett
2025-08-03build: lib: Remove seperator line in libgfx buildIan Moffett
2025-08-02lib: libgfx: Add GFX_DARK and GFX_AQUAIan Moffett
2025-08-02lib: Introduce libgfxIan Moffett
2025-08-02build/lib: Add Makefile to libs/Ian Moffett
2025-07-31usr: libc: Implement additional socket routinesIan Moffett
2025-07-31usr: libc: Add initial ctype.hIan Moffett
2025-07-28usr: libc: Add libc socket functionsIan Moffett
2025-07-25usr: libc: Escape '%' with '%%' in vsnprintf()Ian Moffett
2025-07-17lib: libc: Add waitpid()Ian Moffett
2025-07-14usr: libc: Add math.h + musl math impl portIan Moffett
2025-07-10usr: libc: Duplicate cached username with strdup()Ian Moffett
2025-07-10usr: libc: Add strdup()Ian Moffett
2025-07-10user: libc: Add crypto/sha256 supportIan Moffett
2025-07-09lib: libc: Introduce POSIX getlogin()Ian Moffett
2025-07-09kernel: ucred: Add SYS_getuidIan Moffett
2025-07-09usr: libc: Add setuid()Ian Moffett
2025-07-09usr: libc: Introduce POSIX fseek()Ian Moffett
2025-07-09usr: bin: Make 's' const within atoi()Ian Moffett
2025-07-08usr: libc: Add strtok()Ian Moffett