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
39 hours
kernel: Add __aligned(n) attribute
Ian Moffett
41 hours
kernel/aarch64: frame: Remove extra whitespace
Ian Moffett
42 hours
kernel/aarch64: Remove stray alignment directive
Ian Moffett
43 hours
kernel/aarch64: Implement initial vector stubs
Ian Moffett
43 hours
kernel/aarch64: Add intr_register() stub
Ian Moffett
48 hours
kernel/aarch64: Make stubs up to date
Ian Moffett
48 hours
kernel/aarch64: cdefs: Make halt macro proper
Ian Moffett
4 days
usr: libc: Add sleep() in time.h
Ian Moffett
4 days
kernel: time: Introduce SYS_sleep
Ian Moffett
4 days
kernel: Introduce timespec struct
Ian Moffett
4 days
kernel: Remove deprecated func declaration
Ian Moffett
4 days
kernel: netinet: Implement ARP reply logic
Ian Moffett
4 days
kernel: netinet: Simply memcpy ether_saddr
Ian Moffett
5 days
kernel: rtl: Fix up includes and remove "TODO"
Ian Moffett
5 days
kernel: net: Implement IEEE 802.3 + ARP requests
Ian Moffett
5 days
kernel: Add sys/endian.h
Ian Moffett
5 days
kernel: rtl: Expose NIC properly through if_var.h
Ian Moffett
5 days
kernel: rtl: Remove TODO comment (completed)
Ian Moffett
5 days
kernel: rtl: Implement packet TX
Ian Moffett
5 days
usr.bin: Add beep command
Ian Moffett
5 days
usr: libc: Add atoi()
Ian Moffett
6 days
kernel: ahci: Wait until ready before any I/O
Ian Moffett
7 days
kernel: ahci: Don't zero allocated PAs anymore
Ian Moffett
7 days
kernel: Prevent physmem clobbers + zero memory
Ian Moffett
7 days
kernel: physmem: Make globals static
Ian Moffett
7 days
project: Bump version to 2.0
Ian Moffett
7 days
usr.bin: osh: Add builtin 'clear' command
Ian Moffett
7 days
kernel: cons: Clear entire screen on demand
Ian Moffett
7 days
usr.bin: Add 'mex' port
Ian Moffett
7 days
usr: libc: Set argc/argv when calling main()
Ian Moffett
7 days
kernel: spawn: Add argv + stub envp arguments
Ian Moffett
7 days
kernel: initramfs: Ensure n->size <= sio->len
Ian Moffett
7 days
kernel: Only free thread data on exit
Ian Moffett
7 days
kernel: exit: Don't use thread data on exit
Ian Moffett
7 days
usr: libc: Support padding of hex digits
Ian Moffett
7 days
kernel/amd64: Return stack top after stack init
Ian Moffett
7 days
usr: libc: Add printf()
Ian Moffett
9 days
kernel: elf: Ensure loadmap is zerored
Ian Moffett
9 days
kernel: pci: Add support for PCI Express
Ian Moffett
9 days
kernel: lib: Reset pad_width to 0 in vsnprintf()
Ian Moffett
9 days
kernel: pci: Add 'cam_hook' structure for PCI I/O
Ian Moffett
9 days
project: Bump version to 1.9
Ian Moffett
9 days
kernel: Deprecate kern_instl for /usr/sbin/install
Ian Moffett
9 days
usr.sbin: install: Write ISO + disklabel
Ian Moffett
9 days
kernel: ahci: Return length in sata_dev_rw()
Ian Moffett
9 days
usr.sbin: install: lseek() back to zero after wipe
Ian Moffett
9 days
usr: libc: Add lseek()
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
[next]