Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4672 | Kartik Agaram | 2018-10-07 | 1 | -0/+8 |
| | |||||
* | 4671 | Kartik Agaram | 2018-10-07 | 1 | -0/+1 |
| | |||||
* | 4670 | Kartik Agaram | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | 4669 | Kartik Agaram | 2018-10-05 | 5 | -50/+40 |
| | |||||
* | 4668 | Kartik Agaram | 2018-10-05 | 24 | -162/+132 |
| | |||||
* | 4667 | Kartik Agaram | 2018-10-05 | 17 | -246/+251 |
| | | | | | Standardize on hyphens in all names. And we'll use colons for namespacing labels in functions. | ||||
* | 4666 | Kartik Agaram | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | 4665 | Kartik Agaram | 2018-10-05 | 2 | -12/+19 |
| | | | | | Some syscalls expect null-terminated strings while others get lengths. Be clear about this distinction. | ||||
* | 4664 - subx: reflect test failures in exit status | Kartik Agaram | 2018-10-05 | 7 | -17/+16 |
| | |||||
* | 4663 | Kartik Agaram | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | 4662 | Kartik Agaram | 2018-10-05 | 19 | -15/+23 |
| | |||||
* | 4661 | Kartik Agaram | 2018-10-04 | 19 | -34/+32 |
| | | | | | Make segment management a little more consistent between initial segments and add-on segments (using `mmap`). | ||||
* | 4660 | Kartik Agaram | 2018-10-04 | 1 | -1/+1 |
| | |||||
* | 4659 | Kartik Agaram | 2018-10-03 | 1 | -3/+3 |
| | |||||
* | 4658 - subx: string_equal | Kartik Agaram | 2018-10-02 | 4 | -2/+172 |
| | |||||
* | 4657 | Kartik Agaram | 2018-10-02 | 1 | -0/+1 |
| | |||||
* | 4656 | Kartik Agaram | 2018-10-02 | 3 | -6/+3 |
| | |||||
* | 4655 | Kartik Agaram | 2018-10-02 | 5 | -8/+8 |
| | |||||
* | 4654 | Kartik Agaram | 2018-10-02 | 7 | -60/+187 |
| | |||||
* | 4653 | Kartik Agaram | 2018-10-02 | 1 | -3/+3 |
| | |||||
* | 4652 - new subx helper: create new segment | Kartik Agaram | 2018-10-02 | 2 | -1/+63 |
| | |||||
* | 4651 | Kartik Agaram | 2018-10-02 | 1 | -1/+3 |
| | |||||
* | 4650 | Kartik Agaram | 2018-10-02 | 4 | -21/+21 |
| | |||||
* | 4649 | Kartik Agaram | 2018-10-02 | 42 | -2891/+3615 |
| | |||||
* | 4648 | Kartik Agaram | 2018-10-01 | 2 | -0/+9 |
| | |||||
* | 4647 - support 64-bit Linux in CI | Kartik Agaram | 2018-10-01 | 3 | -16/+149 |
| | | | | | | Generated 32-bit binaries are different on 64-bit. So let's compare them only on a 32-bit platform. And let's start also verifying their run-time behavior on Linux. | ||||
* | 4646 | Kartik Agaram | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | 4645 | Kartik Agaram | 2018-10-01 | 1 | -0/+0 |
| | |||||
* | 4644 | Kartik Agaram | 2018-10-01 | 22 | -135/+135 |
| | |||||
* | 4643 | Kartik Agaram | 2018-10-01 | 2 | -11/+11 |
| | |||||
* | 4642 | Kartik Agaram | 2018-10-01 | 3 | -0/+14 |
| | |||||
* | 4641 | Kartik Agaram | 2018-10-01 | 6 | -101/+129 |
| | |||||
* | 4640 - clear error message on missing library | Kartik Agaram | 2018-10-01 | 3 | -1/+6 |
| | |||||
* | 4639 | Kartik Agaram | 2018-10-01 | 12 | -36/+36 |
| | |||||
* | 4638 - extract some common libraries from apps | Kartik Agaram | 2018-10-01 | 10 | -647/+336 |
| | | | | | | | I'm still trying to figure out what the defaults should be. At the moment you have to explicitly pass in every file you want loaded into the output binary. Maybe that control is a good thing. The examples need no libraries so far. | ||||
* | 4637 - subx: support multiple input files | Kartik Agaram | 2018-10-01 | 4 | -5/+65 |
| | |||||
* | 4636 | Kartik Agaram | 2018-10-01 | 1 | -0/+25 |
| | |||||
* | 4635 | Kartik Agaram | 2018-10-01 | 1 | -3/+20 |
| | | | | | | | | | | | Another sanity check. We don't really have a clear big picture yet. But I've now slapped on checks for all the issues I was worrying about. A more rigorous solution would be some sort of interval tree. We'd also need to track segments generated at translation time. We don't do that so far. | ||||
* | 4634 | Kartik Agaram | 2018-10-01 | 6 | -150/+148 |
| | |||||
* | 4633 | Kartik Agaram | 2018-10-01 | 1 | -2/+6 |
| | | | | | | | Detect overlapping segments when loading SubX source code. This will start to become more of a risk as we start loading multiple files, juggling multiple segments, etc. | ||||
* | 4632 | Kartik Agaram | 2018-10-01 | 1 | -3/+10 |
| | | | | Detect overlapping segments when loading ELF binaries. | ||||
* | 4631 | Kartik Agaram | 2018-10-01 | 2 | -4/+11 |
| | |||||
* | 4630 | Kartik Agaram | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | 4629 | Kartik Agaram | 2018-10-01 | 1 | -8/+10 |
| | |||||
* | 4628 | Kartik Agaram | 2018-09-30 | 1 | -1/+4 |
| | |||||
* | 4627 | Kartik Agaram | 2018-09-30 | 1 | -4/+9 |
| | |||||
* | 4626 | Kartik Agaram | 2018-09-30 | 1 | -10/+9 |
| | |||||
* | 4625 | Kartik Agaram | 2018-09-30 | 1 | -2/+1 |
| | |||||
* | 4624 | Kartik Agaram | 2018-09-30 | 19 | -31/+58 |
| | | | | | | | | Start requiring a '-o' flag to designate the output binary when translating. Things currently get funky if you pass in multiple inputs, but that's ok. This is the first step to supporting multiple input files for a single output binary. | ||||
* | 4623 | Kartik Agaram | 2018-09-30 | 3 | -73/+89 |
| |