RSS feed
fed44bd6
– halfwit <michaelmisch1985@gmail.com>
authored
on 2025/05/24 20:34
Add small note to main
8df67465
– halfwit <michaelmisch1985@gmail.com>
authored
on 2025/05/24 20:32
Remove the librc, start fixing memory
f6d48501
– halfwit <michaelmisch1985@gmail.com>
authored
on 2025/05/22 18:48
Still working through the start bits, not there
07665995
– halfwit <michaelmisch1985@gmail.com>
authored
on 2025/04/28 17:18
Odd commit issue
a374e069
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/10/05 07:16
Just nothing changes
76214d37
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/09/14 16:46
Make sure trampsize is aligned
6a89c47b
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/09/14 06:54
Update patching, still not jumping to entrypoint correctly
868b16b5
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/09/06 12:19
Update without start
847cd0b5
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/09/05 13:58
Some movement of some things
e4df0925
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/08/22 12:56
Merge pull request #1 from halfwit/execvm
6d3e368f
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/18 15:18
Many, many changes to get binaries loaded and patched for syscall intercepts
4f64a029
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/11 14:31
osbuildexec is currently erroring
1e20174e
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/11 08:18
We took out rc, but it will be much more useful to have it available for us and exec from inside there
ed92e5c0
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/06 15:38
Delete files
f254007b
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/08/06 15:38
Take out rc
9b8e21a6
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/07/27 10:22
Changes to facilitate mem.h and exec
775400b5
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/07/21 17:35
Add in our structure from what we learned in our last branch
fc8fc2b5
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/03/05 11:48
Ensure we log on a higher fd than 0 1 2
106305c7
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 02:59
Update TODO
ad2f8b25
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 02:57
Update README.md
925ee107
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 02:53
Update README.md
1d2c4cac
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 02:53
Update TODO
d81e2576
– halfwit <michaelmisch1985@gmail.com>
authored
and GitHub <noreply@github.com>
committed
on 2024/03/02 02:52
Update and rename README to README.md
e825af37
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/03/02 02:39
ip gives us access to dial and friends
fe00d007
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/28 17:53
Take out as much as we can for unused libs. draw stays, as it gets used later
ecdf1703
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/28 17:05
Update a bit more userland code
35f93cec
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/28 13:24
1000 line file soon for simple.c, but add more of the builtins we need
46b0c365
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/26 18:31
rc now builds fairly unchanged from upstream
271a7db1
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/24 15:07
Start trying to integrate with rc
1e72ca9a
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/23 10:12
More RC work, use our libc where we can
4b6f2aac
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/22 16:29
Just use our now working tlssrv outright
dfaaee14
– halfwit <michaelmisch1985@gmail.com>
authored
on 2024/02/22 14:39
Initial work to get at least part of the way there