index
:
Hyra
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
25 hours
kernel: synch: Use md_pause() in spinwait loop
Ian Moffett
25 hours
kernel: synch: Add mutual exclusion locks
Ian Moffett
26 hours
usr: libc: Add POSIX getpid() and getppid()
Ian Moffett
26 hours
kernel: proc: Add getpid() and getppid()
Ian Moffett
26 hours
kernel: driver: Implement driver blacklist
Ian Moffett
26 hours
kernel: driver: Assign names to all drivers
Ian Moffett
43 hours
kernel/aarch64: Add 'board_info' structure
Ian Moffett
2 days
kernel: console: Add 'show_curs' feat flag
Ian Moffett
2 days
kernel: console: Remove extra newline
Ian Moffett
3 days
kernel: console: Introduce /ctl/console/feat
main
Ian Moffett
3 days
kernel: ctlfs: Implement ctlfs write() operations
Ian Moffett
3 days
kernel: ctlfs: Add ctlfs_get_ops() to fetch ctlops
Ian Moffett
3 days
kernel: console: Introduce cons_screen features
Ian Moffett
3 days
kernel: cons_ansi: Use `scr' var for console calls
Ian Moffett
3 days
dev: uacpi: Always include machine/intr.h
Ian Moffett
4 days
usr: libc: Implement ftell()
Ian Moffett
4 days
kernel: tmpfs: Add tmpfs getattr callback
Ian Moffett
4 days
kernel: tmpfs: Add 'mode' field to tmpfs nodes
Ian Moffett
4 days
kernel: descrip: Return new offset in fd_seek()
Ian Moffett
4 days
kernel: tmpfs: Store the *real* size in a node
Ian Moffett
4 days
kernel: tmpfs: Remove debugging kprintf()
Ian Moffett
4 days
kernel: vnode: Only include vm/*.h ifdef _KERNEL
Ian Moffett
5 days
kernel: driver: Only init non-deferred drivers
Ian Moffett
5 days
kernel: syslog: Remove unused variable
Ian Moffett
5 days
rc: Execute /usr/sbin/inject on init
Ian Moffett
5 days
usr.sbin: Add 'inject' program for loading KRQs
Ian Moffett
5 days
usr: libc: Add inject() implementation
Ian Moffett
5 days
usr.bin: osh: Allow execution of direct paths
Ian Moffett
5 days
usr: Add 'echo' program to replace osh builtin
Ian Moffett
5 days
usr.bin: osh: Rename 'i' to 'buf_i'
Ian Moffett
5 days
kernel: Introduce SYS_inject syscall
Ian Moffett
5 days
usr.sbin: init: Allow start path to be overridden
Ian Moffett
5 days
build: Rename hyra-kernel to hyra.krq
Ian Moffett
5 days
usr.bin: osh: Ensure argv is zerored per command
Ian Moffett
6 days
kernel: panic: Implement fresh panic screen
Ian Moffett
6 days
kernel: panic: Remove redundant newline
Ian Moffett
6 days
kernel: syslog: Remove problematic lock
Ian Moffett
6 days
kernel/amd64: trap: Wrap regdump into a panic()
Ian Moffett
6 days
kernel/amd64: trap: Restore IPL during user traps
Ian Moffett
6 days
usr.bin: Add initial getconf impl
Ian Moffett
6 days
usr: libc: Implement POSIX sysconf()
Ian Moffett
6 days
usr: libc: Store auxiliary vector tag/value pairs
Ian Moffett
6 days
kernel: exec_elf64: Ensure '.bss' is zero filled
Ian Moffett
6 days
usr.bin: osh: Ignore tab as input
Ian Moffett
6 days
kernel: cons: Handle horizontal tabs ('\t')
Ian Moffett
6 days
usr.bin: cat: Use fgets() in cat
Ian Moffett
6 days
usr: libc: Implement fgets()
Ian Moffett
6 days
usr: libc: Implement fopen() and fclose()
Ian Moffett
7 days
kernel/amd64: mp: Give each core an idle thread
Ian Moffett
7 days
kernel: descrip: Validate operations against seal
Ian Moffett
[next]