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
path:
root
/
sys
Age
Commit message (
Expand
)
Author
30 hours
kernel/aarch64: frame: Remove extra whitespace
Ian Moffett
32 hours
kernel/aarch64: Remove stray alignment directive
Ian Moffett
32 hours
kernel/aarch64: Implement initial vector stubs
Ian Moffett
32 hours
kernel/aarch64: Add intr_register() stub
Ian Moffett
37 hours
kernel/aarch64: Make stubs up to date
Ian Moffett
37 hours
kernel/aarch64: cdefs: Make halt macro proper
Ian Moffett
3 days
kernel: time: Introduce SYS_sleep
Ian Moffett
3 days
kernel: Introduce timespec struct
Ian Moffett
3 days
kernel: Remove deprecated func declaration
Ian Moffett
3 days
kernel: netinet: Implement ARP reply logic
Ian Moffett
3 days
kernel: netinet: Simply memcpy ether_saddr
Ian Moffett
4 days
kernel: rtl: Fix up includes and remove "TODO"
Ian Moffett
4 days
kernel: net: Implement IEEE 802.3 + ARP requests
Ian Moffett
4 days
kernel: Add sys/endian.h
Ian Moffett
4 days
kernel: rtl: Expose NIC properly through if_var.h
Ian Moffett
4 days
kernel: rtl: Remove TODO comment (completed)
Ian Moffett
4 days
kernel: rtl: Implement packet TX
Ian Moffett
6 days
kernel: ahci: Wait until ready before any I/O
Ian Moffett
6 days
kernel: ahci: Don't zero allocated PAs anymore
Ian Moffett
6 days
kernel: Prevent physmem clobbers + zero memory
Ian Moffett
6 days
kernel: physmem: Make globals static
Ian Moffett
6 days
kernel: cons: Clear entire screen on demand
Ian Moffett
6 days
kernel: spawn: Add argv + stub envp arguments
Ian Moffett
6 days
kernel: initramfs: Ensure n->size <= sio->len
Ian Moffett
6 days
kernel: Only free thread data on exit
Ian Moffett
6 days
kernel: exit: Don't use thread data on exit
Ian Moffett
6 days
kernel/amd64: Return stack top after stack init
Ian Moffett
8 days
kernel: elf: Ensure loadmap is zerored
Ian Moffett
8 days
kernel: pci: Add support for PCI Express
Ian Moffett
8 days
kernel: lib: Reset pad_width to 0 in vsnprintf()
Ian Moffett
8 days
kernel: pci: Add 'cam_hook' structure for PCI I/O
Ian Moffett
9 days
kernel: Deprecate kern_instl for /usr/sbin/install
Ian Moffett
9 days
kernel: ahci: Return length in sata_dev_rw()
Ian Moffett
9 days
kernel: syscall: Add SYS_lseek
Ian Moffett
9 days
kernel: filedesc: Add fd_seek() as kernel lseek()
Ian Moffett
9 days
kernel: filedesc: Add _KERNEL guard
Ian Moffett
9 days
kernel: ahci: Fix issue of undetectable devices
Ian Moffett
9 days
kernel: ahci: Improve port reset logic
Ian Moffett
10 days
kernel/amd64: bus: Make MMIO_OFFSET same as HDDM
Ian Moffett
10 days
kernel: cons: Make ANSI_BLUE a darker shade
Ian Moffett
10 days
kernel/amd64: Flush TLB per cache attr update
Ian Moffett
10 days
kernel: vfs: Add SYS_access syscall
Ian Moffett
10 days
kernel: vfs: Release vnode in vfs_dostat()
Ian Moffett
10 days
kernel: vfs: Use pathbuf in vfs_dostat()
Ian Moffett
10 days
kernel: vfs: Remove unused include
Ian Moffett
11 days
kernel: spawn: Wait on both PROC_SLEEP + PROC_ZOMB
Ian Moffett
11 days
kernel: spawn: Set PROC_WAITED before td enqueue
Ian Moffett
11 days
kernel: exit: Ensure PROC_WAITED is unset on exit
Ian Moffett
11 days
usr: libc: Add stat() in sys/stat.h
Ian Moffett
11 days
kernel: physmem: Only set bits if memory is found
Ian Moffett
[next]