Imbus Imbus
  • Joined on 2023-08-26
Imbus pushed to master at Imbus/nvim-ks 2024-07-11 22:04:31 +02:00
c7946a839e move.nvim with keymaps
5e4b4f8d60 Disable arrow keys
c5e88df782 Remember.nvim
697dca25dc Indent_line
90822016b8 Configure some lsp servers
Compare 10 commits »
Imbus created repository Imbus/nvim-ks 2024-07-11 21:59:07 +02:00
Imbus pushed to master at Imbus/xv6-riscv-kernel 2024-07-10 23:48:19 +02:00
ace0dc3de9 Clear terminal command
Imbus pushed to master at Imbus/xv6-riscv-kernel 2024-07-06 15:46:28 +02:00
16ec5d2d7b FreeBSD-like make targets for kernel, world and fs
Imbus pushed to master at Imbus/ringbuf 2024-07-03 13:32:07 +02:00
e5006ed262 Formatting
Imbus pushed to master at Imbus/xv6-riscv-kernel 2024-07-03 08:29:12 +02:00
4d688c6837 Cool banner because it is cool
Imbus pushed to master at Imbus/waker 2024-07-03 04:53:25 +02:00
1b9f2124b3 Version bumps and minor fixes
d70e57ea90 Cleanup, polish and version bumping
44e63e679e Cli implemented, somewhat complete functionality
4bd8c3984d Working proof of concept
Imbus created branch master in Imbus/waker 2024-07-03 04:53:24 +02:00
Imbus created repository Imbus/waker 2024-07-03 04:51:57 +02:00
Imbus pushed to master at Imbus/ringbuf 2024-07-02 10:31:57 +02:00
2886a81574 Linker flags and makefile cleanup
Imbus pushed to master at Imbus/ringbuf 2024-07-02 08:39:35 +02:00
a5c5ecd64b Bug...................................
Imbus pushed to master at Imbus/ringbuf 2024-07-02 06:49:52 +02:00
85071d3130 Driver code simplifying
Imbus pushed to master at Imbus/ringbuf 2024-07-02 06:38:36 +02:00
06b949bed4 Remove redundant debug code/printing
de2465de83 Check return in driver program
Compare 2 commits »
Imbus pushed to master at Imbus/ringbuf 2024-07-02 06:33:05 +02:00
6022bdee92 tidy makefile target to run clang-tidy
ea100383d7 Typedef for free function signature
eb4b11dda7 Formatting
Compare 3 commits »
Imbus pushed to master at Imbus/ringbuf 2024-07-02 06:27:42 +02:00
c06bb51cdc Driver code updated
Imbus pushed to master at Imbus/ringbuf 2024-07-02 06:27:27 +02:00
68af34c428 -fshort-enums in release mode
8e77f810ec Better enum docs, added errors related to *_many functions
8cbca38726 Bugfix incrementing count by correct amount in rb_push_many
Compare 3 commits »
Imbus pushed to master at Imbus/ringbuf 2024-07-02 05:51:05 +02:00
41f817fd5b rb_clear initial
d19917bba7 Formatting
Compare 2 commits »
Imbus pushed to master at Imbus/ringbuf 2024-07-02 05:42:49 +02:00
db38111b3c Interface fix where MEMCPY_T parameter was forgotten in rb_pop_front
Imbus pushed to master at Imbus/ringbuf 2024-07-02 05:39:26 +02:00
c4f1ede6b0 rb_push_many first draft
df9cd367a3 .so and .a target
Compare 2 commits »
Imbus pushed to master at Imbus/ringbuf 2024-06-30 23:57:11 +02:00
07bb60c8ae Better docstrings and example driver