2020-03-31 18:46 | Add UFS to TODO | Ben O'Neill | 1 | +1 | -0 |
2020-03-31 18:46 | Optimize for size, and remove DEBUG | Ben O'Neill | 1 | +2 | -3 |
2020-03-31 18:45 | setty(2) called twice | Ben O'Neill | 1 | +0 | -1 |
2020-02-03 22:23 | Add a couple TODO items | Ben O'Neill | 1 | +2 | -0 |
2020-02-03 22:23 | Debug stuff | Ben O'Neill | 2 | +12 | -9 |
2020-02-03 03:18 | Minor fixes - got malloc ACTUALLY working now | Ben O'Neill | 2 | +8 | -3 |
2020-02-01 17:55 | Revert "Rename terminal.c to vgatext.c" | Ben O'Neill | 6 | +218 | -224 |
2020-02-01 17:25 | Rename terminal.c to vgatext.c | Ben O'Neill | 6 | +224 | -218 |
2020-02-01 17:08 | Increment numbers in ordered lists | Ben O'Neill | 1 | +8 | -8 |
2020-02-01 17:04 | lower default number of ttys | Ben O'Neill | 1 | +1 | -1 |
2020-02-01 17:04 | libc has separate git repo now | Ben O'Neill | 1 | +1 | -1 |
2020-01-16 14:23 | Make vga_entry_color a preprocessor macro | Ben O'Neill | 1 | +5 | -14 |
2019-12-23 16:25 | Move libc to its own repo | Ben O'Neill | 23 | +8 | -749 |
2019-12-22 22:17 | Add config.mk step to building | Ben O'Neill | 1 | +1 | -0 |
2019-12-22 22:16 | Don't make swerve monospace | Ben O'Neill | 1 | +1 | -1 |
2019-12-22 22:13 | Formatting | Ben O'Neill | 1 | +4 | -4 |
2019-12-22 22:12 | Make TODO list into checklist | Ben O'Neill | 1 | +24 | -24 |
2019-12-22 22:06 | Clean up clean | Ben O'Neill | 1 | +2 | -3 |
2019-12-22 22:03 | Clear up licensing stuff for logo | Ben O'Neill | 7 | +460 | -0 |
2019-12-22 21:40 | Add comments to terminal.c | Ben O'Neill | 1 | +32 | -1 |
2019-12-22 21:30 | Adding comments as necessary | Ben O'Neill | 3 | +39 | -1 |
2019-12-22 21:15 | Add license info for libc | Ben O'Neill | 20 | +363 | -2 |
2019-12-22 21:11 | Change copyright scheme | Ben O'Neill | 13 | +87 | -8 |
2019-12-22 21:01 | Minor formatting changes | Ben O'Neill | 2 | +5 | -5 |
2019-11-28 17:45 | Add another TODO item | Ben O'Neill | 1 | +1 | -0 |
2019-11-28 17:45 | Formatting | Ben O'Neill | 1 | +0 | -1 |
2019-11-28 17:45 | Allow for disabling RS-232 support | Ben O'Neill | 5 | +38 | -6 |
2019-11-26 01:01 | Implement getchar() | Ben O'Neill | 5 | +30 | -7 |
2019-11-26 00:29 | Error with global terminal device | Ben O'Neill | 1 | +0 | -3 |
2019-11-25 20:45 | Device system for TTY | Ben O'Neill | 7 | +42 | -15 |
2019-11-24 21:17 | Incompatible pointer type warning | Ben O'Neill | 2 | +3 | -3 |
2019-11-24 21:16 | Work on fixing warnings | Ben O'Neill | 12 | +71 | -43 |
2019-11-24 21:14 | Remove annoying GAS listings | Ben O'Neill | 1 | +1 | -1 |
2019-11-24 18:19 | Fix printf | Ben O'Neill | 2 | +36 | -53 |
2019-11-23 23:31 | Remove unnecessary update field | Ben O'Neill | 2 | +2 | -3 |
2019-11-23 22:56 | Global device system started with TTYs | Ben O'Neill | 9 | +91 | -55 |
2019-11-23 22:55 | Move mm to libc | Ben O'Neill | 4 | +75 | -97 |
2019-11-23 22:02 | Rename tty stuff back to terminal | Ben O'Neill | 4 | +184 | -148 |
2019-11-22 13:25 | Add strcpy | Ben O'Neill | 2 | +8 | -0 |
2019-11-22 01:55 | Note about syscalls | Ben O'Neill | 1 | +2 | -0 |
2019-11-22 01:54 | Bold for marketing I guess | Ben O'Neill | 1 | +4 | -4 |
2019-11-22 01:53 | Damages warning | Ben O'Neill | 1 | +4 | -1 |
2019-11-22 01:51 | Remove toolchain directory | Ben O'Neill | 1 | +0 | -50 |
2019-11-22 01:51 | Some updates | Ben O'Neill | 1 | +9 | -11 |
2019-11-22 01:47 | We have our own toolchain now | Ben O'Neill | 1 | +1 | -1 |
2019-11-22 01:46 | More style changes | Ben O'Neill | 1 | +0 | -1 |
2019-11-22 01:46 | Stick to style | Ben O'Neill | 2 | +28 | -11 |
2019-11-22 01:14 | FAT-32 is a priority | Ben O'Neill | 1 | +1 | -0 |
2019-11-21 22:11 | Formatting of spaces | Ben O'Neill | 1 | +3 | -3 |
2019-11-21 22:11 | Nevermind, we don't need that | Ben O'Neill | 2 | +0 | -31 |
2019-11-21 22:10 | Makefile to match new kmalloc arch-specific stuff | Ben O'Neill | 1 | +2 | -1 |
2019-11-21 22:10 | More proper memory allocator | Ben O'Neill | 10 | +145 | -72 |
2019-11-21 17:53 | strcmp | Ben O'Neill | 2 | +13 | -0 |
2019-11-21 17:53 | Remove unnecessary streq function | Ben O'Neill | 1 | +0 | -15 |
2019-11-21 17:48 | Fix building libc and linking | Ben O'Neill | 3 | +16 | -9 |
2019-11-21 14:42 | Integrate libc | Ben O'Neill | 7 | +23 | -12 |
2019-11-21 05:54 | Switch if to ifdef | Ben O'Neill | 1 | +4 | -2 |
2019-11-21 05:52 | Remove RS-232 shell stuff | Ben O'Neill | 1 | +6 | -53 |
2019-11-21 05:50 | Remove boolean stuff | Ben O'Neill | 1 | +3 | -3 |
2019-11-21 05:50 | Start working on libc integration | Ben O'Neill | 2 | +9 | -1 |
2019-11-21 05:49 | Start on kernel libc | Ben O'Neill | 15 | +236 | -0 |
2019-11-21 02:40 | Formatting | Ben O'Neill | 1 | +3 | -2 |
2019-11-21 02:39 | Prepare for libc | Ben O'Neill | 2 | +2 | -0 |
2019-11-21 01:07 | Remove extra crap from target | Ben O'Neill | 1 | +1 | -1 |
2019-11-21 01:06 | Period | Ben O'Neill | 1 | +1 | -1 |
2019-11-21 01:05 | Add coding style | Ben O'Neill | 1 | +84 | -0 |
2019-11-21 01:05 | More TODO stuff | Ben O'Neill | 1 | +4 | -1 |
2019-11-21 01:05 | More README cleanup | Ben O'Neill | 1 | +12 | -9 |
2019-11-21 00:30 | Add .gitignore | Ben O'Neill | 1 | +6 | -0 |
2019-11-21 00:29 | Coding style update | Ben O'Neill | 4 | +26 | -49 |
2019-11-20 23:16 | Forgot to switch terminal.h include to tty.h | Ben O'Neill | 1 | +1 | -1 |
2019-11-20 23:10 | Organize TODO | Ben O'Neill | 1 | +6 | -4 |
2019-11-20 23:08 | C89 -> C99 | Ben O'Neill | 1 | +1 | -1 |
2019-11-20 23:05 | More small changes | Ben O'Neill | 1 | +5 | -2 |
2019-11-20 23:03 | Small fixes on README | Ben O'Neill | 1 | +1 | -1 |
2019-11-20 23:00 | Rename terminal stuff to tty | Ben O'Neill | 3 | +166 | -166 |
2019-11-20 23:00 | Organization | Ben O'Neill | 2 | +27 | -24 |
2019-11-20 22:15 | Wrong variable name | Ben O'Neill | 1 | +2 | -2 |
2019-11-20 20:35 | Arch-independent build script | Ben O'Neill | 1 | +2 | -2 |
2019-11-19 17:59 | Revert "Revert "Revert "Markdown Compatibility""" | Ben O'Neill | 1 | +1 | -1 |
2019-11-19 17:58 | Revert "Revert "Markdown Compatibility"" | Ben O'Neill | 1 | +1 | -1 |
2019-11-19 17:58 | Revert "Markdown Compatibility" | Ben O'Neill | 1 | +1 | -1 |
2019-11-19 17:53 | Markdown Compatibility | Ben O'Neill | 1 | +1 | -1 |
2019-11-19 17:50 | Add documentation to TODO | Ben O'Neill | 1 | +1 | -0 |
2019-11-19 17:49 | GPL v3 | Ben O'Neill | 12 | +883 | -21 |
2019-11-19 17:48 | Update wording a little bit | Ben O'Neill | 1 | +2 | -1 |
2019-11-19 13:57 | Fix debug definition | Ben O'Neill | 2 | +18 | -14 |
2019-08-13 18:49 | Replace sketchy mkgrubimg.sh script with make job for grub-mkrescue | Ben O'Neill | 3 | +20 | -44 |
2019-08-13 18:39 | Add TODO.md, hopefully this will be updated semi-frequently | Ben O'Neill | 1 | +5 | -0 |
2019-08-13 18:35 | Removed wmalloc.o - saw this from excq's fork | Ben O'Neill | 1 | +0 | -0 |
2019-08-11 20:06 | Implement text mode cursor support | Ben O'Neill | 5 | +47 | -17 |
2019-08-07 00:23 | Tell if nothing needs to be installed on toolchain script | Ben O'Neill | 1 | +2 | -3 |
2019-08-07 00:21 | Update toolchain script | Ben O'Neill | 1 | +9 | -2 |
2019-08-07 00:21 | Add debug option | Ben O'Neill | 4 | +53 | -29 |
2019-08-06 22:30 | Fix toolchain script | Ben O'Neill | 1 | +1 | -1 |
2019-08-06 20:14 | First commit | Ben O'Neill | 18 | +606 | -0 |