summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
48 hourslib: libc: Add POSIX symlink stubsIan Moffett
48 hourslib: libc: Add POSIX getwd() stubIan Moffett
48 hourslib: libc: Add POSIX getcwd() stubIan Moffett
48 hourslib: libc: Add POSIX dup stubsIan Moffett
48 hourslib: libc: Add POSIX unlinkat() stubIan Moffett
48 hourslib: libc: Add POSIX unlink() stubIan Moffett
48 hourslib: libc: Add POSIX fork() stubIan Moffett
4 dayslib: libc: Implement gethostname() + sethostname()Ian Moffett
4 dayslib: libc: Fix syntax issue in ctype.hIan Moffett
4 dayslib: libc: Add sysctl()Ian Moffett
5 dayslib: libc: Set 'optind' to initial value of 1Ian Moffett
5 dayslib: libc: Add initial POSIX getopt() implIan Moffett
6 dayslib: libgfx: Add SHAPE_SQUARE_BORDERIan Moffett
6 dayslib: libgfx: Simplify gfx_draw_square()Ian Moffett
6 dayslib: libgfx: Fix one line bugsIan Moffett
6 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
7 daysliboda: Add oda_movewin()Ian Moffett
7 dayslibgfx: draw: Add gfx_copy_region()Ian Moffett
7 dayslibgfx: draw: Add gfx_get_pix() functionIan Moffett
7 daysliboda: Add window cacheIan Moffett
7 daysliboda: input: Remove unused definesIan Moffett
7 daysliboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
7 daysliboda: Add initial input subsystemIan Moffett
8 dayslib: liboda: Add oda_plotwin() window plotterIan Moffett
8 dayslibgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
8 dayslibgfx: draw: Add gfx_pixel_bounds() helperIan Moffett
8 dayslib: libgfx: Move color defines to draw.hIan Moffett
8 dayslib: Introduce initial liboda sourcesIan Moffett
8 daysbuild: lib: Remove seperator line in libgfx buildIan Moffett
8 dayslib: libgfx: Add GFX_DARK and GFX_AQUAIan Moffett
9 dayslib: Introduce libgfxIan Moffett
9 daysbuild/lib: Add Makefile to libs/Ian Moffett
10 daysusr: libc: Implement additional socket routinesIan Moffett
11 daysusr: libc: Add initial ctype.hIan Moffett
13 daysusr: 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
2025-07-03usr: libc: Add POSIX getpid() and getppid()Ian Moffett
2025-07-01usr: libc: Implement ftell()Ian Moffett
2025-06-29usr: libc: Add inject() implementationIan Moffett