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
2 days
kernel: Add SYS_connect syscall
Ian Moffett
2 days
kernel: socket: Implement connect()
Ian Moffett
2 days
kernel: socket: Improve control message logic
Ian Moffett
2 days
kernel: socket: Block is recv queue is empty
Ian Moffett
2 days
kernel: socket: Block if cmsg queue is empty
Ian Moffett
2 days
kernel: socket: Log socket owner PID on SCM_RIGHTS
Ian Moffett
2 days
kernel: socket: Create a socket file in /tmp/
Ian Moffett
2 days
kernel: socket: Keep track of socket owner
Ian Moffett
3 days
sys: types: Use internal typenames for typedefs
Ian Moffett
3 days
kernel: descrip: Add 'td' parameter to fd routines
Ian Moffett
3 days
etc: oemu: Add examples for LSR and LSL
Ian Moffett
3 days
usr: libc: Add initial ctype.h
Ian Moffett
3 days
oemu: cpu: Add decoding for shiftinstruction
Ian Moffett
3 days
oasm: Introduce logical shift operations
Ian Moffett
5 days
etc: oemu: Fix conflict in test-00.s
Ian Moffett
5 days
kernel: socket: Ensure AF_UNIX in recvmsg()
Ian Moffett
5 days
kernel: Add SYS_sendmsg and SYS_recvmsg
Ian Moffett
5 days
kernel: socket: Add initial SCM + CMSG impl
Ian Moffett
5 days
kernel: uio: Add iovec copyin/copyout routines
Ian Moffett
5 days
kernel: posix: Add POSIX 'uio'
Ian Moffett
5 days
kernel: Introduce per-arch M_WORD_SIZE
Ian Moffett
5 days
usr: libc: Add libc socket functions
Ian Moffett
6 days
kernel: net: Add socket syscalls
Ian Moffett
6 days
kernel: net: Introduce initial socket impl
Ian Moffett
6 days
etc: oemu: Add XOR example to test-00.s
Ian Moffett
6 days
usr: cat: Remove extra newline
Ian Moffett
6 days
kernel: net: Add missing sys/types.h include
Ian Moffett
6 days
oemu: cpu: Add decoding for XOR instruction
Ian Moffett
6 days
oasm: Introduce XOR mnemonic
Ian Moffett
6 days
etc: oemu: Add example for 'OR' in test-00.s
Ian Moffett
6 days
oemu: cpu: Add decoding for OR instruction
Ian Moffett
6 days
oasm: Introduce OR mnemonic
Ian Moffett
6 days
oemu: cpu: Add decoding for AND instruction
Ian Moffett
6 days
oasm: Introduce AND mnemonic
Ian Moffett
7 days
kernel: vsr: Add 'td' argument for most funcs
Ian Moffett
8 days
kernel: Introduce initial VSR impl
Ian Moffett
8 days
kernel: lib: Add strdup() to string.h
Ian Moffett
8 days
kernel: termios: Add c_oflag bit defines
Ian Moffett
8 days
kernel: termios: Add compatibility flags
Ian Moffett
8 days
kernel: cons: Create seperate 'scr' var for root
Ian Moffett
8 days
oasm: Remove redundant state->last update
Ian Moffett
8 days
oasm: lex: lex_is_mro() -> tok_is_mro()
Ian Moffett
8 days
oasm: parse: "instruction" -> "token"
Ian Moffett
8 days
usr: osh: Add "!!" to repeat last command
Ian Moffett
8 days
kernel: signal: Add SIGTERM
Ian Moffett
9 days
usr: osh: Print banner from /etc/motd
Ian Moffett
9 days
usr: kstat: Add CPU percent online reporting
Ian Moffett
9 days
usr: libc: Escape '%' with '%%' in vsnprintf()
Ian Moffett
9 days
kernel: accnt: Report how many cores are halted
Ian Moffett
9 days
kernel/amd64: Keep track of which cores are online
Ian Moffett
[next]