Age | Commit message (Expand) | Author |
---|---|---|
2023-08-14 | reorganization: first steps | dzwdz |
2023-07-19 | user /keyboard: handle open()s instantly even if waiting for kb | dzwdz |
2023-07-08 | user/keyboard: check open() path | dzwdz |
2023-02-23 | build: don't -Isrc/ in user code | dzwdz |
2023-01-25 | style: typedef structs, shorter namespaces | dzwdz |
2022-12-25 | user/lib: reorganize a few header files | dzwdz |
2022-09-20 | shared: rename ufs_request to better fit its role in userland | dzwdz |
2022-08-28 | user/lua: prepare libc headers | dzwdz |
2022-08-23 | shared/ring: rename ring_size to ring_used, add ring_avail | dzwdz |
2022-08-19 | syscall/fs_wait: return a handle for each request | dzwdz |
2022-08-07 | driver/ps2: prepare for mouse support | dzwdz |
2022-07-26 | user/libc: exit() | dzwdz |
2022-07-26 | user: move the POSIX-y stuff to the proper header files | dzwdz |
2022-07-26 | shared: move some headers from shared/ to camellia/ | dzwdz |
2022-07-26 | tools: add tools/sort_includes.rb | dzwdz |
2022-07-24 | user: change the directory structure to prepare for multiple binaries | dzwdz |