summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 dayslib: libc: Implement gethostname() + sethostname()Ian Moffett
8 dayskernel: sysctl: Add 'kern.hostname' varIan Moffett
8 dayskernel: Do not blacklist AHCIIan Moffett
8 dayskernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
8 dayskernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
8 dayskernel: sysctl: Add sysctl_clearstr()Ian Moffett
8 dayslib: libc: Fix syntax issue in ctype.hIan Moffett
8 daysproject: Bump version to 2.6Ian Moffett
8 daysusr: fetch: Add CPU brand informationIan Moffett
8 daysusr.bin: Add 'sysctl' programIan Moffett
8 dayslib: libc: Add sysctl()Ian Moffett
8 dayskernel: vcache: Include '\0' in sysctl stringIan Moffett
8 daysman: cat(1): Add description of flagsIan Moffett
8 daysusr.bin: cat: Add the '-n' and '-b' flagsIan Moffett
8 dayslib: libc: Set 'optind' to initial value of 1Ian Moffett
8 dayslib: libc: Add initial POSIX getopt() implIan Moffett
9 dayskernel: sysctl: Use user headers ifndef _KERNELIan Moffett
9 daysMerge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
9 dayskernel/amd64: Limit frame depth in backtraceIan Moffett
9 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
9 dayskernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
10 dayslib: libgfx: Add SHAPE_SQUARE_BORDERIan Moffett
10 dayslib: libgfx: Simplify gfx_draw_square()Ian Moffett
10 dayslib: libgfx: Fix one line bugsIan Moffett
10 dayskernel: socket: Fake success on missing optIan Moffett
10 dayskernel: socket: Fix typo in commentIan Moffett
10 dayskernel & libc: Add POSIX setsockopt syscallIan Moffett
10 dayskernel: socket: Implement recv() timeoutIan Moffett
10 dayskernel: socket: Add POSIX setsockopt()Ian Moffett
10 dayskernel: socket: Fix typo in code commentIan Moffett
10 dayskernel: sched: Add sched_suspend()Ian Moffett
10 dayskernel: socket: Refactor recv() implIan Moffett
10 dayskernel: socket: Zero newly allocated 'ksock'Ian Moffett
10 daysliboda: Add oda_movewin()Ian Moffett
10 dayslibgfx: draw: Add gfx_copy_region()Ian Moffett
11 dayslibgfx: draw: Add gfx_get_pix() functionIan Moffett
11 daysliboda: Add window cacheIan Moffett
11 daysdocs: liboda: Add input management sectionIan Moffett
11 daysliboda: input: Remove unused definesIan Moffett
11 daysliboda: input: Add constant 'ODA_KEY_*' definesIan Moffett
11 daysliboda: Add initial input subsystemIan Moffett
11 daysdocs: liboda: Fix markdown codeblock highlightIan Moffett
11 dayslib: liboda: Add oda_plotwin() window plotterIan Moffett
11 dayslibgfx: draw: Add gfx_plot_point() pixel plottingIan Moffett
11 dayslibgfx: draw: Add gfx_pixel_bounds() helperIan Moffett
11 dayslib: libgfx: Move color defines to draw.hIan Moffett
11 dayslib: Introduce initial liboda sourcesIan Moffett
12 daysbuild: lib: Remove seperator line in libgfx buildIan Moffett
12 daysdocs: Add initial ODA documentationIan Moffett
12 dayslib: libgfx: Add GFX_DARK and GFX_AQUAIan Moffett