about summary refs log tree commit diff stats
path: root/Readme.md
Commit message (Collapse)AuthorAgeFilesLines
* 5006Kartik Agaram2019-03-161-9/+10
|
* 4987 - support `browse_trace` tool in SubXKartik Agaram2019-02-251-1/+13
| | | | | | | | | | | | | | | | | | I've extracted it into a separate binary, independent of my Mu prototype. I also cleaned up my tracing layer to be a little nicer. Major improvements: - Realized that incremental tracing really ought to be the default. And to minimize printing traces to screen. - Finally figured out how to combine layers and call stack frames in a single dimension of depth. The answer: optimize for the experience of `browse_trace`. Instructions occupy a range of depths based on their call stack frame, and minor details of an instruction lie one level deeper in each case. Other than that, I spent some time adjusting levels everywhere to make `browse_trace` useful.
* 4873Kartik Agaram2018-12-201-1/+2
|
* 4790Kartik Agaram2018-11-271-3/+3
|
* 4778 - entirely rewritten ReadmeKartik Agaram2018-11-251-2/+2
|
* 4266 - space for alloc-id in heap allocationsKartik Agaram2018-06-241-3/+3
| | | | This has taken me almost 6 weeks :(
* 4234Kartik K. Agaram2018-04-191-4/+4
|
* 4221 - more docs about build processKartik K. Agaram2018-03-131-0/+6
|
* 4215Kartik K. Agaram2018-03-081-3/+3
|
* 4173Kartik K. Agaram2017-12-301-2/+2
|
* 4172Kartik K. Agaram2017-12-301-2/+2
|
* 4171Kartik K. Agaram2017-12-301-7/+7
|
* 4170Kartik K. Agaram2017-12-301-2/+2
|
* 4169Kartik K. Agaram2017-12-301-33/+17
|
* 4110 - add continuations to docsKartik K. Agaram2017-11-051-5/+5
|
* 3620Kartik K. Agaram2016-11-041-2/+2
|
* 3607Kartik K. Agaram2016-10-281-1/+1
|
* 3606Kartik K. Agaram2016-10-281-1/+1
|
* 3605Kartik K. Agaram2016-10-281-25/+32
|
* 3591Kartik K. Agaram2016-10-241-4/+4
|
* 3590Kartik K. Agaram2016-10-241-0/+17
| | | | | Patch in a new darling from my recent comment at https://lobste.rs/s/n0d3qo/what_are_you_working_on_this_week/comments/rue8pf#c_rue8pf
* 3589 - update authorship in the ReadmeKartik K. Agaram2016-10-241-25/+26
|
* 3588 - documentation for filesystem and networkKartik K. Agaram2016-10-241-4/+4
|
* 3492Kartik K. Agaram2016-10-101-2/+2
|
* 3462Kartik K. Agaram2016-10-071-5/+11
| | | | Better examples in the Readme: keyboard, mouse and filesystem tests.
* 3447 - drop dependence on GNU makeKartik K. Agaram2016-10-061-4/+4
| | | | | | | | | A generic build system is overkill for such a small project, and it was adding complexity on OpenBSD which doesn't come with GNU make by default. In the process we also eliminate our reliance on bash and perl, at least for the core build script.
* 3442Kartik K. Agaram2016-10-051-1/+1
| | | | | | | | Support for a minimal OpenBSD without bash. Many of the scripts in the repo won't work in that situation, but let's at least make the `mu` script work. I'd like to come up with a clean makefile that doesn't require GNU make.
* 3414Kartik K. Agaram2016-09-241-2/+2
|
* 3398Kartik K. Agaram2016-09-181-6/+11
|
* 3322Kartik K. Agaram2016-09-111-2/+2
|
* 3318Kartik K. Agaram2016-09-101-0/+24
| | | | Describe immutability checks in the Readme.
* 3317Kartik K. Agaram2016-09-101-4/+4
|
* 3316Kartik K. Agaram2016-09-101-1/+2
|
* 3314Kartik K. Agaram2016-09-101-21/+25
|
* 3173Kartik K. Agaram2016-08-121-23/+23
|
* 3101 - purge .traces/ dir from repo historyKartik K. Agaram2016-07-051-6/+0
| | | | | | | | | | | | | | | | | | | | | I'd been toying with this idea for some time now given how large the repo had been growing. The final straw was noticing that people cloning the repo were having to wait *5 minutes*! That's not good, particularly for a project with 'tiny' in its description. After purging .traces/ clone time drops to 7 seconds in my tests. Major issue: some commits refer to .traces/ but don't really change anything there. That could get confusing :/ Minor issues: a) I've linked inside commits on GitHub like a half-dozen times online or over email. Those links are now liable to eventually break. (I seem to recall GitHub keeps them around as long as they get used at least once every 60 days, or something like that.) b) Numbering of commits is messed up because some commits only had changes to the .traces/ sub-directory.
* 3100Kartik K. Agaram2016-07-041-0/+1
|
* 3099Kartik K. Agaram2016-07-041-1/+3
|
* 3068Kartik K. Agaram2016-06-261-1/+1
|
* 2997 - new version of http://akkartik.name/aboutKartik K. Agaram2016-05-231-4/+4
|
* 2940Kartik K. Agaram2016-05-081-0/+2
|
* 2877Kartik K. Agaram2016-04-271-1/+1
|
* 2876Kartik K. Agaram2016-04-271-1/+1
|
* 2865Kartik K. Agaram2016-04-241-1/+1
|
* 2833Kartik K. Agaram2016-04-141-1/+4
|
* 2785Kartik K. Agaram2016-03-151-7/+12
|
* 2783 - typo in Readme; thanks John LampingKartik K. Agaram2016-03-141-2/+2
|
* 2761Kartik K. Agaram2016-03-111-10/+8
|
* 2758Kartik K. Agaram2016-03-101-4/+4
|
* 2757Kartik K. Agaram2016-03-101-3/+3
|