index
:
Hyra
dev
expt
main
sched-rewrite
stable
user
The Hyra Operating System
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-05-20
kernel: tty: Remove useless comment
Ian Moffett
2024-05-20
kernel: tty: Improve hook naming consistency
Ian Moffett
2024-05-19
kernel: tty: Improve comment in tty_dev_read()
Ian Moffett
2024-05-19
kernel: tty: Define TTY open hook
Ian Moffett
2024-05-19
kernel: dev: Define stub open hooks
Ian Moffett
2024-05-19
kernel: vfs: Add support for open hook
Ian Moffett
2024-05-19
kernel: vfs: Cleanup sys/vfs.h
Ian Moffett
2024-05-19
libc: Add SYS_reboot define
Ian Moffett
2024-05-19
kernel: Add reboot() and reboot syscall
Ian Moffett
2024-05-19
libc: termios: Add missing `op` arg
Ian Moffett
2024-05-19
libc: vsnprintf: Add '%d' support
Ian Moffett
2024-05-19
libc: Add auxv_entry()
Ian Moffett
2024-05-19
libc: Add termios.h with basic functions
Ian Moffett
2024-05-19
kernel: tty: Implement tty_ioctl()
Ian Moffett
2024-05-19
build: Export sys/tty.h
Ian Moffett
2024-05-19
kernel: sched: Align 'tdq_lock' on cache line size
Ian Moffett
2024-05-18
kernel: tty: Handle input processing better
Ian Moffett
2024-05-18
kernel: vcons: Move vcons_process_output() call
Ian Moffett
2024-05-18
kernel: tty: Add tty_putstr()
Ian Moffett
2024-05-18
kernel: tty: Handle ICANON
Ian Moffett
2024-05-18
kernel: syslog: Remove useless variable
Ian Moffett
2024-05-18
kernel: termios: Add ICANON flag
Ian Moffett
2024-05-17
kernel: tty: Append to ring before length check
Ian Moffett
2024-05-17
libc: Add printf()
Ian Moffett
2024-05-17
libc: Add initial vsnprintf() code
Ian Moffett
2024-05-17
docs: man: Create kconf(1)
Ian Moffett
2024-05-17
build: kconf: Ignore kconf binary
Ian Moffett
2024-05-17
build: kconf: Remove useless file
Ian Moffett
2024-05-17
kernel/amd64: machdep: Beep based on kernel config
Ian Moffett
2024-05-17
build: Introduce kconf for kernel configuration
Ian Moffett
2024-05-16
kernel: panic: Call intr_mask() first
Ian Moffett
2024-05-16
kernel: sched: Move loader code away from sched
Ian Moffett
2024-05-15
kernel/amd64: machdep: Cleanup processor_init()
Ian Moffett
2024-05-14
kernel/amd64: Fix early panic triple fault
Ian Moffett
2024-05-14
kernel/amd64: machdep: Reorganize functions
Ian Moffett
2024-05-14
kernel: init: Cleanup whitespace
Ian Moffett
2024-05-14
kernel: machdep: Add machine_panic() + panic beep
Ian Moffett
2024-05-14
kernel: isa: Add pcspkr support
Ian Moffett
2024-05-14
kernel: i8254: Add channel 2 port define
Ian Moffett
2024-05-14
kernel: tty: Add tty_attach()
Ian Moffett
2024-05-14
kernel: vsnprintf: Use int instead of int64_t
Ian Moffett
2024-05-14
kernel: devfs: Add cdev_read()
Ian Moffett
2024-05-12
kernel/amd64: i8042: Prevent blinking capslock LED
Ian Moffett
2024-05-12
kernel/amd64: isa: Add i8042 driver
Ian Moffett
2024-05-12
kernel: tty: Add initial TTY code
Ian Moffett
2024-05-12
kernel: vcons: Support ASCII_BS for backspace
Ian Moffett
2024-05-12
kernel: vcons: Don't touch termios
Ian Moffett
2024-05-07
kernel: nvme: Use PCI_BAR_MEMBASE() to fetch base
Ian Moffett
2024-05-07
kernel: pci: Add macros for fetching BAR base
Ian Moffett
2024-05-07
libc: stdlib: POSIX-compliant randomness
AptRock327
[prev]
[next]