index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-10-01
np: parse: Add initial function parsing logic
Ian Moffett
2025-10-01
np: lex: Add TT_NONE token for invalid types
Ian Moffett
2025-10-01
np: Allocate memory for identifier
Ian Moffett
2025-10-01
np: init: Keep track of objects with PTRBOX
Ian Moffett
2025-10-01
kern: ptrbox: Remove debug print
Ian Moffett
2025-10-01
kern: ptrbox: Add string duplication
Ian Moffett
2025-10-01
kern: lib: Introduce pointer boxes
Ian Moffett
2025-10-01
np: lex: Return -2 on EOF
Ian Moffett
2025-10-01
np: lex: Detect colon (':')
Ian Moffett
2025-10-01
np: lex: Add left/right bracket tokens
Ian Moffett
2025-10-01
np: lex: Handle digits in the stream
Ian Moffett
2025-09-30
np: lex: Break up big token switch-case
Ian Moffett
2025-09-30
lex: np: Add lexer arithmetic operators
Ian Moffett
2025-09-30
np: lex: Detect '*' token (TT_STAR)
Ian Moffett
2025-09-30
np: lex: Annotate token types
Ian Moffett
2025-09-30
np: parse: Add initial parsing logic
Ian Moffett
2025-09-30
np: lex: Increment line number every newline
Ian Moffett
2025-09-30
np: lex: Parse identifiers and commas
Ian Moffett
2025-09-30
np: lex: Cache last char during parse
Ian Moffett
2025-09-30
np: lex: Use foward declaration of np_work
Ian Moffett
2025-09-30
np: lex: Assume identifier if no error
Ian Moffett
2025-09-30
np: lex: Add pr_error() macro for error logs
Ian Moffett
2025-09-30
kern: Add initial pirho compiler sources
Ian Moffett
2025-09-30
kern: vfs: Return vnode result in namei()
Ian Moffett
2025-09-30
libwidget: Add initial window drawing + cleanups
Ian Moffett
2025-09-30
libwidget: Set widget operations upon init
Ian Moffett
2025-09-30
libwidget: Use bigger window defaults
Ian Moffett
2025-09-30
libc: l5: Add query system call wrapper
Ian Moffett
2025-09-30
kern: mac: Add MAC resource querying
Ian Moffett
2025-09-30
kern: os: Document the mac_border structure
Ian Moffett
2025-09-30
libwidget: Initialize vram/fbdev pointer
Ian Moffett
2025-09-30
libwidget: Initialize default width and height
Ian Moffett
2025-09-30
cmd: build: Include from libc incdir
Ian Moffett
2025-09-29
kern: fbdev: Create namespace object for fbdev
Ian Moffett
2025-09-29
kern: init: Initialize namespaces before modules
Ian Moffett
2025-09-29
kern: ns: Extract true object data from entry
Ian Moffett
2025-09-29
kern: ns: Include nsvar.h in os/ns.h
Ian Moffett
2025-09-29
kern: ns: Remove unused length field
Ian Moffett
2025-09-29
lib: Add initial libwidget skeleton
Ian Moffett
2025-09-29
libc: string: Add memset()
Ian Moffett
2025-09-29
libc: string: Add memcpy()
Ian Moffett
2025-09-29
libc: Add POSIX errno.h header
Ian Moffett
2025-09-29
kern: Add initial object namespace sources
Ian Moffett
2025-09-28
kern: compat: Use copyin() in SYS_write
Ian Moffett
2025-09-28
kern: Add safe copyin() and copyout()
Ian Moffett
2025-09-28
kern: lib: Add strdup()
Ian Moffett
2025-09-28
build: Remove -znoexecstack
Ian Moffett
2025-09-28
build: Use clang during early state
Ian Moffett
2025-09-28
kern: cpu: Fix typo in ap_entry()
Ian Moffett
2025-09-28
kern: pci: Remove redundant semicolon
Ian Moffett
[prev]
[next]