summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
3 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
3 daysliboda: Add oda_movewin()Ian Moffett
3 dayslibgfx: draw: Add gfx_copy_region()Ian Moffett
3 dayslibgfx: draw: Add gfx_get_pix() functionIan Moffett
3 daysliboda: Add window cacheIan Moffett
4 daysliboda: input: Remove unused definesIan Moffett
4 daysliboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
4 daysliboda: Add initial input subsystemIan Moffett
4 dayslib: liboda: Add oda_plotwin() window plotterIan Moffett
4 dayslibgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
4 dayslibgfx: draw: Add gfx_pixel_bounds() helperIan Moffett
4 dayslib: libgfx: Move color defines to draw.hIan Moffett
4 dayslib: Introduce initial liboda sourcesIan Moffett
4 daysbuild: lib: Remove seperator line in libgfx buildIan Moffett
5 dayslib: libgfx: Add GFX_DARK and GFX_AQUAIan Moffett
5 dayslib: Introduce libgfxIan Moffett
5 daysbuild/lib: Add Makefile to libs/Ian Moffett
7 daysusr: libc: Implement additional socket routinesIan Moffett
7 daysusr: libc: Add initial ctype.hIan Moffett
10 daysusr: libc: Add libc socket functionsIan Moffett
13 daysusr: 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
2025-06-28usr: libc: Implement POSIX sysconf()Ian Moffett
2025-06-28usr: libc: Store auxiliary vector tag/value pairsIan Moffett
2025-06-28usr: libc: Implement fgets()Ian Moffett
2025-06-28usr: libc: Implement fopen() and fclose()Ian Moffett
2025-06-24usr: libc: Add realloc()Ian Moffett
2025-06-24usr: libc: Add fileno()Ian Moffett
2025-06-22libc: malloc: Add HEAP_ALIGN defineIan Moffett
2025-06-22libc: malloc: Fix typos in commentIan Moffett
2025-06-22usr: libc: Implement initial malloc() and free()Ian Moffett
2025-06-21usr: libc: Add rand() and srand()Ian Moffett
2025-06-19usr: libc: Add AARCH64 stubsIan Moffett
2025-06-19usr: libc: Look in src/arch/$(ARCH) for asm filesIan Moffett
2025-06-17usr: libc: Add sleep() in time.hIan Moffett
2025-06-15usr: libc: Add atoi()Ian Moffett
2025-06-13usr: libc: Set argc/argv when calling main()Ian Moffett