• Joined on 2020-09-21
mathieu pushed to user_thread at mathieu/matos 2024-02-15 18:43:04 +01:00
70366fa7be Set pid_t type
a38a674a53 userspace: fix printf for unsigned
Compare 2 commits »
mathieu pushed to user_thread at mathieu/matos 2024-02-15 17:20:53 +01:00
0688afa76d fix gettid==getpid for 1 thread
mathieu pushed to user_thread at mathieu/matos 2024-02-14 18:43:52 +01:00
90436a4f46 Add usleep syscall
f9ce88e7a3 Makefile: use no intermediate file
Compare 2 commits »
mathieu pushed to user_thread at mathieu/matos 2024-02-13 00:20:04 +01:00
1c2cd75c72 Add new thread sys call
mathieu pushed to master at mathieu/matos 2024-02-12 18:25:54 +01:00
758017a8e7 mmap fix
f8b1b2c5a7 Fix printing long hex
Compare 2 commits »
mathieu pushed to master at mathieu/matos 2024-02-12 09:42:07 +01:00
cb5e408525 Fix init ressource mapping
mathieu pushed to master at mathieu/matos 2024-02-11 19:00:22 +01:00
a78aa420fd zero: less verbose
mathieu pushed to master at mathieu/matos 2024-02-11 18:58:54 +01:00
fe6dfbc1c6 Add missing errno.h
7b953e625e Show allocated/mapped stats
026618a730 Merge close VR with same ressource mapped
Compare 3 commits »
mathieu pushed to merge_v at mathieu/matos 2024-02-11 18:50:09 +01:00
fe6dfbc1c6 Add missing errno.h
mathieu pushed to merge_v at mathieu/matos 2024-02-11 15:34:37 +01:00
7b953e625e Show allocated/mapped stats
mathieu pushed to merge_v at mathieu/matos 2024-02-11 15:31:42 +01:00
026618a730 Merge close VR with same ressource mapped
mathieu created branch merge_v in mathieu/matos 2024-02-11 15:31:42 +01:00
mathieu pushed to master at mathieu/matos 2024-02-11 15:30:00 +01:00
607fcc7121 Merge pull request 'mmap' (#8) from mmap into master
c3f3eb435e implement munmap
3339f8b059 Fix customData free
88b9c3160b Improve headers and add sys/mman.h
b352eab798 gdb: print_list can take the next element name in param
Compare 23 commits »
mathieu merged pull request mathieu/matos#8 2024-02-11 15:29:59 +01:00
mmap
mathieu pushed to mmap at mathieu/matos 2024-02-11 00:48:09 +01:00
c3f3eb435e implement munmap
mathieu pushed to mmap at mathieu/matos 2024-02-10 23:25:38 +01:00
27c2f503cc implement munmap
3339f8b059 Fix customData free
Compare 2 commits »
mathieu pushed to mmap at mathieu/matos 2024-02-10 21:26:08 +01:00
88b9c3160b Improve headers and add sys/mman.h
mathieu pushed to mmap at mathieu/matos 2024-02-08 23:16:11 +01:00
b352eab798 gdb: print_list can take the next element name in param
b8c4c782de Fix findVirtualRegionBeforeAddr
1895781213 Assign a mapped ressource to init prog
cca78b269d init: use zero driver for stack alloc
bf7008fc98 Fix write rights on pageflt
Compare 20 commits »
mathieu created pull request mathieu/matos#8 2024-02-08 21:25:34 +01:00
mmap
mathieu pushed to mmap at mathieu/matos 2024-02-08 20:57:56 +01:00
774cb4539d gdb: print_list can take the next element name in param
8d2dd71d66 Fix findVirtualRegionBeforeAddr
a03abab06a Assign a mapped ressource to init prog
Compare 3 commits »