summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-08lib: libc: Add POSIX fork() stubIan Moffett
2025-08-08kernel: acpi: Add GAS I/O access definitionsIan Moffett
2025-08-08kernel: acpi: Add handling of GPEs and notifyIan Moffett
2025-08-07usr: sysctl: Add parsing for 'hw.machine'Ian Moffett
2025-08-07kernel: sysctl: Add 'hw.machine' variableIan Moffett
2025-08-07usr.sbin: init: Refactor init_hostname()Ian Moffett
2025-08-07usr.bin: sysctl: Remove extra newlineIan Moffett
2025-08-07kernel: descrip: Fix byte count on read()Ian Moffett
2025-08-07usr.bin: sysctl: Support non 'kern.*' variablesIan Moffett
2025-08-07usr.bin: fetch: Remove unused globalIan Moffett
2025-08-07kernel: sysctl: Report 'hw.*' variablesIan Moffett
2025-08-06usr.sbin: init: Add basic loggingIan Moffett
2025-08-06usr.bin: osh: Add true hostname to promptIan Moffett
2025-08-06usr.sbin: init: Set hostname to /etc/hostnameIan Moffett
2025-08-06kernel: sysctl: Set 'oldlenp' to NULL if neededIan Moffett
2025-08-06lib: libc: Implement gethostname() + sethostname()Ian Moffett
2025-08-06kernel: sysctl: Add 'kern.hostname' varIan Moffett
2025-08-06kernel: Do not blacklist AHCIIan Moffett
2025-08-06kernel: sysctl: Allow 'old*' fields to be NULLIan Moffett
2025-08-06kernel: sysctl: Be sure to set 'newlen' in argsIan Moffett
2025-08-06kernel: sysctl: Add sysctl_clearstr()Ian Moffett
2025-08-06lib: libc: Fix syntax issue in ctype.hIan Moffett
2025-08-06project: Bump version to 2.6Ian Moffett
2025-08-06usr: fetch: Add CPU brand informationIan Moffett
2025-08-06usr.bin: Add 'sysctl' programIan Moffett
2025-08-06lib: libc: Add sysctl()Ian Moffett
2025-08-06kernel: vcache: Include '\0' in sysctl stringIan Moffett
2025-08-06man: cat(1): Add description of flagsIan Moffett
2025-08-06usr.bin: cat: Add the '-n' and '-b' flagsIan Moffett
2025-08-06lib: libc: Set 'optind' to initial value of 1Ian Moffett
2025-08-06lib: libc: Add initial POSIX getopt() implIan Moffett
2025-08-06kernel: sysctl: Use user headers ifndef _KERNELIan Moffett
2025-08-06Merge branch 'expt' of github.com:sigsegv7/Hyra into exptIan Moffett
2025-08-06kernel/amd64: Limit frame depth in backtraceIan Moffett
2025-08-06kernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
2025-08-06kernel/amd64: Add better checks on 'rbp' and 'rip'Ian Moffett
2025-08-05lib: libgfx: Add SHAPE_SQUARE_BORDERIan Moffett
2025-08-05lib: libgfx: Simplify gfx_draw_square()Ian Moffett
2025-08-04lib: libgfx: Fix one line bugsIan Moffett
2025-08-04kernel: socket: Fake success on missing optIan Moffett
2025-08-04kernel: socket: Fix typo in commentIan Moffett
2025-08-04kernel & libc: Add POSIX setsockopt syscallIan Moffett
2025-08-04kernel: socket: Implement recv() timeoutIan Moffett
2025-08-04kernel: socket: Add POSIX setsockopt()Ian Moffett
2025-08-04kernel: socket: Fix typo in code commentIan Moffett
2025-08-04kernel: sched: Add sched_suspend()Ian Moffett
2025-08-04kernel: socket: Refactor recv() implIan Moffett
2025-08-04kernel: socket: Zero newly allocated 'ksock'Ian Moffett
2025-08-04liboda: Add oda_movewin()Ian Moffett
2025-08-04libgfx: draw: Add gfx_copy_region()Ian Moffett